Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-21 | KYRA: (EOB) - implement EGA mode (hi res dithering) for EOB II | athrxx | |
(also fix various thing connected to CGA/EGA modes) | |||
2012-02-21 | KYRA: (EOB) - fix EOB1 door clipping | athrxx | |
(this was done in the same way as in EOB2 and LOL, but it has to be slightly different) | |||
2012-02-21 | KYRA: (EOB) - complete CGA graphics mode implementation | athrxx | |
2012-02-21 | KYRA: (EOB) - start work on CGA and EGA graphics modes | athrxx | |
2012-02-21 | KYRA: (EOB) - fix minor bug (wrongly initialized value) and some renaming | athrxx | |
2012-02-13 | KYRA: Silence some icpc warnings by making a member array of ↵ | Johannes Schickel | |
KyraRpgGUISettings non-const. All instances are const anyway, thus this should be a safe way to silence the warning. | |||
2012-01-06 | KYRA: (EOB) - cleanup eob/lol version of delayUntil() | athrxx | |
2011-12-28 | KYRA: (EOB) - cleanup dialog settings a bit | athrxx | |
2011-12-28 | KYRA: (EOB) - fix 2 gcc (-Woverloaded-virtual) warnings | athrxx | |
2011-12-26 | KYRA: Merge Screen_Rpg with Screen (for now). | Johannes Schickel | |
This should(!) fix ARM compilation issues due to virtual inheritance. | |||
2011-12-26 | KYRA: whitespace cleanup | athrxx | |
2011-12-26 | KYRA: (EOB/LOL) - move eob/lol specific screen code to new class | athrxx | |
2011-12-26 | KYRA: (EOB/LOL) - rename some vars | athrxx | |
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon) | |||
2011-12-26 | KYRA: (EOB/LOL) - cleanup common code | athrxx | |
(rename some stuff and move EOB/LOL common code to separate files) |