Compare commits

...

11 Commits

Author SHA1 Message Date
Tom Rothamel 7b40081ea0 Merge branch 'master' into maintenance/7.0 2017-10-29 11:40:03 -04:00
Tom Rothamel 4f414f1f9c Allow ATL to respond to multiple events delivered at once.
This works when a displayable is given the show event and its
button child generates the idle event - both are delivered to
the transform, with the one it supports being what it responds
to.
2017-10-28 17:59:24 -04:00
Tom Rothamel 0901a3a46b Merge branch 'master' into maintenance/7.0 2017-10-28 16:28:25 -04:00
Tom Rothamel 246afa962d Use gui.nvl_list_length to set config.nvl_list_lengthj.
This makes this important variable settable in gui.rpy.
2017-10-28 01:17:42 -04:00
Tom Rothamel 351ab91f80 Merge branch 'master' into maintenance/7.0 2017-10-27 18:09:46 -04:00
Tom Rothamel 09b3e071da Revert "Bump version to 7.1."
This reverts commit baba291609.
2017-10-25 22:27:10 -04:00
Tom Rothamel b7f88bb934 Merge branch 'master' into maint/7.0 2017-10-25 22:19:12 -04:00
Tom Rothamel cac50d3099 Create music contexts out of the periodic function.
This prevents a problem where creating them in the context can
interfere with rollback.

Fixes #1278.
2017-10-21 21:01:06 -04:00
Tom Rothamel 7c4b859fa2 More locking. 2017-10-21 21:01:06 -04:00
Tom Rothamel c7aef439b5 Make the audio periodic thread optional. 2017-10-21 21:01:06 -04:00
Tom Rothamel a24b1eb49c Move renpy.audio.periodic into its own thread.
Per #1174.

This is one of the few places where Ren'Py reads from a file,
completely unpredictably. Hence, it's one of the few places
where disk access outside Ren'Py can block the main thread.

Now, audio files are opened in a special thread, leaving the
GUI thread to do its thing.
2017-10-21 21:01:06 -04:00
+1 -1
View File
@@ -41,7 +41,7 @@ except ImportError:
vc_version = 0
# The tuple giving the version number.
version_tuple = (7, 1, 0, vc_version)
version_tuple = (6, 99, 13, vc_version)
# The name of this version.
version_name = "We came in peace."