Age | Commit message (Expand) | Author |
2010-01-11 | - Set the palette inside doit() again | Filippos Karapetis |
2010-01-11 | The portrait file data is now freed after the portrait animation is done | Filippos Karapetis |
2010-01-11 | Cleanup, fixed a memory leak | Filippos Karapetis |
2010-01-11 | Improve support for negative Timestamps, and add + and - operators | Max Horn |
2010-01-11 | MADE: Use Mixer::getElapsedTime and Audio::Timestamp instead of Mixer::getSou... | Max Horn |
2010-01-11 | N64: a few optimizations in framebuffer drawing code | Fabio Battaglia |
2010-01-11 | - Don't set the palette per portrait frame - setting the whole screen palette... | Filippos Karapetis |
2010-01-11 | Hide the mouse cursor while a video is being played | Filippos Karapetis |
2010-01-10 | SCI: Fix default optimization level in AvoidPath | Walter van Niftrik |
2010-01-10 | Nintendo64: use newlines when printing assert messages, to avoid wrapping | Fabio Battaglia |
2010-01-10 | Silenced warnings ("this" isn't defined on object instantiation, and commente... | Filippos Karapetis |
2010-01-10 | fix #2926655: "Teenagent: Inventory problems on BE systems" | Joost Peters |
2010-01-10 | remove unneeded workaround for #47233 | Fabio Battaglia |
2010-01-10 | Fix bug in Engine::pauseEngine (this should fix #2912148 "Using virtual keybo... | Johannes Schickel |
2010-01-10 | Mark the 'fix' in r47231 as a workaround for a probably deeper problem. | Fabio Battaglia |
2010-01-10 | Check if game engine is already paused before pausing it again to show virtua... | Fabio Battaglia |
2010-01-10 | Typo. | Johannes Schickel |
2010-01-10 | Add some more comments. | Johannes Schickel |
2010-01-10 | Fix missing type forward declaration in voc.h. | Johannes Schickel |
2010-01-10 | Fix 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-10 | SCI: kPortrait - abort on mouse presses only | Martin Kiewitz |
2010-01-10 | SCI: kPortrait - mouse click now aborts portrait | Martin Kiewitz |
2010-01-10 | SCI: fixed typo when getting resourceId on kPortrait call - fixes resource no... | Martin Kiewitz |
2010-01-10 | SCI: kPortrait - error() out when resource could not be found | Martin Kiewitz |
2010-01-10 | SCI: ignore hiresMode when not being upscaledHires for kDrawCel and updateBox... | Martin Kiewitz |
2010-01-10 | SCI: changed SoundResource constructor to set values for digitalChannelNr/dig... | Martin Kiewitz |
2010-01-10 | SCI: updateBox now also supports hires mode | Martin Kiewitz |
2010-01-10 | SCI: changed location of hack inside kDrawCel, coordinates of savedhiresbox m... | Martin Kiewitz |
2010-01-10 | SCI: switching to hires kDrawCel when 8th parameter is passed, fixed kDrawCel... | Martin Kiewitz |
2010-01-10 | Handle properly shouldQuit() | Robert Špalek |
2010-01-09 | SCI: kPortrait - now drawing after wait, also using gui wait so mouse cursor ... | Martin Kiewitz |
2010-01-09 | Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig... | Max Horn |
2010-01-09 | Fix Timestamp::addMsecs; some cleanup | Max Horn |
2010-01-09 | SCI: kPortrait - drawing base bitmap before drawing animation bitmap | Martin Kiewitz |
2010-01-09 | kPortrait: found the coordinate offsets, corrected actual bitmap size (someti... | Martin Kiewitz |
2010-01-09 | SCI: deleting _bitmaps and unlocking sync resource in kPortrait | Martin Kiewitz |
2010-01-09 | SCI: kPortrait - animation included, doesnt seem right currently coordinate o... | Martin Kiewitz |
2010-01-09 | Register default setting for 'mute' option | Willem Jan Palenstijn |
2010-01-09 | SCI: kPortrait almost fully implemented (animation bitmaps still missing) | Martin Kiewitz |
2010-01-09 | Implement some safer handling of the "Extended" block in VOC files. | Johannes Schickel |
2010-01-09 | SCI: adding audio support to kPortrait, audio is now playing when portraits a... | Martin Kiewitz |
2010-01-09 | SCI: added new debug command "picture_visualize", which enables visualization... | Martin Kiewitz |
2010-01-09 | removed useless rtl logs | Vladimir Menshakov |
2010-01-09 | fixed RTL | Vladimir Menshakov |
2010-01-09 | log when EVENT_RTL received | Vladimir Menshakov |
2010-01-09 | Fix for a rare case where the NPC handler for Ewan the shopkeeper can cause a... | Paul Gilbert |
2010-01-09 | Yup, not checking for stereo sound was an accident here | Sven Hesse |
2010-01-09 | SCI: Cleanup | Walter van Niftrik |
2010-01-09 | SCI: Fix handling of output rate in PCJr driver | Walter van Niftrik |