Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-25 | DREAMWEB: Port 'selectopenob' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Port 'dosometalk' to C++ | D G Turner | |
2011-12-25 | DREAMWEB: Convert 'checkobjectsize' to C++ | Filippos Karapetis | |
Also, renamed getOpenedSizeCPP() to getSlotCount(). Special thanks to wjp for his help and for examining the behavior of a fallback case. | |||
2011-12-24 | DREAMWEB: Port 'getpersontext' to C++ | D G Turner | |
2011-12-24 | DREAMWEB: Ported 'starttalk' to C++ | D G Turner | |
2011-12-24 | DREAMWEB: Move many use-related functions to DreamBase | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Remove unused function | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Port 'dropobject' to C++ | Filippos Karapetis | |
2011-12-24 | DREAMWEB: Convert getObTextStart | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Port 'incryanpage' to C++ | Filippos Karapetis | |
2011-12-23 | Merge pull request #151 from fingolfin/dreamweb-cleanup-rebased | Willem Jan Palenstijn | |
Conflicts: engines/dreamweb/dreamgen.cpp engines/dreamweb/stubs.cpp | |||
2011-12-23 | DREAMWEB: Remove more unnecessary globals | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Convert resetLocation and purgeALocation to C++ | Max Horn | |
2011-12-23 | DREAMWEB: Convert fadeDownMon, fadeUpMon, initialMonCols to C++ | Max Horn | |
Note that the two fade methods are currently unused; the only calls to them are commented out in the asm version of the code. This change also removes showGroup() | |||
2011-12-23 | DREAMWEB: Ported 'reminders' to C++ and renamed it to edensFlatReminders() | Filippos Karapetis | |
2011-12-23 | Add patch #3463338 - Detect Macintosh demo of Pajama Sam 1. | Travis Howell | |
2011-12-19 | DREAMWEB: Port 'intoinv', 'outofinv' to C++ | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Port 'lookatplace' to C++ | Filippos Karapetis | |
2011-12-18 | DREAMWEB: 'nextcolon' is unused | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Rewrite signOn into C++, and remove the users and passwords from ↵ | Filippos Karapetis | |
the data blob Note that the string processing logic in signOn is a bit different from the original, but the end result is the same (with cleaner code) | |||
2011-12-18 | DREAMWEB: Remove the now unused 'keynum' and 'newlogonum' variables from the ↵ | Filippos Karapetis | |
data blob | |||
2011-12-18 | DREAMWEB: Remove reelRoutines from data blob | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Convert removeObFromInv, deleteExObject, deleteExFrame, deleteExText | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Port 'getkeyandlogo' to C++ | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Port 'showkeys' to C++ | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Port 'showdiarykeys' to C++ | 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-17 | DREAMWEB: Convert clearBuffers, clearChanges | Willem Jan Palenstijn | |
2011-12-17 | DREAMWEB: Convert checkForExit | Willem Jan Palenstijn | |
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: 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: Convert fadeScreenDownHalf to C++ | Max Horn | |
2011-12-16 | DREAMWEB: Convert useGun to C++ | Max Horn | |
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 | DREAMWEB: Convert notHeldError to C++, move stuff to DreamBase | Max Horn | |
2011-12-15 | DREAMWEB: Convert a bunch of stuff to C++ | Max Horn | |
Specifically, I started with openOb() and withWhat() which allowed to remove offset_commandline and offset_openchangesize. A clean conversion of these required a conversion of printMessage2 and getOpenedSize. | |||
2011-12-15 | DREAMWEB: Port 'helicopter' to C++ | Filippos Karapetis | |
2011-12-15 | DREAMWEB: Remove some unused global variables from the data blob | Filippos Karapetis | |
2011-12-15 | DREAMWEB: 'keypadax', 'keypadcx' are no longer needed | Filippos Karapetis | |
2011-12-15 | DREAMWEB: Port 'describeob', 'additionaltext' to C++ | Filippos Karapetis | |
2011-12-15 | DREAMWEB: Port 'usehandle', 'usealtar' to C++ | Filippos Karapetis | |