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 18:54:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8fc4ecaa6bd88526cba7451bfeb17b9342282eec
0ad
/
source
T
History
Itms
8fc4ecaa6b
Fix previous commit, stupid typo...
...
This was SVN commit r16859.
2015-07-15 16:57:23 +00:00
..
collada
Removes use of 'register' storage class, deprecated in C++11. Fixes -Wdeprecated-register build warnings in clang,
fixes
#3068
.
2015-06-02 03:20:04 +00:00
graphics
Expose TemplateExists() to RM scripts.
2015-06-21 20:22:34 +00:00
gui
Fix compiler warning
2015-07-12 16:49:26 +00:00
i18n
…
lib
Annotate custom assert for clang-analyzer.
2015-06-21 18:46:23 +00:00
lobby
Lobby code cleanup.
2015-06-19 17:25:28 +00:00
maths
New long-range pathfinder.
2015-06-12 18:58:24 +00:00
mocks
…
network
Prevent players from rejoining that were not present on game start. Patch by elexis.
Fixes
#3305
.
2015-06-18 18:20:54 +00:00
pch
…
ps
Move GUI schemas to the mod mod. Fix some validation related errors in the mod mod.
2015-06-15 16:00:26 +00:00
renderer
New long-range pathfinder.
2015-06-12 18:58:24 +00:00
scriptinterface
Fix some issues found by static analysis (clang-analyzer and cppcheck).
2015-06-21 18:46:31 +00:00
simulation2
Fix previous commit, stupid typo...
2015-07-15 16:57:23 +00:00
soundmanager
XML validation. Based on patch by historic_bruno. Refs
#245
.
2015-06-07 21:56:52 +00:00
third_party
Fix some issues found by static analysis (clang-analyzer and cppcheck).
2015-06-21 18:46:31 +00:00
tools
Remove a useless global terrain update when modifying environment settings in Atlas.
2015-07-14 17:08:02 +00:00
main.cpp
Visual replay of command files, patch by elexis.
2015-06-06 08:45:49 +00:00
test_setup.cpp
…