0ad/source/lib/sysdep
dave 98697b4676 Mac OS X Compat
LightEnv - has byte order marks
Texture - conv from int to GLint wasn't allowed
JSConversion - to use isfinite you need the std:: namespace
	(this is temporary... atm I don't know why you can't call isfinite)
ScriptableComplex - when implementing methods it did not like default
values (they were removed from the cpp file)
timer.h - simple change

This was SVN commit r4231.
2006-08-19 20:24:49 +00:00
..
tests # fix errors in self-tests and the code they test. all now run through. 2006-06-24 10:44:08 +00:00
unix # big refactor of error display code. fixes crash in release-mode selftest 2006-07-07 01:22:23 +00:00
win # housekeeping 2006-07-20 14:37:58 +00:00
cpu.cpp # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
cpu.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
dir_watch.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
gfx.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
gfx.h # add cppdoc, refactor EntityManager 2006-07-14 14:00:00 +00:00
ia32_asm.asm # MacOS X compat (part 1) 2006-07-26 14:04:52 +00:00
ia32_memcpy.asm # improvements to build system for asm files 2006-06-25 20:58:03 +00:00
ia32.cpp # MacOS X compat (part 1) 2006-07-26 14:04:52 +00:00
ia32.h # MacOS X compat (part 1) 2006-07-26 14:04:52 +00:00
ia32.inc # improvements to build system for asm files 2006-06-25 20:58:03 +00:00
snd.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
snd.h # add cppdoc, refactor EntityManager 2006-07-14 14:00:00 +00:00
sysdep.cpp #fix to isnan() bug 2006-07-09 00:24:21 +00:00
sysdep.h Mac OS X Compat 2006-08-19 20:24:49 +00:00