[hyperrogue] branch upstream updated (70f695e -> 82625bf)

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


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

apo pushed a change to branch upstream
in repository hyperrogue.

      from  70f695e   New upstream version 9.4n+dfsg
       new  82625bf   New upstream version 10.0g

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:
 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 +-
 54 files changed, 28571 insertions(+), 19527 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