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-06-23 09:07:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c8eaee35ccadcbdf511607b8f9e168eb7d06aa2a
0ad
/
source
/
lib
/
sysdep
T
History
janwas
f5f65c23c0
OSX compat: remove cpu_CAS64 wrapper, since intptr_t and i64 apparently aren't compatible types. IA-32 code should call ia32_asm_CAS64 if it wants to CAS 64-bit values.
...
This was SVN commit r8080.
2010-09-05 15:38:34 +00:00
..
arch
OSX compat: remove cpu_CAS64 wrapper, since intptr_t and i64 apparently aren't compatible types. IA-32 code should call ia32_asm_CAS64 if it wants to CAS 64-bit values.
2010-09-05 15:38:34 +00:00
os
Fix
#544
(Fall back to windowed mode if fullscreen fails), based on patch from oln
2010-09-04 14:49:12 +00:00
rtl
…
tests
…
acpi.cpp
…
acpi.h
…
arch.h
warning fixes: mostly size_t vs. specialized API type and other type conversion.
2010-09-05 09:38:30 +00:00
clipboard.h
…
compiler.h
improvements/additions from work
2010-08-06 13:03:44 +00:00
cpu.cpp
OSX compat: remove cpu_CAS64 wrapper, since intptr_t and i64 apparently aren't compatible types. IA-32 code should call ia32_asm_CAS64 if it wants to CAS 64-bit values.
2010-09-05 15:38:34 +00:00
cpu.h
OSX compat: remove cpu_CAS64 wrapper, since intptr_t and i64 apparently aren't compatible types. IA-32 code should call ia32_asm_CAS64 if it wants to CAS 64-bit values.
2010-09-05 15:38:34 +00:00
cursor.h
…
dir_watch.h
…
filesystem.h
…
gfx.cpp
…
gfx.h
…
numa.h
…
os_cpu.cpp
…
os_cpu.h
…
os.h
…
rtl.h
…
snd.cpp
…
snd.h
…
stl.h
…
sysdep.h
…