aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-20fixed endianess issueVladimir Menshakov
svn-id: r48331
2010-03-20removed auto_ptr semantics in a favor of boost's scoped_ptrVladimir Menshakov
svn-id: r48329
2010-03-20fixed another stream leakVladimir Menshakov
svn-id: r48327
2010-03-20Add missing tokenizer.h include.Johannes Schickel
svn-id: r48326
2010-03-20flush inventory items on savegame load, fixing invalid item tiles after ↵Vladimir Menshakov
multiple loads. svn-id: r48325
2010-03-20documented pack classes, restored old substream creation for FilePackVladimir Menshakov
svn-id: r48324
2010-03-20DS: Changing version number on title screenNeil Millstone
svn-id: r48322
2010-03-20fixed stream leaksVladimir Menshakov
svn-id: r48321
2010-03-20restored subtitle featureVladimir Menshakov
svn-id: r48320
2010-03-20fixed file leak, cleanupsVladimir Menshakov
svn-id: r48319
2010-03-20fixed compilation errorVladimir Menshakov
svn-id: r48318
2010-03-20use TransientFilePack on pspVladimir Menshakov
svn-id: r48317
2010-03-20removed 'subtitle' option, added missing finalizeVladimir Menshakov
svn-id: r48316
2010-03-20added close()Vladimir Menshakov
svn-id: r48315
2010-03-20added TransientFilePackVladimir Menshakov
svn-id: r48314
2010-03-20Some style fixes.Johannes Schickel
svn-id: r48313
2010-03-20Remove unused stdarg.h include.Johannes Schickel
svn-id: r48312
2010-03-20Sort object files.Johannes Schickel
svn-id: r48311
2010-03-20Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).Johannes Schickel
svn-id: r48310
2010-03-20marked all methods with virtualVladimir Menshakov
svn-id: r48309
2010-03-20do not read last dummy entry in packVladimir Menshakov
svn-id: r48308
2010-03-20Add common/util.h include to common/algorithm.h for SWAP.Johannes Schickel
This should fix the compilation with clang++, see bug report #2971226 "COMMON: Compile error - SWAP undeclared in algorithm.h". svn-id: r48307
2010-03-19Also remove Win32PluginProvider::addCustomDirectories, as it obviously isn't ↵Max Horn
being used svn-id: r48304
2010-03-19DC: Removing unneeded DCPluginProvider::addCustomDirectoriesMax Horn
svn-id: r48301
2010-03-19PSP: removed unneeded overload of addCustomDirectories()Yotam Barnoy
svn-id: r48299
2010-03-19Beginnings of hooking up the new logic for current action displayPaul Gilbert
svn-id: r48298
2010-03-18code convention fixes mentioned by Max HornVladimir Menshakov
svn-id: r48296
2010-03-18removed 'varia.res' from the resident pack filesVladimir Menshakov
svn-id: r48295
2010-03-18do not seek for the empty assetsVladimir Menshakov
svn-id: r48293
2010-03-18added abstract Pack class, moved code into FilePack and MemoryPackVladimir Menshakov
svn-id: r48292
2010-03-18Commit salty-horse's patch for VectorRendererSpec.cpp, which fixes the use ↵Johannes Schickel
of invalid C++. svn-id: r48291
2010-03-18One more try to make DC & PSP compile againMax Horn
svn-id: r48290
2010-03-18Trying to fix compilation (porters should review these changes, seems I ↵Max Horn
uncovered some lurking old breakage) svn-id: r48289
2010-03-18COMMON: Get rid of Common::StringListMax Horn
svn-id: r48287
2010-03-18Convert some occurences of StringList to StringArray;Max Horn
try to fix compile error in GP2x code svn-id: r48286
2010-03-18TINSEL: Change SaveSceneSsData from char* to SAVED_DATA*Max Horn
svn-id: r48285
2010-03-18SCUMM: Add WORKAROUND commentMax Horn
svn-id: r48284
2010-03-18ENGINES: Move SaveStateDescriptor etc. to engine/savestate.*Max Horn
svn-id: r48283
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
This removes the dependency on array.h from str.h. Also, begun migration from the confusing type name "StringList" to the more appropriate StringArray. svn-id: r48282
2010-03-18COMMON: Move tag2str from util.h to str.hMax Horn
svn-id: r48281
2010-03-18COMMON: Move port specific '#define fputs' from util.cpp to textconsole.cppMax Horn
svn-id: r48280
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
svn-id: r48279
2010-03-18Make keymapper compilable againMax Horn
svn-id: r48278
2010-03-18Fix warningsMax Horn
svn-id: r48277
2010-03-18Switch from Common::tag2string(foo).c_str() to tag2str(foo)Max Horn
svn-id: r48276
2010-03-18GUI: Make GuiObject::_name const, init all members in constructorMax Horn
svn-id: r48275
2010-03-17Use resSize instead of computing its value again.Arnaud Boutonné
svn-id: r48274
2010-03-16Add detection for Adiboo 2.14. Specify the exact version of a Adi 4.0Arnaud Boutonné
svn-id: r48273
2010-03-16Some style fixes.Johannes Schickel
svn-id: r48272
2010-03-16SCI: fix assert in sound code when fadeout is done (lsl1 bug #2970301)Martin Kiewitz
svn-id: r48271