mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
. the massive renaming undertaking: camelCase functions -> PascalCase. . add some cppdoc. . minor additional renaming improvements: e.g. GetIsClosed -> IsClosed . in entity code, replace constructs like "pvec = new vector; return pvec; use *pvec; delete pvec" with a simple stack variable passed as output parameter (avoid unnecessary dynamic allocs) . timer: simpler handling of raw ticks vs normal timer (less #if) This was SVN commit r5017. |
||
|---|---|---|
| .. | ||
| DOMEvent.cpp | ||
| DOMEvent.h | ||
| EventTypes.h | ||
| GameEvents.h | ||
| JSConversions.cpp | ||
| JSConversions.h | ||
| JSSerialization.h | ||
| JSUtil.cpp | ||
| JSUtil.h | ||
| ScriptableComplex.cpp | ||
| ScriptableComplex.h | ||
| ScriptableComplex.inl | ||
| ScriptableObject.cpp | ||
| ScriptableObject.h | ||
| ScriptCustomTypes.cpp | ||
| ScriptCustomTypes.h | ||
| ScriptGlue.cpp | ||
| ScriptGlue.h | ||
| ScriptingHost.cpp | ||
| ScriptingHost.h | ||
| SpiderMonkey.h | ||
| SynchedJSObject.cpp | ||
| SynchedJSObject.h | ||