Age | Commit message (Expand) | Author |
2007-03-18 | Made loadTalk return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Removed old and commented hack code for Dino in the museum location. | Nicola Mettifogo |
2007-03-18 | extracted more code from runDialogue and renamed some key variables | Nicola Mettifogo |
2007-03-18 | Fixed bug that caused the music to stop. I don't know if this is a regression, | Torbjörn Andersson |
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo |
2007-03-18 | more formatting | Nicola Mettifogo |
2007-03-18 | formatting | Nicola Mettifogo |
2007-03-18 | broke down huge runDialogue in more manageable chunks | Nicola Mettifogo |
2007-03-18 | Oops. | Torbjörn Andersson |
2007-03-18 | Bug fixed: inventory wasn't refreshed when loading a savegame if character wa... | Nicola Mettifogo |
2007-03-18 | fixed usage of reference operator | Nicola Mettifogo |
2007-03-17 | Repaired/Corrected the MD5 list | Sven Hesse |
2007-03-17 | added getRect() to Zone to slightly simplify hitZone condition check | Nicola Mettifogo |
2007-03-17 | added translate() to Zone | Nicola Mettifogo |
2007-03-17 | renamed structures to be more general | Nicola Mettifogo |
2007-03-17 | added getters for width and height in Zone and Animation | Nicola Mettifogo |
2007-03-17 | split Zone::_oldPosition in two members | Nicola Mettifogo |
2007-03-17 | Flattened anonymous union in Zone. Its members have been partially merged. | Nicola Mettifogo |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | cleanup | Nicola Mettifogo |
2007-03-17 | Add Spanish bargon MD5 as pointed in bugreport | Eugene Sandulenko |
2007-03-17 | SKY: Changed Control class to use event manager for mouse coord tracking, and... | Max Horn |
2007-03-17 | SKY: respect the SF_MOUSE_LOCKED flag upon mouse clicks, too | Max Horn |
2007-03-17 | Allow synthetic events in dialog windows, e.g. so you can use keyboard repeat | Torbjörn Andersson |
2007-03-17 | fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define | Robert Göffringmann |
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson |
2007-03-17 | Allow using the left/right keys to select button in a selection box. (Selection | Torbjörn Andersson |
2007-03-17 | cleanup | Nicola Mettifogo |
2007-03-17 | oops forgot to commit changes for Command | Nicola Mettifogo |
2007-03-17 | - Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an... | Nicola Mettifogo |
2007-03-17 | Use the new getButtonState() function to test if the mouse button is still | Torbjörn Andersson |
2007-03-17 | minor cleanup | Nicola Mettifogo |
2007-03-17 | renamed freeCharacterFrames() to freeCharacter() for consistency | Nicola Mettifogo |
2007-03-17 | some renaming to shorten lines | Nicola Mettifogo |
2007-03-17 | gathered character related stuff into a new struct Character, and modified ca... | Nicola Mettifogo |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-17 | Got rid of Lure::System | Max Horn |
2007-03-16 | Basic support for Amiga MSC files. | Johannes Schickel |
2007-03-16 | added md5 for spanish version of Touche (tracker item #1681643) | Gregory Montoir |
2007-03-16 | minor simplification | Gregory Montoir |
2007-03-16 | fixed volume slidebar display in journal, removed unused var | Gregory Montoir |
2007-03-16 | removed a leftover extern statement causing link errors on some platforms | Nicola Mettifogo |
2007-03-15 | moved remaining background related functions to disk.cpp, and changed Gfx acc... | Nicola Mettifogo |
2007-03-14 | removed explicit references to kMask0 since there is only 1 mask available | Nicola Mettifogo |
2007-03-14 | some slight refactoring | Nicola Mettifogo |
2007-03-14 | removed dead code | Nicola Mettifogo |
2007-03-14 | implemented clipping using Common::Rect::clip | Nicola Mettifogo |
2007-03-14 | Fixed bug #1507835 (BASS: Control panel text differences from the original) | Max Horn |
2007-03-14 | Add recent walk box changes to SCUMM0 too. | Travis Howell |
2007-03-14 | Update error messages in loadModule(). | Travis Howell |