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 05:55:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
83bba7bdfc44d15368e08da44fea183de4b8df19
0ad
/
source
T
History
mimo
83bba7bdfc
revert
e0771b98dd
which was based on misunderstanding of the algo, and fix the inverted_circle case, refs
#3577
...
This was SVN commit r17184.
2015-11-05 19:22:04 +00:00
..
collada
…
graphics
Fixes global init order bug that caused OOS between OS X and other platforms,
fixes
#3499
. May improve pathfinding behavior in some cases, please test!
2015-10-15 02:51:12 +00:00
gui
Fix
#3415
. Removes 'ghost' scrollbar bounding to enable extreme-right hover and selection in dropdowns. Patch by elexis.
2015-10-31 05:40:43 +00:00
i18n
L10n code cleanup.
2015-07-29 23:44:05 +00:00
lib
Fixes stream serialization bug on OS X 10.8 and older, which caused instant OOS in multiplayer games,
fixes
#3108
.
2015-10-15 03:31:30 +00:00
lobby
Do not use non-static data member initializer.
2015-09-15 00:55:03 +00:00
maths
…
mocks
…
network
Fix
#2676
by only acknowledging commands matching the sender's name if cheats are disabled. Based on patch by historic_bruno.
2015-11-02 03:20:44 +00:00
pch
…
ps
Fix an oversight.
2015-11-05 16:52:19 +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
revert
e0771b98dd
which was based on misunderstanding of the algo, and fix the inverted_circle case, refs
#3577
2015-11-05 19:22:04 +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
Avoids RuntimeError: dictionary changed size during iteration
2015-10-11 20:47:52 +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
…