Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-24 | fixed warning | Vladimir Menshakov | |
svn-id: r48384 | |||
2010-03-24 | validate path before examining object | Vladimir Menshakov | |
svn-id: r48383 | |||
2010-03-24 | fixed big fan room | Vladimir Menshakov | |
svn-id: r48382 | |||
2010-03-24 | Stop the music before starting the next one, after discussing it with joostp. | Torbjörn Andersson | |
This should fix bug #2961891 ("FOTAQ: Floda Alarm Tone Won't Stop"). It's probably too late to get this into the branch - at least before the release - since it's not a particularly serious bug. svn-id: r48381 | |||
2010-03-24 | update samsungtv toolchain prefix | Paweł Kołodziejski | |
svn-id: r48380 | |||
2010-03-24 | Moved new MadsView related code into Mads_Views, where it's more ↵ | Paul Gilbert | |
appropriate. Added extra logic necessary for displaying text in the game dialogs svn-id: r48378 | |||
2010-03-24 | Bugfix for getting correct quote information | Paul Gilbert | |
svn-id: r48377 | |||
2010-03-24 | Bugfixes for correctly getting string lengths and cropping drawn text | Paul Gilbert | |
svn-id: r48376 | |||
2010-03-23 | Cine: Fix regression in executePlayerInput (Caused slowness when clicking ↵ | Kari Salminen | |
when moving). The regression was caused by r47505. svn-id: r48373 | |||
2010-03-23 | do not skip warp+walk events | Vladimir Menshakov | |
svn-id: r48371 | |||
2010-03-23 | Added further code for the game dialog framework | Paul Gilbert | |
svn-id: r48368 | |||
2010-03-23 | do not close inventory if mouse moves up. better mouseless experience. | Vladimir Menshakov | |
svn-id: r48367 | |||
2010-03-23 | Fix compiler warning. | Travis Howell | |
svn-id: r48365 | |||
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 |