1
1
forked from 0ad/0ad
0ad/source/lib
janwas d367014972 vfs_store: set return value to #bytes written
fix 2 bugs in tex / ogl_tex reported by philip (related to caching) -
thanks!
tex: documented header and improved implementation. add tex_transform_to
for convenience. change tex_write to require going through tex_wrap.

This was SVN commit r2837.
2005-10-03 12:57:31 +00:00
..
res vfs_store: set return value to #bytes written 2005-10-03 12:57:31 +00:00
sysdep vfs_store: set return value to #bytes written 2005-10-03 12:57:31 +00:00
adts.cpp fix for vc7 (incomplete type in container). also some updates to vfs 2004-05-08 01:11:51 +00:00
adts.h rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
byte_order.cpp add 64-bit endian-safe read; also bit_mask 2005-09-18 18:10:23 +00:00
byte_order.h add 64-bit endian-safe read; also bit_mask 2005-09-18 18:10:23 +00:00
config.h comments/cosmetics; 2005-09-27 15:20:56 +00:00
debug_stl.cpp - color -> colour 2005-08-10 01:12:03 +00:00
debug_stl.h - debug_stl: revert to char* for all program symbols (helpful due to preprocessor limitation) 2005-07-03 22:36:24 +00:00
debug.cpp More explicit %ls instead of %s for wide strings. 2005-09-26 23:36:17 +00:00
debug.h - config: all macros are defined as 1 / 0. testing with #if allows compiler warnings (testing undefined macro) to spot misspelled macros 2005-08-09 16:23:19 +00:00
detect.cpp Stab at fixing the VertexArray compile error on VC++. 2005-10-03 03:41:42 +00:00
detect.h hopefully fixed bug #57 (limit on version info length was too low). while at it, made cpu_type's length externally visible; split sound stuff into sysdep/snd.h (as with gfx, cpu, mem) and in general cleaned up a bit. 2005-04-19 17:07:05 +00:00
dyn_array.cpp dyn_array: use memcpy2 2005-09-10 14:28:55 +00:00
dyn_array.h moved SAFE_DELETE to lib.h 2005-09-08 01:47:45 +00:00
glext_funcs.h Basic GL_ARB_vertex_shader detection. 2005-09-30 22:23:48 +00:00
input.cpp host of changes to accommodate Atlas: 2005-08-14 23:34:37 +00:00
input.h host of changes to accommodate Atlas: 2005-08-14 23:34:37 +00:00
lf_alloc.cpp - config: all macros are defined as 1 / 0. testing with #if allows compiler warnings (testing undefined macro) to spot misspelled macros 2005-08-09 16:23:19 +00:00
lib.cpp inlined bits and bit_mask for efficiency (as suggested by philip - thanks!) 2005-09-19 23:40:33 +00:00
lib.h vfs_store: set return value to #bytes written 2005-10-03 12:57:31 +00:00
lockfree.cpp some infrastructure for self-tests: gets rid of boilerplate code. 2005-09-02 02:47:25 +00:00
lockfree.h some infrastructure for self-tests: gets rid of boilerplate code. 2005-09-02 02:47:25 +00:00
mmgr.cpp - config: all macros are defined as 1 / 0. testing with #if allows compiler warnings (testing undefined macro) to spot misspelled macros 2005-08-09 16:23:19 +00:00
mmgr.h TextureManager: stopped memory leaks 2005-08-09 21:26:40 +00:00
nommgr.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
ogl.cpp vfs_store: set return value to #bytes written 2005-10-03 12:57:31 +00:00
ogl.h Accidentally committed experimental changes. Sorry about that. 2005-09-29 22:40:13 +00:00
posix_types.h - config: all macros are defined as 1 / 0. testing with #if allows compiler warnings (testing undefined macro) to spot misspelled macros 2005-08-09 16:23:19 +00:00
posix.h Linux/GCC Compat, added some includes, ported inline assembly stuff to gnu syntax (and misc. cleanup in ia32.cpp) 2005-09-12 23:37:52 +00:00
precompiled.cpp Linux/GCC compat, a few newlines at end of file, minor changes 2004-06-02 15:31:55 +00:00
precompiled.h Linux/GCC Compat, added some includes, ported inline assembly stuff to gnu syntax (and misc. cleanup in ia32.cpp) 2005-09-12 23:37:52 +00:00
sdl.h - config: all macros are defined as 1 / 0. testing with #if allows compiler warnings (testing undefined macro) to spot misspelled macros 2005-08-09 16:23:19 +00:00
self_test.cpp lib.cpp: forgot to use TEST (for self-test) 2005-09-02 18:38:25 +00:00
self_test.h guirenderer: fix bug that was breaking the ScEd button in main menu. it was calling glEnable/glActiveTextureUnit before ogl_tex_bind, which is now also doing that. 2005-09-04 19:48:26 +00:00
string_s.cpp - update load times 2005-09-21 16:42:56 +00:00
string_s.h comments/cosmetics; 2005-09-27 15:20:56 +00:00
timer.cpp - config: all macros are defined as 1 / 0. testing with #if allows compiler warnings (testing undefined macro) to spot misspelled macros 2005-08-09 16:23:19 +00:00
timer.h Add more verbosity to the shutdown sequence. 2005-09-29 02:30:30 +00:00
types.h CVSROOT: doesn't seem particularly useful now 2005-09-30 00:59:42 +00:00
wstring_s.cpp implementation of secure CRT string functions 2005-02-28 15:27:04 +00:00