cyphesis/rulesets/python
Erik Ogenvik 2f1acfd2a6 Provide EntityLocation for simpler locations.
In most cases Location is too heavy for when we want to reference just a
position on an entity. EntityLocation can be used in those instances.
2018-07-30 19:18:06 +02:00
..
CoordHelper.cpp Work on converting all python bindings to pycxx. 2018-07-21 13:58:13 +02:00
CoordHelper.h Check that entity can be reached. 2018-07-29 21:37:15 +02:00
CyPy_Atlas.cpp Provide EntityLocation for simpler locations. 2018-07-30 19:18:06 +02:00
CyPy_Atlas.h Work on converting all python bindings to pycxx. 2018-07-21 13:58:13 +02:00
CyPy_Axisbox.cpp Work on converting all python bindings to pycxx. 2018-07-21 13:58:13 +02:00
CyPy_Axisbox.h Make macros conformant. 2018-07-24 21:16:50 +02:00
CyPy_BaseMind.cpp Use Refs for storing entities in python. 2018-07-23 18:50:12 +02:00
CyPy_BaseMind.h Make macros conformant. 2018-07-24 21:16:50 +02:00
CyPy_Character.cpp Removed obsolete files. 2018-07-26 16:08:21 +02:00
CyPy_Character.h Make macros conformant. 2018-07-24 21:16:50 +02:00
CyPy_Common.cpp Work on converting all python bindings to pycxx. 2018-07-21 13:58:13 +02:00
CyPy_Common.h Further work on Python bindings. 2018-07-21 17:40:21 +02:00
CyPy_Element.cpp Implement cool downs. 2018-07-29 23:20:42 +02:00
CyPy_Element.h Implement cool downs. 2018-07-29 23:20:42 +02:00
CyPy_Entity.cpp Hackish fix for inheritance. 2018-07-29 19:56:45 +02:00
CyPy_Entity.h Hackish fix for inheritance. 2018-07-29 19:56:45 +02:00
CyPy_EntityFilter.cpp Fixed issues with calling Python scripts. 2018-07-26 15:22:27 +02:00
CyPy_EntityFilter.h Fixed issues with calling Python scripts. 2018-07-26 15:22:27 +02:00
CyPy_EntityLocation.cpp Provide EntityLocation for simpler locations. 2018-07-30 19:18:06 +02:00
CyPy_EntityLocation.h Provide EntityLocation for simpler locations. 2018-07-30 19:18:06 +02:00
CyPy_LocatedEntity.cpp Removed obsolete files. 2018-07-26 16:08:21 +02:00
CyPy_LocatedEntity.h Make macros conformant. 2018-07-24 21:16:50 +02:00
CyPy_LocatedEntity_impl.h Ported TinderBox. 2018-07-30 15:25:33 +02:00
CyPy_Location.cpp Further work on converting Python bindings. 2018-07-22 19:47:35 +02:00
CyPy_Location.h Provide EntityLocation for simpler locations. 2018-07-30 19:18:06 +02:00
CyPy_MemEntity.cpp Use Refs for storing entities in python. 2018-07-23 18:50:12 +02:00
CyPy_MemEntity.h Make macros conformant. 2018-07-24 21:16:50 +02:00
CyPy_MemMap.cpp Removed obsolete files. 2018-07-26 16:08:21 +02:00
CyPy_MemMap.h Make macros conformant. 2018-07-24 21:16:50 +02:00
CyPy_Operation.cpp Fixed incorrect method call. 2018-07-29 19:53:43 +02:00
CyPy_Operation.h Make macros conformant. 2018-07-24 21:16:50 +02:00
CyPy_Oplist.cpp Removed obsolete files. 2018-07-26 16:08:21 +02:00
CyPy_Oplist.h Make macros conformant. 2018-07-24 21:16:50 +02:00
CyPy_Physics.cpp Work on converting all python bindings to pycxx. 2018-07-21 13:58:13 +02:00
CyPy_Physics.h Work on converting all python bindings to pycxx. 2018-07-21 13:58:13 +02:00
CyPy_Point3D.cpp Work on converting all python bindings to pycxx. 2018-07-21 13:58:13 +02:00
CyPy_Point3D.h Make macros conformant. 2018-07-24 21:16:50 +02:00
CyPy_Props.cpp Use WrapperBase for CyPy_Props. 2018-07-24 23:11:10 +02:00
CyPy_Props.h Use WrapperBase for CyPy_Props. 2018-07-24 23:11:10 +02:00
CyPy_Quaternion.cpp Work on converting all python bindings to pycxx. 2018-07-21 13:58:13 +02:00
CyPy_Quaternion.h Make macros conformant. 2018-07-24 21:16:50 +02:00
CyPy_RootEntity.cpp Hackish fix for inheritance. 2018-07-29 19:56:45 +02:00
CyPy_RootEntity.h Fixed issues with inheriting Python classes. 2018-07-26 15:21:28 +02:00
CyPy_Server.cpp Hackish fix for inheritance. 2018-07-29 19:56:45 +02:00
CyPy_Server.h Further work on converting Python bindings. 2018-07-22 19:47:35 +02:00
CyPy_Task.cpp Refine bindings. 2018-07-23 11:03:29 +02:00
CyPy_Task.h Make macros conformant. 2018-07-24 21:16:50 +02:00
CyPy_TerrainProperty.cpp Added TerrainProperty bindings. 2018-07-24 23:00:06 +02:00
CyPy_TerrainProperty.h Added TerrainProperty bindings. 2018-07-24 23:00:06 +02:00
CyPy_Vector3D.cpp Removed obsolete files. 2018-07-26 16:08:21 +02:00
CyPy_Vector3D.h Make macros conformant. 2018-07-24 21:16:50 +02:00
CyPy_World.cpp Implement cool downs. 2018-07-29 23:20:42 +02:00
CyPy_World.h Moved BaseWorld to rulesets. 2018-07-25 00:16:09 +02:00
CyPy_WorldTime.cpp Refine bindings. 2018-07-23 11:03:29 +02:00
CyPy_WorldTime.h Make macros conformant. 2018-07-24 21:16:50 +02:00
WrapperBase.cpp Fixed issues with inheriting Python classes. 2018-07-26 15:21:28 +02:00
WrapperBase.h Fixed issues with inheriting Python classes. 2018-07-26 15:21:28 +02:00