Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | KYRA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-01-09 | KYRA: (LOL/FM-TOWNS) - adapt static resources | athrxx | |
2012-11-19 | KYRA: Some formatting fixes. | Johannes Schickel | |
Powered by astyle. | |||
2012-11-18 | KYRA: (EOB) - cleaning up CGA/EGA graphics code | athrxx | |
- fix some glitches in CGA rendering mode - revert most of 66da4777d476c6a9fc2a13351e3b30afc748fd94 (instead of having lots of EGA dithering routines throughout the whole EOB code we're going to implement some post-processing code in updateScreen()) | |||
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) |