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-21 23:25:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8fee3d8ef876164d59cd5ea1e2ec4d8bb2ca6326
0ad
/
source
/
lib
/
sysdep
T
History
historic_bruno
153357f640
Replaces architecture-dependent cpuid function with inline GCC assembly. Should
fix
#670
by eliminating nasm dependency.
...
This was SVN commit r9891.
2011-07-21 01:44:29 +00:00
..
arch
Replaces architecture-dependent cpuid function with inline GCC assembly. Should
fix
#670
by eliminating nasm dependency.
2011-07-21 01:44:29 +00:00
os
hopefully fix non-Windows build errors
2011-07-18 15:25:48 +00:00
rtl
…
tests
…
acpi.cpp
acpi: fix cast error (caught by runtime check)
2011-07-16 17:27:07 +00:00
acpi.h
…
arch.h
…
clipboard.h
add support for selection and deletion of entire words in text controls (ctrl+backspace/delete/left/right) based on patch by Chakakhan/kenny (thanks!)
2011-06-23 10:12:43 +00:00
compiler.h
…
cpu.cpp
refactor status code definitions: allow modules to define an array of them (more convenient+efficient).
2011-05-05 13:03:34 +00:00
cpu.h
post-alpha sync with work.
2011-07-18 09:21:56 +00:00
cursor.h
…
dir_watch.h
…
filesystem.h
OS X compile fix (hopefully): add definition for O_DIRECT
2011-05-30 21:49:33 +00:00
gfx.cpp
Fix build errors
2011-05-27 13:32:34 +00:00
gfx.h
refactor gfx detection code (interface), allow exporting from DLL (required at work)
2011-05-24 14:17:47 +00:00
numa.h
…
os_cpu.cpp
refactor status code definitions: allow modules to define an array of them (more convenient+efficient).
2011-05-05 13:03:34 +00:00
os_cpu.h
…
os.h
…
rtl.h
…
smbios.cpp
Fix some format string errors
2011-05-18 19:10:36 +00:00
smbios.h
smbios fix
2011-05-06 14:54:46 +00:00
snd.cpp
…
snd.h
…
stl.h
…
sysdep.h
…