Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-16 | DREAMWEB: Convert 'textforend' and 'textformonk' | Willem Jan Palenstijn | |
2011-11-16 | DREAMWEB: Add missing CD checks in 'textforend' and 'textformonk' | Willem Jan Palenstijn | |
2011-11-16 | DREAMWEB: Move 'textformonk' and 'textforend' from dreamgen | Willem Jan Palenstijn | |
2011-11-16 | DREAMWEB: 'showoutermenu' is not needed | Bertrand Augereau | |
2011-11-16 | DRACI: Update comment regarding SharedPtr/ScopedPtr. | Johannes Schickel | |
2011-11-16 | AGI: 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-16 | DREAMWEB: Hopefully fix loading speech | Willem Jan Palenstijn | |
The call to loadspeech() in setuptimedtemp() needs al set correctly, while the C++ wrapper skipped this. | |||
2011-11-16 | DREAMWEB: keypad.cpp to mimic keypad.asm | Bertrand Augereau | |
2011-11-16 | DREAMWEB: Fix loadroom. | Alyssa Milburn | |
2011-11-16 | DREAMWEB: 'getundermenu' and 'putundermenu' ported to C++ | Bertrand Augereau | |
2011-11-16 | COMMON: 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-16 | DREAMWEB: 'loadroom' ported to C++ | Bertrand Augereau | |
2011-11-16 | DREAMWEB: 'zoomicon' ported to C++ | Bertrand Augereau | |
2011-11-16 | KYRA: Make message about missing save file a warning and no error. | Johannes Schickel | |
2011-11-16 | NEWS: Mention Lands of Lore saveload GUI fix. | Johannes Schickel | |
2011-11-16 | DREAMWEB: 'watchcount' ported to C++ | Bertrand Augereau | |
2011-11-16 | NEWS: Move AGOS CAB file fix to 1.4.1 section. | Johannes Schickel | |
2011-11-16 | COMMON: Make value parameter of fill a const reference. | Johannes Schickel | |
2011-11-16 | COMMON: 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-16 | DREAMWEB: 'clearendpal' ported to C++ | Bertrand Augereau | |
2011-11-16 | DREAMWEB: 'fadecalculation' ported to C++ | Bertrand Augereau | |
2011-11-16 | DREAMWEB: Misc palette copies ported | Bertrand Augereau | |
2011-11-16 | DREAMWEB: 'clearstartpal' ported to C++ | Bertrand Augereau | |
2011-11-16 | DRASCULA: Further cleanup of the sound playing code | Filippos Karapetis | |
2011-11-16 | Merge pull request #117 from lordhoto/drascula-sound | Filippos Karapetis | |
DRASCULA: Simplify speech mute handling. | |||
2011-11-16 | DREAMWEB: Removed the check that there is enough memory | Bertrand Augereau | |
2011-11-16 | DREAMWEB: Cleaning in the rain init code | Bertrand Augereau | |
2011-11-16 | TSAGE: Implemented R2RW SceneArea and SceneExit classes | Paul Gilbert | |
2011-11-16 | DREAMWEB: Fix regression from 03a2352e307cfdc5bbc07e7e8d82c85dab06ad01. | D G Turner | |
This caused Dreamweb to exit immediately on EN versions. | |||
2011-11-16 | CGE: Fix GUIO1 on an entry for consistency in detection | Strangerke | |
2011-11-16 | CGE: Add RTL, hook Main Menu to right click on audio button | Strangerke | |
2011-11-15 | DREAMWEB: Add comment for reel callbacks | Willem Jan Palenstijn | |
2011-11-15 | DREAMWEB: Clean up a few loop structures | Willem Jan Palenstijn | |
2011-11-15 | DREAMWEB: Clean up getFilename | Willem Jan Palenstijn | |
2011-11-15 | DREAMWEB: setupemm is not a good place for early initialization | Willem Jan Palenstijn | |
2011-11-15 | MAEMO: Update debian/changelog to version 1.5.0~git | Tarek Soliman | |
2011-11-15 | MAEMO: Update debian/changelog with 1.4 release | Tarek Soliman | |
2011-11-15 | DREAMWEB: Fix crash on quit | Willem Jan Palenstijn | |
The functions 'mainscreen' and 'screenupdate' can set kQuitrequested, so we have to check that from their callers. | |||
2011-11-15 | DREAMWEB: Fix style | Willem Jan Palenstijn | |
2011-11-15 | DREAMWEB: Comment and de-hardcode initrain | Willem Jan Palenstijn | |
2011-11-15 | DREAMWEB: 'initrain' ported to C++ | Bertrand Augereau | |
2011-11-15 | DREAMWEB: Clean up loops | Willem Jan Palenstijn | |
2011-11-15 | DREAMWEB: crt functions | Bertrand Augereau | |
2011-11-15 | DREAMWEB: 'splitintolines' ported to C++ | Bertrand Augereau | |
2011-11-15 | DREAMWEB: Use strcpy/strlen instead of manual loops | Willem Jan Palenstijn | |
2011-11-15 | DREAWMEB: 'transfertext' ported to C++ | Bertrand Augereau | |
2011-11-14 | DREAMWEB: 'roomname' ported to C++ | Bertrand Augereau | |
2011-11-15 | DREAMWEB: Fix regression in obicons | Willem Jan Palenstijn | |
This fixes the 'use' icon on the winch controls. Regression from 1f531c6f7fc90d78a4d14cda377e5aed7c7f4eb0. Thanks to fuzzie for spotting it. | |||
2011-11-15 | DREAMWEB: 'showwatch' ported to C++ | Bertrand Augereau | |
2011-11-14 | CGE: Add detection for our Freeware versions of Soltys | Strangerke | |