0ad/source/ps/scripting
janwas 0fd85b76db automatic archive builder now functional and enabled.
- allocators.cpp: fix: make sure all pool fields are reset in
pool_free_all; correct matrix self-test
- lib: fix self-test
- lib_error: give "informational" return codes values > 100 (allows
multiplexing with percent indicator)
- archive: add clarification to afile_enum; use vfs_load when building
archive (fixes caching problem); add support for progressive archive
creation
- file: allow pp_set_dir's path to end in slash (simplifies other code);
add file_exists
- file_cache: add stats+sanity checks to allocator; improve ExtantBufMgr
find(); add ExactBufOracle to translate padded address returned by Cache
to what was actually allocated; relax infinite-loop check; fix
file_cache_reset
- file_io: refactor callback logic so it can be used by vfs (needed for
vfs_load)
- vfs: vfs_load now supports calling back (required for archive builder)
- vfs_mount: optimize path caching in afile_cb: due to atom_fn system,
string compare can be done via pointer compare
- vfs_optimizer: support auto-build of archive (progressive); improve
should-build-archive check (WIP)
- vfs_path: add util functions (also used in screenshot code)
- vfs_tree: simplify pathname storage
- wposix: mmap bugfix
- main: call progressive archive builder; skip reload when doing so
(documented)
- JSInterface_VFS+scriptglue: add archiveBuilderCancel
- ps/Util: use new vfs_path helper function for cleverer screenshot
naming (correctly handles some being deleted)

This was SVN commit r3578.
2006-03-01 22:31:11 +00:00
..
JSCollection.cpp Missing JSCollection*. Oops. 2004-10-07 20:09:11 +00:00
JSCollection.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
JSInterface_Console.cpp - fix w4 warnings 2005-08-09 15:55:44 +00:00
JSInterface_Console.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
JSInterface_Selection.cpp Run order, secondary order support --still needs secondary cursor. 2006-01-16 10:56:12 +00:00
JSInterface_Selection.h Run order, secondary order support --still needs secondary cursor. 2006-01-16 10:56:12 +00:00
JSInterface_VFS.cpp automatic archive builder now functional and enabled. 2006-03-01 22:31:11 +00:00
JSInterface_VFS.h automatic archive builder now functional and enabled. 2006-03-01 22:31:11 +00:00
JSMap.h - fix w4 warnings 2005-08-09 15:55:44 +00:00