aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-26DREAMWEB: Remove more unused global variablesFilippos Karapetis
2011-12-26DREAMWEB: Reduce dependency on globals and move functions to DreamBaseWillem Jan Palenstijn
2011-12-26DREAMWEB: Combine transferMap and transferInvWillem Jan Palenstijn
2011-12-26KYRA: Cleanup va_arg use in drawShape.Johannes Schickel
Thanks to wjp for noticing this.
2011-12-26KYRA: Merge Screen_Rpg with Screen (for now).Johannes Schickel
This should(!) fix ARM compilation issues due to virtual inheritance.
2011-12-26DREAMWEB: Convert pickupContsWillem Jan Palenstijn
2011-12-26DREAMWEB: Cleanup searchForFiles()Filippos Karapetis
2011-12-26KYRA: Remove unused/obsolete function.Johannes Schickel
2011-12-26DREAMWEB: Minor cleanupWillem Jan Palenstijn
2011-12-26DREAMWEB: Remove now unused Buffers segmentWillem Jan Palenstijn
2011-12-26DREAMWEB: Move openInvList, ryanInvList out of buffersWillem Jan Palenstijn
2011-12-26DREAMWEB: Update deallocatemem for moved sprite tableWillem Jan Palenstijn
2011-12-26DREAMWEB: Fix regression in transferToExWillem Jan Palenstijn
2011-12-26KYRA: Unconfuse some MSVC versions by adding a space before a comment.Johannes Schickel
2011-12-26DREAMWEB: Port 'dircom' to C++, move rootdir out of the data blob and fix a ↵Filippos Karapetis
regression in searchForFiles()
2011-12-26KYRA: (EOB) - add EOB copyright strings to ↵athrxx
KyraMetaEngine::getOriginalCopyright()
2011-12-26KYRA: (EOB) - implement EOB1 party transferathrxx
2011-12-26KYRA: (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-26KYRA: (EOB) - get rid of loadVGAPalette7bit()athrxx
(slightly change VGA palette loader to accomodate EOB1 palettes)
2011-12-26KYRA: make bool variable const (again)athrxx
2011-12-26KYRA: whitespace cleanupathrxx
2011-12-26KYRA: (EOB) - remove unneeded virtual declarations in screen.hathrxx
2011-12-26KYRA: (EOB/LOL) - move eob/lol specific screen code to new classathrxx
2011-12-26KYRA: (EOB/LOL) - again fix static resource loading for EOB when LOL is disabledathrxx
2011-12-26KYRA: (EOB/LOL) - rename some varsathrxx
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon)
2011-12-26KYRA: (EOB) - fix eob2 sequence text fadingathrxx
2011-12-26KYRA: (EOB) - rename some files for a better match with the contained codeathrxx
2011-12-26KYRA: implement Screen::decodeFrame1()athrxx
(required for decoding some EGA bitmaps in EOB1)
2011-12-26KYRA: (EOB) - fix static resource loading for EOB when LOL is disabledathrxx
2011-12-26KYRA: (EOB/LOL) - cleanup common codeathrxx
(rename some stuff and move EOB/LOL common code to separate files)
2011-12-26KYRA: (EOB) - fix some more bugsathrxx
- 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-26KYRA: (EOB) - ignore 'EYE.PAK' file in resource loaderathrxx
(This seems to be some sort of installer archive which is not supported atm)
2011-12-26KYRA: (EOB) - make sure that the music stops after character generation in Eob 1athrxx
(also more cleanup)
2011-12-26KYRA: (EOB) - rename some saving throw related dataathrxx
2011-12-26KYRA: (EOB) - cleanupathrxx
2011-12-26KYRA: (EOB) - fix mem leakathrxx
2011-12-26KYRA: (EOB) - fix invalid string accessathrxx
(also fix several cpp-check warnings)
2011-12-26KYRA: (EOB) - fix char generator regression + cleanupathrxx
2011-12-26KYRA: (EOB) - fix some valgrind warningsathrxx
2011-12-26KYRA: (EOB) - add debugger, etc.athrxx
- add basic debugger support - fix several minor bugs
2011-12-26KYRA: (EOB) - complete EOBII playabilityathrxx
- 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-26KYRA: (EOB) - lots of bug fixes, mostly for EOB IIathrxx
2011-12-26KYRA: (EOB) - fix some bugsathrxx
- fix monster movement - fix character level gain - add some static res for party transfer
2011-12-26KYRA: (EOB) - extend save/load dialogue to support 990 slotsathrxx
2011-12-26KYRA: (EOB) - implement wall of force spellathrxx
2011-12-26KYRA: (EOB) - add EOB 1 introathrxx
(also add and fix several other things, like cone of cold vortex, drawShape issues, etc.)
2011-12-26KYRA: (EOB) - add some spellsathrxx
(shocking grasp, flame blade, vampiric touch etc.)
2011-12-26KYRA: (EOB) - implemented some spells and fixed more bugsathrxx
2011-12-26KYRA: (EOB) - lots of fixes towards EOB1 playabilityathrxx
also implement some new code (EOB1 portals, burning hands spell, etc.)
2011-12-26KYRA: (EOB) - some more sequence code and bug fixesathrxx