Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | KYRA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-04-18 | KYRA: (EOB) - silence warning about improper use of negative value in ↵ | athrxx | |
gui_eob.cpp | |||
2013-04-18 | KYRA: (EOB) - fix possible null ptr dereference in gui_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-30 | KYRA: Allow user to cancel saving in EoB via ESC. | Johannes Schickel | |
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-03-13 | JANITORIAL: Simply use *x instead of *x.get() on smart pointers. | Christoph Mallon | |
2012-03-13 | JANITORIAL: Replace (x ? false : true) by !(x). | Christoph Mallon | |
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) - 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 character hand icons | athrxx | |
(upper thumbs should point to the right, lower thumb to the left) | |||
2012-01-30 | KYRA: (EOB) - fix typo | athrxx | |
2012-01-29 | KYRA: Prevent unnecessary removal of const in some casts. | Johannes Schickel | |
2012-01-07 | KYRA: Fix LoL/EoB savegame typing issue with keymapper | Tarek Soliman | |
If you bind letters (e.g. WSAD) using the keymapper and then try to save using the in-engine dialog, the letters would get captured and make it impossible to name a save using those letters. Thanks LordHoto | |||
2012-01-03 | KYRA: (EOB) - improved eob target detection in transfer party dialog | athrxx | |
(parse domains instead of save files) | |||
2011-12-28 | KYRA: (EOB) - fix spell book tab 5 in EOB1 | athrxx | |
2011-12-28 | KYRA: (EOB) - fix invalid string access in EOB 1 | athrxx | |
(when entering the memorize/pray menu without having a mage/cleric) | |||
2011-12-28 | KYRA: (EOB) - fix minor color glitch | athrxx | |
2011-12-28 | KYRA: (EOB) - cleanup dialog settings a bit | athrxx | |
2011-12-27 | KYRA: Some formatting fixes. | Johannes Schickel | |
2011-12-26 | KYRA: (EOB) - implement EOB1 party transfer | athrxx | |
2011-12-26 | KYRA: (EOB) - Start implementing EOB1 party transfer (not working yet) | athrxx | |
(ScummVM specific solution which allows the selection of save files of all configured EOB1 targets) | |||
2011-12-26 | KYRA: whitespace cleanup | 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) | |||
2011-12-26 | KYRA: (EOB) - fix some more bugs | athrxx | |
- 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-26 | KYRA: (EOB) - make sure that the music stops after character generation in Eob 1 | athrxx | |
(also more cleanup) | |||
2011-12-26 | KYRA: (EOB) - fix mem leak | athrxx | |
2011-12-26 | KYRA: (EOB) - fix invalid string access | athrxx | |
(also fix several cpp-check warnings) | |||
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) - fix some bugs | athrxx | |
- fix monster movement - fix character level gain - add some static res for party transfer | |||
2011-12-26 | KYRA: (EOB) - extend save/load dialogue to support 990 slots | athrxx | |
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) - implemented some spells and fixed more bugs | athrxx | |
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) - some more sequence code and bug fixes | athrxx | |
2011-12-26 | KYRA: (EOB) - implement npc sequences and fix some bugs | athrxx | |
2011-12-26 | KYRA: (EOB) - add turn undead spell, add some screen fades, fix some bugs | athrxx | |
2011-12-26 | KYRA: (EOB) - implement some gui functionality, some bug fixes, etc. | athrxx | |
2011-12-26 | KYRA: (EOB) - fix various bugs and implement some spells | athrxx | |
2011-12-26 | KYRA: (EOB) - implement party resting | athrxx | |
2011-12-26 | KYRA: (EOB) - implement scribe scroll menu | athrxx | |
2011-12-26 | KYRA: (EOB) - implement save menu | athrxx | |
2011-12-26 | KYRA: (EOB) - implement load menu | athrxx | |
(only 6 slots supported for now) | |||
2011-12-26 | KYRA: (EOB) - some refactoring | athrxx | |
2011-12-26 | KYRA: (EOB) - implement memorize/pray spells menu | athrxx | |