Commit graph

9 commits

Author SHA1 Message Date
Erik Ogenvik
6a3ec31b7e Remove Character class.
This is crucial since it now means that any entity can be controlled by
a mind. This makes the world much more versatile.
2018-08-14 22:25:56 +02:00
Erik Ogenvik
25d233fc14 Added method for modProperty. 2018-08-11 23:26:04 +02:00
Erik Ogenvik
1d8f3e0188 Make Task property listen to ops. 2018-07-31 14:38:34 +02:00
Erik Ogenvik
2ed0437035 Use task for longer running usages. 2018-07-31 11:31:58 +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
cfffeb1711 Make macros conformant. 2018-07-24 21:16:50 +02:00
Erik Ogenvik
7b675781d3 Use Refs for storing entities in python. 2018-07-23 18:50:12 +02:00
Erik Ogenvik
c80336840b Further work on converting Python bindings. 2018-07-22 19:47:35 +02:00
Erik Ogenvik
69943282ed Work on converting all python bindings to pycxx. 2018-07-21 13:58:13 +02:00