Age | Commit message (Expand) | Author |
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're... | Filippos Karapetis |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-01 | SAGA: move Actor::_pathList into a Common::Array<Point> | Andrew Kurushin |
2009-05-01 | SAGA: fix SAGA_DEBUG&ACTOR_DEBUG enabled compilation; move Actor::_debugPoint... | Andrew Kurushin |
2009-04-28 | SAGA: turned Actor::_pathNodeList into a Common::Array<PathNode>; likewise fo... | Max Horn |
2009-04-28 | SAGA: Moved some code from actor.h to actor.cpp; replaced Actor::_pathDirecti... | Max Horn |
2009-04-11 | SAGA: changed _threadList back to a list of ScriptThread objs, instead of ptr... | Max Horn |
2009-04-11 | SAGA: Simplified Scene::skipScene, changed loadScene to take a LoadSceneParam... | Max Horn |
2009-04-11 | When dragging the save/load dialog's scrollbar handle past the top of the | Torbjörn Andersson |
2009-04-11 | Committed my patch for bug #2748110 ("IHNM: Fade glitch when Benny falls | Torbjörn Andersson |
2009-04-11 | Plugged another memory leak introduced with rev #39934 | Filippos Karapetis |
2009-04-11 | Plugged memory leak introduced with rev #39934 | Filippos Karapetis |
2009-04-11 | Changed ScriptThreadList to hold a list of pointers, not a list of instances.... | Filippos Karapetis |
2009-04-11 | Removed unused (and wrong) code for IHNM | Filippos Karapetis |
2009-04-11 | Got rid of SortedList | Filippos Karapetis |
2009-04-11 | Fix compilation | Willem Jan Palenstijn |
2009-04-11 | Fixed compilation (hopefully) | Filippos Karapetis |
2009-04-11 | Removed all but one of the functions of the SortedList, apart from the custom... | Filippos Karapetis |
2009-04-11 | Removed move SortedList methods | Filippos Karapetis |
2009-04-11 | SAGA: Fix yet another mistake in the revised dirty rect code *sigh* | Max Horn |
2009-04-11 | SAGA: Got rid of some more SortedList methods | Max Horn |
2009-04-11 | SAGA: Stop needlessly using operator*() and operator->() (many of the resulti... | Max Horn |
2009-04-11 | SAGA: Removed some dead/obsolete code | Max Horn |
2009-04-10 | Added a new console command, "wake_up_threads", which can wake up threads tha... | Filippos Karapetis |
2009-04-10 | Removed obsolete TODO | Filippos Karapetis |
2009-04-09 | SAGA: Make the dirty rect handling here match the one in the GUI code (some m... | Max Horn |
2009-04-09 | Sort the list of savegames. (I suppose this fix, or a better one, should go | Torbjörn Andersson |
2009-03-24 | Fixed a regression of commit #35473. Fixes bug #2703595 - "ITE: Crash when cl... | Filippos Karapetis |
2009-03-24 | Make sure that the currently buggy dirty rectangle handling code is not used.... | Filippos Karapetis |
2009-03-24 | Finally fixed the Valgrind warning that was confusing me so yesterday. | Torbjörn Andersson |
2009-03-23 | Made the music and sound file names part of the class, instead of local | Torbjörn Andersson |
2009-03-23 | Initialise _fullRefresh. Fixes a Valgrind warning. | Torbjörn Andersson |
2009-03-09 | Rewrote Common::List iterator code to ensure const correctness is preserved. | Max Horn |
2009-03-09 | Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s... | Max Horn |
2009-03-08 | Added game object data files for dino and FTA2 | Filippos Karapetis |
2009-03-08 | - Reworked the different file types a bit | Filippos Karapetis |
2009-03-07 | Fix compile of SAGA2 game engine. | Travis Howell |
2009-03-07 | Fixed bug #2665117 - "ITE: Italian Floppy version wrong size" | Filippos Karapetis |
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn |
2009-03-07 | Patch #2671477: Fix wrong usage of strncat | Willem Jan Palenstijn |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-02-20 | Fixed a nasty regression from the script system rewrite (commit #35670), whic... | Filippos Karapetis |
2009-02-03 | Removed unused code | Filippos Karapetis |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |
2009-01-27 | Proper fix for accented characters in the Italian version of ITE | Filippos Karapetis |
2009-01-27 | Fixed bug #2538838 - "Wrong accented char. in italian fan version [Regression]" | Filippos Karapetis |
2009-01-20 | Implemented getDebugger() | Filippos Karapetis |
2009-01-18 | Disabled use of OSystem::kFeatureAutoComputeDirtyRects in SAGA for now | Max Horn |