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
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
Dynamic message subscriptions.
2014-06-19 23:20:12 +00:00
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
Dynamic message subscriptions.
2014-06-19 23:20:12 +00:00
ComponentManagerSerialization.cpp
…
Components.h
…
ComponentTest.h
…
DynamicSubscription.cpp
Dynamic message subscriptions.
2014-06-19 23:20:12 +00:00
DynamicSubscription.h
Fix non-PCH build
2014-06-19 23:36:09 +00:00
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
…