aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Collapse)Author
2007-01-27removed printf's spewing out tons of debug messagesNicola Mettifogo
svn-id: r25217
2007-01-26fixed out-of-bounds error causing random crashes in dialoguesNicola Mettifogo
svn-id: r25215
2007-01-26added more debug messagesNicola Mettifogo
svn-id: r25214
2007-01-26added NULLity checksNicola Mettifogo
svn-id: r25213
2007-01-26make sure current archive is closed before opening a new oneNicola Mettifogo
svn-id: r25212
2007-01-25Lots of cleanup in the AdvancedDetectorMax Horn
svn-id: r25194
2007-01-25Reduce #include dependenciesEugene Sandulenko
svn-id: r25178
2007-01-24Add optional size parameter to ADGameFileDescription. Not used now.Eugene Sandulenko
svn-id: r25164
2007-01-24Hide all AdvacedDetector parameters into a structure for easier maintenanceEugene Sandulenko
and extensibility svn-id: r25163
2007-01-21Reduce dependency from common/advancedDetector.hEugene Sandulenko
svn-id: r25156
2007-01-21openForSaving can fail, so it should be handled gracefully -- but better to ↵Max Horn
assert out in a controlled manner than o invoke methods on a NULL pointer, right? :-) svn-id: r25151
2007-01-21fixed ordering of engine jobs: no more known graphics glitchesNicola Mettifogo
svn-id: r25146
2007-01-21fixed occasional border issues in inventoryNicola Mettifogo
svn-id: r25145
2007-01-21fixed out-of-bounds error causing premature crashes on some systemsNicola Mettifogo
svn-id: r25140
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene Sandulenko
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134
2007-01-18fixed walk bug: characters now walk along complex pathsNicola Mettifogo
svn-id: r25117
2007-01-17Fixed a warning.Torbjörn Andersson
svn-id: r25112
2007-01-17fixed broken tab widthsNicola Mettifogo
svn-id: r25111
2007-01-16added first debug messagesNicola Mettifogo
svn-id: r25106
2007-01-15removed definition of _glyphWidthsNicola Mettifogo
svn-id: r25097
2007-01-15made _glyphWidths only referenced into graphics.cppNicola Mettifogo
svn-id: r25096
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
svn-id: r25095
2007-01-15enforced MemoryReadStream usage instead of custom byte swapping in ↵Nicola Mettifogo
background loading svn-id: r25094
2007-01-15fixed pointer casting in InputData managementNicola Mettifogo
svn-id: r25093
2007-01-15Made Nippon Safes start from the regular splash screenNicola Mettifogo
svn-id: r25091
2007-01-15fix warningPaweł Kołodziejski
svn-id: r25089
2007-01-14Zone names get free'd, so don't assign a static string to it (it causes a ↵Max Horn
const warning, too) svn-id: r25087
2007-01-14mark 64bit issuesWillem Jan Palenstijn
svn-id: r25084
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083