[yquake2] branch upstream updated (e734c36 -> 90e5abd)

Simon McVittie smcv at debian.org
Thu Jun 30 11:01:25 UTC 2016


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

smcv pushed a change to branch upstream
in repository yquake2.

      from  e734c36   Imported Upstream version 5.32
       new  90e5abd   Imported Upstream version 5.34~dfsg1

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                           |   1 +
 CHANGELOG                            |  17 +-
 CMakeLists.txt                       |  72 +--
 CONTRIBUTE                           |  47 +-
 LICENSE                              |  10 +-
 Makefile                             |  41 +-
 README.md                            | 227 +++++++++
 src/backends/sdl/icon/q2icon.xbm     |  18 +-
 src/backends/sdl/icon/q2icon64.h     | 955 +++++++++++++++++------------------
 src/backends/sdl/input.c             |  48 +-
 src/backends/sdl/refresh.c           |   7 +-
 src/backends/unix/main.c             |  19 +-
 src/backends/unix/signalhandler.c    |   8 +-
 src/backends/windows/icon.rc         |   1 +
 src/backends/windows/system.c        |   4 +-
 src/client/cl_console.c              |  10 +-
 src/client/cl_entities.c             |   8 +-
 src/client/cl_keyboard.c             |  11 +-
 src/client/cl_main.c                 |   9 +
 src/client/cl_screen.c               |  94 +++-
 src/client/cl_view.c                 |  74 ++-
 src/client/header/client.h           |   7 +-
 src/client/menu/menu.c               |  83 +--
 src/client/menu/qmenu.c              |  40 +-
 src/client/menu/videomenu.c          | 123 +++--
 src/client/refresh/files/stb_image.h |   9 +-
 src/client/refresh/header/local.h    |  19 +-
 src/client/refresh/r_draw.c          |  10 +-
 src/client/refresh/r_image.c         |  12 +-
 src/client/refresh/r_main.c          | 279 +++++++++-
 src/client/refresh/r_mesh.c          |   8 +-
 src/client/sound/openal.c            |   8 +-
 src/client/sound/sound.c             |   1 -
 src/common/header/common.h           |  32 +-
 src/common/misc.c                    |   2 +-
 src/game/g_misc.c                    |  14 +-
 src/game/savegame/savegame.c         | 117 +++--
 README => stuff/README.old           |  53 +-
 stuff/models/crosshair/skin.pcx      | Bin 0 -> 4279 bytes
 stuff/models/crosshair/tris.md2      | Bin 0 -> 1152 bytes
 40 files changed, 1580 insertions(+), 918 deletions(-)
 create mode 100644 README.md
 create mode 100644 src/backends/windows/icon.rc
 rename README => stuff/README.old (96%)
 create mode 100644 stuff/models/crosshair/skin.pcx
 create mode 100644 stuff/models/crosshair/tris.md2

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