This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository renpy.
commit a8fe1d06596009f94bde077d5e559a9cc70cedcd Merge: a6f4319 128acea Author: Markus Koschany <[email protected]> Date: Sun Mar 13 18:37:30 2016 +0100 Merge tag 'upstream/6.99.9+dfsg' Upstream version 6.99.9+dfsg # gpg: Signature made Sun 13 Mar 2016 18:37:25 CET using RSA key ID 513B51E4 # gpg: Good signature from "Markus Koschany <[email protected]>" [ultimate] # gpg: aka "Markus Koschany <[email protected]>" [ultimate] # gpg: aka "Markus Koschany <[email protected]>" [ultimate] LICENSE.txt | 2 +- doc/_static/basic.css | 74 +- doc/_static/doctools.js | 29 +- doc/_static/down-pressed.png | Bin 368 -> 347 bytes doc/_static/down.png | Bin 363 -> 347 bytes doc/_static/file.png | Bin 392 -> 358 bytes doc/_static/jquery.js | 9408 +------------------- doc/_static/minus.png | Bin 199 -> 173 bytes doc/_static/plus.png | Bin 199 -> 173 bytes doc/_static/searchtools.js | 4 +- doc/_static/underscore.js | 1446 +-- doc/_static/up-pressed.png | Bin 372 -> 345 bytes doc/_static/up.png | Bin 363 -> 345 bytes doc/_static/websupport.js | 30 +- doc/achievement.html | 16 +- doc/android-packaging.html | 4 +- doc/android.html | 6 +- doc/atl.html | 158 +- doc/audio.html | 155 +- doc/build.html | 33 +- doc/cds.html | 34 +- doc/changelog.html | 740 +- doc/character_callbacks.html | 4 +- doc/color_class.html | 49 +- doc/conditional.html | 10 +- doc/config.html | 502 +- doc/custom_text_tags.html | 2 +- doc/developer_tools.html | 36 +- doc/dialogue.html | 80 +- doc/displayables.html | 114 +- doc/displaying_images.html | 108 +- doc/drag_drop.html | 32 +- doc/editor.html | 8 +- doc/environment_variables.html | 42 +- doc/file_python.html | 20 +- doc/genindex.html | 76 +- doc/gesture.html | 14 +- doc/iap.html | 34 +- doc/incompatible.html | 92 +- doc/input.html | 2 +- doc/ios.html | 2 +- doc/keymap.html | 4 +- doc/label.html | 44 +- doc/language_basics.html | 45 +- doc/license.html | 2 +- doc/menus.html | 4 +- doc/modes.html | 22 +- doc/movie.html | 156 +- doc/nvl_mode.html | 36 +- doc/objects.inv | Bin 9381 -> 8470 bytes doc/other.html | 151 +- doc/persistent.html | 18 +- doc/py-function-class-index.html | 808 +- doc/python.html | 24 +- doc/quickstart.html | 24 +- doc/reserved.html | 348 +- doc/rooms.html | 130 +- doc/save_load_rollback.html | 108 +- doc/screen_actions.html | 191 +- doc/screen_optimization.html | 293 +- doc/screen_python.html | 116 +- doc/screen_special.html | 35 +- doc/screens.html | 260 +- doc/searchindex.js | 2 +- doc/self_voicing.html | 13 +- doc/side_image.html | 30 +- doc/sprites.html | 18 +- doc/statement_equivalents.html | 48 +- doc/std-style-property-index.html | 200 +- doc/std-transform-property-index.html | 68 +- doc/std-var-index.html | 510 +- doc/store_variables.html | 48 +- doc/style.html | 64 +- doc/style_properties.html | 278 +- doc/text.html | 147 +- doc/thequestion_nvl.html | 4 +- doc/trans_trans_python.html | 14 +- doc/transforms.html | 28 +- doc/transitions.html | 86 +- doc/translation.html | 28 +- doc/udd.html | 62 +- doc/updater.html | 18 +- doc/voice.html | 40 +- launcher/game/ability.rpy | 2 +- launcher/game/about.rpy | 2 +- launcher/game/add_file.rpy | 2 +- launcher/game/android.rpy | 2 +- launcher/game/archiver.rpy | 2 +- launcher/game/change_icon.py | 2 +- launcher/game/choose_directory.rpy | 2 +- launcher/game/choose_theme.rpy | 2 +- launcher/game/distribute.rpy | 2 +- launcher/game/distribute_gui.rpy | 9 +- launcher/game/download.rpy | 2 +- launcher/game/editor.rpy | 2 +- launcher/game/front_page.rpy | 2 +- launcher/game/interface.rpy | 2 +- launcher/game/ios.rpy | 2 +- launcher/game/mobilebuild.rpy | 2 +- launcher/game/navigation.rpy | 2 +- launcher/game/new_project.rpy | 2 +- launcher/game/options.rpy | 2 +- launcher/game/package_formats.rpy | 2 +- launcher/game/preferences.rpy | 2 +- launcher/game/project.rpy | 2 +- launcher/game/style.rpy | 2 +- launcher/game/tail.rpy | 2 +- launcher/game/theme_data.rpy | 2 +- launcher/game/tkaskdir.py | 2 +- launcher/game/translations.rpy | 2 +- launcher/game/updater.rpy | 2 +- launcher/game/util.rpy | 2 +- module/IMG_savepng.c | 2 +- module/_renpy.pyx | 2 +- module/_renpybidi.pyx | 2 +- module/_renpysteam.pyx | 2 +- module/ffdecode.c | 1712 ---- module/ffmedia.c | 1194 +++ module/gen/_renpy.c | 1270 ++- module/gen/_renpybidi.c | 586 +- module/gen/renpy.angle.gl.c | 3391 +++++-- module/gen/renpy.angle.gldraw.c | 9062 +++++++++++-------- module/gen/renpy.angle.glenviron_shader.c | 1524 +++- module/gen/renpy.angle.glrtt_copy.c | 1060 ++- module/gen/renpy.angle.glrtt_fbo.c | 967 +- module/gen/renpy.angle.gltexture.c | 7244 +++++++++------ ...pysdlsound.sound.c => renpy.audio.renpysound.c} | 3725 +++++--- module/gen/renpy.display.accelerator.c | 1306 ++- module/gen/renpy.display.render.c | 8312 ++++++++++------- module/gen/renpy.gl.gl.c | 3391 +++++-- module/gen/renpy.gl.gl1.c | 1767 +++- module/gen/renpy.gl.gldraw.c | 9382 ++++++++++--------- module/gen/renpy.gl.glenviron_fixed.c | 1227 ++- module/gen/renpy.gl.glenviron_limited.c | 1199 ++- module/gen/renpy.gl.glenviron_shader.c | 1526 +++- module/gen/renpy.gl.glrtt_copy.c | 1062 ++- module/gen/renpy.gl.glrtt_fbo.c | 969 +- module/gen/renpy.gl.gltexture.c | 7246 +++++++++------ module/gen/renpy.style.c | 2305 +++-- .../gen/renpy.styledata.style_activate_functions.c | 916 +- module/gen/renpy.styledata.style_functions.c | 2350 ++--- module/gen/renpy.styledata.style_hover_functions.c | 1504 ++-- module/gen/renpy.styledata.style_idle_functions.c | 1468 +-- .../renpy.styledata.style_insensitive_functions.c | 1210 ++- ...y.styledata.style_selected_activate_functions.c | 916 +- .../gen/renpy.styledata.style_selected_functions.c | 1798 ++-- ...enpy.styledata.style_selected_hover_functions.c | 1210 ++- ...renpy.styledata.style_selected_idle_functions.c | 1210 ++- ...tyledata.style_selected_insensitive_functions.c | 1210 ++- module/gen/renpy.styledata.styleclass.c | 970 +- module/gen/renpy.styledata.stylesets.c | 722 +- module/gen/renpy.text.ftfont.c | 3156 ++++--- module/gen/renpy.text.textsupport.c | 3411 ++++--- module/gen/renpy.text.texwrap.c | 907 +- module/generate_styles.py | 18 +- module/maketegl.py | 5 +- module/pss.h | 58 - module/pysdlsound/__init__.py | 16 - module/pysdlsound/linmixer.py | 26 - module/pysdlsound/sound.pyx | 187 - module/{pss.c => renpysound_core.c} | 291 +- module/renpysound_core.h | 61 + module/setup.py | 13 +- module/setuplib.py | 49 +- renpy.py | 5 +- renpy/__init__.py | 31 +- renpy/add_from.py | 2 +- renpy/angle/glblacklist.py | 2 +- renpy/angle/gldraw.pyx | 38 +- renpy/angle/glenviron_shader.pyx | 2 +- renpy/angle/glrtt_copy.pyx | 2 +- renpy/angle/glrtt_fbo.pyx | 2 +- renpy/angle/gltexture.pxd | 14 +- renpy/angle/gltexture.pyx | 176 +- renpy/arguments.py | 2 +- renpy/ast.py | 28 +- renpy/atl.py | 2 +- renpy/audio/__init__.py | 2 +- renpy/audio/audio.py | 248 +- renpy/audio/music.py | 90 +- renpy/audio/renpysound.pyx | 219 + renpy/audio/sound.py | 2 +- renpy/bootstrap.py | 6 +- renpy/character.py | 34 +- renpy/color.py | 13 +- renpy/common/000atl.rpy | 2 +- renpy/common/000namespaces.rpy | 2 +- renpy/common/000statements.rpy | 32 +- renpy/common/000window.rpy | 2 +- renpy/common/00achievement.rpy | 2 +- renpy/common/00action_audio.rpy | 30 +- renpy/common/00action_control.rpy | 2 +- renpy/common/00action_data.rpy | 2 +- renpy/common/00action_file.rpy | 83 +- renpy/common/00action_menu.rpy | 14 +- renpy/common/00action_other.rpy | 19 +- renpy/common/00barvalues.rpy | 40 +- renpy/common/00build.rpy | 2 +- renpy/common/00compat.rpy | 8 +- renpy/common/00defaults.rpy | 2 +- renpy/common/00definitions.rpy | 2 +- renpy/common/00gallery.rpy | 2 +- renpy/common/00gamemenu.rpy | 2 +- renpy/common/00gamepad.rpy | 2 +- renpy/common/00gltest.rpy | 2 +- renpy/common/00iap.rpy | 2 +- renpy/common/00icon.rpy | 2 +- renpy/common/00iconbutton.rpy | 2 +- renpy/common/00images.rpy | 2 +- renpy/common/00keymap.rpy | 16 +- renpy/common/00layout.rpy | 3 +- renpy/common/00library.rpy | 16 +- renpy/common/00mixers.rpy | 4 +- renpy/common/00musicroom.rpy | 2 +- renpy/common/00nvl_mode.rpy | 2 +- renpy/common/00obsolete.rpy | 2 +- renpy/common/00placeholder.rpy | 2 +- renpy/common/00preferences.rpy | 37 +- renpy/common/00sideimage.rpy | 6 +- renpy/common/00start.rpy | 11 +- renpy/common/00style.rpy | 2 +- renpy/common/00stylepreferences.rpy | 2 +- renpy/common/00themes.rpy | 2 +- renpy/common/00updater.rpy | 2 +- renpy/common/00voice.rpy | 2 +- renpy/common/_compat/gamemenu.rpym | 2 +- renpy/common/_compat/library.rpym | 2 +- renpy/common/_compat/mainmenu.rpym | 2 +- renpy/common/_compat/preferences.rpym | 2 +- renpy/common/_compat/styles.rpym | 2 +- renpy/common/_compat/themes.rpym | 2 +- renpy/common/_developer/developer.rpym | 2 +- renpy/common/_developer/inspector.rpym | 2 +- renpy/common/_errorhandling.rpym | 2 +- .../_layout/classic_joystick_preferences.rpym | 2 +- renpy/common/_layout/classic_load_save.rpym | 2 +- renpy/common/_layout/classic_main_menu.rpym | 2 +- renpy/common/_layout/classic_navigation.rpym | 2 +- renpy/common/_layout/classic_preferences.rpym | 2 +- .../common/_layout/classic_preferences_common.rpym | 2 +- renpy/common/_layout/classic_yesno_prompt.rpym | 2 +- renpy/common/_layout/grouped_main_menu.rpym | 2 +- renpy/common/_layout/grouped_navigation.rpym | 2 +- renpy/common/_layout/imagemap_common.rpym | 2 +- renpy/common/_layout/imagemap_load_save.rpym | 2 +- renpy/common/_layout/imagemap_main_menu.rpym | 2 +- renpy/common/_layout/imagemap_navigation.rpym | 2 +- renpy/common/_layout/imagemap_preferences.rpym | 2 +- renpy/common/_layout/imagemap_yesno_prompt.rpym | 2 +- renpy/common/_layout/one_column_preferences.rpym | 2 +- .../_layout/screen_joystick_preferences.rpym | 2 +- renpy/common/_layout/screen_load_save.rpym | 2 +- renpy/common/_layout/screen_main_menu.rpym | 2 +- renpy/common/_layout/screen_preferences.rpym | 2 +- renpy/common/_layout/screen_yesno_prompt.rpym | 2 +- renpy/common/_layout/scrolling_load_save.rpym | 2 +- renpy/common/_layout/two_column_preferences.rpym | 2 +- renpy/common/_silence.ogg | Bin 0 -> 5134 bytes renpy/config.py | 35 +- renpy/curry.py | 2 +- renpy/defaultstore.py | 2 +- renpy/display/__init__.py | 2 +- renpy/display/accelerator.pyx | 2 +- renpy/display/anim.py | 2 +- renpy/display/behavior.py | 39 +- renpy/display/controller.py | 2 +- renpy/display/core.py | 36 +- renpy/display/dragdrop.py | 20 +- renpy/display/emulator.py | 2 +- renpy/display/error.py | 56 +- renpy/display/focus.py | 4 +- renpy/display/gesture.py | 2 +- renpy/display/im.py | 2 +- renpy/display/image.py | 23 +- renpy/display/imagelike.py | 2 +- renpy/display/imagemap.py | 3 +- renpy/display/joystick.py | 2 +- renpy/display/layout.py | 6 +- renpy/display/minigame.py | 2 +- renpy/display/module.py | 2 +- renpy/display/motion.py | 2 +- renpy/display/movetransition.py | 2 +- renpy/display/particle.py | 2 +- renpy/display/pgrender.py | 4 +- renpy/display/predict.py | 2 +- renpy/display/presplash.py | 2 +- renpy/display/render.pxd | 1 + renpy/display/render.pyx | 24 +- renpy/display/scale.py | 2 +- renpy/display/screen.py | 2 +- renpy/display/swdraw.py | 56 +- renpy/display/transition.py | 2 +- renpy/display/tts.py | 10 +- renpy/display/video.py | 337 +- renpy/dump.py | 2 +- renpy/easy.py | 2 +- renpy/editor.py | 2 +- renpy/error.py | 2 +- renpy/execution.py | 22 +- renpy/exports.py | 42 +- renpy/game.py | 5 +- renpy/gl/glblacklist.py | 2 +- renpy/gl/gldraw.pyx | 38 +- renpy/gl/glenviron_fixed.pyx | 2 +- renpy/gl/glenviron_limited.pyx | 2 +- renpy/gl/glenviron_shader.pyx | 2 +- renpy/gl/glrtt_copy.pyx | 2 +- renpy/gl/glrtt_fbo.pyx | 2 +- renpy/gl/gltexture.pxd | 14 +- renpy/gl/gltexture.pyx | 176 +- renpy/lint.py | 4 +- renpy/loader.py | 2 +- renpy/loadsave.py | 8 +- renpy/log.py | 4 +- renpy/main.py | 14 +- renpy/memory.py | 4 +- renpy/minstore.py | 2 +- renpy/object.py | 2 +- renpy/parser.py | 57 +- renpy/persistent.py | 5 +- renpy/preferences.py | 4 +- renpy/pyanalysis.py | 2 +- renpy/python.py | 4 +- renpy/savelocation.py | 2 +- renpy/screenlang.py | 2 +- renpy/script.py | 2 +- renpy/scriptedit.py | 2 +- renpy/sl2/slast.py | 2 +- renpy/sl2/sldisplayables.py | 2 +- renpy/sl2/slparser.py | 2 +- renpy/sl2/slproperties.py | 3 +- renpy/statements.py | 2 +- renpy/style.pyx | 2 +- renpy/styledata/__init__.py | 2 +- renpy/styledata/styleclass.pyx | 2 +- renpy/styledata/stylesets.pyx | 2 +- renpy/styledata/styleutil.py | 2 +- renpy/substitutions.py | 2 +- renpy/{audio => test}/__init__.py | 5 +- renpy/test/testast.py | 475 + renpy/test/testexecution.py | 191 + renpy/test/testfocus.py | 148 + renpy/test/testkey.py | 361 + renpy/test/testmouse.py | 96 + renpy/test/testparser.py | 203 + renpy/text/extras.py | 2 +- renpy/text/font.py | 2 +- renpy/text/ftfont.pyx | 127 +- renpy/text/text.py | 42 +- renpy/text/textsupport.pyx | 3 +- renpy/text/texwrap.pyx | 2 +- renpy/translation.py | 5 +- renpy/ui.py | 12 +- renpy/vc_version.py | 2 +- renpy/warp.py | 2 +- templates/english/game/options.rpy | 6 - templates/{english => persian}/game/options.rpy | 55 +- templates/persian/game/screens.rpy | 551 ++ templates/persian/game/script.rpy | 21 + templates/persian/game/tl/None/common.rpy | 310 + templates/persian/game/tl/None/screens.rpy | 159 + templates/persian/project.json | 1 + tutorial/game/options.rpy | 3 +- tutorial/game/script.rpy | 30 +- tutorial/game/testcases.rpy | 213 + tutorial/game/tutorial_video.rpy | 12 +- tutorial/image_cache.txt | 39 - update/current.json | 2 +- 368 files changed, 68073 insertions(+), 50591 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

