aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-16DREAMWEB: Move 'textformonk' and 'textforend' from dreamgenWillem Jan Palenstijn
2011-11-16DREAMWEB: 'showoutermenu' is not neededBertrand Augereau
2011-11-16DRACI: Update comment regarding SharedPtr/ScopedPtr.Johannes Schickel
2011-11-16AGI: Change two local SharedPtr uses to ScopedPtr.Johannes Schickel
I took the opportunity to add two CHECKMEs to the code, which seems to load a file into memory for no real apparent reason.
2011-11-16DREAMWEB: Hopefully fix loading speechWillem Jan Palenstijn
The call to loadspeech() in setuptimedtemp() needs al set correctly, while the C++ wrapper skipped this.
2011-11-16DREAMWEB: keypad.cpp to mimic keypad.asmBertrand Augereau
2011-11-16DREAMWEB: Fix loadroom.Alyssa Milburn
2011-11-16DREAMWEB: 'getundermenu' and 'putundermenu' ported to C++Bertrand Augereau
2011-11-16COMMON: Improve storage management of Array.Johannes Schickel
Now our Array class distinguishs between initialized and uninitialized objects. It furthermore always calls the destructor of no longer contained elements. This should help with non-POD objects stored in our Array class. Thanks to Bertrand for his feedback on this.
2011-11-16DREAMWEB: 'loadroom' ported to C++Bertrand Augereau
2011-11-16DREAMWEB: 'zoomicon' ported to C++Bertrand Augereau
2011-11-16KYRA: Make message about missing save file a warning and no error.Johannes Schickel
2011-11-16NEWS: Mention Lands of Lore saveload GUI fix.Johannes Schickel
2011-11-16DREAMWEB: 'watchcount' ported to C++Bertrand Augereau
2011-11-16NEWS: Move AGOS CAB file fix to 1.4.1 section.Johannes Schickel
2011-11-16COMMON: Make value parameter of fill a const reference.Johannes Schickel
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
This makes the name match with the name of the STL function with the same behavior.
2011-11-16DREAMWEB: 'clearendpal' ported to C++Bertrand Augereau
2011-11-16DREAMWEB: 'fadecalculation' ported to C++Bertrand Augereau
2011-11-16DREAMWEB: Misc palette copies portedBertrand Augereau
2011-11-16DREAMWEB: 'clearstartpal' ported to C++Bertrand Augereau
2011-11-16DRASCULA: Further cleanup of the sound playing codeFilippos Karapetis
2011-11-16Merge pull request #117 from lordhoto/drascula-soundFilippos Karapetis
DRASCULA: Simplify speech mute handling.
2011-11-16DREAMWEB: Removed the check that there is enough memoryBertrand Augereau
2011-11-16DREAMWEB: Cleaning in the rain init codeBertrand Augereau
2011-11-16TSAGE: Implemented R2RW SceneArea and SceneExit classesPaul Gilbert
2011-11-16DREAMWEB: Fix regression from 03a2352e307cfdc5bbc07e7e8d82c85dab06ad01.D G Turner
This caused Dreamweb to exit immediately on EN versions.
2011-11-16CGE: Fix GUIO1 on an entry for consistency in detectionStrangerke
2011-11-16CGE: Add RTL, hook Main Menu to right click on audio buttonStrangerke
2011-11-15DREAMWEB: Add comment for reel callbacksWillem Jan Palenstijn
2011-11-15DREAMWEB: Clean up a few loop structuresWillem Jan Palenstijn
2011-11-15DREAMWEB: Clean up getFilenameWillem Jan Palenstijn
2011-11-15DREAMWEB: setupemm is not a good place for early initializationWillem Jan Palenstijn
2011-11-15MAEMO: Update debian/changelog to version 1.5.0~gitTarek Soliman
2011-11-15MAEMO: Update debian/changelog with 1.4 releaseTarek Soliman
2011-11-15DREAMWEB: Fix crash on quitWillem Jan Palenstijn
The functions 'mainscreen' and 'screenupdate' can set kQuitrequested, so we have to check that from their callers.
2011-11-15DREAMWEB: Fix styleWillem Jan Palenstijn
2011-11-15DREAMWEB: Comment and de-hardcode initrainWillem Jan Palenstijn
2011-11-15DREAMWEB: 'initrain' ported to C++Bertrand Augereau
2011-11-15DREAMWEB: Clean up loopsWillem Jan Palenstijn
2011-11-15DREAMWEB: crt functionsBertrand Augereau
2011-11-15DREAMWEB: 'splitintolines' ported to C++Bertrand Augereau
2011-11-15DREAMWEB: Use strcpy/strlen instead of manual loopsWillem Jan Palenstijn
2011-11-15DREAWMEB: 'transfertext' ported to C++Bertrand Augereau
2011-11-14DREAMWEB: 'roomname' ported to C++Bertrand Augereau
2011-11-15DREAMWEB: Fix regression in obiconsWillem Jan Palenstijn
This fixes the 'use' icon on the winch controls. Regression from 1f531c6f7fc90d78a4d14cda377e5aed7c7f4eb0. Thanks to fuzzie for spotting it.
2011-11-15DREAMWEB: 'showwatch' ported to C++Bertrand Augereau
2011-11-14CGE: Add detection for our Freeware versions of SoltysStrangerke
2011-11-14TINSEL: Don't leak _curChunk on exit.Alyssa Milburn
2011-11-14DREAMWEB: Unhardcode checkcoords tablesWillem Jan Palenstijn
This patch makes __dispatch_call (even more) superfluous, but does not yet remove it.