Age | Commit message (Expand) | Author |
2010-01-12 | Added mouse click handling for top menus (mouse clicks on menu items of each ... | Filippos Karapetis |
2010-01-11 | Patch from tracker item #2909981 which documents the various MSVC warnings we... | Max Horn |
2010-01-11 | Move Mac Binary resource loader to common class. Plug tons of memory leaks al... | Eugene Sandulenko |
2010-01-11 | SCI: changed displaceY and displaceX for cels to int16, also inserted cast to... | Martin Kiewitz |
2010-01-11 | Fix bug #2929619: "IHNM: Small problem detecting German version" | Eugene Sandulenko |
2010-01-11 | Don't update the screen twice while waiting | Filippos Karapetis |
2010-01-11 | Changed all kGraph calls which handle rectangles to use kGraphCreateRect(). A... | Filippos Karapetis |
2010-01-11 | New music code: Implemented sound stopping after fading, and disabled MIDI so... | Filippos Karapetis |
2010-01-11 | Some portrait-related changes, to be used when portrait loading/unloading is ... | Filippos Karapetis |
2010-01-11 | Moved all the cache limits inside helpers.h and removed an obsolete TODO | Filippos Karapetis |
2010-01-11 | N64: optimizations in cursor drawing code | Fabio Battaglia |
2010-01-11 | Added MSVC warning 4355 ignore for the M4 project | Paul Gilbert |
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 |