1
0
forked from 0ad/0ad
0ad/source/lib/res/file
janwas e2f25f4598 - self test: rename stuff to SELF_TEST*; add provision for delayed all-at-once self tests (allows for init before the test and makes measuring elapsed time easier)
- config: add CONFIG_TRACE
- display_error_impl->sys_display_error
- cleaned up sysdep; add sys_ prefix everywhere and document everything
- add to vfs_load dox
- cursor: sys_cursor_load -> sys_cursor_create. sysdep code is no longer
dependent on tex; instead of calling tex_load, the caller passes a BGRA
texture in.
memcpy: huge kick in the pants for accompanying paper; now even faster.
- on_each_cpu -> sys_on_each_cpu (removed manager function also)
- wsdl: explain PeekMessage CPU usage issue

This was SVN commit r3203.
2005-12-07 03:38:39 +00:00
..
file.cpp - self test: rename stuff to SELF_TEST*; add provision for delayed all-at-once self tests (allows for init before the test and makes measuring elapsed time easier) 2005-12-07 03:38:39 +00:00
file.h fix 64bit bug: wsdl defined SDL_Event.user.code as intptr_t, but real SDL doesn't. brought that in line and fixed GUIHotkey code. 2005-10-13 19:11:22 +00:00
vfs_mount.cpp loaders: increase timeout interval (less time wasted in main loop during loading) 2005-10-21 18:01:21 +00:00
vfs_mount.h loaders: increase timeout interval (less time wasted in main loop during loading) 2005-10-21 18:01:21 +00:00
vfs_path.cpp lib error codes moved to errors.h and made X macros. this allows adding a corresponding text message, which is now output by debug_warn_err. 2005-11-19 18:12:16 +00:00
vfs_path.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
vfs_tree.cpp add safety check to get_slot (this appears to be part of the error andrew is getting - possibly the victim of mem corruption) 2005-11-19 04:13:37 +00:00
vfs_tree.h loaders: increase timeout interval (less time wasted in main loop during loading) 2005-10-21 18:01:21 +00:00
vfs.cpp - self test: rename stuff to SELF_TEST*; add provision for delayed all-at-once self tests (allows for init before the test and makes measuring elapsed time easier) 2005-12-07 03:38:39 +00:00
vfs.h - self test: rename stuff to SELF_TEST*; add provision for delayed all-at-once self tests (allows for init before the test and makes measuring elapsed time easier) 2005-12-07 03:38:39 +00:00
zip.cpp profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump. 2005-10-30 16:19:20 +00:00
zip.h all resource implementations: 2005-10-12 04:35:01 +00:00