This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-22 15:45:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fbff0aa98da7358520fa20cca78436bc06394a06
0ad
/
source
/
simulation2
/
system
T
History
Ykkrosh
a739b8f309
Fix some saved-game OOS errors
...
This was SVN commit r10441.
2011-10-27 20:12:00 +00:00
..
CmpPtr.cpp
…
CmpPtr.h
…
Component.h
Simplify component interface: remove explicit context parameter, use GetSimContext() instead.
2011-01-16 14:08:38 +00:00
ComponentManager.cpp
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
2011-04-30 13:01:45 +00:00
ComponentManager.h
Add initial serialization test mode.
2011-10-24 14:31:05 +00:00
ComponentManagerSerialization.cpp
Fix some saved-game OOS errors
2011-10-27 20:12:00 +00:00
Components.h
…
ComponentTest.h
Fix tests
2011-08-18 21:12:15 +00:00
Entity.h
…
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
…
InterfaceScripted.h
Upgrade to SpiderMonkey 1.8.5 (
fixes
#734
)
2011-07-16 23:24:14 +00:00
Message.h
…
ParamNode.cpp
Avoid errors when using planes in formations, by not allowing them to join formations
2011-07-07 17:05:22 +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
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
2011-04-30 13:01:45 +00:00
SimContext.h
…