[reminiscence] branch upstream updated (3826e04 -> 063a8ef)

Damyan Ivanov dmn at moszumanska.debian.org
Mon Jan 1 15:18:47 UTC 2018


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

dmn pushed a change to branch upstream
in repository reminiscence.

      from  3826e04   Imported Upstream version 0.2.1
       new  063a8ef   New upstream version 0.3.5

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:
 Makefile             |   25 +-
 README => README.txt |   49 +-
 collision.cpp        |  123 ++--
 cutscene.cpp         |  542 +++++++++--------
 cutscene.h           |  147 +++--
 dynlib.cpp           |   59 ++
 dynlib.h             |   16 +
 file.cpp             |  221 ++++---
 file.h               |   43 +-
 fs.cpp               |  138 +++--
 fs.h                 |   22 +-
 game.cpp             |  910 ++++++++++++++++------------
 game.h               |  225 ++++---
 graphics.cpp         |  167 +++---
 graphics.h           |   43 +-
 intern.h             |  251 ++++----
 locale.cpp           |   49 --
 locale.h             |   68 ---
 main.cpp             |  228 +++++--
 menu.cpp             |  237 ++++----
 menu.h               |   68 ++-
 mixer.cpp            |  128 ++--
 mixer.h              |   78 +--
 mod_player.cpp       |  359 +++++++----
 mod_player.h         |  111 +---
 ogg_player.cpp       |  208 +++++++
 ogg_player.h         |   34 ++
 piege.cpp            |  321 +++++-----
 resource.cpp         |  781 +++++++++++++++---------
 resource.h           |  200 ++++---
 resource_aba.cpp     |   85 +++
 resource_aba.h       |   34 ++
 rs.cfg               |   20 +
 scaler.cpp           |  207 +++----
 scaler.h             |   45 +-
 screenshot.cpp       |   70 +++
 screenshot.h         |    9 +
 seq_player.cpp       |   90 ++-
 seq_player.h         |   35 +-
 sfx_player.cpp       |   57 +-
 sfx_player.h         |   85 ++-
 staticres.cpp        | 1600 +++++++++++++++++++++++++++++++++++++++++++++++---
 sys.h                |   54 --
 systemstub.h         |   48 +-
 systemstub_sdl.cpp   |  861 +++++++++++++++------------
 unpack.cpp           |   91 ++-
 unpack.h             |   31 +-
 util.cpp             |   47 +-
 util.h               |   27 +-
 video.cpp            |  534 +++++++++--------
 video.h              |   92 ++-
 51 files changed, 6365 insertions(+), 3608 deletions(-)
 rename README => README.txt (66%)
 create mode 100644 dynlib.cpp
 create mode 100644 dynlib.h
 delete mode 100644 locale.cpp
 delete mode 100644 locale.h
 create mode 100644 ogg_player.cpp
 create mode 100644 ogg_player.h
 create mode 100644 resource_aba.cpp
 create mode 100644 resource_aba.h
 create mode 100644 rs.cfg
 create mode 100644 screenshot.cpp
 create mode 100644 screenshot.h
 delete mode 100644 sys.h

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



More information about the Pkg-games-commits mailing list