[openjk] branch upstream/latest updated (8a6ff05 -> 6543521)

Simon McVittie smcv at debian.org
Mon Nov 6 11:42:16 UTC 2017


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

smcv pushed a change to branch upstream/latest
in repository openjk.

      from  8a6ff05   New upstream version 0~20170718+dfsg1
       new  89cebbc   Shared: Add CVAR_NODEFAULT and improve cvar sorting algo
       new  dac8819   Merge remote-tracking branch 'origin/master'
       new  561bf29   Shared: Fix Windows compile
       new  28c7273   Shared: Add cvar_usercreated and unset_usercreated commands
       new  a0828f0   Sets OS X target version to 10.9 #935
       new  b5c3f14   Shared: Add DPI awareness manifest
       new  7074cb8   Shared: Update to SDL 2.0.7
       new  d60340b   SP game: Fixed bug introduced in 5c8a2d7
       new  6543521   New upstream version 0~20171104~dfsg

The 9 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                  |   1 +
 code/CMakeLists.txt             |   8 ++
 code/client/cl_console.cpp      |   4 +-
 code/client/cl_main.cpp         |  36 +++----
 code/client/snd_dma.cpp         |   2 +-
 code/game/g_combat.cpp          |   2 +-
 code/qcommon/cm_load.cpp        |   2 +-
 code/qcommon/common.cpp         |   6 +-
 code/qcommon/cvar.cpp           | 202 +++++++++++++++++++++++++++----------
 code/qcommon/q_shared.h         |   3 +
 code/rd-vanilla/tr_init.cpp     |  86 ++++++++--------
 codemp/CMakeLists.txt           |   8 ++
 codemp/client/FxUtil.cpp        |   4 +-
 codemp/client/cl_console.cpp    |   4 +-
 codemp/client/cl_main.cpp       |  94 +++++++++++------
 codemp/client/snd_dma.cpp       |   4 +-
 codemp/qcommon/cm_load.cpp      |   2 +-
 codemp/qcommon/common.cpp       |   8 +-
 codemp/qcommon/cvar.cpp         | 216 ++++++++++++++++++++++++++++------------
 codemp/qcommon/net_ip.cpp       |  14 +--
 codemp/qcommon/q_shared.h       |   3 +
 codemp/rd-dedicated/tr_init.cpp |  88 ++++++++--------
 codemp/rd-vanilla/tr_init.cpp   |  88 ++++++++--------
 codemp/server/sv_init.cpp       |  28 +++---
 shared/sdl/sdl_input.cpp        |  12 +--
 shared/sdl/sdl_sound.cpp        |  28 +++---
 shared/sdl/sdl_window.cpp       |  16 +--
 shared/sys/sys_main.cpp         |   4 +-
 shared/sys/win_manifest.xml     |  37 +++++++
 29 files changed, 642 insertions(+), 368 deletions(-)
 create 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