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 05:15:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
828fdf709636ce55a23063dff79a207c8e41acdd
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
Split CColor from Shapes.
2019-01-13 15:38:41 +00:00
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
Fix build without precompiled headers in
107d3d461f
.
2019-08-12 12:56:32 +00:00
GameLoop.h
…
InputProcessor.cpp
…
InputProcessor.h
…
MessagePasser.h
…
MessagePasserImpl.cpp
Clean up ThreadUtil, use standard C++11 constructs instead of custom ones.
2019-06-06 19:30:48 +00:00
MessagePasserImpl.h
Clean up ThreadUtil, use standard C++11 constructs instead of custom ones.
2019-06-06 19:30:48 +00:00
Messages.h
Allow map to recenter during resize in Atlas.
Fixes
#1109
.
2020-07-21 02:08:50 +00:00
MessagesSetup.h
Fix some gcc 8 and gcc 9 compiler warnings that were thrown 4500 times.
2019-07-09 00:18:48 +00:00
Misc.cpp
…
Register.cpp
…
Shareable.h
…
SharedMemory.h
…
SharedTypes.h
Remove unused old code for triggers in atlas.
2017-05-08 02:40:22 +00:00
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
…