[yquake2] branch upstream updated (6a860c8 -> 333df3b)

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


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

smcv pushed a change to branch upstream
in repository yquake2.

      from  6a860c8   Imported Upstream version 5.21~dfsg1
       new  333df3b   Imported Upstream version 5.30

The 1 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:
 .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(-)
 create mode 100644 .gitignore
 mode change 100644 => 100755 Makefile
 create mode 100644 src/backends/generic/misc.c
 delete mode 100644 src/client/header/input.h
 delete mode 100644 src/client/refresh/files/jpeg.c
 create mode 100644 src/client/refresh/files/stb.c
 create mode 100644 src/client/refresh/files/stb_image.h
 delete mode 100644 src/client/refresh/files/tga.c

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