aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2007-02-15fixed a bug in the original engine causing memory-protected systems to occasi...Nicola Mettifogo
2007-02-15fixed warning pointed out by _QNicola Mettifogo
2007-02-14More skip_whitespace -> Common::ltrim(). For real now.Eugene Sandulenko
2007-02-13Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or...Max Horn
2007-02-13skip_whitespace() -> Common::ltrim()Eugene Sandulenko
2007-02-13cancel button on load/save dialog is now handled correctlyNicola Mettifogo
2007-02-13cleanupNicola Mettifogo
2007-02-13AdvancedDetector changes:Max Horn
2007-02-13Rename Common::GF_XXX to Common::ADGF_XXXEugene Sandulenko
2007-02-13Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and a...Max Horn
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