Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-18 | DREAMWEB: Close the file opened in querySaveMetaInfos() when returning | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Port 'setpickup' to C++ and added an enum for the object types | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Port 'lookininterface' to C++ | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Remove an erroneous comment (copy/paste error) | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Add meta information to saved games | Filippos Karapetis | |
This information includes savegame versioning and the saved game's date/time, played time and game thumbnail. This information is stored into an unused data block of the original save format, so the generated ScummVM saves are (hopefully) fully compatible with the original ones and can be loaded in the original interpreter | |||
2011-12-17 | DREAMWEB: Fix regression in slabdoorb | Willem Jan Palenstijn | |
2011-12-17 | DREAMWEB: Fix regressions in findExObject, findSetObject | Willem Jan Palenstijn | |
2011-12-17 | DREAMWEB: Convert clearBuffers, clearChanges | Willem Jan Palenstijn | |
2011-12-17 | DREAMWEB: Add disabled reelRoutine conversion work | Willem Jan Palenstijn | |
2011-12-17 | DREAMWEB: Use serializer for ReelRoutines | Willem Jan Palenstijn | |
2011-12-17 | DREAMWEB: Name some DynObject/SetObject fields | Willem Jan Palenstijn | |
Also change getAnyAd() behaviour to be consistent between Free/Ex and Set objects, diverging from the original. | |||
2011-12-17 | DREAMWEB: Fix regression in getOpenedSize | Willem Jan Palenstijn | |
2011-12-17 | DREAMWEB: Convert checkForExit | Willem Jan Palenstijn | |
2011-12-17 | DREAMWEB: Remove dead code | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Use ScummVM's save/load dialogs by default | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Fix two off-by-one errors in saveGame(), rewrite scanForNames() to ↵ | Filippos Karapetis | |
use listSavefiles() and use Common::strlcopy instead of strncpy | |||
2011-12-17 | DREAMWEB: Implement removeSaveState() | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Work around runtime limitation | Willem Jan Palenstijn | |
The WordRef accessor writes back its value too late. Example: in the call printDirect(data.word(kLastxpos), .....) the destructor isn't called until after printDirect returns. This destroys the modifications to lastXPos that printDirect makes. | |||
2011-12-17 | DREAMWEB: Fix another regression in the ASM-style version of getOpenedSize() | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Fix another regression in selectOb() (thanks wjp) | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Fix regression in selectOb() (thanks wjp) | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Fix a regression in businessMan(), and updated its comments | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Fix another regression in isRyanHolding() (thanks wjp) | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Fix regression in isRyanHolding() | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Fix regression in getOpenedSize() | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Port 'findinvpos', 'selectob' to C++ and fix a regression in ↵ | Filippos Karapetis | |
identifyOb() | |||
2011-12-17 | DREAMWEB: Port 'usestereo' to C++ | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Fix regression in identifyOb | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Port 'checkinside' to C++ | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Rewrote useCashCard() in C++ and got rid of moneyPoke() and its ↵ | Filippos Karapetis | |
associated offsets in the data blob | |||
2011-12-16 | DREAMWEB: Port 'showslots' to C++ | Filippos Karapetis | |
2011-12-16 | DREAMWEB: Port 'identifyob' to C++ | Filippos Karapetis | |
2011-12-16 | DREAMWEB: Port 'isryanholding' to C++ | Filippos Karapetis | |
2011-12-16 | DREAMWEB: Some more cleanup | Max Horn | |
2011-12-16 | DREAMWEB: Move most of people.cpp to DreamBase | Max Horn | |
2011-12-16 | DREAMWEB: Convert fadeScreenDownHalf to C++ | Max Horn | |
2011-12-16 | DREAMWEB: Move more to DreamBase; fix regression in introMonks1() | Max Horn | |
2011-12-16 | DREAMWEB: Move more things to DreamBase; cleanup some code | Max Horn | |
2011-12-16 | DREAMWEB: Remove some dead code | Max Horn | |
2011-12-16 | DREAMWEB: Convert useGun to C++ | Max Horn | |
2011-12-16 | DREAMWEB: Fix regressions in helicopter and poolGuard | Willem Jan Palenstijn | |
2011-12-16 | DREAMWEB: Rename 'reelCallbacksCPP' to reelCallbacks' | Filippos Karapetis | |
2011-12-16 | DREAMWEB: Enable the C++ callback of poolGuard() | Filippos Karapetis | |
2011-12-16 | DREAMWEB: Port 'poolguard' to C++ | Filippos Karapetis | |
This is the last of the people-related functions, so the assembly-like wrappers of addToPeopleList() and showGameReel() have been removed. Also, madManText() has been simplified | |||
2011-12-16 | DREAMWEB: Port 'endgameseq' to C++ | Filippos Karapetis | |
2011-12-16 | DREAMWEB: Port 'businessman' to C++ | Filippos Karapetis | |
2011-12-15 | DREAMWEB: Port 'mugger' to C++, remove the unused 'findpuztext' function and ↵ | Filippos Karapetis | |
fix tasm-recover | |||
2011-12-15 | Merge pull request #143 from fingolfin/dreamweb-cleanup | Filippos Karapetis | |
Dreamweb cleanup | |||
2011-12-15 | DREAMWEB: Fix regression in helicopter() | Filippos Karapetis | |
2011-12-15 | DREAMWEB: Convert notHeldError to C++, move stuff to DreamBase | Max Horn | |