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-26 17:34:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d5d60d53ed291029eccece451292db6e97a36745
0ad
/
source
T
History
leper
d5d60d53ed
Replace JS_ASSERT (which is renamed to MOZ_ASSERT in SpiderMonkey 38) with TS_ASSERT, since the former was used for no apparent reason.
...
This was SVN commit r17588.
2016-01-01 21:28:25 +00:00
..
collada
…
graphics
Indentation corrections and other code style fixes in preparation for the cinematic camera patch.
2015-12-31 13:40:56 +00:00
gui
Remove disabled by default SDL1 support.
2015-12-14 10:52:21 +00:00
i18n
L10n code cleanup.
2015-07-29 23:44:05 +00:00
lib
Remove disabled by default SDL1 support.
2015-12-14 10:52:21 +00:00
lobby
Map more specific messages from the Gloox documentation to registration results and stanza errors in the lobby code. Also, don't request translation of more arcane errors.
Fixes
#3047
2016-01-01 18:38:50 +00:00
maths
Indentation corrections and other code style fixes in preparation for the cinematic camera patch.
2015-12-31 13:40:56 +00:00
mocks
…
network
Strip trailing whitespace from network code.
2015-12-21 13:58:32 +00:00
pch
…
ps
Reorganize code in different files in prepartion for the cinematic camera patch (by Vladislav Belov).
2015-12-30 21:16:35 +00:00
renderer
Optimization of isBoxVisible + cleanup,
fixes
#3712
2015-12-28 16:27:31 +00:00
scriptinterface
Replace JS_ASSERT (which is renamed to MOZ_ASSERT in SpiderMonkey 38) with TS_ASSERT, since the former was used for no apparent reason.
2016-01-01 21:28:25 +00:00
simulation2
seems that line was missing, with the result that garrisoned units sent a TerritoryPositionChanged message each turn
2016-01-01 17:45:53 +00:00
soundmanager
Remove trailing whitespace. Based on patch by otero, refs
#3268
.
2015-12-31 11:45:13 +00:00
third_party
Update tinygettext.
2015-12-08 18:05:11 +00:00
tools
Reorganize code in different files in prepartion for the cinematic camera patch (by Vladislav Belov).
2015-12-30 21:16:35 +00:00
main.cpp
Graceful exit in case of trying to replay a directory.
Fixes
#3427
.
2015-12-18 21:16:08 +00:00
test_setup.cpp
…