aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/scenery.h
AgeCommit message (Expand)Author
2007-01-05Fixed the loading delay bug I introduced with the playing from CD fix (#1626308)Sven Hesse
2006-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...Max Horn
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...Max Horn
2006-06-13Fixing Scenery::_statics, Game::_totTextData and Game::_totResourceTableSven Hesse
2006-06-12Using MemoryReadStream for Scenery::loadAnim()Sven Hesse
2006-06-12Fixing loading of Scenery::_animations[] + small gob2 cleanupSven Hesse
2006-05-29- More GOB2 map conversionsSven Hesse
2006-04-14- Seems like I forget a branch in Mult_v2::animate()Sven Hesse
2006-02-16Updating more opcodes for Gob2Sven Hesse
2006-02-11Moved engines to the new engines/ directoryMax Horn