Age | Commit message (Expand) | Author |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-12 | SCI: using _menuRect inside Menu::mouseFindMenuItemSelection for easier code,... | Martin Kiewitz |
2010-01-12 | SCI: interactive menu with mouse fully implemented, mouse within keyboard men... | Martin Kiewitz |
2010-01-12 | Fix memory leak in MidiPlayer_Adlib. | Johannes Schickel |
2010-01-12 | Fix some memory leaks caused by never freeing the allocated memory, which is ... | Johannes Schickel |
2010-01-12 | Fix some memory leaks caused by never deleting the objects inside SoundComman... | Johannes Schickel |
2010-01-12 | SCI: changed interactive with mouse menu code (still not finished) | Martin Kiewitz |
2010-01-12 | A null pointer can be safely passed to "delete", thus there is no need to che... | Johannes Schickel |
2010-01-12 | SCI: added comment about "not behaving like sierra here", also added TODO on ... | Martin Kiewitz |
2010-01-12 | SCI: deleting _font when changing active font | Martin Kiewitz |
2010-01-12 | SCI: deleting _music in destructor | Martin Kiewitz |
2010-01-12 | SCI: View::getCelCount now validates input | Martin Kiewitz |
2010-01-12 | SCI: continue when kPortrait is called with no sync resource existant for mou... | Martin Kiewitz |
2010-01-12 | SCI: Handle master volume inside music drivers | Walter van Niftrik |
2010-01-12 | Added mouse click handling for top menus (mouse clicks on menu items of each ... | Filippos Karapetis |
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 | - 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 | - 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 | 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 | Fix bug in Engine::pauseEngine (this should fix #2912148 "Using virtual keybo... | 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 | 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 |