[openjk] branch debian/master updated (90fad7e -> 9acab2d)

Simon McVittie smcv at debian.org
Sat Aug 5 10:52:48 UTC 2017


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

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

      from  90fad7e   Declare compliance with Debian Policy 4.0.0
       new  316400c   Appveyor: Set private SSH key from env variable
       new  d0b1e10   Try setting private ssh key differently..
       new  9a74ec2   Enable RDP on appveyor temporarily
       new  d73ad88   Get Appveyor build/deployment scripts working
       new  a143042   Merge branch 'dev/appveyor'
       new  6a05594   Minor fix to the deploy script
       new  25d9825   Move travis scripts into scripts/travis
       new  96c2f73   Move appveyor scripts to scripts/appveyor
       new  a1290e0   Run cmake install with correct configuration
       new  6b234a6   Fix warnings in G2_API.cpp
       new  be7dbae   Fix warnings in l_precomp.cpp
       new  18324ba   Fix some compiler warnings (#917)
       new  45a05fe   Shared: Fix debug engine legacy dll loading wrong name.
       new  73b1c24   add cl_drawRecording
       new  71325ab   Merge pull request #799 from deathsythe47/master
       new  8a6ff05   New upstream version 0~20170718+dfsg1
       new  5dd16f6   Updated version 0~20170718+dfsg1 from 'upstream/0_20170718+dfsg1'
       new  b995977   New upstream snapshot
       new  9acab2d   0~20170718+dfsg1-1

The 19 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:
 .travis.yml                                      |   4 +-
 appveyor.yml                                     |  26 +++---
 code/cgame/cg_local.h                            |   4 +-
 code/cgame/cg_main.cpp                           |   2 +-
 code/cgame/cg_syscalls.cpp                       |   2 +-
 code/game/g_public.h                             |   4 +-
 code/icarus/IcarusImplementation.cpp             |   2 +-
 code/qcommon/q_shared.h                          |   6 --
 code/rd-common/tr_public.h                       |   2 +-
 code/ui/ui_public.h                              |   2 +-
 codeJK2/cgame/cg_local.h                         |   4 +-
 codeJK2/cgame/cg_main.cpp                        |   2 +-
 codeJK2/cgame/cg_syscalls.cpp                    |   2 +-
 codeJK2/game/AI_Utils.cpp                        |  32 -------
 codeJK2/game/g_public.h                          |   2 +-
 codemp/botlib/l_precomp.cpp                      |   6 +-
 codemp/cgame/cg_public.h                         |   2 +-
 codemp/cgame/cg_syscalls.c                       |   4 +-
 codemp/client/cl_main.cpp                        |   4 +
 codemp/client/cl_scrn.cpp                        |   4 +-
 codemp/client/client.h                           |   2 +
 codemp/game/NPC_AI_Utils.c                       |  33 -------
 codemp/game/g_public.h                           |   2 +-
 codemp/game/g_syscalls.c                         |   4 +-
 codemp/qcommon/q_shared.h                        |   8 +-
 codemp/rd-common/tr_public.h                     |   2 +-
 codemp/rd-dedicated/G2_API.cpp                   | 106 ++++++++---------------
 codemp/ui/ui_public.h                            |   2 +-
 codemp/ui/ui_shared.h                            |   2 +-
 codemp/ui/ui_syscalls.c                          |   4 +-
 debian/changelog                                 |   5 +-
 debian/rules                                     |   4 +-
 scripts/appveyor/deploy.bat                      |  20 +++++
 scripts/builds/deploy.bat                        |   8 --
 scripts/{travis-build.sh => travis/build.sh}     |   0
 scripts/{travis-install.sh => travis/install.sh} |   0
 shared/qcommon/q_platform.h                      |  12 +++
 shared/sys/sys_main.cpp                          |   2 +-
 shared/sys/sys_win32.cpp                         |   2 +-
 39 files changed, 129 insertions(+), 205 deletions(-)
 create mode 100644 scripts/appveyor/deploy.bat
 delete mode 100644 scripts/builds/deploy.bat
 rename scripts/{travis-build.sh => travis/build.sh} (100%)
 rename scripts/{travis-install.sh => travis/install.sh} (100%)

-- 
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