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-06 15:45:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a953a8ef57411efc27cf713dbd0ee4149982bd3f
0ad
/
source
/
lib
/
sysdep
T
History
janwas
a953a8ef57
debug_assert now displays function name also. this neatly avoids the need for __func__ in every debug_warn, which also breaks on Linux. all such constructions have been removed.
...
This was SVN commit r2968.
2005-10-19 06:29:55 +00:00
..
unix
Hardware cursor isn't implemented for X.
2005-09-29 21:48:04 +00:00
win
debug_assert now displays function name also. this neatly avoids the need for __func__ in every debug_warn, which also breaks on Linux. all such constructions have been removed.
2005-10-19 06:29:55 +00:00
cpu.h
Stab at fixing the VertexArray compile error on VC++.
2005-10-03 03:41:42 +00:00
dir_watch.h
…
gfx.h
sysdep: add restrict keyword (placebo if not supported)
2005-10-12 04:22:44 +00:00
ia32.asm
-move app-specific stuff out of lib/ and into "hooks". see new lib/app_hooks* (note X macro goodness)
2005-10-19 03:06:54 +00:00
ia32.cpp
glDrawRangeElements -> glDrawRangeElementsEXT (fixes compilation error; EXT/ARB/etc extensions need to be used for everything not in GL1.1)
2005-10-03 16:04:55 +00:00
ia32.h
use "standard" _control87 _EM* flag names instead of our own names; also #undef (required since system header values aren't what we want)
2005-10-19 03:22:13 +00:00
os.h
…
snd.h
…
sysdep.cpp
…
sysdep.h
debug_assert now displays function name also. this neatly avoids the need for __func__ in every debug_warn, which also breaks on Linux. all such constructions have been removed.
2005-10-19 06:29:55 +00:00