Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | DREAMWEB: Convert searchForString | Willem Jan Palenstijn | |
2011-12-26 | KYRA: (EOB) Flag eob and eob2 with ADGF_UNSTABLE | Tarek Soliman | |
2011-12-26 | DREAMWEB: Move some functions to DreamBase, remove dead code | Filippos Karapetis | |
2011-12-26 | DREAMWEB: Remove dead code | Filippos Karapetis | |
2011-12-26 | KYRA: Some formatting fixes. | Johannes Schickel | |
2011-12-26 | Revert "DREAMWEB: Remove dead code and move most functions to DreamBase" | Filippos Karapetis | |
This reverts commit 4c66f74b58e9a2c191f22a37f485047dd19be131. These functions aren't ready to be moved yet till the remaining two are finished, and they're so crossreferenced that the safest thing to do is revert this commit and break it down to smaller chunks | |||
2011-12-26 | DREAMWEB: Remove dead code and move most functions to DreamBase | Filippos Karapetis | |
2011-12-26 | SCUMM: Make SampleBuffer::write non-virtual to silence a g++ warning. | Johannes Schickel | |
No class inherits from SampleBuffer, thus it should be safe to do so. | |||
2011-12-26 | DREAMWEB: Move inputline out of data blob | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Convert 'parser' | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Ported 'read' to C++ | D G Turner | |
2011-12-26 | DREAMWEB: Remove more unused global variables | Filippos Karapetis | |
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 | |