Commit graph

5 commits

Author SHA1 Message Date
Erik Ogenvik
e85f0831b2 Restructure rule classes.
Classes under "rulesets" have been moved to "rules", and split up into
futher subdirectories matching their library. As a result we can now
better separate the python bindings, so that things that belongs to the
simulation are separeted from things that belongs to the ai.
2018-10-31 21:38:35 +01:00
Erik Ogenvik
bfc4e18b29 Improve Python types. 2018-10-15 17:40:08 +02:00
Erik Ogenvik
a4e29323a4 Hackish fix for inheritance.
Character should inherit from Entity/Thing, but doesn't really in the
Python class hierarchy. We'll fudge it anyways.
2018-07-29 19:56:45 +02:00
Erik Ogenvik
a9a8126ec5 Fixed issues with inheriting Python classes. 2018-07-26 15:21:28 +02:00
Erik Ogenvik
69943282ed Work on converting all python bindings to pycxx. 2018-07-21 13:58:13 +02:00