fs2open: trunk r1785

Author Committer Branch Timestamp Parent
taylor trunk 2005-04-21 11:49 Pending
Changeset update of bmpman and model bitmap management, well tested but things may get a bit bumpy
 - use VM_* macros for bmpman since it didn't seem to register the memory correctly (temporary)
 - a little "stupid" fix for dds bitmap reading
 - fix it so that memory is released properly on bitmap read errors
 - some cleanup to model texture loading
 - allow model textures to get released rather than just unloaded, saves bitmap slots
 - bump MAX_BITMAPS to 4750, should be able to decrease after public testing of new code
mod - /trunk/fs2_open/code/bmpman/bm_internal.h Diff File
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp Diff File
mod - /trunk/fs2_open/code/bmpman/bmpman.h Diff File
mod - /trunk/fs2_open/code/ddsutils/ddsutils.cpp Diff File
mod - /trunk/fs2_open/code/ddsutils/ddsutils.h Diff File
mod - /trunk/fs2_open/code/model/model.h Diff File
mod - /trunk/fs2_open/code/model/modelinterp.cpp Diff File
mod - /trunk/fs2_open/code/model/modelread.cpp Diff File