[yquake2] 02/09: Merge tag 'upstream/5.30'

Simon McVittie smcv at debian.org
Tue May 5 10:40:24 UTC 2015


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

smcv pushed a commit to branch master
in repository yquake2.

commit fc9406b1b2634230210e2733be5844f8c8f0b8dd
Merge: 8a489ab 333df3b
Author: Simon McVittie <smcv at debian.org>
Date:   Tue May 5 10:06:02 2015 +0100

    Merge tag 'upstream/5.30'
    
    Upstream version 5.30

 .gitignore                               |    3 +
 CHANGELOG                                |   31 +
 CONTRIBUTE                               |   55 +-
 LICENSE                                  |    5 +-
 Makefile                                 |  146 +-
 README                                   |  118 +-
 src/backends/generic/header/input.h      |   31 +-
 src/backends/generic/header/qal.h        |    6 -
 src/backends/generic/misc.c              |  141 +
 src/backends/generic/qal.c               |   27 +-
 src/backends/generic/vid.c               |   48 +-
 src/backends/sdl/input.c                 |  583 ++-
 src/backends/sdl/refresh.c               |  170 +-
 src/backends/sdl/sound.c                 |  178 +-
 src/backends/unix/main.c                 |    6 +-
 src/backends/unix/signalhandler.c        |    5 +-
 src/backends/windows/system.c            |    2 +-
 src/client/cl_console.c                  |   53 +-
 src/client/cl_effects.c                  |   15 +-
 src/client/cl_entities.c                 |   26 +-
 src/client/cl_input.c                    |   14 +-
 src/client/cl_inventory.c                |   30 +-
 src/client/cl_keyboard.c                 |  264 +-
 src/client/cl_lights.c                   |   32 +-
 src/client/cl_main.c                     |    8 +-
 src/client/cl_network.c                  |    3 +
 src/client/cl_screen.c                   |  206 +-
 src/client/cl_view.c                     |   15 +-
 src/client/header/client.h               |    3 +-
 src/client/header/input.h                |   37 -
 src/client/header/keyboard.h             |   13 +-
 src/client/header/ref.h                  |    2 +
 src/client/header/screen.h               |    6 +
 src/client/menu/menu.c                   |  283 +-
 src/client/menu/qmenu.c                  |  103 +-
 src/client/menu/videomenu.c              |  282 +-
 src/client/refresh/files/jpeg.c          |  181 -
 src/client/refresh/files/stb.c           |   93 +
 src/client/refresh/files/stb_image.h     | 6326 ++++++++++++++++++++++++++++++
 src/client/refresh/files/tga.c           |  429 --
 src/client/refresh/header/local.h        |   29 +-
 src/client/refresh/r_draw.c              |   36 +-
 src/client/refresh/r_image.c             |  206 +-
 src/client/refresh/r_main.c              |   27 +-
 src/client/refresh/r_misc.c              |   52 +-
 src/client/sound/header/local.h          |    5 +
 src/client/sound/ogg.c                   |    2 +
 src/client/sound/openal.c                |   82 +-
 src/client/sound/sound.c                 |    6 +
 src/common/filesystem.c                  |   60 +-
 src/common/header/common.h               |    3 +-
 src/common/header/shared.h               |    8 +-
 src/common/misc.c                        |    2 +-
 src/common/pmove.c                       |   90 +-
 src/common/shared/shared.c               |   24 +-
 src/game/g_ai.c                          |    6 +-
 src/game/g_cmds.c                        |   13 +-
 src/game/monster/misc/move.c             |    2 +-
 src/game/savegame/savegame.c             |   12 +-
 src/game/savegame/tables/gamefunc_decs.h |   11 +-
 src/game/savegame/tables/gamefunc_list.h |    9 +-
 src/server/sv_conless.c                  |    2 +-
 62 files changed, 8513 insertions(+), 2153 deletions(-)

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