[renpy] branch upstream updated (9103ce3 -> fab6c79)

Markus Koschany apo at moszumanska.debian.org
Thu Apr 12 23:14:16 UTC 2018


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

apo pushed a change to branch upstream
in repository renpy.

      from  9103ce3   New upstream version 6.99.14.1+dfsg
       new  fab6c79   New upstream version 6.99.14.3+dfsg

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:
 atom/Atom.edit.py                                 |  85 ++
 gui/game/gui.rpy                                  |   2 +
 gui/game/screens.rpy                              |   2 +
 launcher/game/editor.rpy                          |  78 +-
 launcher/game/front_page.rpy                      |   5 +-
 launcher/game/gui7.rpy                            |   7 +-
 launcher/game/itch.rpy                            |   4 +-
 launcher/game/navigation.rpy                      |   2 +
 launcher/game/options.rpy                         |  27 +-
 launcher/game/package_formats.rpy                 |   2 +-
 launcher/game/project.rpy                         |   4 +
 launcher/game/tl/piglatin/common.rpy              | 268 ++++++-
 launcher/game/tl/piglatin/developer.rpy           |  10 +-
 launcher/game/tl/piglatin/launcher.rpy            | 184 +++--
 launcher/game/tl/piglatin/screens.rpy             | 234 +++---
 launcher/game/tl/russian/common.rpy               | 278 ++++++-
 launcher/game/tl/russian/developer.rpy            |  10 +-
 launcher/game/tl/russian/error.rpy                |  78 +-
 launcher/game/tl/russian/launcher.rpy             | 178 +++--
 launcher/game/tl/{french => russian}/obsolete.rpy |  16 +-
 launcher/game/tl/russian/screens.rpy              | 232 +++---
 launcher/game/translations.rpy                    |   1 -
 renpy/__init__.py                                 |   2 +-
 renpy/ast.py                                      |  58 +-
 renpy/atl.py                                      |  17 +-
 renpy/audio/music.py                              |   3 +
 renpy/character.py                                |   3 +
 renpy/common/000statements.rpy                    |  60 +-
 renpy/common/000window.rpy                        |  13 +-
 renpy/common/00action_file.rpy                    |  22 +-
 renpy/common/00action_other.rpy                   |   7 +-
 renpy/common/00build.rpy                          |   1 +
 renpy/common/00gui.rpy                            |   6 +-
 renpy/common/00library.rpy                        |  83 +-
 renpy/common/00nvl_mode.rpy                       |  44 +-
 renpy/common/00preferences.rpy                    |  95 ++-
 renpy/common/00start.rpy                          |   4 +
 renpy/common/00updater.rpy                        |   7 +-
 renpy/common/00voice.rpy                          |  11 +-
 renpy/common/_developer/developer.rpym            |   7 +-
 renpy/config.py                                   |   6 +
 renpy/defaultstore.py                             |   1 +
 renpy/display/behavior.py                         |  68 +-
 renpy/display/core.py                             |  26 +-
 renpy/display/im.py                               |   8 +-
 renpy/display/image.py                            |  16 +-
 renpy/display/layout.py                           |  53 +-
 renpy/display/screen.py                           |  25 +-
 renpy/display/swdraw.py                           |   3 +
 renpy/display/video.py                            |  48 +-
 renpy/dump.py                                     |   9 +-
 renpy/editor.py                                   |  10 +-
 renpy/execution.py                                |  17 +-
 renpy/exports.py                                  |  32 +-
 renpy/main.py                                     |  18 +-
 renpy/persistent.py                               |   2 +-
 renpy/python.py                                   | 136 +++-
 renpy/screenlang.py                               |  19 +-
 renpy/script.py                                   |   2 +
 renpy/sl2/slast.py                                | 140 ++--
 renpy/sl2/slparser.py                             |  15 +-
 renpy/statements.py                               |  12 +-
 renpy/text/font.py                                |  23 +-
 renpy/translation/__init__.py                     |  59 +-
 renpy/translation/generation.py                   |   4 +
 renpy/ui.py                                       |   4 +-
 renpy/vc_version.py                               |   2 +-
 renpy/warp.py                                     |  69 +-
 sphinx/game/doc.py                                | 191 +++--
 sphinx/source/changelog.rst                       | 139 ++++
 sphinx/source/credits.rst                         |   3 +
 sphinx/source/displayables.rst                    |  32 +-
 sphinx/source/gui.rst                             |   4 +
 sphinx/source/incompatible.rst                    |   6 +-
 sphinx/source/keywords.py                         |   6 +-
 sphinx/source/movie.rst                           |  21 +-
 sphinx/source/multiple.rst                        |  16 +-
 sphinx/source/nvl_mode.rst                        |   5 +
 sphinx/source/sponsors.html                       | 206 ++---
 sphinx/source/text.rst                            |   2 +-
 templates/portuguese/game/options.rpy             | 355 +++------
 the_question/game/screens.rpy                     |   2 +
 the_question/game/tl/russian/common.rpy           | 805 +++++++++++++++----
 the_question/game/tl/russian/options.rpy          |   3 +-
 the_question/game/tl/russian/screens.rpy          | 172 ++--
 the_question/game/tl/russian/script.rpy           |  34 +-
 tutorial/game/01example.rpy                       |  17 +
 tutorial/game/indepth_minigame.rpy                |   2 +-
 tutorial/game/keywords.py                         |   6 +-
 tutorial/game/screens.rpy                         |   3 +
 tutorial/game/script.rpy                          |   3 +
 tutorial/game/tl/piglatin/common.rpy              | 276 ++++++-
 tutorial/game/tl/piglatin/indepth_minigame.rpy    |   6 +-
 tutorial/game/tl/piglatin/screens.rpy             | 130 +--
 tutorial/game/tl/piglatin/script.rpy              |  12 +-
 tutorial/game/tl/russian/01example.rpy            |   4 +-
 tutorial/game/tl/russian/common.rpy               | 929 +++++++++++++++-------
 tutorial/game/tl/russian/indepth_minigame.rpy     |   4 +-
 tutorial/game/tl/russian/screens.rpy              | 130 +--
 tutorial/game/tl/russian/script.rpy               |  12 +-
 100 files changed, 4468 insertions(+), 2045 deletions(-)
 create mode 100644 atom/Atom.edit.py
 copy launcher/game/tl/{french => russian}/obsolete.rpy (66%)

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



More information about the Pkg-games-commits mailing list