Age | Commit message (Expand) | Author |
2007-06-05 | Inventory and conversation arrows are working correctly now in IHNM | Filippos Karapetis |
2007-06-04 | IHNM: Add a temporary hack for the crash that occurs when climbing the stairc... | Filippos Karapetis |
2007-06-04 | Fixed incorrect placing of converse information for IHNM. Dialog options shou... | Filippos Karapetis |
2007-06-04 | Properly define max text width in IHNM | Filippos Karapetis |
2007-06-03 | SAGA: When trying to access a wrong hitzone, adjust it to a valid one and con... | Filippos Karapetis |
2007-06-03 | The animation frame counter is updated correctly now, so all animations in IH... | Filippos Karapetis |
2007-06-03 | Simplified check for scene height in IHNM | Filippos Karapetis |
2007-06-03 | Opcode 11 is sfLockUser. Also updated Scene::getHeight() for this change. Now... | Filippos Karapetis |
2007-06-03 | Moved the updating of framecount to a more appropriate place | Filippos Karapetis |
2007-06-02 | Implemented the sfWaitFrames script function for IHNM. Many animations should... | Filippos Karapetis |
2007-06-02 | Moved a sanity check before some relevant asserts | Filippos Karapetis |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-29 | Color 0 should always be black in IHNM. The panel backgrounds don't erroneous... | Filippos Karapetis |
2007-05-29 | Corrected actor walk speed in IHNM | Filippos Karapetis |
2007-05-28 | Partial fix for walking speed in IHNM. | Eugene Sandulenko |
2007-05-28 | Changed the frameOffset sanity check in Script::sfPlaceActor to throw a warni... | Filippos Karapetis |
2007-05-27 | Made verbs "push" and "swallow" work in IHNM. It's now possible to choose a m... | Filippos Karapetis |
2007-05-27 | Verb actions are working correctly now in IHNM. Some verbs are still non-func... | Filippos Karapetis |
2007-05-11 | Changed the check for the status bar in IHNM to match the original, removed a... | Filippos Karapetis |
2007-05-11 | Disable the status text in IHNM when the main panel is not shown. Fixes a cra... | Filippos Karapetis |
2007-05-10 | Removed unused variable. | Torbjörn Andersson |
2007-05-09 | speedup SAGA::Actor::pathLine & SAGA::Actor::scanPathLine calculation | Andrew Kurushin |
2007-05-08 | Moved functions getDoorState, setDoorState, getBGMaskType and validBGMaskPoin... | Filippos Karapetis |
2007-05-08 | small pathfind speedup: validate coords only with debug definition | Andrew Kurushin |
2007-05-07 | Simplify cursor events management. | Eugene Sandulenko |
2007-05-06 | The cursor in IHNM changes to an hourglass now while loading scenes, like in ... | Filippos Karapetis |
2007-05-06 | Added (non-functional) save and load buttons in the options panel of IHNM | Filippos Karapetis |
2007-05-02 | More IHNM options panel improvements: added text and working widgets for read... | Filippos Karapetis |
2007-05-02 | SAGA: Modified a workaround made for ITE to work in ITE only | Filippos Karapetis |
2007-05-02 | IHNM: Added the options dialog and quit dialog with very basic functionality ... | Filippos Karapetis |
2007-05-01 | Fix for verbs in IHNM | Filippos Karapetis |
2007-05-01 | Renamed decodeILBM to decodePBM, removed a TODO | Filippos Karapetis |
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to pa... | Nicola Mettifogo |
2007-04-27 | SAGA: Moved displayinfo stuff into its own header file | Max Horn |
2007-04-27 | Some tweaks to saga/detection_tables.h | Max Horn |
2007-04-27 | Renamed sagagame.cpp -> detection_tables.h; merged sagagame.h into saga.h | Max Horn |
2007-04-27 | Renamed some game.cpp files to detection.cpp | Max Horn |
2007-04-21 | Slighty modified patch #1704979: "Fix for #1690045: ITE: Item description mis... | Eugene Sandulenko |
2007-04-21 | More meaningful error message | Eugene Sandulenko |
2007-04-14 | oops, openStreamFile of course uses milliseconds, not frames, for the playbac... | Max Horn |
2007-04-14 | Removed some leftovers | Max Horn |
2007-04-14 | Replaced the use of DigitalTrackInfo objects (which were being leaked, BTW) w... | Max Horn |
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ... | Gregory Montoir |
2007-03-18 | SAGA: Make use of EventManager::getMousePos | Max Horn |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-02-25 | Fix looping for enchanced soundtracks. | Eugene Sandulenko |
2007-02-24 | Added numLoops parameter to DigitalTrackInfo::play | Max Horn |
2007-02-19 | Renamed SAGA_xxx_H_ to SAGA_xxx_H for consistency. | Torbjörn Andersson |