Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-17 | COMMON: Move <new> include into scummsys.h. | Alyssa Milburn | |
The header contains forbidden symbols on some platforms, and the simplest solution seems to be to include it here. This also includes it from all the portdefs.h files, except the Symbian one. Probably the FIXME and the #if can be removed once it's known to work. | |||
2011-11-17 | BUILD: Update win32dist target, to convert line endings in English ↵ | Travis Howell | |
QuickStart file too. | |||
2011-11-17 | NEWS: Clarify InstallShield bug fix. | Travis Howell | |
2011-11-17 | DREAMWEB: Cleaning in room loading | Bertrand Augereau | |
2011-11-17 | DREAMWEB: getroomdata has a better API | Bertrand Augereau | |
2011-11-17 | TSAGE: Added new properties and stubs needed for new R2RW functionality | Paul Gilbert | |
2011-11-17 | TSAGE: Basic implementation of R2RW scene 300 - Bridge | Paul Gilbert | |
2011-11-17 | TSAGE: Add new speakers file for R2RW | Paul Gilbert | |
2011-11-17 | NEWS: Shorten AGOS cab entry | Willem Jan Palenstijn | |
2011-11-17 | NEWS: Mention the fix for SCI1.1 palette effects | Filippos Karapetis | |
2011-11-17 | COMMON: Remove outdated fixme | Willem Jan Palenstijn | |
2011-11-17 | SCI: Updated information regarding bug #3439240 | Filippos Karapetis | |
2011-11-17 | SCI: Fixed bug #3439240 - "QFG1VGA: Game Crashes While Sleeping at Erana's ↵ | Filippos Karapetis | |
Peace" | |||
2011-11-17 | DREAMWEB: Place the ID after the callback pointer in UseListEntry | Filippos Karapetis | |
This keeps MSVC happy, without using struct packing | |||
2011-11-17 | DREAMWEB: Use struct packing for the UseListEntry struct | Filippos Karapetis | |
2011-11-17 | ANDROID: Add minimal C++ headers to include path. | Alyssa Milburn | |
2011-11-17 | TSAGE: Ringworld - Cleanup: Rename some variables | Strangerke | |
2011-11-16 | DREAMWEB: Clean up 'lockeddoorway' | Willem Jan Palenstijn | |
2011-11-16 | SCI: Add support for slater mac | Matthew Hoops | |
2011-11-16 | DREAMWEB: Clean up 'dodoor' | Willem Jan Palenstijn | |
2011-11-16 | DREAMWEB: Remove 'twodigitnum' entirely | Willem Jan Palenstijn | |
2011-11-16 | DREAMWEB: Convert 'loadroomssample' | Willem Jan Palenstijn | |
2011-11-16 | DREAMWEB: Move 'loadroomssample' from dreamgen | Willem Jan Palenstijn | |
2011-11-16 | LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) | Strangerke | |
2011-11-17 | DREAMWEB: 'showtime' ported to C++ | Bertrand Augereau | |
2011-11-16 | CONFIGURE: Use 'TsAGE' instead of the full title of Ringworld | Strangerke | |
2011-11-16 | DREAMWEB: Comment and clean up twodigitnum | Willem Jan Palenstijn | |
2011-11-16 | DREAMWEB: Add subtitles+speech FIXME | Willem Jan Palenstijn | |
2011-11-16 | DREAMWEB: 'twodigitnum' ported to C++ | Bertrand Augereau | |
2011-11-16 | DREAMWEB: Unhardcode reelCallbacks | Willem Jan Palenstijn | |
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 | |