[hyperrogue] branch master updated (26dd93a -> 2142601)

Markus Koschany apo at moszumanska.debian.org
Thu Sep 14 20:25:27 UTC 2017


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

apo pushed a change to branch master
in repository hyperrogue.

      from  26dd93a   Fix debian/watch file.
       new  c08b553   Declare compliance with Debian Policy 4.1.0.
       new  82625bf   New upstream version 10.0g
       new  161ad1a   Updated version 10.0g from 'upstream/10.0g'
       new  eb5985e   Use hyperrogue-music.txt from the src directory.
       new  e72f432   Update changelog
       new  055c399   Drop system-dejavu.patch
       new  2f70d0f   Refresh system-dejavu.patch
       new  2142601   Update changelog

The 8 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:
 debian/changelog                           |    11 +
 debian/control                             |     2 +-
 debian/hyperrogue-music.install            |     2 +-
 debian/patches/system-dejavu.patch         |    32 +-
 music/hyperrogue-music.txt                 |   125 -
 src/achievement.cpp                        |    94 +-
 src/basegraph.cpp                          |  1115 +++
 src/cell.cpp                               |    44 +-
 src/changelog.txt                          |  1833 ++++
 src/classes.cpp                            |   123 +-
 src/complex.cpp                            |   546 +-
 src/config.cpp                             |  1219 +++
 src/conformal.cpp                          |   102 +-
 src/control.cpp                            |   738 ++
 src/debug.cpp                              |   394 +
 src/dialogs.cpp                            |   393 +-
 src/fake-mobile.cpp                        |    24 +-
 src/flags.cpp                              |    16 +-
 src/game.cpp                               |   709 +-
 src/graph.cpp                              | 12801 +++++++++------------------
 src/help.cpp                               |   750 ++
 src/heptagon.cpp                           |     9 +-
 src/hud.cpp                                |   483 +
 src/hyper.cpp                              |   101 +-
 src/hyper.h                                |   467 +-
 src/hyper.rc                               |    10 +-
 src/hyperpoint.cpp                         |    18 +-
 src/hyperweb.cpp                           |     5 +-
 src/hypgraph.cpp                           |   566 ++
 src/init.cpp                               |   409 +-
 src/inventory.cpp                          |   464 +
 src/kohonen.cpp                            |    10 +-
 src/landgen.cpp                            |   894 +-
 src/langen.cpp                             |   152 +-
 src/language-cz.cpp                        |   504 +-
 src/language-data.cpp                      |  4120 +++++++--
 src/language-de.cpp                        |    30 +-
 src/language-pl.cpp                        |   474 +-
 src/{language-pl.cpp => language-ptbr.cpp} | 11424 ++++++++++++------------
 src/language-ru.cpp                        |   514 +-
 src/language-tr.cpp                        |    18 +-
 src/language.cpp                           |    34 +-
 src/mapeditor.cpp                          |  1088 ++-
 src/menus.cpp                              |  1765 +---
 src/netgen.cpp                             |    80 +-
 src/nofont.cpp                             |     6 +-
 src/orbs.cpp                               |    99 +-
 src/polygons.cpp                           |   230 +-
 src/quit.cpp                               |   534 ++
 src/rogueviz.cpp                           |   244 +-
 src/rug.cpp                                |    85 +-
 src/scores.cpp                             |   347 +
 src/shmup.cpp                              |   600 +-
 src/sound.cpp                              |    12 +-
 src/system.cpp                             |   711 +-
 src/tour.cpp                               |   165 +-
 src/util.cpp                               |    24 +-
 src/yendor.cpp                             |   376 +-
 58 files changed, 28599 insertions(+), 19546 deletions(-)
 delete mode 100644 music/hyperrogue-music.txt
 create mode 100644 src/basegraph.cpp
 create mode 100644 src/changelog.txt
 create mode 100644 src/config.cpp
 create mode 100644 src/control.cpp
 create mode 100644 src/debug.cpp
 create mode 100644 src/help.cpp
 create mode 100644 src/hud.cpp
 create mode 100644 src/hypgraph.cpp
 create mode 100644 src/inventory.cpp
 copy src/{language-pl.cpp => language-ptbr.cpp} (80%)
 create mode 100644 src/quit.cpp
 create mode 100644 src/scores.cpp

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



More information about the Pkg-games-commits mailing list