Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-18 | KYRA: (EOB) - remove dead code in screen_eob.cpp | athrxx | |
2013-01-09 | KYRA: 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-11-19 | KYRA: Some formatting fixes. | Johannes Schickel | |
Powered by astyle. | |||
2012-11-18 | KYRA: (EOB) - implement simplified EGA dithering for EOB II | athrxx | |
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-07-25 | KYRA: Fix delete[] formatting. | Johannes Schickel | |
2012-03-05 | KYRA: Some formatting fixes. | Johannes Schickel | |
2012-02-24 | KYRA: (EOB) - fix save file thumbnail generation in CGA/EGA mode | athrxx | |
2012-02-24 | KYRA: (EOB) - cleanup CGA/EGA code a bit | athrxx | |
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) - implement EGA graphics mode for EOB1 | athrxx | |
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 | |
2011-12-27 | KYRA: Some formatting fixes. | Johannes Schickel | |
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) - fix eob2 sequence text fading | athrxx | |
2011-12-26 | KYRA: (EOB/LOL) - cleanup common code | athrxx | |
(rename some stuff and move EOB/LOL common code to separate files) | |||
2011-12-26 | KYRA: (EOB) - fix invalid string access | athrxx | |
(also fix several cpp-check warnings) | |||
2011-12-26 | KYRA: (EOB) - fix some valgrind warnings | athrxx | |
2011-12-26 | KYRA: (EOB) - complete EOBII playability | athrxx | |
- 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-26 | KYRA: (EOB) - lots of bug fixes, mostly for EOB II | athrxx | |
2011-12-26 | KYRA: (EOB) - fix some bugs | athrxx | |
- fix monster movement - fix character level gain - add some static res for party transfer | |||
2011-12-26 | KYRA: (EOB) - add EOB 1 intro | athrxx | |
(also add and fix several other things, like cone of cold vortex, drawShape issues, etc.) | |||
2011-12-26 | KYRA: (EOB) - lots of fixes towards EOB1 playability | athrxx | |
also implement some new code (EOB1 portals, burning hands spell, etc.) | |||
2011-12-26 | KYRA: (EOB) - start implementing camp menu | athrxx | |
2011-12-26 | KYRA: (EOB) - fix some warnings and add some menu code | athrxx | |
2011-12-26 | KYRA: (EOB) - implement explodeObject() | athrxx | |
2011-12-26 | KYRA: (EOB) - replace snprintf/sprintf | athrxx | |
2011-12-26 | KYRA: (EOB) - initial code base commit | athrxx | |