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-24 14:09:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c6f50b253ff279c2dbbf2bd8829a8041b86d451c
0ad
/
source
/
simulation2
/
system
T
History
vladislavbelov
7a71011149
Refactors smart pointers creation, reduces code duplication and improves exception safety.
...
This was SVN commit r24915.
2021-02-13 23:53:40 +00:00
..
CmpPtr.cpp
…
CmpPtr.h
…
Component.h
…
ComponentManager.cpp
Refactors smart pointers creation, reduces code duplication and improves exception safety.
2021-02-13 23:53:40 +00:00
ComponentManager.h
[SM52 2/2] Update to Spidermonkey 52 APIs.
2020-11-18 14:39:04 +00:00
ComponentManagerSerialization.cpp
Further header & precompiled cleanup, fix no-PCH builds.
2020-12-09 14:39:14 +00:00
Components.h
…
ComponentTest.h
Clean up header includes, add new forward declarations.
2020-11-21 11:20:29 +00:00
DynamicSubscription.cpp
…
DynamicSubscription.h
Further header & precompiled cleanup, fix no-PCH builds.
2020-12-09 14:39:14 +00:00
Entity.h
…
EntityMap.h
Use templates to replace explicit serialization helpers.
2020-12-19 09:10:37 +00:00
IComponent.cpp
Further header & precompiled cleanup, fix no-PCH builds.
2020-12-09 14:39:14 +00:00
IComponent.h
Clean up header includes, add new forward declarations.
2020-11-21 11:20:29 +00:00
Interface.h
…
InterfaceScripted.h
…
LocalTurnManager.cpp
…
LocalTurnManager.h
…
Message.h
…
ParamNode.cpp
Fix most of the new vs2017 induced warnings.
2020-11-26 22:28:50 +00:00
ParamNode.h
…
ReplayTurnManager.cpp
Revert
cf6aaf37a4
, causing false OOS in visual replays.
2021-01-22 17:13:12 +00:00
ReplayTurnManager.h
Revert
cf6aaf37a4
, causing false OOS in visual replays.
2021-01-22 17:13:12 +00:00
SimContext.cpp
…
SimContext.h
…
TurnManager.cpp
[SM78 2/2] Update to Spidermonkey 78 APIs
2020-12-06 14:03:02 +00:00
TurnManager.h
…