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 19:33:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e638af5422adf2b009eea5c8c5fb7b8c5158ceeb
0ad
/
source
T
History
leper
e638af5422
Clean up some unused variables and assignments.
...
This was SVN commit r16684.
2015-05-26 15:40:07 +00:00
..
collada
Replace std::auto_ptr uses by std::unique_ptr since the former is deprecated.
2015-05-25 01:23:27 +00:00
graphics
Replace std::auto_ptr uses by std::unique_ptr since the former is deprecated.
2015-05-25 01:23:27 +00:00
gui
Improve rejoin messages. Patch by elexis.
Fixes
#1949
.
2015-05-03 02:06:17 +00:00
i18n
…
lib
When using SDL2 recommend a >= 2.0.2 version to avoid incurring in possible bugs with older versions.
2015-04-27 07:56:34 +00:00
lobby
Fix a number of issues related to historical messages and initial join in the multiplayer lobby.
Fixes
#3156
2015-04-06 19:33:37 +00:00
maths
…
mocks
…
network
Improve rejoin messages. Patch by elexis.
Fixes
#1949
.
2015-05-03 02:06:17 +00:00
pch
…
ps
Clean up some unused variables and assignments.
2015-05-26 15:40:07 +00:00
renderer
Clean up some unused variables and assignments.
2015-05-26 15:40:07 +00:00
scriptinterface
Replace std::auto_ptr uses by std::unique_ptr since the former is deprecated.
2015-05-25 01:23:27 +00:00
simulation2
Add missing include.
2015-05-26 15:40:04 +00:00
soundmanager
…
third_party
Update tinygettext.
Fixes
#2522
.
2015-03-24 17:47:08 +00:00
tools
Fix build failure on GCC 4.6.
2015-05-04 19:37:25 +00:00
main.cpp
Add the -ooslog support for replays. Refs
#3169
, see also
a7b18d02bf
.
2015-04-11 18:12:35 +00:00
test_setup.cpp
…