aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_eob.cpp
AgeCommit message (Collapse)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-27KYRA: (EOB) - fix original savefile import/exportathrxx
(flag settings were not imported/exported in EOB 1 saves)
2013-04-14KYRA: (EOB) - add debug function to export save files in original formatathrxx
2013-01-09KYRA: Make all hex constants use uppercase letters.Johannes Schickel
Done with: git ls-files "*.cpp" *".h" | xargs sed -i -e 's/0x\([0-9a-f]*\)/0x\U\1/g'
2012-01-15KYRA: (EOB) - add support for original save game filesathrxx
The engine will try to import original save game files once per target (especially the "Quick Start Party"). Afterwards the user can manually import save files with the debug console.
2011-12-27KYRA: Remove unused/duplicated code.Johannes Schickel
2011-12-27KYRA: Slight cleanup.Johannes Schickel
2011-12-27KYRA: Some formatting fixes.Johannes Schickel
2011-12-26KYRA: (EOB/LOL) - rename some varsathrxx
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon)
2011-12-26KYRA: (EOB/LOL) - cleanup common codeathrxx
(rename some stuff and move EOB/LOL common code to separate files)
2011-12-26KYRA: (EOB) - fix some more bugsathrxx
- wrong usage of static array which caused issues when restarting after RTL - portability issue with dialog labels - (original code) bug in hold person spell
2011-12-26KYRA: (EOB) - add debugger, etc.athrxx
- add basic debugger support - fix several minor bugs
2011-12-26KYRA: (EOB) - complete EOBII playabilityathrxx
- fixed temp data generation, block data loading, some spell issues, etc. - both EOB I and II should now be completable - one big issue remaining (AdLib driver gets swamped with monster sounds which causes heavy lags in some levels)
2011-12-26KYRA: (EOB) - lots of bug fixes, mostly for EOB IIathrxx
2011-12-26KYRA: (EOB) - implement wall of force spellathrxx
2011-12-26KYRA: (EOB) - add EOB 1 introathrxx
(also add and fix several other things, like cone of cold vortex, drawShape issues, etc.)
2011-12-26KYRA: (EOB) - lots of fixes towards EOB1 playabilityathrxx
also implement some new code (EOB1 portals, burning hands spell, etc.)
2011-12-26KYRA: (EOB) - some more sequence code and bug fixesathrxx
2011-12-26KYRA: (EOB) - implement npc sequences and fix some bugsathrxx
2011-12-26KYRA: (EOB) - add turn undead spell, add some screen fades, fix some bugsathrxx
2011-12-26KYRA: (EOB) - fix monster distance attack bugathrxx
2011-12-26KYRA: (EOB) - more work on ingame menusathrxx
2011-12-26KYRA: (EOB) - start implementing camp menuathrxx
2011-12-26KYRA: (EOB) - initial code base commitathrxx