Age | Commit message (Expand) | Author |
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 | Fix loop alignment check | Willem Jan Palenstijn |
2010-01-12 | SCI: continue when kPortrait is called with no sync resource existant for mou... | Martin Kiewitz |
2010-01-12 | N64: Icrease analog sensibility a little | Fabio Battaglia |
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 | 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 |