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-05 13:26:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3624f7c41725d13a2282951471bda53d24ea1034
0ad
/
source
T
History
janwas
3624f7c417
fix: pthread_self now returns a unique value in each thread (before, it was using the windows pseudo handle functionality)
...
This was SVN commit r10404.
2011-10-15 20:12:59 +00:00
..
collada
…
graphics
Attempts to fix random map OOS errors by avoiding parsing data to floats (uses CFixedVector3D instead). See
#977
.
2011-09-26 21:36:33 +00:00
gui
…
lib
fix: pthread_self now returns a unique value in each thread (before, it was using the windows pseudo handle functionality)
2011-10-15 20:12:59 +00:00
maths
…
mocks
…
network
…
pch
…
ps
Moves Atlas UI to main thread while engine loop runs in new thread.
2011-09-20 22:49:02 +00:00
renderer
…
scripting
…
scriptinterface
Attempts to fix random map OOS errors by avoiding parsing data to floats (uses CFixedVector3D instead). See
#977
.
2011-09-26 21:36:33 +00:00
simulation
…
simulation2
Hopefully fix replay mode
2011-09-02 23:47:26 +00:00
sound
…
tools
Attempts to fix ArchiveViewer build on OS X (use wxString::wc_str() to construct std::wstring).
2011-09-23 02:56:19 +00:00
contributors.txt
…
main.cpp
…
test_setup.cpp
…