Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-18 | Made loadFont return a new Cnv instead of accepting a parameter. | Nicola Mettifogo | |
svn-id: r26203 | |||
2007-03-18 | Made loadObjects return a new Cnv instead of accepting a parameter. | Nicola Mettifogo | |
svn-id: r26202 | |||
2007-03-18 | - made loadPointer return a new StaticCnv instead of accepting a parameter. | Nicola Mettifogo | |
- adjusted Gfx code handling mouse pointers. svn-id: r26201 | |||
2007-03-18 | Made loadHead return a new Cnv instead of accepting a parameter. | Nicola Mettifogo | |
svn-id: r26200 | |||
2007-03-18 | Made loadTalk return a new Cnv instead of accepting a parameter. | Nicola Mettifogo | |
svn-id: r26199 | |||
2007-03-18 | Removed old and commented hack code for Dino in the museum location. | Nicola Mettifogo | |
svn-id: r26198 | |||
2007-03-18 | extracted more code from runDialogue and renamed some key variables | Nicola Mettifogo | |
svn-id: r26197 | |||
2007-03-18 | Fixed bug that caused the music to stop. I don't know if this is a regression, | Torbjörn Andersson | |
or it if was just luck that it worked before. svn-id: r26196 | |||
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo | |
svn-id: r26195 | |||
2007-03-18 | more formatting | Nicola Mettifogo | |
svn-id: r26194 | |||
2007-03-18 | formatting | Nicola Mettifogo | |
svn-id: r26193 | |||
2007-03-18 | broke down huge runDialogue in more manageable chunks | Nicola Mettifogo | |
svn-id: r26192 | |||
2007-03-18 | Oops. | Torbjörn Andersson | |
svn-id: r26191 | |||
2007-03-18 | Bug fixed: inventory wasn't refreshed when loading a savegame if character ↵ | Nicola Mettifogo | |
was not switched. To make things clearer, character are now forced to reload all of their data on switch/load. svn-id: r26190 | |||
2007-03-18 | fixed usage of reference operator | Nicola Mettifogo | |
svn-id: r26189 | |||
2007-03-17 | Repaired/Corrected the MD5 list | Sven Hesse | |
svn-id: r26187 | |||
2007-03-17 | added getRect() to Zone to slightly simplify hitZone condition check | Nicola Mettifogo | |
svn-id: r26186 | |||
2007-03-17 | added translate() to Zone | Nicola Mettifogo | |
svn-id: r26185 | |||
2007-03-17 | renamed structures to be more general | Nicola Mettifogo | |
svn-id: r26184 | |||
2007-03-17 | added getters for width and height in Zone and Animation | Nicola Mettifogo | |
svn-id: r26183 | |||
2007-03-17 | split Zone::_oldPosition in two members | Nicola Mettifogo | |
svn-id: r26182 | |||
2007-03-17 | Flattened anonymous union in Zone. Its members have been partially merged. | Nicola Mettifogo | |
svn-id: r26181 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-03-17 | cleanup | Nicola Mettifogo | |
svn-id: r26179 | |||
2007-03-17 | Add Spanish bargon MD5 as pointed in bugreport | Eugene Sandulenko | |
#1681649: "MD5: BARGON ATTACK Spanish" svn-id: r26178 | |||
2007-03-17 | SKY: Changed Control class to use event manager for mouse coord tracking, ↵ | Max Horn | |
and also made it respect the SF_MOUSE_LOCKED flag svn-id: r26177 | |||
2007-03-17 | SKY: respect the SF_MOUSE_LOCKED flag upon mouse clicks, too | Max Horn | |
svn-id: r26176 | |||
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 | 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 | 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 | 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 | 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 | 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-16 | Basic support for Amiga MSC files. | Johannes Schickel | |
svn-id: r26153 | |||
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 | 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 |