1
0
forked from 0ad/0ad
0ad/source/simulation2/system
janwas dcd192cb60 refactor path interface:
- use wrapper class instead of std::wstring (reduces mixing of
strings/paths; allows safe+easy join via operator/ and convenient
case-insensitive comparison via operator==, avoids NativePathFromString,
similar to boost::filesystem)
- NativePath -> OsPath
- add hash and To/FromJSVal for Path
- add TS_ASSERT_PATH_EQUALS
- replace _wfopen_s with sys_OpenFile
- remove obsolete SortFiles/Directories

This was SVN commit r9107.
2011-03-23 13:36:20 +00:00
..
CmpPtr.cpp # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
CmpPtr.h # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
Component.h Simplify component interface: remove explicit context parameter, use GetSimContext() instead. 2011-01-16 14:08:38 +00:00
ComponentManager.cpp refactor path interface: 2011-03-23 13:36:20 +00:00
ComponentManager.h Use path types and conversions more consistently. 2011-03-21 22:59:00 +00:00
ComponentManagerSerialization.cpp Improve performance of full state hash computation, by skipping script components that are known to have no data. 2011-03-05 22:30:32 +00:00
Components.h # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
ComponentTest.h Simplify component interface: remove explicit context parameter, use GetSimContext() instead. 2011-01-16 14:08:38 +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 Support new SpiderMonkey API. 2010-11-16 23:00:52 +00:00
Message.h Fix serialize/deserialize API asymmetry. 2010-09-17 17:53:26 +00:00
ParamNode.cpp Remove unnecessary rooting 2011-02-20 20:44:13 +00:00
ParamNode.h Remove a load of implicit CStr type conversions, since they're error-prone and can cause silent data loss. 2011-02-17 20:08:20 +00:00
SimContext.cpp # Add initial basic player AI framework. 2011-01-12 12:29:00 +00:00
SimContext.h # Add initial basic player AI framework. 2011-01-12 12:29:00 +00:00