aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-27TSAGE: Fixed ambiguity with NULL parameters in R2R setDetails callsPaul Gilbert
2011-12-27TSAGE: Added explicit prefixes to more NULL's used in setDetails callsPaul Gilbert
2011-12-27TSAGE: Add explicit prefixes to NULL's used in various setDetails callsPaul Gilbert
2011-12-27TSAGE: 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-27TSAGE: Change R2R AUTODOC_ITEMS to truly be a constant array.Paul Gilbert
Hopefully this will stop it being a globally constructed object.
2011-12-27TSAGE: Ensure correct setDetails version is called in R2R ↵Paul Gilbert
Scene825::Button::setButton
2011-12-27TSAGE: Centralised all the setDetails methods in the various gamesPaul Gilbert
This puts them all in the common SceneHotspot class, rather than each game having their own repeated implementations of them.
2011-12-27DREAMWEB: Remove dead codeFilippos Karapetis
2011-12-27DREAMWEB: Fix a regression in showRain()Filippos Karapetis
2011-12-27DREAMWEB: Remove more unused/unnecessary variablesFilippos Karapetis
2011-12-27DREAMWEB: Remove unused global variablesFilippos Karapetis
2011-12-27DREAMWEB: Move kCurrentsample out of data blob.D G Turner
2011-12-27DREAMWEB: Move kRoomssample out of data blob.D G Turner
N.B. Last commit was kForeignRelease, not kSubtitles.
2011-12-27DREAMWEB: Move kSubtitles out of data blob.D G Turner
2011-12-27DREAMWEB: Move kSubtitles out of data blob.D G Turner
2011-12-27DREAMWEB: Move kQuitRequested out of data blob.D G Turner
2011-12-27DREAMWEB: Minor removal of runtime residue in vgagrafx.cppD G Turner
Also, minor formatting fixes.
2011-12-27KYRA: Remove unused/duplicated code.Johannes Schickel
2011-12-27KYRA: Fix compilation with clang.Johannes Schickel
2011-12-27KYRA: Some formatting fixes.Johannes Schickel
2011-12-27KYRA: Slight cleanup.Johannes Schickel
2011-12-27DREAMWEB: Remove almost all of the ASM runtimeFilippos Karapetis
2011-12-27KYRA: Some formatting fixes.Johannes Schickel
2011-12-27DREAMWEB: Remove more unused data from blobWillem Jan Palenstijn
2011-12-27DREAMWEB: Move all of the functions to DreamBase and remove stubs.hFilippos Karapetis
2011-12-27DREAMWEB: Blacklist the main dreamweb functionWillem Jan Palenstijn
2011-12-27DREAMWEB: Move remaining use functions to DreamBaseWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove dead codeFilippos Karapetis
2011-12-27DREAMWEB: Move operand1, currentfile out of dataWillem Jan Palenstijn
2011-12-27DREAMWEB: Clean up monitor functionsWillem Jan Palenstijn
2011-12-27KYRA: 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-27DREAMWEB: The monsource global is no longer used. Also, added a missing ↵Filippos Karapetis
comment in dirFile()
2011-12-27DREAMWEB: Cleanup of getKeyAndLogo(), dirFile() and read()Filippos Karapetis
2011-12-26DREAMWEB: Improved 'getKeyAndLogo' function signature.D G Turner
This removes a remaining al usage.
2011-12-26DREAMWEB: Ported 'dirfile' to C++D G Turner
Needs some checking of es:di usage and work to remove _operand1 to dreambase.h
2011-12-26KYRA: Avoid deleting pointer twice after creating EOB2 partyTorbjörn Andersson
It probably happened in EOB as well, but I only actually observed it in EOB2.
2011-12-26DREAMWEB: Convert searchForStringWillem Jan Palenstijn
2011-12-26KYRA: (EOB) Flag eob and eob2 with ADGF_UNSTABLETarek Soliman
2011-12-26DREAMWEB: Move some functions to DreamBase, remove dead codeFilippos Karapetis
2011-12-26DREAMWEB: Remove dead codeFilippos Karapetis
2011-12-26KYRA: Some formatting fixes.Johannes Schickel
2011-12-26Revert "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-26DREAMWEB: Remove dead code and move most functions to DreamBaseFilippos Karapetis
2011-12-26SCUMM: 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-26DREAMWEB: Move inputline out of data blobWillem Jan Palenstijn
2011-12-26DREAMWEB: Convert 'parser'Willem Jan Palenstijn
2011-12-26DREAMWEB: Ported 'read' to C++D G Turner
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