aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-22Add simple testcase for ScopedPtr and SharedPtrMax Horn
The new test verifies that a given object is indeed deleted after the smart pointer leaves scope. svn-id: r48358
2010-03-22Fix for bug #2969211 "NIPPON: Crash in Intro".Johannes Schickel
It is not a good idea to supply an SubLoopingAudioStream with the start and end time to be exactly the same time. Clarify that in the SubLoopingAudioStream documentation, add an assert in the SubLoopingAudioStream constructor for that case and also prevent make8SVXStream from doing so. svn-id: r48356
2010-03-21Fix shadow member of this warnings of gcc.Johannes Schickel
svn-id: r48355
2010-03-21Revert of accidental commit to engines.mkPaul Gilbert
svn-id: r48354
2010-03-21Added framework for displaying game dialogsPaul Gilbert
svn-id: r48353
2010-03-21Ack, typo!Marcus Comstedt
svn-id: r48352
2010-03-21Autodetect long V numbers and shorten them.Marcus Comstedt
svn-id: r48351
2010-03-21preload inventory graphics on loadVladimir Menshakov
svn-id: r48350
2010-03-21-added overlay rendering flagVladimir Menshakov
-fixed music played too late on some scenes svn-id: r48349
2010-03-21reverted the z-order patch. Vladimir Menshakov
svn-id: r48348
2010-03-20documented psp hackVladimir Menshakov
svn-id: r48343
2010-03-20reverted inventory objects patch, added mark's animation z-order patch.Vladimir Menshakov
svn-id: r48342
2010-03-20fixed inventory object overflowVladimir Menshakov
svn-id: r48341
2010-03-20ported all code to ScopedPtrVladimir Menshakov
svn-id: r48340
2010-03-20Fix out of bounds access.Johannes Schickel
svn-id: r48338
2010-03-20- Renamed SharedPtr<T>::Pointer to SharedPtr<T>::PointerTypeJohannes Schickel
- Introduced ReferenceType to SharedPtr and ScopedPtr svn-id: r48337
2010-03-20Style fixes / cleanup.Johannes Schickel
svn-id: r48336
2010-03-20removed local scopedptrVladimir Menshakov
svn-id: r48335
2010-03-20added ScopedPtr templateVladimir Menshakov
svn-id: r48334
2010-03-20textual cleanupsVladimir Menshakov
svn-id: r48333
2010-03-20cleaned up inventory activation, enter toggles the inventory.Vladimir Menshakov
svn-id: r48332
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