aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2007-12-16Changed an explicit warning/remainder into a code comment.Nicola Mettifogo
2007-12-15Added halfbrite effect to Nippon Safes Amiga. Implementation is not complete,...Nicola Mettifogo
2007-12-10Updated outdated comment.Nicola Mettifogo
2007-12-10Added 90 extra save slots for Nippon Safes.Nicola Mettifogo
2007-12-10* Switched Nippon Safes to use new names for savefiles. User will be asked to...Nicola Mettifogo
2007-12-09Fix for bug #1777053. Engine was ruling out valid passwords because of wrong ...Nicola Mettifogo
2007-12-09Going back to uncached mode for graphics resources of Examine zones. This pre...Nicola Mettifogo
2007-12-08Fix for bug #1837503. Location switches can be scheduled recursively, so now ...Nicola Mettifogo
2007-12-04Broke up parseDialogue into more manageable and focused short routines.Nicola Mettifogo
2007-11-28Update mouse coordinates onn *all* mouse events, i.e. also after click eventsMax Horn
2007-11-22* added adapter from Graphics::Surface to FramesNicola 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 framebufferNicola Mettifogo
2007-11-19* made engine use Inventory and InventoryRendererNicola Mettifogo
2007-11-19Walk and script handling are now directly handled by the main loop, instead o...Nicola Mettifogo
2007-11-18Muting the compiler :PSven Hesse
2007-11-18Cleanup.Nicola Mettifogo
2007-11-18Partly decoupled rendering from game data update. Graphics routines to draw/e...Nicola Mettifogo
2007-11-18Removed other paranoia code from the original engine (as in revision 29505).Nicola Mettifogo
2007-11-18Cleanup.Nicola Mettifogo
2007-11-17Refactored main input code.Nicola Mettifogo
2007-11-16Added const to static data.Johannes Schickel
2007-11-16Refactored language selection code.Nicola Mettifogo
2007-11-14Removed an unclear (paranoid?) continue statement from the original engine. W...Nicola Mettifogo
2007-11-14* centralized kEngineChangeLocation flag handlingNicola Mettifogo
2007-11-06Fixed 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-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
2007-11-02Fixed overflow after fadeout in the last game location (bug #1824026).Nicola Mettifogo
2007-11-01Donna now returns to her normal outfit after swimming.Nicola Mettifogo
2007-11-01Added color-inversion effect in character selection screen. The effect doesn'...Nicola Mettifogo
2007-11-01Refactored some gui code.Nicola Mettifogo
2007-11-01Made debug console available when displaying slides (like intermissions and m...Nicola Mettifogo
2007-11-01Added new debug command.Nicola Mettifogo
2007-11-01Fix for bug #1822819. Donna now changes her look into Suzy after makeup.Nicola Mettifogo
2007-11-01Consolidated game data cleanup in a single routine to location switches more ...Nicola Mettifogo
2007-11-01Fix regression introduced in revision 29355. First loadgame performed was des...Nicola Mettifogo
2007-11-01More refactoring for gui code.Nicola Mettifogo
2007-11-01* Merged object Menu into Parallaction_ns.Nicola Mettifogo
2007-11-01Added new LocationName class to simplify handling of location switches.Nicola Mettifogo
2007-10-30Fix for bug #1822680.Nicola Mettifogo
2007-10-27Temporarily force quits when user presses exit key combination. A TODO commen...Nicola Mettifogo
2007-10-26Parallaction will now consume all the short-lived jobs in the queue before a ...Nicola Mettifogo
2007-10-21Now stopping music when loading a game in Amiga versions of Nippon Safes.Nicola Mettifogo
2007-10-21Relaxed freeZones policy for deciding which zones to preserve across location...Nicola Mettifogo
2007-10-21Fixed parseLocation, so that it only tries to parse scripts when they aren't ...Nicola Mettifogo
2007-10-21Added new debug level for inventory routines.Nicola Mettifogo
2007-10-21Cleanup.Nicola Mettifogo
2007-10-19Fixed formatting of debug command output.Nicola Mettifogo
2007-10-19Fixed loadgame bug: old game state wasn't fully wiped out before loading, thu...Nicola Mettifogo