1
0
forked from 0ad/0ad
0ad/source/lib/res
janwas 577c23d936 cursor: remove dependency on CVFSFile (all lib/res files must not depend on ps/, so that they can be reused in other projects)
wposix:
- FILETIME->time_t conversion for *stat
- improve opendir/readdir etc.; add readdir_stat_np
- add pthread_join and pthread_cancel
- add portable sem_* semaphore functions (alternative to SDL semaphores)

file: use readdir_stat_np instead of reading non-portable struct dirent
fields

This was SVN commit r1656.
2005-01-07 01:10:00 +00:00
..
cursor.cpp cursor: remove dependency on CVFSFile (all lib/res files must not depend on ps/, so that they can be reused in other projects) 2005-01-07 01:10:00 +00:00
cursor.h OpenGL cursor (for non-Windows) 2004-07-24 19:38:12 +00:00
file.cpp cursor: remove dependency on CVFSFile (all lib/res files must not depend on ps/, so that they can be reused in other projects) 2005-01-07 01:10:00 +00:00
file.h 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
h_mgr.cpp add h_add_ref; add leak report (currently disabled, since all textures are leaked) 2004-12-16 01:17:50 +00:00
h_mgr.h add h_add_ref; add leak report (currently disabled, since all textures are leaked) 2004-12-16 01:17:50 +00:00
handle.h Linux/GCC Compat(tm) 2004-11-07 21:30:47 +00:00
hotload.h 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
mem.cpp 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
mem.h 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
ogghack.cpp better error handling: lots of little changes. 2004-12-01 21:37:01 +00:00
ogghack.h Linux/GCC Compat(tm) 2004-11-07 21:30:47 +00:00
ogl_tex.cpp 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
ogl_tex.h 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
res.cpp 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
res.h less dependencies: handle.h forward-defines Handle, so that not everything that uses res headers is dependent on h_mgr 2004-10-06 14:00:43 +00:00
snd.cpp Small ScEd updates 2004-12-30 23:01:09 +00:00
snd.h add master sound disable, triggered if g_Quickstart == true. 2004-12-01 22:19:58 +00:00
tex.cpp 1) minor error handling improvements (was passing back invalid handle error, instead of the cause; also added a CHECK_ERR) 2004-12-15 14:24:12 +00:00
tex.h less dependencies: handle.h forward-defines Handle, so that not everything that uses res headers is dependent on h_mgr 2004-10-06 14:00:43 +00:00
unifont.cpp better error handling: lots of little changes. 2004-12-01 21:37:01 +00:00
unifont.h I had to ask some things to make some word-processing easier/faster. Feel free to adjust anything that's crooked. 2004-11-24 23:47:48 +00:00
vfs.cpp Removed my earlier 'fix' (related to a bug when adding new files to a directory that was previously archived) which was completely rubbish, and replaced it with one that is hopefully less stupid (and actually fixes the problem) 2005-01-01 13:43:43 +00:00
vfs.h cleaned up VFS after yesterday's new code; 2004-12-07 22:10:46 +00:00
zip.cpp Linux/GCC/glibc Compat 2004-12-18 23:30:28 +00:00
zip.h 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00