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-14 06:34:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0868d03e74fce9940ba0c027d179d80eeb2b40a3
0ad
/
source
T
History
leper
0868d03e74
Fix previous commit.
...
This was SVN commit r16898.
2015-07-30 17:27:27 +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
Use in-place construction.
2015-07-29 23:44:17 +00:00
gui
Add clipping to OList cells. Patch by elexis.
Fixes
#3353
.
2015-07-30 01:33:48 +00:00
i18n
L10n code cleanup.
2015-07-29 23:44:05 +00:00
lib
Use in-place construction.
2015-07-29 23:44:17 +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
Use in-place construction.
2015-07-29 23:44:17 +00:00
pch
…
ps
Fix previous commit.
2015-07-30 17:27:27 +00:00
renderer
Use in-place construction.
2015-07-29 23:44:17 +00:00
scriptinterface
Use in-place construction.
2015-07-29 23:44:17 +00:00
simulation2
Use in-place construction.
2015-07-29 23:44:17 +00:00
soundmanager
Some range-based for loops and some style cleanup.
2015-07-29 01:07:23 +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
…