Age | Commit message (Expand) | Author |
2007-03-17 | Allow using the left/right keys to select button in a selection box. (Selection | Torbjörn Andersson |
2007-03-17 | recent changes to projects | Nicola Mettifogo |
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 | Added class NonCopyable, and made various things derive from it | Max Horn |
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 | oops | Max Horn |
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-17 | Implemented a simple EventManager class | Max Horn |
2007-03-16 | Basic support for Amiga MSC files. | Johannes Schickel |
2007-03-16 | Add a flag which makes it possible to disable the default savefile man (for b... | Max Horn |
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 | Added new gui/object.cpp files to MSVC projects | Max Horn |
2007-03-16 | Added new file gui/object.cpp (collecting GuiObject methods in there), and re... | Max Horn |
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 | Code cleanup in the actions handling. | Lars Persson |
2007-03-14 | ITE save game menu mapping has changed to F5. | Lars Persson |
2007-03-14 | Add new KeyMappings (Debugger & Fast mode) for Symbian OS. | Lars Persson |
2007-03-14 | Add recent walk box changes to SCUMM0 too. | Travis Howell |
2007-03-14 | Update error messages in loadModule(). | Travis Howell |
2007-03-14 | Fix for bug #1656880 (BASS: mouse initialized wrong in control panel) | Max Horn |
2007-03-14 | Patch #1680268: "MSVC 7.1 project files update" | Eugene Sandulenko |
2007-03-13 | enforced use of Common::Rect on all graphic routines | Nicola Mettifogo |
2007-03-13 | Remove debugger hack for Symbian OS! | Lars Persson |
2007-03-13 | removed special case of Graphics::copyRect in favor of more general code | Nicola Mettifogo |
2007-03-13 | Updated Symbian Actions for proper ITE menu key. | Lars Persson |
2007-03-13 | removed pointless dependencies | Nicola Mettifogo |
2007-03-13 | Moved inventory surface management into inventory.cpp, thus removing Graphics... | Nicola Mettifogo |
2007-03-13 | cleanup | Nicola Mettifogo |
2007-03-13 | made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uples | Nicola Mettifogo |
2007-03-12 | Restore flipping code for raw wiz images, which was lost in revision 24860. | Travis Howell |
2007-03-12 | Fix xmap regression, when drawing wiz images. | Travis Howell |
2007-03-12 | oops forgot to add a file | Nicola Mettifogo |
2007-03-12 | moved background path buffer management into walk.cpp | Nicola Mettifogo |
2007-03-12 | removed useless routines (maybe leftovers from the amiga conversion) | Nicola Mettifogo |
2007-03-12 | Protect Array<> and HashMap<> instances against self assignments | Max Horn |