Fixed out of date windows python assets

This commit is contained in:
Eric Froemling 2020-07-31 17:25:31 -07:00
parent b0de9f09c2
commit e4f1702fff
2 changed files with 624 additions and 624 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
### 1.5.24 (20159)
- Upgraded Python from 3.7 to 3.8. This is a substantial change (though nothing like the previous update from 2.7 to 3.7) so please holler if anything is broken. These updates will happen once every year or two now.
### 1.5.24 (20160)
- Upgraded Python from version 3.7 to 3.8. This is a substantial change (though nothing like the previous update from 2.7 to 3.7) so please holler if anything is broken. These updates will happen once every year or two now..
- Windows debug builds now use Python debug libraries. This should hopefully catch more errors that would otherwise go undetected and potentially cause crashes.
- Switched windows builds to use 'fast' mode math instead of 'strict'. This should make the game run more efficiently (similar modes are already in use on other platforms) but holler if any odd breakage happens such as things falling through floors (more often than the occasional random fluke-y case that happens now).