Go to file
Kp 7249e4569f Adapt PCHManager to Python 3 __new__ rules
Python 2 permitted defining __new__, then deleting it once it had been
used.  Python 3 does not directly reject that pattern, but instead
always fails with an error about wrong number of arguments to object().
Switch to a simple classmethod that is explicitly invoked by the first
__init__().
2018-04-30 05:31:16 +00:00
common Merge pull request #376 "Update SDLMain.m" to github/master 2018-04-23 05:09:52 +00:00
contrib Add support for PNG screenshots 2018-02-18 00:42:42 +00:00
d1x-rebirth Make eclip_num unsigned 2018-03-31 21:53:01 +00:00
d2x-rebirth Add utility script for converting HAM to/from json 2018-04-15 21:48:32 +00:00
Documentation Require support for reference qualified methods 2016-12-10 17:51:07 +00:00
similar Adapt to Python 3 strict bytes vs str rules 2018-04-30 05:31:16 +00:00
.gitattributes Add experimental Windows manifest 2017-08-02 02:49:12 +00:00
.gitignore
COPYING.txt
GPL-3.txt
INSTALL.markdown Restore GOG reference in INSTALL.markdown 2017-11-25 01:56:51 +00:00
ISSUE_TEMPLATE.md Adjust issue template formatting 2018-04-28 04:36:11 +00:00
SConstruct Adapt PCHManager to Python 3 __new__ rules 2018-04-30 05:31:16 +00:00