aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/eob.cpp
AgeCommit message (Collapse)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-27KYRA: (EOB) - minor fix in NPC sequence codeathrxx
2013-04-21KYRA: (EOB) - minor cleanupathrxx
2013-04-14KYRA: (EOB) - fix bug #3600348athrxx
(EOB1: Crash when moving in German version)
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-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) - fix EOB1 door clippingathrxx
(this was done in the same way as in EOB2 and LOL, but it has to be slightly different)
2012-02-21KYRA: (EOB) - complete CGA graphics mode implementationathrxx
2012-02-21KYRA: (EOB) - start work on CGA and EGA graphics modesathrxx
2012-02-21KYRA: (EOB) - move EOB 1 intro code into separate classathrxx
2012-01-29KYRA: Remove unnecessary semicolonTorbjörn Andersson
2011-12-28KYRA: (EOB) - cleanup dialog settings a bitathrxx
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) - rename some files for a better match with the contained codeathrxx