aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/scene_eob.cpp
AgeCommit message (Collapse)Author
2012-02-21KYRA: (EOB) - implement EGA mode (hi res dithering) for EOB IIathrxx
(also fix various thing connected to CGA/EGA modes)
2012-02-21KYRA: (EOB) - complete CGA graphics mode implementationathrxx
2012-02-21KYRA: (EOB) - start work on CGA and EGA graphics modesathrxx
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: Some formatting fixes.Johannes Schickel
2011-12-26KYRA: Unconfuse some MSVC versions by adding a space before a comment.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) - make sure that the music stops after character generation in Eob 1athrxx
(also more cleanup)
2011-12-26KYRA: (EOB) - fix some valgrind warningsathrxx
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) - fix some bugsathrxx
- fix monster movement - fix character level gain - add some static res for party transfer
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) - add turn undead spell, add some screen fades, fix some bugsathrxx
2011-12-26KYRA: (EOB) - fix various bugs and implement some spellsathrxx
2011-12-26KYRA: (EOB) - implement memorize/pray spells menuathrxx
2011-12-26KYRA: (EOB) - fix some warnings and add some menu codeathrxx
2011-12-26KYRA: (EOB) - implement explodeObject()athrxx
2011-12-26KYRA: (EOB) - minor cleanupathrxx
2011-12-26KYRA: (EOB) - replace snprintf/sprintfathrxx
2011-12-26KYRA: (EOB) - initial code base commitathrxx