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-11 18:15:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
58c3b031d6a310487fc8714576ffcf7d78bd72a3
0ad
/
source
/
lib
/
sysdep
T
History
Ykkrosh
58c3b031d6
Partly fixed Linux build
...
This was SVN commit r6166.
2008-07-01 20:18:05 +00:00
..
arch
color conversion: avoid type punning by returning SColor4ub directly. that required a non-extern-C declaration of the SSE function, so i replaced it with straightforward intrinsics.
2008-06-30 19:08:29 +00:00
os
fix a few remnants of the previous sysdep/win folder location, including a relative path in icon.rc
2008-06-30 18:19:14 +00:00
rtl
Partly fixed Linux build
2008-07-01 20:18:05 +00:00
tests
Const-correctness (less compile warnings)
2008-06-28 21:49:14 +00:00
acpi.cpp
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
acpi.h
…
arch.h
…
clipboard.h
…
compiler.h
fixes/improvements made at work:
2008-05-01 15:41:42 +00:00
cpu.cpp
add NUMA and shared-L2-cache detect code (required at work)
2008-05-12 18:15:08 +00:00
cpu.h
fixes
2008-06-26 20:12:42 +00:00
cursor.h
fixes
2008-06-22 11:11:59 +00:00
dir_watch.h
…
gfx.cpp
…
gfx.h
…
numa.h
fixes+improvements from work:
2008-06-01 08:25:12 +00:00
os_cpu.cpp
add NUMA and shared-L2-cache detect code (required at work)
2008-05-12 18:15:08 +00:00
os_cpu.h
fixes+improvements from work:
2008-06-01 08:25:12 +00:00
os.h
…
rtl.h
add system-specific AllocateAligned call (because _mm_malloc isnt as portable as hoped)
2008-06-29 10:30:33 +00:00
snd.cpp
…
snd.h
…
stl.h
had to remove uint and ulong from lib/types.h due to conflict with other library.
2008-05-11 18:48:32 +00:00
sysdep.h
had to remove uint and ulong from lib/types.h due to conflict with other library.
2008-05-11 18:48:32 +00:00