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 00:34:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5a685b84caf4cfb35e7c268a5eed019d3ea6db28
0ad
/
source
T
History
leper
5a685b84ca
Recompute the cost grid in the TerritoryManager when needed. Patch by s0600204.
Fixes
#3399
,
#3400
.
...
This was SVN commit r16990.
2015-09-06 22:35: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
Replace some functor structs with lambdas, closures or range-based fors.
2015-08-19 03:33:04 +00:00
gui
Fix wrong offset when clicking too close to the header of sortable lists. Also added some code comments.
2015-09-02 17:55:02 +00:00
i18n
L10n code cleanup.
2015-07-29 23:44:05 +00:00
lib
Revert emplace for associative containers.
Fixes
#3366
.
2015-08-19 03:32:47 +00:00
lobby
Fix 3171 by moving some logic to C++. These changes do not optimize the presence buffer and only fix the state bug.
2015-08-30 12:56:48 +00:00
maths
New long-range pathfinder.
2015-06-12 18:58:24 +00:00
mocks
…
network
Revert a wrong piece of code from
63e42fbd31
. Refs
#3293
2015-08-30 20:32:22 +00:00
pch
…
ps
Replace some functor structs with lambdas, closures or range-based fors.
2015-08-19 03:33:04 +00:00
renderer
Replace some functor structs with lambdas, closures or range-based fors.
2015-08-19 03:33:04 +00:00
scriptinterface
Use in-place construction.
2015-07-29 23:44:17 +00:00
simulation2
Recompute the cost grid in the TerritoryManager when needed. Patch by s0600204.
Fixes
#3399
,
#3400
.
2015-09-06 22:35:38 +00:00
soundmanager
Some range-based for loops and some style cleanup.
2015-07-29 01:07:23 +00:00
third_party
Fix Arabic plural equation in tinygettext.
2015-09-03 16:42:05 +00:00
tools
Fixes some issues in checkrefs.pl: soundgroups have new gender and lang tags, PMP version bump, GUI XML can include directories, civ data path changed
2015-09-06 04:42:28 +00:00
main.cpp
Optionally limit the framerate in menus to 50 FPS, to save power. Patch by elexis,
fixes
#2882
2015-08-20 13:22:44 +00:00
test_setup.cpp
…