[darkplaces] branch master updated (1bd24c9 -> 8f83800)

Simon McVittie smcv at debian.org
Thu Apr 2 09:48:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

smcv pushed a change to branch master
in repository darkplaces.

      from  1bd24c9   Switch Vcs-Browser to cgit and https
       new  25a3cb3   Stop excluding snd_3dras* from the tarball
       new  3c6e27f   debian/gbp.conf: disable patch numbers, to reduce diff churn when gbp-pq patches are re-ordered
       new  f15e19f   New upstream release, corresponding to Xonotic 0.8.0 + bug fixes
       new  0e5e5b5   Imported Upstream version 0~20140513+svn12208
       new  ba17a12   Imported Upstream version 0~20140513+svn12208
       new  2e6f99c   Merge tag 'upstream/0_20140513+svn12208'
       new  863a92a   debian/copyright: change to "Files: *" form to make lintian happier
       new  e4a4154   Avoid timestamps in the binary, for reproducible builds
       new  9dff87e   Build against SDL 2
       new  777e948   Update DP_LINK_* options
       new  61ce6c1   Standards-Version: 3.9.6 (no changes needed)
       new  8f83800   0~20140513+svn12208-1

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    1 +
 .travis-before_install-xonotic.sh                  |   69 +
 .travis-id_rsa-xonotic                             |  Bin 0 -> 3248 bytes
 .travis-script-xonotic.sh                          |  128 ++
 .travis.yml                                        |   32 +
 BSDmakefile                                        |   78 +-
 DPiOS.xcodeproj/project.pbxproj                    |  142 +-
 .../project.xcworkspace/contents.xcworkspacedata   |    7 +
 Info.plist                                         |   16 +-
 SDLMain.m                                          |    6 +-
 builddate.c                                        |    9 +-
 cap_avi.c                                          |    2 +-
 cap_ogg.c                                          |    4 +-
 cl_collision.c                                     |  173 +--
 cl_collision.h                                     |    4 +-
 cl_demo.c                                          |    4 +
 cl_input.c                                         |   39 +-
 cl_main.c                                          |   43 +-
 cl_parse.c                                         |   73 +-
 cl_particles.c                                     |  152 +-
 cl_screen.c                                        |  115 +-
 cl_video.c                                         |    2 +
 client.h                                           |   38 +-
 clvm_cmds.c                                        |   71 +-
 cmd.c                                              |   20 +-
 cmd.h                                              |    4 +
 collision.c                                        |  392 ++---
 collision.h                                        |   47 +-
 common.c                                           |  105 +-
 common.h                                           |   10 +
 console.c                                          |  250 +--
 crypto.c                                           |  183 ++-
 crypto.h                                           |   10 +-
 csprogs.c                                          |   32 +-
 csprogs.h                                          |    2 +-
 cvar.c                                             |   30 +
 darkplaces-dedicated-vs2010.vcxproj                |    5 +-
 darkplaces-dedicated-vs2012.vcxproj                |   23 +-
 darkplaces-dedicated.vcproj                        |    8 +-
 darkplaces-sdl-vs2010.vcxproj                      |    6 +-
 darkplaces-sdl-vs2012.vcxproj                      |   24 +-
 darkplaces-sdl.dsp                                 |    8 -
 darkplaces-sdl.vcproj                              |   12 +-
 darkplaces-wgl-vs2010.vcxproj                      |    6 +-
 darkplaces-wgl-vs2012.vcxproj                      |   16 +-
 darkplaces-wgl.vcproj                              |   12 +-
 darkplaces.cbp                                     |  464 ++++++
 darkplaces.dsp                                     |    8 -
 debian/changelog                                   |   21 +-
 debian/control                                     |    4 +-
 debian/copyright                                   |   50 +-
 debian/gbp.conf                                    |    8 +-
 ...01-Split-Unix-CFLAGS-libs-to-one-per-line.patch |   93 --
 ...02-Add-support-for-make-LINK_TO_LIBJPEG-1.patch |   29 -
 .../0003-Add-support-for-make-LINK_TO_ZLIB-1.patch |   50 -
 ...rt-for-LINK_TO_LIBVORBIS-using-pkg-config.patch |   58 -
 .../patches/0005-Add-LINK_TO_MODPLUG-option.patch  |   77 -
 ...LINK_TO_ODE-to-link-against-system-libode.patch |  100 --
 debian/patches/0008-Add-LINK_TO_PNG.patch          |  183 ---
 debian/patches/0010-Add-LINK_TO_FREETYPE2.patch    |  161 --
 ...-for-linking-to-system-d0_blind_id-and-d0.patch |   82 -
 ...e-safe-when-calling-setjmp-call-the-same-.patch |  116 --
 ...libpng-conventionally-use-the-png_jmpbuf-.patch |   24 -
 ...libpng-normally-use-its-header-to-get-the.patch |   89 --
 ...libpng-in-the-normal-way-use-its-actual-v.patch |   66 -
 debian/patches/Add-DP_LINK_FREETYPE2-option.patch  |  150 ++
 ...-for-DP_LINK_PNG-shared-default-is-dlopen.patch |  361 +++++
 ...for-DP_LINK_THEORA-shared-default-is-dlo.patch} |  124 +-
 ...-support-for-DP_LINK_VORBIS-make-variable.patch |  141 ++
 ...atch => Add-support-for-disabling-libavw.patch} |   39 +-
 ...for-forcing-d0_blind_id-and-d0_rijndael-.patch} |   69 +-
 ...-a-bit-more-type-safe-about-using-libpng.patch} |   86 +-
 ...en-support-and-warn-if-it-gets-compiled-.patch} |   29 +-
 ...Disable-gpu-skinning-for-skeletal-models.patch} |    2 +-
 ...SSE-only-software-rasterizer-on-non-x86-.patch} |  261 ++--
 ...tion-of-darkplaces-makefile-to-not-think.patch} |    5 +-
 ...typos-dont-don-t-doesnt-doesn-t-arguemen.patch} |   71 +-
 ...TO_CURL.patch => add-DP_LINK_CURL-option.patch} |  191 ++-
 ...change-name-of-multiple-inclusion-guard-.patch} |    3 +
 debian/patches/series                              |   38 +-
 debian/rules                                       |   35 +-
 dpdefs/csprogsdefs.qc                              |   48 +-
 dpdefs/dpextensions.qc                             |   38 +-
 dpdefs/keycodes.qc                                 |   24 +-
 dpdefs/menudefs.qc                                 |   22 +-
 dpdefs/progsdefs.qc                                |    2 +-
 dpsoftrast.c                                       |    8 +-
 dpsoftrast.h                                       |    3 +-
 fs.c                                               |  180 ++-
 fs.h                                               |    2 -
 ft2.c                                              |  102 +-
 ft2.h                                              |    4 +
 gl_backend.c                                       |  387 +++--
 gl_backend.h                                       |    5 +-
 gl_draw.c                                          |   21 +-
 gl_rmain.c                                         |  457 ++++--
 gl_rsurf.c                                         |   39 +-
 gl_textures.c                                      |  197 ++-
 glquake.h                                          |   37 +-
 host.c                                             |   37 +-
 host_cmd.c                                         |  136 +-
 image.c                                            |   55 +-
 image.h                                            |    6 +
 image_png.c                                        |    2 +
 jpeg.c                                             |   10 +-
 keys.c                                             |   68 +-
 lhnet.c                                            |   23 +-
 libcurl.c                                          |  279 +++-
 libcurl.h                                          |    3 +-
 makefile                                           |  124 +-
 makefile.inc                                       |  245 +--
 mdfour.c                                           |   40 +-
 menu.c                                             |   40 +-
 menu.h                                             |    1 +
 meshqueue.c                                        |    6 +-
 model_alias.c                                      |    3 +-
 model_brush.c                                      | 1635 +++++++++++++-------
 model_brush.h                                      |   21 +-
 model_shared.c                                     |   32 +-
 model_shared.h                                     |   47 +-
 model_sprite.c                                     |    1 +
 mvm_cmds.c                                         |  102 +-
 netconn.c                                          |  277 +++-
 netconn.h                                          |   55 +-
 palette.c                                          |   26 +
 palette.h                                          |    2 +
 progsvm.h                                          |   16 +
 protocol.c                                         |  593 +++----
 protocol.h                                         |    2 +-
 prvm_cmds.c                                        |  102 +-
 prvm_cmds.h                                        |   10 +-
 prvm_edict.c                                       |  211 +--
 prvm_exec.c                                        |   89 +-
 prvm_execprogram.h                                 |  672 ++++----
 prvm_offsets.h                                     |    7 +
 quakedef.h                                         |   32 +-
 r_explosion.c                                      |    4 +-
 r_shadow.c                                         |  124 +-
 r_textures.h                                       |    3 +
 render.h                                           |    9 +-
 sbar.c                                             |   34 +-
 screen.h                                           |    7 +-
 server.h                                           |   17 +-
 shader_glsl.h                                      |   65 +-
 shader_hlsl.h                                      |   90 +-
 snd_3dras.c                                        | 1042 +++++++++++++
 snd_3dras.h                                        |   49 +
 snd_3dras_typedefs.h                               |   57 +
 snd_main.c                                         |   11 +-
 snd_mem.c                                          |   15 +-
 snd_mix.c                                          |    4 +
 snd_modplug.c                                      |  432 ------
 snd_modplug.h                                      |   33 -
 snd_sdl.c                                          |    4 +-
 sv_demo.c                                          |    2 +-
 sv_main.c                                          |   70 +-
 sv_move.c                                          |   10 +-
 sv_phys.c                                          |  109 +-
 sv_user.c                                          |   34 +-
 svvm_cmds.c                                        |   25 +-
 sys.h                                              |    3 +
 sys_linux.c                                        |    2 +-
 sys_sdl.c                                          |   24 +-
 sys_shared.c                                       |   23 +-
 thread_sdl.c                                       |    4 +-
 utf8lib.c                                          |   14 +-
 vid.h                                              |   13 +
 vid_agl.c                                          |    5 +
 vid_glx.c                                          |   94 +-
 vid_null.c                                         |    5 +
 vid_sdl.c                                          |  882 ++++++++---
 vid_shared.c                                       |   51 +
 vid_wgl.c                                          |   83 +-
 view.c                                             |   11 +-
 world.c                                            |   20 +-
 world.h                                            |    9 -
 zone.c                                             |    4 +-
 177 files changed, 10057 insertions(+), 5727 deletions(-)
 create mode 100755 .travis-before_install-xonotic.sh
 create mode 100644 .travis-id_rsa-xonotic
 create mode 100755 .travis-script-xonotic.sh
 create mode 100644 .travis.yml
 create mode 100644 DPiOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata
 create mode 100644 darkplaces.cbp
 delete mode 100644 debian/patches/0001-Split-Unix-CFLAGS-libs-to-one-per-line.patch
 delete mode 100644 debian/patches/0002-Add-support-for-make-LINK_TO_LIBJPEG-1.patch
 delete mode 100644 debian/patches/0003-Add-support-for-make-LINK_TO_ZLIB-1.patch
 delete mode 100644 debian/patches/0004-Add-support-for-LINK_TO_LIBVORBIS-using-pkg-config.patch
 delete mode 100644 debian/patches/0005-Add-LINK_TO_MODPLUG-option.patch
 delete mode 100644 debian/patches/0006-add-LINK_TO_ODE-to-link-against-system-libode.patch
 delete mode 100644 debian/patches/0008-Add-LINK_TO_PNG.patch
 delete mode 100644 debian/patches/0010-Add-LINK_TO_FREETYPE2.patch
 delete mode 100644 debian/patches/0011-Add-support-for-linking-to-system-d0_blind_id-and-d0.patch
 delete mode 100644 debian/patches/0015-Be-more-type-safe-when-calling-setjmp-call-the-same-.patch
 delete mode 100644 debian/patches/0019-If-linking-libpng-conventionally-use-the-png_jmpbuf-.patch
 delete mode 100644 debian/patches/0020-If-linking-libpng-normally-use-its-header-to-get-the.patch
 delete mode 100644 debian/patches/0021-If-linking-libpng-in-the-normal-way-use-its-actual-v.patch
 create mode 100644 debian/patches/Add-DP_LINK_FREETYPE2-option.patch
 create mode 100644 debian/patches/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch
 rename debian/patches/{0007-add-LINK_TO_THEORA.patch => Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch} (50%)
 create mode 100644 debian/patches/Add-support-for-DP_LINK_VORBIS-make-variable.patch
 rename debian/patches/{0022-Add-support-for-disabling-libavw.patch => Add-support-for-disabling-libavw.patch} (57%)
 rename debian/patches/{0012-Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch => Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch} (65%)
 rename debian/patches/{0016-Be-a-bit-more-type-safe-about-using-libpng.patch => Be-a-bit-more-type-safe-about-using-libpng.patch} (61%)
 rename debian/patches/{0023-Disable-dlopen-support-and-warn-if-it-gets-compiled-.patch => Disable-dlopen-support-and-warn-if-it-gets-compiled-.patch} (57%)
 rename debian/patches/{0024-Disable-gpu-skinning-for-skeletal-models.patch => Disable-gpu-skinning-for-skeletal-models.patch} (98%)
 rename debian/patches/{0018-Don-t-build-SSE-only-software-rasterizer-on-non-x86-.patch => Don-t-build-SSE-only-software-rasterizer-on-non-x86-.patch} (77%)
 rename debian/patches/{0013-Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch => Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch} (92%)
 rename debian/patches/{0017-Fix-various-typos-dont-don-t-doesnt-doesn-t-arguemen.patch => Fix-various-typos-dont-don-t-doesnt-doesn-t-arguemen.patch} (90%)
 rename debian/patches/{0009-add-LINK_TO_CURL.patch => add-DP_LINK_CURL-option.patch} (51%)
 rename debian/patches/{0014-image_png.h-change-name-of-multiple-inclusion-guard-.patch => image_png.h-change-name-of-multiple-inclusion-guard-.patch} (89%)
 create mode 100644 snd_3dras.c
 create mode 100644 snd_3dras.h
 create mode 100644 snd_3dras_typedefs.h
 delete mode 100644 snd_modplug.c
 delete mode 100644 snd_modplug.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/darkplaces.git



More information about the Pkg-games-commits mailing list