0ad/source/lib/res
janwas 1d57c77aed greatly simplified (1500 -> 1000 lines) by stripping out previous overly complicated caching mechanism.
will replace with new, simpler cache that only stores temp buffers for
first and last block when reading from ZIp (everything else is covered
by handle manager cache)

This was SVN commit r848.
2004-07-31 02:02:44 +00:00
..
cursor.cpp Moved all cursor code into cursor.cpp 2004-07-29 16:14:22 +00:00
cursor.h OpenGL cursor (for non-Windows) 2004-07-24 19:38:12 +00:00
CVFSFile.cpp Added CVFSFile, a simple wrapper around vfs_load to allow slightly cleaner code elsewhere 2004-07-29 16:10:33 +00:00
CVFSFile.h Added CVFSFile, a simple wrapper around vfs_load to allow slightly cleaner code elsewhere 2004-07-29 16:10:33 +00:00
file.cpp greatly simplified (1500 -> 1000 lines) by stripping out previous overly complicated caching mechanism. 2004-07-31 02:02:44 +00:00
file.h pass FILE_NO_AIO at open instead of calling uncached_* (which ended up duplicating code) 2004-07-09 19:57:59 +00:00
font.cpp res reload callback interface change: now also receives handle of object being reloaded. simplifies tex reload code 2004-06-25 22:19:19 +00:00
font.h the big merge (tm). see forum post for changes made. 2004-03-02 23:56:51 +00:00
h_mgr.cpp fix refcount (now initialized to 1) 2004-07-13 21:12:46 +00:00
h_mgr.h res reload callback interface change: now also receives handle of object being reloaded. simplifies tex reload code 2004-06-25 22:19:19 +00:00
mem.cpp res reload callback interface change: now also receives handle of object being reloaded. simplifies tex reload code 2004-06-25 22:19:19 +00:00
mem.h lots of type fixes; types.h is now a convenience wrapper on top of the standard uintN_t routines 2004-06-01 17:34:12 +00:00
ogl_tex.cpp split tex code into (file format specific) loaders and opengl texture ops like upload() 2004-06-25 22:18:03 +00:00
ogl_tex.h Added newline at end 2004-07-10 20:28:18 +00:00
res.cpp tiny comment and debug string change 2004-07-12 14:22:17 +00:00
res.h reqnum = int; complain if watch failed 2004-07-08 14:33:58 +00:00
tex.cpp Linux/GCC compat, headers and such 2004-07-10 21:25:35 +00:00
tex.h common interface to texture format codecs; work started on encoders (to write textures) 2004-07-08 14:40:24 +00:00
unifont.cpp slight improvements in use of res code. 2004-07-31 01:57:26 +00:00
unifont.h GUI text renderer 2004-07-13 22:48:53 +00:00
vfs.cpp revised mount logic; now stores the mount point and uses it to correctly convert from VFS to native paths 2004-07-09 19:58:43 +00:00
vfs.h revised mount logic; now stores the mount point and uses it to correctly convert from VFS to native paths 2004-07-09 19:58:43 +00:00
zip.cpp bring read interface into line with vfs_io (value-return buffer param) 2004-07-09 02:14:21 +00:00
zip.h bring read interface into line with vfs_io (value-return buffer param) 2004-07-09 02:14:21 +00:00