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
21cdcf44bcfcf6034fe4ae7188e3d5d3dbc07da6
0ad
/
source
/
tools
/
atlas
/
GameInterface
T
History
vladislavbelov
1368f87590
Fixes actor seed for deleted entities in Atlas.
...
This was SVN commit r23882.
2020-07-24 19:13:09 +00:00
..
Handlers
Fixes actor seed for deleted entities in Atlas.
2020-07-24 19:13:09 +00:00
ActorViewer.cpp
Add a C++ interface for CCmpAttack.
2020-04-21 21:44:05 +00:00
ActorViewer.h
Add a C++ interface for CCmpAttack.
2020-04-21 21:44:05 +00:00
Brushes.cpp
…
Brushes.h
…
CommandProc.cpp
…
CommandProc.h
…
DeltaArray.h
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
GameLoop.cpp
…
GameLoop.h
…
InputProcessor.cpp
…
InputProcessor.h
…
MessagePasser.h
…
MessagePasserImpl.cpp
…
MessagePasserImpl.h
…
Messages.h
Allow map to recenter during resize in Atlas.
Fixes
#1109
.
2020-07-21 02:08:50 +00:00
MessagesSetup.h
…
Misc.cpp
…
Register.cpp
…
Shareable.h
…
SharedMemory.h
…
SharedTypes.h
…
SimState.cpp
…
SimState.h
…
View.cpp
Moves GL error check after SwapBuffers to decrease a possible synchronization during rendering process.
2020-01-29 22:03:44 +00:00
View.h
…