Age | Commit message (Expand) | Author |
2007-11-28 | Update mouse coordinates onn *all* mouse events, i.e. also after click events | Max Horn |
2007-11-22 | * added adapter from Graphics::Surface to Frames | Nicola Mettifogo |
2007-11-22 | * added (incomplete) explicit state machine handling in engine class (see _in... | Nicola Mettifogo |
2007-11-21 | * moved label drawing into Gfx, to be drawn directly in the framebuffer | Nicola Mettifogo |
2007-11-19 | * made engine use Inventory and InventoryRenderer | Nicola Mettifogo |
2007-11-19 | Walk and script handling are now directly handled by the main loop, instead o... | Nicola Mettifogo |
2007-11-18 | Muting the compiler :P | Sven Hesse |
2007-11-18 | Cleanup. | Nicola Mettifogo |
2007-11-18 | Partly decoupled rendering from game data update. Graphics routines to draw/e... | Nicola Mettifogo |
2007-11-18 | Removed other paranoia code from the original engine (as in revision 29505). | Nicola Mettifogo |
2007-11-18 | Cleanup. | Nicola Mettifogo |
2007-11-17 | Refactored main input code. | Nicola Mettifogo |
2007-11-16 | Added const to static data. | Johannes Schickel |
2007-11-16 | Refactored language selection code. | Nicola Mettifogo |
2007-11-14 | Removed an unclear (paranoid?) continue statement from the original engine. W... | Nicola Mettifogo |
2007-11-14 | * centralized kEngineChangeLocation flag handling | Nicola Mettifogo |
2007-11-06 | Fixed regression: loading from the start screens was messing up game flags. | Nicola Mettifogo |
2007-11-04 | * Pushed specific code from base class down to Nippon Safes. | Nicola Mettifogo |
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko |
2007-11-02 | Fixed overflow after fadeout in the last game location (bug #1824026). | Nicola Mettifogo |
2007-11-01 | Donna now returns to her normal outfit after swimming. | Nicola Mettifogo |
2007-11-01 | Added color-inversion effect in character selection screen. The effect doesn'... | Nicola Mettifogo |
2007-11-01 | Refactored some gui code. | Nicola Mettifogo |
2007-11-01 | Made debug console available when displaying slides (like intermissions and m... | Nicola Mettifogo |
2007-11-01 | Added new debug command. | Nicola Mettifogo |
2007-11-01 | Fix for bug #1822819. Donna now changes her look into Suzy after makeup. | Nicola Mettifogo |
2007-11-01 | Consolidated game data cleanup in a single routine to location switches more ... | Nicola Mettifogo |
2007-11-01 | Fix regression introduced in revision 29355. First loadgame performed was des... | Nicola Mettifogo |
2007-11-01 | More refactoring for gui code. | Nicola Mettifogo |
2007-11-01 | * Merged object Menu into Parallaction_ns. | Nicola Mettifogo |
2007-11-01 | Added new LocationName class to simplify handling of location switches. | Nicola Mettifogo |
2007-10-30 | Fix for bug #1822680. | Nicola Mettifogo |
2007-10-27 | Temporarily force quits when user presses exit key combination. A TODO commen... | Nicola Mettifogo |
2007-10-26 | Parallaction will now consume all the short-lived jobs in the queue before a ... | Nicola Mettifogo |
2007-10-21 | Now stopping music when loading a game in Amiga versions of Nippon Safes. | Nicola Mettifogo |
2007-10-21 | Relaxed freeZones policy for deciding which zones to preserve across location... | Nicola Mettifogo |
2007-10-21 | Fixed parseLocation, so that it only tries to parse scripts when they aren't ... | Nicola Mettifogo |
2007-10-21 | Added new debug level for inventory routines. | Nicola Mettifogo |
2007-10-21 | Cleanup. | Nicola Mettifogo |
2007-10-19 | Fixed formatting of debug command output. | Nicola Mettifogo |
2007-10-19 | Fixed loadgame bug: old game state wasn't fully wiped out before loading, thu... | Nicola Mettifogo |
2007-10-19 | Added new debugger command 'localflags' and changed Table object to provide d... | Nicola Mettifogo |
2007-10-15 | * Changed IFF/8SVX audio to use signed data (int8), and modified Parallaction... | Nicola Mettifogo |
2007-10-15 | Cut down screen updates when palette is not animated: should lead to performa... | Nicola Mettifogo |
2007-10-15 | Fixed bug #1814061. Special effect routine was overflowing palette size. | Nicola Mettifogo |
2007-10-15 | Now correctly disposing of audio data only when it was allocated on the heap,... | Nicola Mettifogo |
2007-10-14 | Turned the 'unexpected keyword' warning into a debug message and added a nift... | Nicola Mettifogo |
2007-10-14 | Integrated low-level routines into the Script class, turning it into a self-c... | Nicola Mettifogo |
2007-10-14 | Made location parser more fault-tolerant, in that it prints out a warning mes... | Nicola Mettifogo |
2007-10-13 | Decoupled password request from actual rendering of the dialogue screen, thus... | Nicola Mettifogo |