Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-26 | DREAMWEB: Reduce dependency on globals and move functions to DreamBase | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Combine transferMap and transferInv | Willem Jan Palenstijn | |
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 | DREAMWEB: Convert pickupConts | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Cleanup searchForFiles() | Filippos Karapetis | |
2011-12-26 | KYRA: Remove unused/obsolete function. | Johannes Schickel | |
2011-12-26 | DREAMWEB: Minor cleanup | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Remove now unused Buffers segment | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Move openInvList, ryanInvList out of buffers | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Update deallocatemem for moved sprite table | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Fix regression in transferToEx | Willem Jan Palenstijn | |
2011-12-26 | KYRA: Unconfuse some MSVC versions by adding a space before a comment. | Johannes Schickel | |
2011-12-26 | DREAMWEB: Port 'dircom' to C++, move rootdir out of the data blob and fix a ↵ | Filippos Karapetis | |
regression in searchForFiles() | |||
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 | |