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-18 06:11:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6324f3369ae005bbd5afee52f252d27ee388bd49
0ad
/
source
/
tools
/
atlas
/
GameInterface
T
History
vladislavbelov
5ff4fa19c0
Removes unused and outdated includes, replaces some includes by forward declarations.
...
This was SVN commit r25444.
2021-05-15 17:27:01 +00:00
..
Handlers
Removes unused and outdated includes, replaces some includes by forward declarations.
2021-05-15 17:27:01 +00:00
ActorViewer.cpp
Split off JSON-related function from ScriptInterface, clean up headers.
2021-05-14 10:18:03 +00:00
ActorViewer.h
Clean up header includes, add new forward declarations.
2020-11-21 11:20:29 +00:00
Brushes.cpp
Split CColor from Shapes.
2019-01-13 15:38:41 +00:00
Brushes.h
Further header & precompiled cleanup, fix no-PCH builds.
2020-12-09 14:39:14 +00:00
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 windows SEH hook when crashing in an std::thread
2021-01-10 08:39:54 +00:00
GameLoop.h
Remove the Engine threading when using Atlas
2020-12-10 09:42:58 +00:00
InputProcessor.cpp
…
InputProcessor.h
…
MessagePasser.h
Remove the Engine threading when using Atlas
2020-12-10 09:42:58 +00:00
MessagePasserImpl.cpp
Remove the Engine threading when using Atlas
2020-12-10 09:42:58 +00:00
MessagePasserImpl.h
Remove the Engine threading when using Atlas
2020-12-10 09:42:58 +00:00
Messages.h
Combines terrain and units ambient colors into the single color.
2021-01-17 13:10:00 +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
Remove the Engine threading when using Atlas
2020-12-10 09:42:58 +00:00
SharedMemory.h
…
SharedTypes.h
…
SimState.cpp
…
SimState.h
…
View.cpp
Adds line drawing to DebugRenderer.
2021-04-15 22:51:25 +00:00
View.h
…