aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-11Move Mac Binary resource loader to common class. Plug tons of memory leaks al...Eugene Sandulenko
2010-01-11SCI: changed displaceY and displaceX for cels to int16, also inserted cast to...Martin Kiewitz
2010-01-11Fix bug #2929619: "IHNM: Small problem detecting German version"Eugene Sandulenko
2010-01-11Don't update the screen twice while waitingFilippos Karapetis
2010-01-11Changed all kGraph calls which handle rectangles to use kGraphCreateRect(). A...Filippos Karapetis
2010-01-11New music code: Implemented sound stopping after fading, and disabled MIDI so...Filippos Karapetis
2010-01-11Some portrait-related changes, to be used when portrait loading/unloading is ...Filippos Karapetis
2010-01-11Moved all the cache limits inside helpers.h and removed an obsolete TODOFilippos Karapetis
2010-01-11N64: optimizations in cursor drawing codeFabio Battaglia
2010-01-11Added MSVC warning 4355 ignore for the M4 projectPaul Gilbert
2010-01-11- Set the palette inside doit() againFilippos Karapetis
2010-01-11The portrait file data is now freed after the portrait animation is doneFilippos Karapetis
2010-01-11Cleanup, fixed a memory leakFilippos Karapetis
2010-01-11Improve support for negative Timestamps, and add + and - operatorsMax Horn
2010-01-11MADE: Use Mixer::getElapsedTime and Audio::Timestamp instead of Mixer::getSou...Max Horn
2010-01-11N64: a few optimizations in framebuffer drawing codeFabio Battaglia
2010-01-11- Don't set the palette per portrait frame - setting the whole screen palette...Filippos Karapetis
2010-01-11Hide the mouse cursor while a video is being playedFilippos Karapetis
2010-01-10SCI: Fix default optimization level in AvoidPathWalter van Niftrik
2010-01-10Nintendo64: use newlines when printing assert messages, to avoid wrappingFabio Battaglia
2010-01-10Silenced warnings ("this" isn't defined on object instantiation, and commente...Filippos Karapetis
2010-01-10fix #2926655: "Teenagent: Inventory problems on BE systems"Joost Peters
2010-01-10remove unneeded workaround for #47233Fabio Battaglia
2010-01-10Fix bug in Engine::pauseEngine (this should fix #2912148 "Using virtual keybo...Johannes Schickel
2010-01-10Mark the 'fix' in r47231 as a workaround for a probably deeper problem.Fabio Battaglia
2010-01-10Check if game engine is already paused before pausing it again to show virtua...Fabio Battaglia
2010-01-10Typo.Johannes Schickel
2010-01-10Add some more comments.Johannes Schickel
2010-01-10Fix missing type forward declaration in voc.h.Johannes Schickel
2010-01-10Fix a memory leak.Johannes Schickel
2010-01-10- Add a SubLoopingAudioStream, which loops a nested part of a stream and thus...Johannes Schickel
2010-01-10SCI: kPortrait - abort on mouse presses onlyMartin Kiewitz
2010-01-10SCI: kPortrait - mouse click now aborts portraitMartin Kiewitz
2010-01-10SCI: fixed typo when getting resourceId on kPortrait call - fixes resource no...Martin Kiewitz
2010-01-10SCI: kPortrait - error() out when resource could not be foundMartin Kiewitz
2010-01-10SCI: ignore hiresMode when not being upscaledHires for kDrawCel and updateBox...Martin Kiewitz
2010-01-10SCI: changed SoundResource constructor to set values for digitalChannelNr/dig...Martin Kiewitz
2010-01-10SCI: updateBox now also supports hires modeMartin Kiewitz
2010-01-10SCI: changed location of hack inside kDrawCel, coordinates of savedhiresbox m...Martin Kiewitz
2010-01-10SCI: switching to hires kDrawCel when 8th parameter is passed, fixed kDrawCel...Martin Kiewitz
2010-01-10Handle properly shouldQuit()Robert Špalek
2010-01-09SCI: kPortrait - now drawing after wait, also using gui wait so mouse cursor ...Martin Kiewitz
2010-01-09Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig...Max Horn
2010-01-09Fix Timestamp::addMsecs; some cleanupMax Horn
2010-01-09SCI: kPortrait - drawing base bitmap before drawing animation bitmapMartin Kiewitz
2010-01-09kPortrait: found the coordinate offsets, corrected actual bitmap size (someti...Martin Kiewitz
2010-01-09SCI: deleting _bitmaps and unlocking sync resource in kPortraitMartin Kiewitz
2010-01-09SCI: kPortrait - animation included, doesnt seem right currently coordinate o...Martin Kiewitz
2010-01-09Register default setting for 'mute' optionWillem Jan Palenstijn
2010-01-09SCI: kPortrait almost fully implemented (animation bitmaps still missing)Martin Kiewitz