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

apo pushed a commit to branch master
in repository renpy.

commit f3d5fc6668e483d0e909ca751da6cbc3d42f99a7
Merge: 5936aed fab6c79
Author: Markus Koschany <a...@debian.org>
Date:   Fri Apr 13 00:58:22 2018 +0200

    Update upstream source from tag 'upstream/6.99.14.3+dfsg'
    
    Update to upstream version '6.99.14.3+dfsg'
    with Debian dir 7ec37b9978e7bf51ed8f5bffeb35be44be2c7be0

 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/russian/obsolete.rpy          |  27 +
 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, 4487 insertions(+), 2037 deletions(-)

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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to