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 04:35:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c089f59b61117da2cfedcd5b2fd31def45f8dc7f
0ad
/
source
/
lib
/
sysdep
T
History
historic_bruno
95e6673ed4
Fixes include in wsdl.
...
This was SVN commit r10932.
2012-01-18 22:51:49 +00:00
..
arch
Detect and fix printf signedness errors.
Fixes
#1086
,
#1087
.
2012-01-01 16:43:10 +00:00
os
Fixes include in wsdl.
2012-01-18 22:51:49 +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
sync with work:
2011-12-27 14:12:31 +00:00
cpu.cpp
…
cpu.h
sync with work:
2011-12-27 14:12:31 +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
Renames our sdl.h to libsdl.h, to avoid case sensitivity errors when it includes SDL.h.
2012-01-12 23:32:27 +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
…
os_cpu.h
…
os.h
Vague start at hypothetical Android support
2012-01-17 22:05:43 +00:00
rtl.h
…
smbios.cpp
Fix some format string errors
2011-05-18 19:10:36 +00:00
smbios.h
…
snd.cpp
…
snd.h
add support for retrieving all WMI class instances (required for detecting multiple graphics and sound cards)
2011-10-13 18:53:59 +00:00
stl.h
…
sysdep.h
…
vm.h
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00