Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-27 | TSAGE: Add explicit prefixes to NULL's used in various setDetails calls | Paul Gilbert | |
2011-12-27 | TSAGE: Moved the R2R AUTODOC_ITEMS array to be part of the scene 825. | Paul Gilbert | |
Since this is the only scene that uses it, it makes as much sense to have it as part of the scene than part of the staticres file. | |||
2011-12-27 | TSAGE: Change R2R AUTODOC_ITEMS to truly be a constant array. | Paul Gilbert | |
Hopefully this will stop it being a globally constructed object. | |||
2011-12-27 | TSAGE: Ensure correct setDetails version is called in R2R ↵ | Paul Gilbert | |
Scene825::Button::setButton | |||
2011-12-27 | TSAGE: Centralised all the setDetails methods in the various games | Paul Gilbert | |
This puts them all in the common SceneHotspot class, rather than each game having their own repeated implementations of them. | |||
2011-12-27 | DREAMWEB: Remove dead code | Filippos Karapetis | |
2011-12-27 | DREAMWEB: Fix a regression in showRain() | Filippos Karapetis | |
2011-12-27 | DREAMWEB: Remove more unused/unnecessary variables | Filippos Karapetis | |
2011-12-27 | DREAMWEB: Remove unused global variables | Filippos Karapetis | |
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. |