[yquake2] 05/11: Updated version 7.01+ctf1.05~dfsg from 'upstream/7.01+ctf1.05_dfsg'

Simon McVittie smcv at debian.org
Thu Sep 14 15:08:01 UTC 2017


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

smcv pushed a commit to branch debian/master
in repository yquake2.

commit 6bdfc6786463e135df141d05926f0733c8cfca5d
Merge: a11783a 78fc480
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Sep 14 11:06:43 2017 +0100

    Updated version 7.01+ctf1.05~dfsg from 'upstream/7.01+ctf1.05_dfsg'
    
    with Debian dir 89eeb13aed914d05920c93fabaaf24cfe8c882f5

 ctf/CHANGELOG             |   19 +
 ctf/CMakeLists.txt        |   73 +
 ctf/LICENSE               |  339 +++
 ctf/Makefile              |  184 ++
 ctf/README                |   32 +
 ctf/src/g_ai.c            | 1230 +++++++++++
 ctf/src/g_chase.c         |  210 ++
 ctf/src/g_cmds.c          | 1282 +++++++++++
 ctf/src/g_combat.c        |  766 +++++++
 ctf/src/g_ctf.c           | 5357 +++++++++++++++++++++++++++++++++++++++++++++
 ctf/src/g_func.c          | 2582 ++++++++++++++++++++++
 ctf/src/g_items.c         | 2778 +++++++++++++++++++++++
 ctf/src/g_main.c          |  458 ++++
 ctf/src/g_misc.c          | 2204 +++++++++++++++++++
 ctf/src/g_monster.c       |  891 ++++++++
 ctf/src/g_phys.c          | 1190 ++++++++++
 ctf/src/g_save.c          |  803 +++++++
 ctf/src/g_spawn.c         |  998 +++++++++
 ctf/src/g_svcmds.c        |  344 +++
 ctf/src/g_target.c        | 1022 +++++++++
 ctf/src/g_trigger.c       |  756 +++++++
 ctf/src/g_utils.c         |  630 ++++++
 ctf/src/g_weapon.c        | 1100 ++++++++++
 ctf/src/header/ctf.h      |  206 ++
 ctf/src/header/game.h     |  213 ++
 ctf/src/header/local.h    | 1095 +++++++++
 ctf/src/header/menu.h     |   71 +
 ctf/src/header/shared.h   | 1083 +++++++++
 ctf/src/menu/menu.c       |  365 +++
 ctf/src/monster/move.c    |  659 ++++++
 ctf/src/monster/player.h  |  227 ++
 ctf/src/player/client.c   | 1834 ++++++++++++++++
 ctf/src/player/hud.c      |  619 ++++++
 ctf/src/player/trail.c    |  172 ++
 ctf/src/player/view.c     | 1370 ++++++++++++
 ctf/src/player/weapon.c   | 1688 ++++++++++++++
 ctf/src/shared/shared.c   | 1317 +++++++++++
 stuff/misc/uncrustify.cfg |  912 ++++++++
 38 files changed, 37079 insertions(+)

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



More information about the Pkg-games-commits mailing list