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-07-13 23:16:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3050551eaee1da204236a6dd876da2ed9bc84e2f
0ad
/
source
/
simulation2
/
system
T
History
Ykkrosh
c0a105432e
Use path types and conversions more consistently.
...
This was SVN commit r9094.
2011-03-21 22:59: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
Use path types and conversions more consistently.
2011-03-21 22:59:00 +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
…
ComponentTest.h
Simplify component interface: remove explicit context parameter, use GetSimContext() instead.
2011-01-16 14:08:38 +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
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
…
SimContext.h
…