[renpy] branch master updated (132c83c -> 5936aed)
Markus Koschany
apo at moszumanska.debian.org
Thu Feb 8 17:57:42 UTC 2018
This is an automated email from the git hooks/post-receive script.
apo pushed a change to branch master
in repository renpy.
from 132c83c Drop README.source. The source files for the documentation are now included in
new 9103ce3 New upstream version 6.99.14.1+dfsg
new 1516bcf Update upstream source from tag 'upstream/6.99.14.1+dfsg'
new 5936aed Update changelog
The 3 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 | 9 +
launcher/game/editor.rpy | 6 +-
launcher/game/front_page.rpy | 10 +-
launcher/game/options.rpy | 3 +
launcher/game/tl/piglatin/common.rpy | 16 +-
launcher/game/tl/piglatin/developer.rpy | 58 +-
launcher/game/tl/piglatin/error.rpy | 78 +-
launcher/game/tl/piglatin/launcher.rpy | 30 +-
launcher/game/tl/russian/developer.rpy | 60 +-
launcher/game/tl/russian/launcher.rpy | 100 +-
launcher/game/tl/russian/options.rpy | 6 +-
launcher/game/tl/spanish/common.rpy | 84 +
launcher/game/tl/spanish/developer.rpy | 28 +-
launcher/game/tl/spanish/error.rpy | 52 +
launcher/game/tl/spanish/gui.rpy | 3 +-
launcher/game/tl/spanish/launcher.rpy | 283 +-
launcher/game/tl/spanish/options.rpy | 1 +
launcher/game/tl/spanish/screens.rpy | 11 +-
module/gen/renpy.angle.gl.c | 3313 +++++++-------
module/gen/renpy.angle.gldraw.c | 6984 ++++++++++++++--------------
module/gen/renpy.angle.glenviron_shader.c | 1 +
module/gen/renpy.angle.glrtt_copy.c | 1 +
module/gen/renpy.angle.glrtt_fbo.c | 1 +
module/gen/renpy.angle.gltexture.c | 3241 +++++++------
module/gen/renpy.display.accelerator.c | 1093 +++--
module/gen/renpy.display.render.c | 5938 ++++++++++++------------
module/gen/renpy.gl.gl.c | 3313 +++++++-------
module/gen/renpy.gl.gldraw.c | 7114 +++++++++++++++--------------
module/gen/renpy.gl.glenviron_fixed.c | 1 +
module/gen/renpy.gl.glenviron_limited.c | 1 +
module/gen/renpy.gl.glenviron_shader.c | 1 +
module/gen/renpy.gl.glrtt_copy.c | 1 +
module/gen/renpy.gl.glrtt_fbo.c | 1 +
module/gen/renpy.gl.gltexture.c | 3241 +++++++------
module/maketegl.py | 1587 +++----
renpy/__init__.py | 11 +-
renpy/angle/gl.pxd | 2 +-
renpy/angle/gl.pyx | 3 +-
renpy/angle/gldraw.pxd | 1 +
renpy/angle/gldraw.pyx | 37 +-
renpy/angle/gltexture.pxd | 6 +-
renpy/angle/gltexture.pyx | 9 +-
renpy/atl.py | 1 +
renpy/common/00compat.rpy | 11 +
renpy/common/00gltest.rpy | 4 -
renpy/common/00keymap.rpy | 5 +-
renpy/common/00library.rpy | 3 +
renpy/common/00nvl_mode.rpy | 6 +-
renpy/common/00performance.rpy | 28 +-
renpy/common/00preferences.rpy | 5 +-
renpy/common/_developer/developer.rpym | 107 +-
renpy/common/_errorhandling.rpym | 2 +
renpy/config.py | 20 +-
renpy/debug.py | 14 +
renpy/defaultstore.py | 1 +
renpy/display/accelerator.pyx | 7 +
renpy/display/core.py | 130 +-
renpy/display/dragdrop.py | 38 +-
renpy/display/im.py | 169 +-
renpy/display/image.py | 16 +
renpy/display/imagelike.py | 19 +-
renpy/display/imagemap.py | 3 +
renpy/display/layout.py | 40 +-
renpy/display/predict.py | 11 +-
renpy/display/render.pyx | 10 +
renpy/display/swdraw.py | 5 +-
renpy/display/transform.py | 7 +
renpy/display/video.py | 2 +
renpy/error.py | 4 +-
renpy/execution.py | 2 +-
renpy/exports.py | 57 +-
renpy/gl/gl.pxd | 2 +-
renpy/gl/gl.pyx | 3 +-
renpy/gl/gl1.pxd | 2 +-
renpy/gl/gldraw.pxd | 1 +
renpy/gl/gldraw.pyx | 37 +-
renpy/gl/gltexture.pxd | 6 +-
renpy/gl/gltexture.pyx | 9 +-
renpy/loader.py | 14 +-
renpy/main.py | 3 +
renpy/parser.py | 2 +
renpy/preferences.py | 5 +-
renpy/python.py | 8 +
renpy/screenlang.py | 1 +
renpy/sl2/sldisplayables.py | 1 +
renpy/vc_version.py | 2 +-
sphinx/source/android-packaging.rst | 214 -
sphinx/source/android.rst | 211 +-
sphinx/source/atl.rst | 12 +-
sphinx/source/changelog.rst | 83 +-
sphinx/source/config.rst | 37 +-
sphinx/source/credits.rst | 1 +
sphinx/source/display_problems.rst | 1 +
sphinx/source/gui.rst | 7 -
sphinx/source/keywords.py | 2 +-
sphinx/source/multiple.rst | 2 +-
sphinx/source/preferences.rst | 6 +-
sphinx/source/screen_optimization.rst | 3 +-
sphinx/source/screen_special.rst | 2 +-
sphinx/source/screens.rst | 2 +-
sphinx/source/thequestion.rst | 2 +-
sphinx/source/thequestion.txt | 2 +-
tutorial/game/keywords.py | 2 +-
tutorial/game/tl/piglatin/common.rpy | 94 +-
104 files changed, 20258 insertions(+), 17987 deletions(-)
delete mode 100644 sphinx/source/android-packaging.rst
--
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