1
0
forked from 0ad/0ad
0ad/source/simulation2/system
historic_bruno d2b0d25457 Fixes macro redefinition of FACILITY_VISUALCPP in VC2012 (it's defined in winerror.h).
Removes obsolete hack for old Boost and VC2005 (broke VC2005 build with
modern Boost).

This was SVN commit r13433.
2013-05-28 01:14:41 +00:00
..
CmpPtr.cpp # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
CmpPtr.h Avoid unused parameter warnings due to safe bool operators. 2012-02-25 06:24:24 +00:00
Component.h Simplify component interface: remove explicit context parameter, use GetSimContext() instead. 2011-01-16 14:08:38 +00:00
ComponentManager.cpp Adds building previews that rise during construction, fixes #1174, refs #21. 2013-02-03 02:08:20 +00:00
ComponentManager.h Added support for putting technologies in folders. Fixes #1462. 2012-08-15 22:25:25 +00:00
ComponentManagerSerialization.cpp Fixes macro redefinition of FACILITY_VISUALCPP in VC2012 (it's defined in winerror.h). 2013-05-28 01:14:41 +00:00
Components.h # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
ComponentTest.h Fix tests 2011-08-18 21:12:15 +00:00
Entity.h # Object creation in Atlas with new simulation system 2010-01-14 20:36:29 +00:00
IComponent.cpp Simplify component interface: remove explicit context parameter, use GetSimContext() instead. 2011-01-16 14:08:38 +00:00
IComponent.h Simplify component interface: remove explicit context parameter, use GetSimContext() instead. 2011-01-16 14:08:38 +00:00
Interface.h # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
InterfaceScripted.h Implement healing. Fixes #999. 2012-04-17 20:22:13 +00:00
Message.h Fix serialize/deserialize API asymmetry. 2010-09-17 17:53:26 +00:00
ParamNode.cpp Wall placement. Closes #786. 2012-05-05 19:22:22 +00:00
ParamNode.h Wall placement. Closes #786. 2012-05-05 19:22:22 +00:00
SimContext.cpp split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
SimContext.h # Add initial basic player AI framework. 2011-01-12 12:29:00 +00:00