[openjk] branch debian/master updated (d024656 -> 14de557)

Simon McVittie smcv at debian.org
Thu Jan 11 17:28:57 UTC 2018


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

smcv pushed a change to branch debian/master
in repository openjk.

      from  d024656   Standards-Version: 4.1.2 (no changes required)
       new  1d125c7   Revert "Shared: Add DPI awareness manifest"
       new  7f23591   [Shared] Add loadhud to MP, make SP reload strings and menus
       new  8b07e58   [MP] Rename sv_legacyFixForceSelect to sv_legacyFixes, also force roll angle Default sv_filterCommands to 1, move ';' filtering to value 2
       new  4090e09   [MP] Fix multiple master (globalservers 0) support
       new  eba428e   SP: Fix symbol error caused by UI functions in cgame
       new  ae3900f   Change refimport ri from ptr type to value type
       new  92059a6   [Shared] Fix crash when passing invalid animations to PM_AnimLength. Fixes #943. Ref #939. Thanks to @peter-kien for pointing out the cause of UB
       new  9bbba0a   [MP] Added sv_floodProtectSlow (0 = don't reset timer on rejected commands). Allowed sv_floodProtect to specify flood time in ms
       new  58e5a20   [Shared] Remove unused (conflicting) defines causing compiler warnings (gcc, clang)
       new  b5d4273   [MP] Show infostring overflow reason
       new  18f2049   [MP] Fix for holocron mode to disallow saber styles that aren't known
       new  5dedb33   [MP] Mindtrick users now decloak when they attempt to melee grapple someone
       new  41bd4d8   [MP] Fix ghoul2 crash found by changing from FFA->Siege and restarting map on local server
       new  efbeb7c   [MP] Properly close file handles in the case of errors. Also fixed some flag unsetting (EF_SOUNDTRACKER, WPFLAG_GOALPOINT)
       new  01dd490   Use ${CMAKE_C_COMPILER_ID}" MATCHES "Clang"
       new  2c2847a   New upstream version 0~20171228~dfsg
       new  0e065d8   Update upstream source from tag 'upstream/0_20171228_dfsg'
       new  2163872   New upstream snapshot 01dd4909
       new  af933f7   Standards-Version: 4.1.3 (no changes required)
       new  56631c2   Move to debhelper compat level 11
       new  ba01e3a   Move packaging to salsa.debian.org
       new  174f4d2   0~20171228~dfsg-1
       new  14de557   Change Vcs-* from debiangames-team to games-team

The 23 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:
 CMakeLists.txt                          |   6 +-
 code/CMakeLists.txt                     |   8 -
 code/cgame/cg_consolecmds.cpp           |  14 +-
 code/cgame/cg_local.h                   |   2 -
 code/game/bg_panimate.cpp               |   8 +-
 codeJK2/cgame/cg_local.h                |   2 -
 codeJK2/game/bg_panimate.cpp            |   6 +-
 codemp/CMakeLists.txt                   |   8 -
 codemp/cgame/cg_consolecmds.c           |  13 +
 codemp/cgame/cg_event.c                 |   2 +-
 codemp/cgame/cg_local.h                 |   2 -
 codemp/cgame/cg_players.c               |   1 +
 codemp/cgame/cg_saga.c                  |   7 +-
 codemp/client/cl_main.cpp               |   4 +-
 codemp/game/NPC_stats.c                 |   1 +
 codemp/game/ai_util.c                   |   1 +
 codemp/game/ai_wpnav.c                  |   7 +-
 codemp/game/bg_misc.c                   |  28 +-
 codemp/game/bg_panimate.c               |  21 +-
 codemp/game/bg_saberLoad.c              |   3 +-
 codemp/game/bg_saga.c                   |  14 +-
 codemp/game/bg_vehicleLoad.c            |   2 +
 codemp/game/g_cmds.c                    |   1 +
 codemp/game/g_saga.c                    |   7 +-
 codemp/game/g_utils.c                   |  11 +-
 codemp/game/w_force.c                   |  14 +
 codemp/ghoul2/G2_gore.cpp               |   2 +-
 codemp/qcommon/q_shared.c               |   2 +-
 codemp/rd-common/tr_common.h            |   2 +-
 codemp/rd-common/tr_font.cpp            |  40 +--
 codemp/rd-common/tr_image_jpg.cpp       |   8 +-
 codemp/rd-common/tr_image_load.cpp      |   4 +-
 codemp/rd-common/tr_image_png.cpp       |  40 +--
 codemp/rd-common/tr_image_tga.cpp       |   4 +-
 codemp/rd-dedicated/G2_API.cpp          |  20 +-
 codemp/rd-dedicated/G2_bones.cpp        |   6 +-
 codemp/rd-dedicated/G2_misc.cpp         |   4 +-
 codemp/rd-dedicated/tr_ghoul2.cpp       |   6 +-
 codemp/rd-dedicated/tr_init.cpp         | 274 ++++++++--------
 codemp/rd-dedicated/tr_local.h          |   3 +-
 codemp/rd-dedicated/tr_main.cpp         |   2 +-
 codemp/rd-dedicated/tr_model.cpp        |  42 +--
 codemp/rd-dedicated/tr_shader.cpp       |   8 +-
 codemp/rd-dedicated/tr_skin.cpp         |  12 +-
 codemp/rd-vanilla/G2_API.cpp            |  50 +--
 codemp/rd-vanilla/G2_bolts.cpp          |   2 +-
 codemp/rd-vanilla/G2_bones.cpp          |  72 ++---
 codemp/rd-vanilla/G2_misc.cpp           |  20 +-
 codemp/rd-vanilla/glext.h               |   2 +-
 codemp/rd-vanilla/tr_WorldEffects.cpp   |  60 ++--
 codemp/rd-vanilla/tr_backend.cpp        |  22 +-
 codemp/rd-vanilla/tr_bsp.cpp            |  50 +--
 codemp/rd-vanilla/tr_cmds.cpp           |  24 +-
 codemp/rd-vanilla/tr_ghoul2.cpp         |  24 +-
 codemp/rd-vanilla/tr_image.cpp          |  94 +++---
 codemp/rd-vanilla/tr_init.cpp           | 554 ++++++++++++++++----------------
 codemp/rd-vanilla/tr_light.cpp          |   2 +-
 codemp/rd-vanilla/tr_local.h            |   2 -
 codemp/rd-vanilla/tr_main.cpp           |   8 +-
 codemp/rd-vanilla/tr_mesh.cpp           |   6 +-
 codemp/rd-vanilla/tr_model.cpp          |  74 ++---
 codemp/rd-vanilla/tr_scene.cpp          |  14 +-
 codemp/rd-vanilla/tr_shade.cpp          |   4 +-
 codemp/rd-vanilla/tr_shade_calc.cpp     |   8 +-
 codemp/rd-vanilla/tr_shader.cpp         | 334 +++++++++----------
 codemp/rd-vanilla/tr_skin.cpp           |  30 +-
 codemp/rd-vanilla/tr_subs.cpp           |  22 +-
 codemp/rd-vanilla/tr_surface.cpp        |   2 +-
 codemp/rd-vanilla/tr_surfacesprites.cpp |   2 +-
 codemp/rd-vanilla/tr_terrain.cpp        |  28 +-
 codemp/rd-vanilla/tr_world.cpp          |  32 +-
 codemp/server/server.h                  |   5 +-
 codemp/server/sv_client.cpp             |  42 ++-
 codemp/server/sv_gameapi.cpp            |   3 +
 codemp/server/sv_init.cpp               |   9 +-
 codemp/server/sv_main.cpp               |   5 +-
 codemp/ui/ui_force.c                    |   1 +
 codemp/ui/ui_main.c                     |  19 +-
 debian/changelog                        |  15 +-
 debian/compat                           |   2 +-
 debian/control                          |   8 +-
 debian/rules                            |   4 +-
 shared/sys/win_manifest.xml             |  37 ---
 83 files changed, 1180 insertions(+), 1184 deletions(-)
 delete mode 100644 shared/sys/win_manifest.xml

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



More information about the Pkg-games-commits mailing list