cyphesis/rulesets
2012-02-28 13:41:33 +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 Merge pull request #3 from erikhjortsberg/list_all_knowledge 2012-01-06 06:47:59 -08:00
mason Re-structure into different functions 2012-01-24 22:46:44 +00: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
ActivePropertyFactory.cpp Update IDs 2009-04-09 12:42:44 +01:00
ActivePropertyFactory.h 2008-09-08 Al Riddoch <alriddoch@googlemail.com> 2008-09-08 00:17:08 +00:00
ActivePropertyFactory_impl.h 2008-09-08 Al Riddoch <alriddoch@googlemail.com> 2008-09-08 00:17:08 +00:00
AreaProperty.cpp Re-work AreaProperty to use standard shapes 2012-01-10 14:11:19 +00:00
AreaProperty.h Re-work AreaProperty to use standard shapes 2012-01-10 14:11:19 +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 creating Arithmetic objects to de-couple properties from scripting 2010-07-13 16:23:46 +01: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 Convery all the property get functions 2011-09-29 17:36:26 +01:00
AtlasProperties.h Convery all the property get functions 2011-09-29 17:36:26 +01:00
BaseMind.cpp Stop using noScript object for scriptless objects 2011-10-13 14:20:46 +01:00
BaseMind.h Handle Unseen operations here, as they always apply, and should not have 2009-08-02 18:29:40 +01:00
BBoxProperty.cpp Convery all the property get functions 2011-09-29 17:36:26 +01:00
BBoxProperty.h Convery all the property get functions 2011-09-29 17:36:26 +01:00
BulletDomain.cpp Clean up test bullet code 2011-10-18 15:43:13 +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
CalendarProperty.cpp Convery all the property get functions 2011-09-29 17:36:26 +01:00
CalendarProperty.h Convery all the property get functions 2011-09-29 17:36:26 +01:00
Character.cpp Refactor TaskFactory for more flexible activation matching 2011-12-06 10:07:25 +00:00
Character.h Remove obsolete m_task in Character 2011-12-02 02:37:42 +00:00
Container.cpp Update IDs 2009-04-09 12:42:44 +01:00
Container.h Update IDs 2009-04-09 12:42:44 +01:00
Creator.cpp When creator sends a puppet op, give it an acknowledgement. 2009-12-26 12:52:56 +00:00
Creator.h 2008-12-10 Al Riddoch <alriddoch@googlemail.com> 2008-12-10 02:26:40 +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 Delete entity script when destroy is called 2011-10-15 02:05:51 +01:00
Entity.h Return the property affected when setAttr is called 2011-02-27 23:56:11 +00:00
EntityProperties.cpp Convery all the property get functions 2011-09-29 17:36:26 +01:00
EntityProperty.cpp Convery all the property get functions 2011-09-29 17:36:26 +01:00
EntityProperty.h Convery all the property get functions 2011-09-29 17:36:26 +01: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
HandlerProperty.cpp Remove Property_impl.h include, as it results in conflicting specialisation. 2009-09-18 12:18:52 +01:00
HandlerProperty.h 2008-09-27 Al Riddoch <alriddoch@googlemail.com> 2008-09-27 16:00:21 +00:00
HandlerProperty_impl.h Update all the Ids 2009-03-24 15:09:42 +00:00
InternalProperties.cpp Convery all the property get functions 2011-09-29 17:36:26 +01:00
InternalProperties.h Convery all the property get functions 2011-09-29 17:36:26 +01:00
LineProperty.cpp Convery all the property get functions 2011-09-29 17:36:26 +01:00
LineProperty.h Convery all the property get functions 2011-09-29 17:36:26 +01:00
LocatedEntity.cpp Stop using noScript object for scriptless objects 2011-10-13 14:20:46 +01:00
LocatedEntity.h Tweak the decref logic for Entities 2011-10-03 13:33:50 +01:00
Makefile.am Add abstract property for generic terrain functions 2012-01-07 16:32:19 +00:00
MemEntity.cpp 2009-02-02 Al Riddoch <alriddoch@googlemail.com> 2009-02-02 02:28:45 +00:00
MemEntity.h Update IDs 2009-04-09 12:42:44 +01:00
MemMap.cpp Use an empty string for the null entity type 2011-11-08 14:12:00 +00:00
MemMap.h Avoid conversion from double to float 2011-04-27 19:48:51 +01: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 Remove a bunch of debug output 2011-12-16 16:49:35 +00:00
MindProperty.h Add accessor for testing 2011-12-16 15:36:34 +00:00
Motion.cpp Use C++ std::sqrt for efficiency 2011-04-27 19:46:13 +01:00
Motion.h 2009-02-10 Al Riddoch <alriddoch@googlemail.com> 2009-02-10 18:26:47 +00:00
Movement.cpp Update IDs 2009-04-09 12:42:44 +01:00
Movement.h Remove obsolete includes. 2009-08-22 03:46:48 +01:00
MultiHandlerProperty.cpp Remove Property_impl.h include, as it results in conflicting specialisation. 2009-09-18 12:18:52 +01:00
MultiHandlerProperty.h 2008-09-27 Al Riddoch <alriddoch@googlemail.com> 2008-09-27 16:00:21 +00:00
MultiHandlerProperty_impl.h Update all the Ids 2009-03-24 15:09:42 +00:00
OutfitProperty.cpp Convery all the property get functions 2011-09-29 17:36:26 +01:00
OutfitProperty.h Convery all the property get functions 2011-09-29 17:36:26 +01:00
Pedestrian.cpp Avoid double conversions when comparing movement 2011-04-28 01:08:06 +01:00
Pedestrian.h Update IDs 2009-04-09 12:42:44 +01:00
Plant.cpp Fix a logic error processing maxmass 2012-01-09 15:50:30 +00:00
Plant.h Remove unneeded include 2011-12-21 00:02:42 +00:00
Py_BBox.cpp Separate list check, and list size check 2012-01-04 11:57:32 +00: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 Add operator to quickly determine vector distance 2012-01-24 16:39:02 +00:00
Py_Location.h Add operator to quickly determine vector distance 2012-01-24 16:39:02 +00:00
Py_Map.cpp Stop using noScript object for scriptless objects 2011-10-13 14:20:46 +01:00
Py_Map.h Update IDs 2009-04-09 12:42:44 +01:00
Py_Message.cpp Expect the right errors throughout 2012-01-04 13:59:18 +00: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 Add inplace add for efficiency 2012-01-04 15:08:15 +00: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 Separate out type from content checks 2012-01-04 16:08:57 +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 Add Python bindings for Shape centre function 2012-01-25 20:27:09 +00:00
Py_Shape.h Add property type check macros to allow for subtypes 2011-12-27 17:07:42 +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 Converge all property wrapper into one structure 2011-12-27 16:23:22 +01:00
Py_TerrainProperty.cpp Remove default dealloc slot implementation 2011-12-27 16:26:32 +01: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 Modify world wrapper so it only provides weak references 2011-10-18 13:57:56 +01: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 dependency on WFMATH_EPSILON 2012-02-28 13:41:33 +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 Remove obsolete commented code 2011-12-19 13:18:17 +00:00
PythonArithmeticFactory.h Migrate PythonArithmeticFactory to using PythonClass 2011-12-19 11:35:41 +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 Merge branch 'master' of github.com:worldforge/cyphesis 2011-12-15 18:27:33 +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 Convery all the property get functions 2011-09-29 17:36:26 +01:00
SolidProperty.h Convery all the property get functions 2011-09-29 17:36:26 +01:00
SpawnProperty.cpp Write a bunch more code related to implementing spawn points. 2009-12-30 01:45:16 +00:00
SpawnProperty.h Add a property type to signal that an Entity is a spawn location. 2009-12-29 17:49:06 +00:00
Stackable.cpp 2009-02-02 Al Riddoch <alriddoch@googlemail.com> 2009-02-02 02:28:45 +00:00
Stackable.h Update IDs 2009-04-09 12:42:44 +01: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 Make sure the property deletes its script object 2011-09-30 22:43:57 +01:00
StatisticsProperty.h Make sure the property deletes its script object 2011-09-30 22:43:57 +01:00
StatusProperty.cpp 2008-09-27 Al Riddoch <alriddoch@googlemail.com> 2008-09-27 16:15:15 +00:00
StatusProperty.h Remove unneeded includes. 2009-08-22 04:57:07 +01:00
Task.cpp Task can now be attached to any Entity 2011-12-02 23:10:41 +00:00
Task.h Task can now be attached to any Entity 2011-12-02 23:10:41 +00:00
TasksProperty.cpp Clean up startup logic, and fix error 2011-12-02 03:25:42 +00:00
TasksProperty.h TasksProperty now has it's own unique Task* 2011-12-02 01:55:50 +00:00
TerrainEffectorProperty.cpp Add abstract property for generic terrain functions 2012-01-07 16:32:19 +00:00
TerrainEffectorProperty.h Move to inheriting from the base template 2012-01-08 20:39:42 +00:00
TerrainModProperty.cpp Move to inheriting from the base template 2012-01-08 20:39:42 +00:00
TerrainModProperty.h Move to inheriting from the base template 2012-01-08 20:39:42 +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 Convery all the property get functions 2011-09-29 17:36:26 +01:00
TerrainProperty.h Convery all the property get functions 2011-09-29 17:36:26 +01:00
Thing.cpp Remove dependency on WFMATH_EPSILON 2012-02-28 13:41:33 +00:00
Thing.h 2008-10-01 Al Riddoch <alriddoch@googlemail.com> 2008-10-01 15:32:39 +00:00
TransientProperty.cpp 2008-12-16 Al Riddoch <alriddoch@googlemail.com> 2008-12-16 01:58:13 +00:00
TransientProperty.h 2008-09-27 Al Riddoch <alriddoch@googlemail.com> 2008-09-27 16:00:21 +00:00
VisibilityProperty.cpp Add VisibilityProperty to override Entity visibilty 2011-01-07 22:39:30 +00:00
VisibilityProperty.h Add VisibilityProperty to override Entity visibilty 2011-01-07 22:39:30 +00:00
World.cpp Fix the plant nourishment calculation 2012-01-09 17:04:39 +00:00
World.h Remove unnecessary forward declaration. 2009-08-22 05:04:14 +01:00