aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2007-02-13(re)added flags field to ADGameDescription, with currently only one value (GF...Max Horn
2007-02-12changed structure packing to use pack-start.h and pack-end.hNicola Mettifogo
2007-02-11Fix warningsMax Horn
2007-02-11added load/save supportNicola Mettifogo
2007-02-10fixed wrong implementation: zones and animations now survive location switche...Nicola Mettifogo
2007-02-08fixed bug: dialogue questions don't clutter the screen anymore when user is s...Nicola Mettifogo
2007-02-08fixed bug in dialogue parsing code: available answers now really depend on ga...Nicola Mettifogo
2007-02-07fixed location script parsing error causing irritatingly inconsistent gameplayNicola Mettifogo
2007-02-07changed multiplexed uint32 to const void* to avoid errors on 64 bits systemsNicola Mettifogo
2007-02-05solved 64 bit casting issue from BUG #1648325Nicola Mettifogo
2007-02-04applied 2nd workaround to avoid crashes caused by labels when switching locationNicola Mettifogo
2007-02-04added more debug levels and commentsNicola Mettifogo
2007-02-04solved array out of bound issue in quickFadePaletteNicola Mettifogo
2007-02-04added game palette static initializers to avoid warningsNicola Mettifogo
2007-02-04Implemented workaround to avoid crashes on location switches, using knowledge...Nicola Mettifogo
2007-02-04oops fixed 64 bit warnings in the last revisionNicola Mettifogo
2007-02-04changed handling of zone labels to match original engineNicola Mettifogo
2007-02-04_hoverZone now is handled as in the original engineNicola Mettifogo
2007-02-04AdvancedDetector now has built-in fallback detection based on file lists.Eugene Sandulenko
2007-02-01Used Fingolfin's workaround for a bogus (?) warning produced by some versionsTorbjörn Andersson
2007-01-31fixed casting bug as suggested by fingolfin on tracker item #1648325Nicola Mettifogo
2007-01-29Now AdvancedDetector could use single ID per engine. Also it can suggestEugene Sandulenko
2007-01-28Add more paramteres to AdvancedDetector. Not used yet.Eugene Sandulenko
2007-01-27Oops. Revert accidental commitEugene Sandulenko
2007-01-27Fixes and gfx rendering worksEugene Sandulenko
2007-01-27removed printf's spewing out tons of debug messagesNicola Mettifogo
2007-01-26fixed out-of-bounds error causing random crashes in dialoguesNicola Mettifogo
2007-01-26added more debug messagesNicola Mettifogo
2007-01-26added NULLity checksNicola Mettifogo
2007-01-26make sure current archive is closed before opening a new oneNicola Mettifogo
2007-01-25Lots of cleanup in the AdvancedDetectorMax Horn
2007-01-25Reduce #include dependenciesEugene Sandulenko
2007-01-24Add optional size parameter to ADGameFileDescription. Not used now.Eugene Sandulenko
2007-01-24Hide all AdvacedDetector parameters into a structure for easier maintenanceEugene Sandulenko
2007-01-21Reduce dependency from common/advancedDetector.hEugene Sandulenko
2007-01-21openForSaving can fail, so it should be handled gracefully -- but better to a...Max Horn
2007-01-21fixed ordering of engine jobs: no more known graphics glitchesNicola Mettifogo
2007-01-21fixed occasional border issues in inventoryNicola Mettifogo
2007-01-21fixed out-of-bounds error causing premature crashes on some systemsNicola Mettifogo
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene Sandulenko
2007-01-18fixed walk bug: characters now walk along complex pathsNicola Mettifogo
2007-01-17Fixed a warning.Torbjörn Andersson
2007-01-17fixed broken tab widthsNicola Mettifogo
2007-01-16added first debug messagesNicola Mettifogo
2007-01-15removed definition of _glyphWidthsNicola Mettifogo
2007-01-15made _glyphWidths only referenced into graphics.cppNicola Mettifogo
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
2007-01-15enforced MemoryReadStream usage instead of custom byte swapping in background...Nicola Mettifogo
2007-01-15fixed pointer casting in InputData managementNicola Mettifogo
2007-01-15Made Nippon Safes start from the regular splash screenNicola Mettifogo