Commit graph

20 commits

Author SHA1 Message Date
Erik Ogenvik
701d1a7208 Initial work on porting to Python 3. 2018-05-07 11:15:26 +02:00
Erik Ogenvik
7895d1b0aa Reload minds when python code changes.
All thoughts are first persisted and then restored.
2018-05-01 22:23:31 +02:00
Erik Ogenvik
cdafec3944 Improve logging of new minds. 2018-03-04 22:34:11 +01:00
Erik Ogenvik
a3560c817f Use "propel" property for movement.
Clients shouldn't set the "velocity", instead setting the "propel"
property.
2018-02-11 21:15:35 +01:00
Erik Ogenvik
7127d39f13 More work on moving to left hand coord system. 2018-02-06 13:45:10 +01:00
Erik Ogenvik
99640d26aa Use a left hand coord system. 2018-02-06 13:45:10 +01:00
Erik Ogenvik
4d530e25e4 Move domain property Entity.
And rename and fixup smaller things.
2017-07-25 23:40:39 +02:00
Erik Ogenvik
7aaa9b9ba7 Optimize includes. 2017-03-19 21:36:52 +01:00
Erik Ogenvik
3e4d03b9d7 Update for changed Mercator API. 2016-12-15 18:27:42 +01:00
Erik Ogenvik
7f71d23c41 Enable terrain. 2016-03-31 21:08:12 +02:00
Erik Ogenvik
68aa6d3ddc Scale desired tile amount with observer count. 2016-03-20 20:19:35 +01:00
Erik Ogenvik
988cd2f4f0 Don't send move ticks on to the mind. 2016-03-19 23:05:13 +01:00
Erik Ogenvik
d56d026ce1 Clean up awareness when entity is deleted. 2016-03-19 23:05:13 +01:00
Erik Ogenvik
16f394bf6c Better log output. 2016-03-19 23:05:13 +01:00
Erik Ogenvik
71a1ebbd8a Store by type name, since TypeInfos aren't unique.
Though they should be. This indicates some underlying error.
2016-03-19 23:05:13 +01:00
Erik Ogenvik
c1d0bf48c5 Improved querying of paths. 2016-03-19 23:05:13 +01:00
Erik Ogenvik
f75ea4edbe Added docs. 2016-03-19 23:05:13 +01:00
Erik Ogenvik
4adb908571 Handle bbox changes and better prediction.
We'll schedule the next move tick to when we expect us to arrive at the
next waypoint.
2016-03-19 23:05:13 +01:00
Erik Ogenvik
31e18b43cd Inform Steering when we've moved ourselves. 2016-03-19 23:05:13 +01:00
Erik Ogenvik
14354137a7 Hooked up steering to the move_me goal. 2016-03-19 23:05:13 +01:00