Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-27 | KYRA: Remove unused/duplicated code. | Johannes Schickel | |
2011-12-27 | KYRA: Fix compilation with clang. | Johannes Schickel | |
2011-12-27 | KYRA: Some formatting fixes. | Johannes Schickel | |
2011-12-27 | KYRA: Slight cleanup. | Johannes Schickel | |
2011-12-27 | KYRA: Some formatting fixes. | Johannes Schickel | |
2011-12-27 | KYRA: Mark EoB games with ADGF_TESTING instead of ADGF_UNSTABLE. | Johannes Schickel | |
ADGF_UNSTABLE makes an confusing dialog appear about the support of the games. EoB 1+2 should be completable so they are fit for public testing, which ADGF_TESTING is used for as far as it is documented. This does *not* imply that we directly want them in the next release though. | |||
2011-12-26 | KYRA: Avoid deleting pointer twice after creating EOB2 party | Torbjörn Andersson | |
It probably happened in EOB as well, but I only actually observed it in EOB2. | |||
2011-12-26 | KYRA: (EOB) Flag eob and eob2 with ADGF_UNSTABLE | Tarek Soliman | |
2011-12-26 | KYRA: Some formatting fixes. | Johannes Schickel | |
2011-12-26 | KYRA: Cleanup va_arg use in drawShape. | Johannes Schickel | |
Thanks to wjp for noticing this. | |||
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: Remove unused/obsolete function. | Johannes Schickel | |
2011-12-26 | KYRA: Unconfuse some MSVC versions by adding a space before a comment. | Johannes Schickel | |
2011-12-26 | KYRA: (EOB) - add EOB copyright strings to ↵ | athrxx | |
KyraMetaEngine::getOriginalCopyright() | |||
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: (EOB) - get rid of loadVGAPalette7bit() | athrxx | |
(slightly change VGA palette loader to accomodate EOB1 palettes) | |||
2011-12-26 | KYRA: make bool variable const (again) | athrxx | |
2011-12-26 | KYRA: whitespace cleanup | athrxx | |
2011-12-26 | KYRA: (EOB) - remove unneeded virtual declarations in screen.h | athrxx | |
2011-12-26 | KYRA: (EOB/LOL) - move eob/lol specific screen code to new class | athrxx | |
2011-12-26 | KYRA: (EOB/LOL) - again fix static resource loading for EOB when LOL is disabled | 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) - rename some files for a better match with the contained code | athrxx | |
2011-12-26 | KYRA: implement Screen::decodeFrame1() | athrxx | |
(required for decoding some EGA bitmaps in EOB1) | |||
2011-12-26 | KYRA: (EOB) - fix static resource loading for EOB when LOL is disabled | 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 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) - ignore 'EYE.PAK' file in resource loader | athrxx | |
(This seems to be some sort of installer archive which is not supported atm) | |||
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) - rename some saving throw related data | athrxx | |
2011-12-26 | KYRA: (EOB) - cleanup | athrxx | |
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) - fix char generator regression + cleanup | athrxx | |
2011-12-26 | KYRA: (EOB) - fix some valgrind warnings | athrxx | |
2011-12-26 | KYRA: (EOB) - add debugger, etc. | athrxx | |
- add basic debugger support - fix several minor bugs | |||
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) - extend save/load dialogue to support 990 slots | athrxx | |
2011-12-26 | KYRA: (EOB) - implement wall of force spell | 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) - add some spells | athrxx | |
(shocking grasp, flame blade, vampiric touch 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 | |