0ad/source/ps/scripting
janwas f4adce44bf cleanup:
- callbacks now have a uintptr_t "cbData" parameter (instead of
haphazard void*/uintptr_t, cb/ctx/data)
- resource loading code now more uniformly deals with u8* pointers
instead of void*

allocators: add support for page_aligned_alloc via boost::shared_ptr.
add evil hack to avoid the need for default ctor and ensure alignment in
SingleAllocator
archive: improve Decompressor
compression:
. near complete rewrite (previous code was a poorly factored mess)
. fix bug related to buffer allocation
. no longer provide get_output API (prone to abuse)
. add call to get max. size of output buffer (for preallocation)

This was SVN commit r5370.
2007-09-25 09:39:20 +00:00
..
JSCollection.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
JSCollection.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
JSInterface_Console.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
JSInterface_Console.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
JSInterface_Selection.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
JSInterface_Selection.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
JSInterface_VFS.cpp cleanup: 2007-09-25 09:39:20 +00:00
JSInterface_VFS.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
JSMap.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00