Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-27 | DREAMWEB: Move kCurrentsample out of data blob. | D G Turner | |
2011-12-27 | DREAMWEB: Move kRoomssample out of data blob. | D G Turner | |
N.B. Last commit was kForeignRelease, not kSubtitles. | |||
2011-12-27 | DREAMWEB: Move kSubtitles out of data blob. | D G Turner | |
2011-12-27 | DREAMWEB: Move kSubtitles out of data blob. | D G Turner | |
2011-12-27 | DREAMWEB: Move kQuitRequested out of data blob. | D G Turner | |
2011-12-27 | DREAMWEB: Minor removal of runtime residue in vgagrafx.cpp | D G Turner | |
Also, minor formatting fixes. | |||
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 | DREAMWEB: Remove almost all of the ASM runtime | Filippos Karapetis | |
2011-12-27 | KYRA: Some formatting fixes. | Johannes Schickel | |
2011-12-27 | DREAMWEB: Remove more unused data from blob | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Move all of the functions to DreamBase and remove stubs.h | Filippos Karapetis | |
2011-12-27 | DREAMWEB: Blacklist the main dreamweb function | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Move remaining use functions to DreamBase | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Remove dead code | Filippos Karapetis | |
2011-12-27 | DREAMWEB: Move operand1, currentfile out of data | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Clean up monitor functions | Willem Jan Palenstijn | |
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-27 | DREAMWEB: The monsource global is no longer used. Also, added a missing ↵ | Filippos Karapetis | |
comment in dirFile() | |||
2011-12-27 | DREAMWEB: Cleanup of getKeyAndLogo(), dirFile() and read() | Filippos Karapetis | |
2011-12-26 | DREAMWEB: Improved 'getKeyAndLogo' function signature. | D G Turner | |
This removes a remaining al usage. | |||
2011-12-26 | DREAMWEB: Ported 'dirfile' to C++ | D G Turner | |
Needs some checking of es:di usage and work to remove _operand1 to dreambase.h | |||
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 | |