Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-29 | DREAMWEB: Simplify finalization call in dreamweb main function. | D G Turner | |
Thanks to Fingolfin for the suggestion. | |||
2011-12-29 | TSAGE: R2R - Fixed one more ambiguity with NULL parameters in R2R setDetails ↵ | Strangerke | |
call | |||
2011-12-29 | TSAGE: R2R - Fixed ambiguity with NULL parameters in R2R setDetails calls | Strangerke | |
2011-12-29 | TSAGE: R2R - Add missing function in scene 3375 | Strangerke | |
2011-12-28 | DREAMWEB: Minor clean up and removal of goto usage in dreamweb(). | D G Turner | |
2011-12-28 | Merge pull request #158 from fingolfin/fix-warnings | Filippos Karapetis | |
SCUMM: Fix warning due to implicit conversion to int | |||
2011-12-28 | Merge pull request #159 from fingolfin/dreamweb-cleanup | Filippos Karapetis | |
Dreamweb cleanup | |||
2011-12-29 | TSAGE: R2R - Fix bug in scene 3700 | Strangerke | |
2011-12-29 | TSAGE: R2R -Fix errors not detected by MSVC | Strangerke | |
2011-12-29 | TSAGE: R2R - Partial implementation of scene 3375. | Strangerke | |
2011-12-29 | DREAMWEB: Minor cleanup | Max Horn | |
2011-12-28 | DREAMWEB: Remove unnecessary DreamWebEngine:: uses | Max Horn | |
2011-12-28 | DREAMWEB: Use ObjectType enums in more places | Max Horn | |
2011-12-28 | SCUMM: Fix warning due to implicit conversion to int | Max Horn | |
2011-12-28 | DREAMWEB: Added commandOnlyCond() method | Max Horn | |
2011-12-28 | DREAMWEB: Mark some member vars as only being used in keypad.cpp; cleanup | Max Horn | |
2011-12-28 | DREAMWEB: Fix crash when loading a room without reels | Willem Jan Palenstijn | |
2011-12-28 | DREAMWEB: Remove global file handle | Max Horn | |
2011-12-28 | DREAMWEB: Clean up checkCoords | Willem Jan Palenstijn | |
2011-12-28 | Merge pull request #156 from fingolfin/dreamweb-keypad | Willem Jan Palenstijn | |
DREAMWEB: Move more methods to keypad.cpp, reorder them to match ASM | |||
2011-12-28 | DREAMWEB: Move more methods to keypad.cpp, reorder them to match ASM | Max Horn | |
2011-12-28 | Merge pull request #154 from fingolfin/dreamweb-cleanup | Filippos Karapetis | |
Dreamweb: Mark structs packed, minor tweaks | |||
2011-12-28 | DREAMWEB: Changed hasSpeech() to also take account of the audio settings | Filippos Karapetis | |
This fixes an assert in the madman sequence | |||
2011-12-28 | DREAMWEB: Allow skipping the mad man sequence with the ESC key | Filippos Karapetis | |
2011-12-28 | DREAMWEB: Replaced most isCD calls with calls checking for speech | Filippos Karapetis | |
This is quite useful for devices with limited storage, where the user can use the CD version without its speech files | |||
2011-12-28 | DREAMWEB: Clean up some constants | Willem Jan Palenstijn | |
2011-12-28 | DREAMWEB: Add 'packed' attribute to structs that need it | Max Horn | |
... and probably also to some that don't need it; since it seems better to err on the wrong side here for now, I did not check every struct as to whether it really needs this. On the long run, it would be better if the code did not rely on any kind of packing anyway. | |||
2011-12-28 | DREAMWEB: Cleanup | Max Horn | |
2011-12-28 | DREAMWEB: Rename a member of SetObject & DynObject to objId | Max Horn | |
SetObject::name and DynObject::id are stored at the exact same offset, and have the exact same meaning (see also objectMatches()). Now they also have the same name, objId. | |||
2011-12-28 | DREAMWEB: Rename getEitherAdCPP to getEitherAd, use obj type enums | Max Horn | |
2011-12-28 | DREAMWEB: Remove unused Sprite fields | Willem Jan Palenstijn | |
2011-12-28 | DREAMWEB: Clean up Sprite::_updateCallback | Willem Jan Palenstijn | |
2011-12-28 | DREAMWEB: Fix a regression in monkSpeaking (y should be unchanged) | Filippos Karapetis | |
2011-12-28 | DREAMWEB: Mark all of the differences between the floppy and CD versions | Filippos Karapetis | |
- Add TODOs for the CD checks in setupTimedTemp() and startTalk() - The current doSomeTalk() is for the CD version only - Implement a difference of the CD version in intro | |||
2011-12-28 | DREAMWEB: Implemented the floppy version of monkSpeaking() | Filippos Karapetis | |
2011-12-28 | DREAMWEB: Remove obsolete README | Filippos Karapetis | |
2011-12-28 | DREAMWEB: Remove some now-redundant references to the DreamWeb namespace | Filippos Karapetis | |
2011-12-28 | DREAMWEB: Completely remove all of the runtime, and move everything into ↵ | Filippos Karapetis | |
DreamWebEngine Also, remove dead code (allocateMem/deallocateMem) | |||
2011-12-28 | DREAMWEB: Move all saved variables to a GameVars struct | Willem Jan Palenstijn | |
The data segment is now completely unused. | |||
2011-12-28 | SCI: Always prefer digital sound effects to prevent confusion to users | Filippos Karapetis | |
This toggle will be enabled again when a more user-friendly GUI option is possible | |||
2011-12-28 | SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside ↵ | Filippos Karapetis | |
SoundCommandParser | |||
2011-12-28 | DREAMWEB: Remove a lot of unused/duplicate constants and move some of them ↵ | Filippos Karapetis | |
to dreambase.h | |||
2011-12-28 | TSAGE: Removed virtual keyword from setDetails methods | Paul Gilbert | |
The methods are never overriden, so there's no point in the methods being virtual | |||
2011-12-28 | DREAMWEB: Move all zoom-related functions to vgagrafx.cpp, and remove a lot ↵ | Filippos Karapetis | |
of unused global constants | |||
2011-12-28 | TSAGE: R2R - Fix a bug in scene 3700 | Strangerke | |
2011-12-28 | DREAMWEB: Remove more global variables | Filippos Karapetis | |
2011-12-28 | DREAMWEB: Remove some unused globals | Filippos Karapetis | |
2011-12-28 | CREATE_PROJECT: Add a hack to handle the KYRARPG_COMMON_OBJ variable in the ↵ | Filippos Karapetis | |
module.mk file of the kyra engine | |||
2011-12-28 | CREATE_PROJECT: Silence warnings 4510 and 4610 in the kyra engine | Filippos Karapetis | |
2011-12-28 | DREAMWEB: Move checkCoords templated implementation to Dreambase header. | D G Turner | |
The PSP (MIPS) toolchain generates differing symbols for this template and thus fails to link. By moving the implementation to the defining header, this should fix this. |