Compare commits

...

3 Commits

Author SHA1 Message Date
Tom Rothamel b9fe899cdb Drop version to make a 6.99.8 release. 2015-12-12 16:48:24 -05:00
Tom Rothamel 74d596ff22 Merge branch 'master' into release-6.99.8 2015-12-12 16:45:16 -05:00
Tom Rothamel c88a7b8c18 Do not adjust window placement on win 8.1 or less.
This matches OS behavior.
2015-12-02 22:10:31 -05:00
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ except ImportError:
vc_version = 0
# The tuple giving the version number.
version_tuple = (6, 99, 9, vc_version)
version_tuple = (6, 99, 8, vc_version)
# The name of this version.
version_name = "Here's to the crazy ones."
+1 -1
View File
@@ -662,7 +662,7 @@ else:
windows_dpi_scale_head = 1.0
# Should rollback_side be enabled?
enable_rollback_side = True
enable_rollback_side = False
del renpy
del os
-1
View File
@@ -232,7 +232,6 @@ def choose_variants():
renpy.config.variants.insert(0, 'large')
def main():
log_clock("Bootstrap to the start of init.init")