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-23 01:46:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
52f4cda439372e57e439eccbdae10be07ca45685
0ad
/
source
/
simulation2
/
system
T
History
historic_bruno
a82d32bd3c
Fixes MSVC warning C4189: 'componentManager' : local variable is initialized but not referenced (Script_RegisterComponentType_Common is a static member function, so an instance of CComponentManager isn't needed)
...
This was SVN commit r15526.
2014-07-13 20:38:34 +00:00
..
CmpPtr.cpp
…
CmpPtr.h
…
Component.h
…
ComponentManager.cpp
Fixes MSVC warning C4189: 'componentManager' : local variable is initialized but not referenced (Script_RegisterComponentType_Common is a static member function, so an instance of CComponentManager isn't needed)
2014-07-13 20:38:34 +00:00
ComponentManager.h
…
ComponentManagerSerialization.cpp
…
Components.h
…
ComponentTest.h
…
DynamicSubscription.cpp
…
DynamicSubscription.h
…
Entity.h
…
EntityMap.h
…
IComponent.cpp
Makes custom JS objects compatible with SpiderMonkey ESR31.
2014-07-13 15:31:48 +00:00
IComponent.h
Makes custom JS objects compatible with SpiderMonkey ESR31.
2014-07-13 15:31:48 +00:00
Interface.h
Makes custom JS objects compatible with SpiderMonkey ESR31.
2014-07-13 15:31:48 +00:00
InterfaceScripted.h
Makes custom JS objects compatible with SpiderMonkey ESR31.
2014-07-13 15:31:48 +00:00
Message.h
…
ParamNode.cpp
…
ParamNode.h
…
SimContext.cpp
…
SimContext.h
…