aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-24configure: document --enable-release and --enable-profilingMax Horn
svn-id: r48399
2010-03-24SAGA: Fix ScriptThread::operator=; some tweakingMax Horn
svn-id: r48398
2010-03-24Prevent inifinite loop caused by a check of an unsigned integer against >= 0.Johannes Schickel
svn-id: r48397
2010-03-24Remove pointer dereferencation in a place, where the result is not used at all.Johannes Schickel
svn-id: r48396
2010-03-24not need this for samsungtvPaweł Kołodziejski
svn-id: r48395
2010-03-24implemented screen shaking as in the original engine with delays before ↵Vladimir Menshakov
moving video memory svn-id: r48393
2010-03-24removed useless updateScreenVladimir Menshakov
svn-id: r48391
2010-03-24added shake screen effectVladimir Menshakov
svn-id: r48390
2010-03-24added desktop and service items for launchingFrantisek Dufka
svn-id: r48386
2010-03-24Maemo iconsFrantisek Dufka
svn-id: r48385
2010-03-24fixed warningVladimir Menshakov
svn-id: r48384
2010-03-24validate path before examining objectVladimir Menshakov
svn-id: r48383
2010-03-24fixed big fan roomVladimir Menshakov
svn-id: r48382
2010-03-24Stop 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-24update samsungtv toolchain prefixPaweł Kołodziejski
svn-id: r48380
2010-03-24Moved 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-24Bugfix for getting correct quote informationPaul Gilbert
svn-id: r48377
2010-03-24Bugfixes for correctly getting string lengths and cropping drawn textPaul Gilbert
svn-id: r48376
2010-03-23Cine: Fix regression in executePlayerInput (Caused slowness when clicking ↵Kari Salminen
when moving). The regression was caused by r47505. svn-id: r48373
2010-03-23do not skip warp+walk eventsVladimir Menshakov
svn-id: r48371
2010-03-23Added further code for the game dialog frameworkPaul Gilbert
svn-id: r48368
2010-03-23do not close inventory if mouse moves up. better mouseless experience.Vladimir Menshakov
svn-id: r48367
2010-03-23Fix compiler warning.Travis Howell
svn-id: r48365
2010-03-22Patch #2938173: LinuxMoto update 23012010Max Horn
svn-id: r48362
2010-03-22Patch #2973283: SCUMM: Unneeded pointer dereferenceMax Horn
svn-id: r48360
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
svn-id: r48359
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