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-09-21 20:06:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
68ea5f37f4301acbe9ee8cae3251c07eaac9c8fd
0ad
/
source
T
History
leper
68ea5f37f4
Remove unused ctors. Fixes compilation with GCC 4.6.
...
This was SVN commit r16771.
2015-06-14 23:50:38 +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
Remove unused ctors. Fixes compilation with GCC 4.6.
2015-06-14 23:50:38 +00:00
gui
Make it easier to add different backgrounds
2015-06-11 09:08:46 +00:00
i18n
…
lib
Adds debug output to display return code of failing SHGetFolderPathW, refs
#3267
2015-05-27 02:02:32 +00:00
lobby
…
maths
New long-range pathfinder.
2015-06-12 18:58:24 +00:00
mocks
…
network
Fix const attribute for some function parameters.
2015-06-07 09:24:19 +00:00
pch
…
ps
Remove unused ctors. Fixes compilation with GCC 4.6.
2015-06-14 23:50:38 +00:00
renderer
New long-range pathfinder.
2015-06-12 18:58:24 +00:00
scriptinterface
Fixes clang unused parameter warning
2015-06-14 23:45:15 +00:00
simulation2
Refactor the grid update code. Should give a significant performance boost to the simulation update.
2015-06-14 19:22:07 +00:00
soundmanager
XML validation. Based on patch by historic_bruno. Refs
#245
.
2015-06-07 21:56:52 +00:00
third_party
Fixes clang warning about unknown warning group -Wunused-but-set-variable
2015-06-14 21:07:42 +00:00
tools
Fixes A19 map converter script to be compatible with Python 2 (uses struct instead of to_bytes and from_bytes)
2015-06-14 17:53:12 +00:00
main.cpp
Visual replay of command files, patch by elexis.
2015-06-06 08:45:49 +00:00
test_setup.cpp
…