Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-22 | Patch #2938173: LinuxMoto update 23012010 | Max Horn | |
svn-id: r48362 | |||
2010-03-22 | Patch #2973283: SCUMM: Unneeded pointer dereference | Max Horn | |
svn-id: r48360 | |||
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn | |
svn-id: r48359 | |||
2010-03-22 | Add simple testcase for ScopedPtr and SharedPtr | Max Horn | |
The new test verifies that a given object is indeed deleted after the smart pointer leaves scope. svn-id: r48358 | |||
2010-03-22 | Fix 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-21 | Fix shadow member of this warnings of gcc. | Johannes Schickel | |
svn-id: r48355 | |||
2010-03-21 | Revert of accidental commit to engines.mk | Paul Gilbert | |
svn-id: r48354 | |||
2010-03-21 | Added framework for displaying game dialogs | Paul Gilbert | |
svn-id: r48353 | |||
2010-03-21 | Ack, typo! | Marcus Comstedt | |
svn-id: r48352 | |||
2010-03-21 | Autodetect long V numbers and shorten them. | Marcus Comstedt | |
svn-id: r48351 | |||
2010-03-21 | preload inventory graphics on load | Vladimir Menshakov | |
svn-id: r48350 | |||
2010-03-21 | -added overlay rendering flag | Vladimir Menshakov | |
-fixed music played too late on some scenes svn-id: r48349 | |||
2010-03-21 | reverted the z-order patch. | Vladimir Menshakov | |
svn-id: r48348 | |||
2010-03-20 | documented psp hack | Vladimir Menshakov | |
svn-id: r48343 | |||
2010-03-20 | reverted inventory objects patch, added mark's animation z-order patch. | Vladimir Menshakov | |
svn-id: r48342 | |||
2010-03-20 | fixed inventory object overflow | Vladimir Menshakov | |
svn-id: r48341 | |||
2010-03-20 | ported all code to ScopedPtr | Vladimir Menshakov | |
svn-id: r48340 | |||
2010-03-20 | Fix out of bounds access. | Johannes Schickel | |
svn-id: r48338 | |||
2010-03-20 | - Renamed SharedPtr<T>::Pointer to SharedPtr<T>::PointerType | Johannes Schickel | |
- Introduced ReferenceType to SharedPtr and ScopedPtr svn-id: r48337 | |||
2010-03-20 | Style fixes / cleanup. | Johannes Schickel | |
svn-id: r48336 | |||
2010-03-20 | removed local scopedptr | Vladimir Menshakov | |
svn-id: r48335 | |||
2010-03-20 | added ScopedPtr template | Vladimir Menshakov | |
svn-id: r48334 | |||
2010-03-20 | textual cleanups | Vladimir Menshakov | |
svn-id: r48333 | |||
2010-03-20 | cleaned up inventory activation, enter toggles the inventory. | Vladimir Menshakov | |
svn-id: r48332 | |||
2010-03-20 | fixed endianess issue | Vladimir Menshakov | |
svn-id: r48331 | |||
2010-03-20 | removed auto_ptr semantics in a favor of boost's scoped_ptr | Vladimir Menshakov | |
svn-id: r48329 | |||
2010-03-20 | fixed another stream leak | Vladimir Menshakov | |
svn-id: r48327 | |||
2010-03-20 | Add missing tokenizer.h include. | Johannes Schickel | |
svn-id: r48326 | |||
2010-03-20 | flush inventory items on savegame load, fixing invalid item tiles after ↵ | Vladimir Menshakov | |
multiple loads. svn-id: r48325 | |||
2010-03-20 | documented pack classes, restored old substream creation for FilePack | Vladimir Menshakov | |
svn-id: r48324 | |||
2010-03-20 | DS: Changing version number on title screen | Neil Millstone | |
svn-id: r48322 | |||
2010-03-20 | fixed stream leaks | Vladimir Menshakov | |
svn-id: r48321 | |||
2010-03-20 | restored subtitle feature | Vladimir Menshakov | |
svn-id: r48320 | |||
2010-03-20 | fixed file leak, cleanups | Vladimir Menshakov | |
svn-id: r48319 | |||
2010-03-20 | fixed compilation error | Vladimir Menshakov | |
svn-id: r48318 | |||
2010-03-20 | use TransientFilePack on psp | Vladimir Menshakov | |
svn-id: r48317 | |||
2010-03-20 | removed 'subtitle' option, added missing finalize | Vladimir Menshakov | |
svn-id: r48316 | |||
2010-03-20 | added close() | Vladimir Menshakov | |
svn-id: r48315 | |||
2010-03-20 | added TransientFilePack | Vladimir Menshakov | |
svn-id: r48314 | |||
2010-03-20 | Some style fixes. | Johannes Schickel | |
svn-id: r48313 | |||
2010-03-20 | Remove unused stdarg.h include. | Johannes Schickel | |
svn-id: r48312 | |||
2010-03-20 | Sort object files. | Johannes Schickel | |
svn-id: r48311 | |||
2010-03-20 | Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). | Johannes Schickel | |
svn-id: r48310 | |||
2010-03-20 | marked all methods with virtual | Vladimir Menshakov | |
svn-id: r48309 | |||
2010-03-20 | do not read last dummy entry in pack | Vladimir Menshakov | |
svn-id: r48308 | |||
2010-03-20 | Add 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-19 | Also remove Win32PluginProvider::addCustomDirectories, as it obviously isn't ↵ | Max Horn | |
being used svn-id: r48304 | |||
2010-03-19 | DC: Removing unneeded DCPluginProvider::addCustomDirectories | Max Horn | |
svn-id: r48301 | |||
2010-03-19 | PSP: removed unneeded overload of addCustomDirectories() | Yotam Barnoy | |
svn-id: r48299 | |||
2010-03-19 | Beginnings of hooking up the new logic for current action display | Paul Gilbert | |
svn-id: r48298 |