This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
a06
0ad
/
source
/
simulation2
/
system
T
History
Ykkrosh
b6d04004b6
Avoid errors when using planes in formations, by not allowing them to join formations
...
This was SVN commit r9776.
2011-07-07 17:05:22 +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
Use path types and conversions more consistently.
2011-03-21 22:59:00 +00:00
ComponentManagerSerialization.cpp
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
2011-04-30 13:01:45 +00:00
Components.h
…
ComponentTest.h
Fix tests
2011-04-06 00:53:35 +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
…
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
…