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 02:35:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
93e8ccda64461e6a4a2ccf7e9489606df12e3149
0ad
/
source
T
History
leper
93e8ccda64
Fix crash in VC++11 debug builds.
Fixes
#2028
. Patch by RedFox.
...
This was SVN commit r13539.
2013-07-07 20:02:20 +00:00
..
collada
Fixes PSA converter to detect broken animations/skeletons.xml slightly better, based on patch by Markus.
Fixes
#1478
2013-06-23 22:58:17 +00:00
graphics
apply patch from ticket 1944 added sound attribute to animations to optionally differentiate sound starting point
2013-07-02 11:44:46 +00:00
gui
Fix crash in VC++11 debug builds.
Fixes
#2028
. Patch by RedFox.
2013-07-07 20:02:20 +00:00
lib
Changes graphics card name detection on Windows to use OpenGL, as a workaround for certain WMI related crashes on Nvidia Optimus and netbook systems.
Fixes
#1952
,
#1575
2013-07-06 18:30:29 +00:00
maths
Catch exceptions by reference (by convention), based on patch from Markus, refs
#1852
2013-05-22 22:27:53 +00:00
mocks
…
network
…
pch
…
ps
fixes to SoundManager external interface, clean up ifdef situation, and SoundGroup playin
2013-06-13 12:12:44 +00:00
renderer
Hopefully fixes GCC warning about narrowing conversion in C++11,
fixes
#1851
2013-06-11 02:40:49 +00:00
scripting
fixes to SoundManager external interface, clean up ifdef situation, and SoundGroup playin
2013-06-13 12:12:44 +00:00
scriptinterface
Makes some classes NONCOPYABLE, based on patch by Markus, refs
#1852
2013-05-22 21:40:56 +00:00
simulation2
Reverts interpolation changes from
a7bc7ab50c
,
71ae5a19d8
,
1778e685ac
,
c6043779f6
,
8777f68aa0
,
21f13f9683
. Refs
#1846
,
#1858
,
#1865
,
#1906
2013-06-25 01:09:43 +00:00
soundmanager
change 'restricted' flag to 'heardby' in SoundGroup xml files
2013-06-17 15:46:28 +00:00
third_party
Fix build warnings. Patch by Markus. Refs
#1851
.
2013-06-11 00:05:57 +00:00
tools
Write mod data correctly.
Fixes
#1940
.
2013-06-11 20:50:09 +00:00
contributors.txt
…
main.cpp
Catch exceptions by reference (by convention), based on patch from Markus, refs
#1852
2013-05-22 22:27:53 +00:00
test_setup.cpp
…