Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-17 | Allow synthetic events in dialog windows, e.g. so you can use keyboard repeat | Torbjörn Andersson | |
when scrolling the list of savegames. svn-id: r26175 | |||
2007-03-17 | Don't track the modifier state, use the eventmanager instead (this also ↵ | Max Horn | |
fixes bug #1657322, GUI: 'Mass Add' button text does not revert after mass add) svn-id: r26174 | |||
2007-03-17 | use _ prefix for member vars, as per our code formatting conventions | Max Horn | |
svn-id: r26173 | |||
2007-03-17 | Mention keyboard repeat change. | Torbjörn Andersson | |
svn-id: r26172 | |||
2007-03-17 | fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define | Robert Göffringmann | |
svn-id: r26171 | |||
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson | |
Fingolfin's blessings. Keyboard repeat is now handled by the event manager, rather than by individual engines. Since this can cause problems with some engines (see the AGI engine), the extra "key down" events are marked as "synthetic", so that they can be ignored if necessary. svn-id: r26170 | |||
2007-03-17 | cleanup | Max Horn | |
svn-id: r26169 | |||
2007-03-17 | Allow using the left/right keys to select button in a selection box. (Selection | Torbjörn Andersson | |
boxes are used, for instance, when asking the player to verify that he wants to save the game to a specific slot.) svn-id: r26168 | |||
2007-03-17 | recent changes to projects | Nicola Mettifogo | |
svn-id: r26167 | |||
2007-03-17 | cleanup | Nicola Mettifogo | |
svn-id: r26166 | |||
2007-03-17 | oops forgot to commit changes for Command | Nicola Mettifogo | |
svn-id: r26165 | |||
2007-03-17 | - Made Node a superclass for Zone, WalkNode, Command, Instruction, Program ↵ | Nicola Mettifogo | |
and Job. - Moved Job list management inside Parallaction (because constructors for global variables are not always invoked on some platforms) svn-id: r26164 | |||
2007-03-17 | Added class NonCopyable, and made various things derive from it | Max Horn | |
svn-id: r26163 | |||
2007-03-17 | Use the new getButtonState() function to test if the mouse button is still | Torbjörn Andersson | |
pressed. This way, it won't matter if we've already missed the "mouse up" event. Fixes bug #1510038 ("BASS: Possible glitch when examining inventory items". svn-id: r26162 | |||
2007-03-17 | minor cleanup | Nicola Mettifogo | |
svn-id: r26161 | |||
2007-03-17 | renamed freeCharacterFrames() to freeCharacter() for consistency | Nicola Mettifogo | |
svn-id: r26160 | |||
2007-03-17 | some renaming to shorten lines | Nicola Mettifogo | |
svn-id: r26159 | |||
2007-03-17 | gathered character related stuff into a new struct Character, and modified ↵ | Nicola Mettifogo | |
calling code accordingly svn-id: r26158 | |||
2007-03-17 | oops | Max Horn | |
svn-id: r26157 | |||
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn | |
svn-id: r26156 | |||
2007-03-17 | Got rid of Lure::System | Max Horn | |
svn-id: r26155 | |||
2007-03-17 | Implemented a simple EventManager class | Max Horn | |
svn-id: r26154 | |||
2007-03-16 | Basic support for Amiga MSC files. | Johannes Schickel | |
svn-id: r26153 | |||
2007-03-16 | Add a flag which makes it possible to disable the default savefile man (for ↵ | Max Horn | |
backends which want to use our Makefile build system but don't want the default saveman) svn-id: r26152 | |||
2007-03-16 | added md5 for spanish version of Touche (tracker item #1681643) | Gregory Montoir | |
svn-id: r26151 | |||
2007-03-16 | minor simplification | Gregory Montoir | |
svn-id: r26150 | |||
2007-03-16 | fixed volume slidebar display in journal, removed unused var | Gregory Montoir | |
svn-id: r26149 | |||
2007-03-16 | Added new gui/object.cpp files to MSVC projects | Max Horn | |
svn-id: r26148 | |||
2007-03-16 | Added new file gui/object.cpp (collecting GuiObject methods in there), and ↵ | Max Horn | |
renamed Dialog::deleteWidget to Dialog::removeWidget (name was misleading, the removed object does *not* get deleted) svn-id: r26147 | |||
2007-03-16 | removed a leftover extern statement causing link errors on some platforms | Nicola Mettifogo | |
svn-id: r26146 | |||
2007-03-15 | moved remaining background related functions to disk.cpp, and changed Gfx ↵ | Nicola Mettifogo | |
accordingly svn-id: r26145 | |||
2007-03-14 | removed explicit references to kMask0 since there is only 1 mask available | Nicola Mettifogo | |
svn-id: r26140 | |||
2007-03-14 | some slight refactoring | Nicola Mettifogo | |
svn-id: r26139 | |||
2007-03-14 | removed dead code | Nicola Mettifogo | |
svn-id: r26138 | |||
2007-03-14 | implemented clipping using Common::Rect::clip | Nicola Mettifogo | |
svn-id: r26137 | |||
2007-03-14 | Fixed bug #1507835 (BASS: Control panel text differences from the original) | Max Horn | |
svn-id: r26136 | |||
2007-03-14 | Code cleanup in the actions handling. | Lars Persson | |
svn-id: r26135 | |||
2007-03-14 | ITE save game menu mapping has changed to F5. | Lars Persson | |
svn-id: r26134 | |||
2007-03-14 | Add new KeyMappings (Debugger & Fast mode) for Symbian OS. | Lars Persson | |
svn-id: r26133 | |||
2007-03-14 | Add recent walk box changes to SCUMM0 too. | Travis Howell | |
svn-id: r26132 | |||
2007-03-14 | Update error messages in loadModule(). | Travis Howell | |
svn-id: r26131 | |||
2007-03-14 | Fix for bug #1656880 (BASS: mouse initialized wrong in control panel) | Max Horn | |
svn-id: r26130 | |||
2007-03-14 | Patch #1680268: "MSVC 7.1 project files update" | Eugene Sandulenko | |
svn-id: r26129 | |||
2007-03-13 | enforced use of Common::Rect on all graphic routines | Nicola Mettifogo | |
svn-id: r26128 | |||
2007-03-13 | Remove debugger hack for Symbian OS! | Lars Persson | |
svn-id: r26127 | |||
2007-03-13 | removed special case of Graphics::copyRect in favor of more general code | Nicola Mettifogo | |
svn-id: r26126 | |||
2007-03-13 | Updated Symbian Actions for proper ITE menu key. | Lars Persson | |
svn-id: r26125 | |||
2007-03-13 | removed pointless dependencies | Nicola Mettifogo | |
svn-id: r26124 | |||
2007-03-13 | Moved inventory surface management into inventory.cpp, thus removing ↵ | Nicola Mettifogo | |
Graphics::kBit3. Some duplicated code now exists in graphics.cpp and inventory.cpp. svn-id: r26123 | |||
2007-03-13 | cleanup | Nicola Mettifogo | |
svn-id: r26122 |