cyphesis/rulesets
2013-03-03 14:00:56 +00:00
..
acorn Update all scripts to use atlas.Oplist 2009-05-21 16:34:27 +01:00
astronomy Update IDs 2009-04-09 12:42:44 +01:00
basic Call client teardown when editor finalizes 2012-07-27 09:44:28 +01:00
mars Cloned minimal ruleset to be mars ruleset. 2012-08-10 01:51:17 -04:00
mason Use new template for properties, and rename some 2013-03-01 21:52:09 +00:00
minimal Cloned minimal ruleset to be mars ruleset. 2012-08-10 01:51:17 -04:00
skills Update IDs 2009-04-09 12:42:44 +01:00
werewolf Update all scripts to use atlas.Oplist 2009-05-21 16:34:27 +01:00
AreaProperty.cpp Fix memory leak in AreaProperty 2013-01-27 01:34:58 +00:00
AreaProperty.h Fix memory leak in AreaProperty 2013-01-27 01:34:58 +00:00
ArithmeticFactory.cpp Refactor creating Arithmetic objects to de-couple properties from scripting 2010-07-13 16:23:46 +01:00
ArithmeticFactory.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
ArithmeticScript.cpp Update IDs 2009-04-09 12:42:44 +01:00
ArithmeticScript.h 2009-02-25 Al Riddoch <alriddoch@googlemail.com> 2009-02-25 20:15:11 +00:00
AtlasProperties.cpp First pass at copy method for all property classes 2013-01-07 23:03:25 +00:00
AtlasProperties.h First pass at copy method for all property classes 2013-01-07 23:03:25 +00:00
BaseMind.cpp Stop using OpNo here too 2013-02-28 15:39:59 +00:00
BaseMind.h Add checks which cover a MemMap::del 2013-01-24 20:19:54 +00:00
BBoxProperty.cpp Remove unneeded Entity.h include 2013-01-18 18:55:21 +00:00
BBoxProperty.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
BiomassProperty.cpp Add copy method to BiomassProperty and check 2013-02-14 19:16:29 +00:00
BiomassProperty.h Add copy method to BiomassProperty and check 2013-02-14 19:16:29 +00:00
BulletDomain.cpp Fully initialise class members 2012-05-15 11:49:09 +01:00
BulletDomain.h Start work on a test movement domain class for handling collisions with bullet. 2010-08-10 00:54:25 +01:00
BurnSpeedProperty.cpp Add required copy method to BurnSpeedProperty 2013-02-14 19:03:08 +00:00
BurnSpeedProperty.h Add required copy method to BurnSpeedProperty 2013-02-14 19:03:08 +00:00
CalendarProperty.cpp First pass at copy method for all property classes 2013-01-07 23:03:25 +00:00
CalendarProperty.h First pass at copy method for all property classes 2013-01-07 23:03:25 +00:00
Character.cpp Remove unused variable 2013-03-03 14:00:56 +00:00
Character.h Rename methods to be more generic. 2012-12-05 09:45:16 +00:00
Container.cpp I love maintaining unused code 2013-01-18 19:38:45 +00:00
Container.h Make a few more classes uncopyable 2013-01-22 18:32:12 +00:00
Creator.cpp Stop using OpNo here too 2013-02-28 15:39:59 +00:00
Creator.h Remove Creator_parent typedef 2012-12-04 23:40:54 +00:00
DecaysProperty.cpp Add copy to DecaysProperty and check 2013-02-14 19:32:24 +00:00
DecaysProperty.h Add copy to DecaysProperty and check 2013-02-14 19:32:24 +00:00
Domain.cpp Fix singleton behaviour on destruction. 2010-08-25 00:14:57 +01:00
Domain.h Start work on a test movement domain class for handling collisions with bullet. 2010-08-10 00:54:25 +01:00
Entity.cpp Stop using OpNo here too 2013-02-28 15:39:59 +00:00
Entity.h Remove unused handler mechanism 2013-02-14 10:01:20 +00:00
EntityProperties.cpp Remove unneeded Entity.h include 2013-01-18 18:58:59 +00:00
EntityProperty.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
EntityProperty.h First pass at copy method for all property classes 2013-01-07 23:03:25 +00:00
EntityPropertyFactory.cpp Remove these obsolete files from the build. 2009-11-14 02:07:12 +00:00
EntityPropertyFactory.h Remove these obsolete files from the build. 2009-11-14 02:07:12 +00:00
EntityPropertyFactory_impl.h Remove these obsolete files from the build. 2009-11-14 02:07:12 +00:00
ExternalMind.cpp Convert ExternalMind to use the base class 2013-01-18 19:21:46 +00:00
ExternalMind.h Convert ExternalMind to use the base class 2013-01-18 19:21:46 +00:00
ExternalProperty.cpp First pass at copy method for all property classes 2013-01-07 23:03:25 +00:00
ExternalProperty.h First pass at copy method for all property classes 2013-01-07 23:03:25 +00:00
InternalProperties.cpp Modify Property install method to take name 2013-02-13 00:45:36 +00:00
InternalProperties.h Modify Property install method to take name 2013-02-13 00:45:36 +00:00
LineProperty.cpp First pass at copy method for all property classes 2013-01-07 23:03:25 +00:00
LineProperty.h First pass at copy method for all property classes 2013-01-07 23:03:25 +00:00
LocatedEntity.cpp Remove unused handler mechanism 2013-02-14 10:01:20 +00:00
LocatedEntity.h Remove handler related types 2013-02-14 10:09:45 +00:00
Makefile.am Remove obsolete property handler classes 2013-02-14 09:42:23 +00:00
MemEntity.cpp Move the right code into destroy() 2013-01-24 22:32:40 +00:00
MemEntity.h Add a stub destroy method 2013-01-24 22:23:01 +00:00
MemMap.cpp Move the right code into destroy() 2013-01-24 22:32:40 +00:00
MemMap.h Add checks which cover a MemMap::del 2013-01-24 20:19:54 +00:00
MindFactory.cpp Remove commented out, obsolete code 2011-12-16 16:51:35 +00:00
MindFactory.h Add in the mind abstract functionaltiy, and use the new factory mechanism 2011-12-15 19:22:35 +00:00
MindProperty.cpp Fix a memory leak in MindProperty 2013-01-28 13:17:23 +00:00
MindProperty.h Fix a memory leak in MindProperty 2013-01-28 13:17:23 +00:00
Motion.cpp Convert Motion to use entity base class 2013-01-18 19:27:37 +00:00
Motion.h Prevent copying of movement objects 2013-01-22 17:52:28 +00:00
Movement.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Movement.h Prevent copying of movement objects 2013-01-22 17:52:28 +00:00
OutfitProperty.cpp Remove unneeded Entity.h include 2013-01-18 19:00:57 +00:00
OutfitProperty.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Pedestrian.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Pedestrian.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Plant.cpp Remove unused header 2013-01-12 23:48:33 +00:00
Plant.h Remove Plant_parent typedef 2012-12-04 23:43:19 +00:00
Py_BBox.cpp Add BBox.as_sequence wrapper method and test 2012-03-27 17:41:45 +01:00
Py_BBox.h Update all the Ids 2009-03-24 15:09:42 +00:00
Py_EntityWrapper.h Update IDs 2009-04-09 12:42:44 +01:00
Py_Location.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Py_Location.h Add operator to quickly determine vector distance 2012-01-24 16:39:02 +00:00
Py_Map.cpp Rename container typedef to match contained 2013-01-18 14:48:11 +00:00
Py_Map.h Update IDs 2009-04-09 12:42:44 +01:00
Py_Message.cpp Remove unnecessary conditional 2012-05-15 11:29:13 +01:00
Py_Message.h Expose two formerly internal functions 2011-12-22 17:18:19 +00:00
Py_Operation.cpp Raise attribute error if there are no parents 2012-01-04 11:21:29 +00:00
Py_Operation.h Switch to a much clean way to handle method lookups, using generic functions. 2009-07-04 20:33:08 +01:00
Py_Oplist.cpp Remove unnecessary conditional 2012-05-15 11:30:23 +01:00
Py_Oplist.h Update IDs 2009-04-09 12:42:44 +01:00
Py_Point3D.cpp Separate type from value checks, and use correct errors 2012-01-04 15:59:57 +00:00
Py_Point3D.h Update all the Ids 2009-03-24 15:09:42 +00:00
Py_Property.cpp Converge all property wrapper into one structure 2011-12-27 16:23:22 +01:00
Py_Property.h Converge all property wrapper into one structure 2011-12-27 16:23:22 +01:00
Py_Quaternion.cpp Use float for arg to avoid conversion 2012-12-24 12:22:25 +00:00
Py_Quaternion.h 2009-01-12 Al Riddoch <alriddoch@googlemail.com> 2009-01-12 06:57:26 +00:00
Py_RootEntity.cpp Clarify an error message 2012-01-04 16:13:13 +00:00
Py_RootEntity.h Update all the Ids 2009-03-24 15:09:42 +00:00
Py_Shape.cpp Fix format mismatch bug 2012-12-24 10:49:56 +00:00
Py_Shape.h Add stub Python wrapper for LinearCourse 2012-04-30 10:05:02 +01:00
Py_Task.cpp Remove dealloc as it's now generic 2011-12-27 07:18:13 +00:00
Py_Task.h Use Python generic behavior for attributes 2011-12-27 07:14:32 +00:00
Py_TerrainModProperty.cpp Remove unused Entity includes 2013-01-18 19:04:07 +00:00
Py_TerrainProperty.cpp Remove unused Entity includes 2013-01-18 19:04:07 +00:00
Py_Thing.cpp Correct the error type in two cases 2012-01-04 16:52:40 +00:00
Py_Thing.h Remove dict for custom attributes 2011-12-27 10:28:14 +01:00
Py_Vector3D.cpp Separate list check from length check 2012-01-04 16:59:44 +00:00
Py_Vector3D.h Update all the Ids 2009-03-24 15:09:42 +00:00
Py_World.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Py_World.h Update IDs 2009-04-09 12:42:44 +01:00
Py_WorldTime.cpp Convert to modern object protocol 2011-12-27 10:50:35 +01:00
Py_WorldTime.h Update all the Ids 2009-03-24 15:09:42 +00:00
Python_API.cpp Remove unused include 2013-02-28 09:15:05 +00:00
Python_API.h Use the ruleset global less often, making code more isolated 2012-01-19 19:34:20 +00:00
Python_Script_Utils.h Remove obsolete function 2011-12-16 16:53:33 +00:00
PythonArithmeticFactory.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
PythonArithmeticFactory.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
PythonArithmeticScript.cpp Add checking the stats scripts get decreffed 2011-10-20 01:09:33 +01:00
PythonArithmeticScript.h 2009-02-25 Al Riddoch <alriddoch@googlemail.com> 2009-02-25 20:15:11 +00:00
PythonClass.cpp Migrate PythonArithmeticFactory to using PythonClass 2011-12-19 11:35:41 +00:00
PythonClass.h Clean up reloading a bit 2011-12-16 19:28:45 +00:00
PythonContext.cpp Expand out the python execution 2011-12-30 01:19:26 +00:00
PythonContext.h Expand out the python execution 2011-12-30 01:19:26 +00:00
PythonEntityScript.cpp Fix decreffing to happen only when object is not null. 2009-11-14 03:18:32 +00:00
PythonEntityScript.h Remove empty obsolete class PythonScript from the tree and the build. 2009-07-01 21:45:43 +01:00
PythonScriptFactory.cpp Remove unused Entity.h include 2013-01-18 19:28:58 +00:00
PythonScriptFactory.h Correct header guard 2011-12-15 18:27:11 +00:00
PythonScriptFactory_impl.h Add missing header guards 2011-12-20 15:23:37 +00:00
PythonWrapper.cpp Correct some spelling 2011-10-20 01:04:08 +01:00
PythonWrapper.h Use wrapPyton template for tasks. 2011-12-14 17:42:56 +00:00
Script.cpp Clean out noScript from the tests 2011-10-13 15:19:18 +01:00
Script.h Clean out noScript from the tests 2011-10-13 15:19:18 +01:00
SolidProperty.cpp Remove unneeded Entity.h include 2013-01-18 19:06:08 +00:00
SolidProperty.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
SpawnProperty.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
SpawnProperty.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Stackable.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Stackable.h Remove Stackable_parent typedef 2012-12-04 23:45:53 +00:00
Statistics.cpp Convery all the property get functions 2011-09-29 17:36:26 +01:00
Statistics.h 2008-11-29 Al Riddoch <alriddoch@googlemail.com> 2008-11-29 23:17:38 +00:00
StatisticsProperty.cpp Modify Property install method to take name 2013-02-13 00:45:36 +00:00
StatisticsProperty.h Modify Property install method to take name 2013-02-13 00:45:36 +00:00
StatusProperty.cpp Remove unneeded Entity.h include 2013-01-18 19:09:56 +00:00
StatusProperty.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Task.cpp Remove unnecessary include 2012-12-26 14:07:35 +00:00
Task.h Make a few more classes uncopyable 2013-01-22 18:32:12 +00:00
TasksProperty.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
TasksProperty.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
TerrainEffectorProperty.cpp Remove uneeded Entity.h include 2013-01-18 19:12:18 +00:00
TerrainEffectorProperty.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
TerrainModProperty.cpp Convert TerrainModProperty to delegates 2013-02-14 00:04:58 +00:00
TerrainModProperty.h Remove handler related types 2013-02-14 10:09:45 +00:00
TerrainModTranslator.cpp Fix a divergence from Eris 2011-10-03 22:12:45 +01:00
TerrainModTranslator.h Fix a divergence from Eris 2011-10-03 22:12:45 +01:00
TerrainProperty.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
TerrainProperty.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Thing.cpp Remove obsolete dynamic cast 2013-01-18 14:57:40 +00:00
Thing.h Re-write and stub out this test. 2012-12-18 23:27:39 +00:00
TransientProperty.cpp Modify Property install method to take name 2013-02-13 00:45:36 +00:00
TransientProperty.h Modify Property install method to take name 2013-02-13 00:45:36 +00:00
VisibilityProperty.cpp Remove unneeded Entity.h include 2013-01-18 19:34:59 +00:00
VisibilityProperty.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
World.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
World.h Remove World_parent typedef 2012-12-04 23:50:34 +00:00