Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-20 | DREAMWEB: Accessor for kTempcharset | Bertrand Augereau | |
2011-11-20 | DREAMWEB: Accessors for kTempGraphics | Bertrand Augereau | |
2011-11-20 | DREAMWEB: 'accesslighton' and 'accesslightoff' ported to C++ | Bertrand Augereau | |
2011-11-20 | QUEEN: Remove unused variable | Torbjörn Andersson | |
As far as I can tell, this 'canQuit' variable (originally 'CANTQUIT') has been replaced by the _vm->input->canQuit() method in all other cases. However, I'm not at all sure what effect this change will have. | |||
2011-11-20 | GUI: Update translations by using "make update-translations". | Johannes Schickel | |
2011-11-20 | ALL: More m4 removal. | Johannes Schickel | |
Thanks to digitall for spotting the occurance in engines.mk. | |||
2011-11-20 | BUILD: Add Debian packaging files supplied by jmm@debian.org. | D G Turner | |
2011-11-20 | AUDIO: Very small formatting fix. | Johannes Schickel | |
2011-11-20 | ALL: Remove more m4/mads leftovers. | Johannes Schickel | |
Some project files (iPhone) and backend files (Symbian) still reference m4.dat, but I know not enough on how to remove that without breaking something. | |||
2011-11-20 | M4: Remove M4 engine from credits.pl | Paul Gilbert | |
2011-11-20 | M4: Removed the M4/MADS engine from trunk | Paul Gilbert | |
2011-11-19 | DREAMWEB: Clean up loop | Willem Jan Palenstijn | |
2011-11-19 | DREAMWEB: Minor cleanup | Willem Jan Palenstijn | |
2011-11-19 | CREDITS: mark whoozle as retired in AUTHORS | Strangerke | |
2011-11-19 | DREAMWEB: 'monprint' ported to C++ | Bertrand Augereau | |
2011-11-19 | AGOS: Fix using saved games from the CD versions of Simon the Sorcerer 2, on ↵ | Travis Howell | |
the floppy disk versions of Simon the Sorcerer 2. | |||
2011-11-19 | TSAGE: Properly update user interface when switching between characters in R2RW | Paul Gilbert | |
2011-11-18 | DREAMWEB: Remove assert when assigning an invalid segmentRef | Willem Jan Palenstijn | |
This is a valid operation when it is performed by a push/pop pair to save/restore an invalidated segment register, which happens when you die. Actually dereferencing this invalid segmentRef will still trigger other existing asserts. | |||
2011-11-18 | DREAMWEB: Fix compile error/typo | Willem Jan Palenstijn | |
2011-11-18 | DREAMWEB: Add some sprite-related comments and names | Willem Jan Palenstijn | |
2011-11-18 | DREAMWEB: Clean up loop | Willem Jan Palenstijn | |
2011-11-18 | DREAMWEB: Comment in 'showcurrentfile' about the file not being displayed in ↵ | Bertrand Augereau | |
the frame in te upper right corner when you do a LIST | |||
2011-11-18 | DREAMWEB: Remove now unnecessary push/pop sequence in 'scrollmonitor' | Bertrand Augereau | |
2011-11-18 | DREAMWEB: 'showcurrentfile' ported to C++ | Bertrand Augereau | |
NB: This commit doesn't change the (wrong) layout of the file text | |||
2011-11-18 | DREAMWEB: 'scrollmonitor' ported to C++ | Bertrand Augereau | |
2011-11-18 | SWORD25: Fixed the language of the Croatian version | Filippos Karapetis | |
2011-11-18 | COMMON: Added Croatian language (for a localized version of BS2.5) | Filippos Karapetis | |
2011-11-18 | DREAMWEB: 'worktoscreen' C++ flavour without dirtying the regs | Bertrand Augereau | |
2011-11-18 | DREAMWEB: Fix (bad stride) | Bertrand Augereau | |
2011-11-18 | DREAMWEB: No register dirtying in DreamWebEngine::printUnderMonitor | Bertrand Augereau | |
2011-11-18 | DREAMWEB: Allow quitting in monitor sequences | Bertrand Augereau | |
2011-11-18 | DREAMWEB: Cleaning in 'input' | Bertrand Augereau | |
2011-11-18 | DREAMWEB: 'printchar' now has an overload that doesn't advance x for ↵ | Bertrand Augereau | |
convenience, and supports NULL output widthheight parameters | |||
2011-11-18 | DREAMWEB: 'printcurs', 'delcurs' and 'hangoncurs' moved to monitor.cpp | Bertrand Augereau | |
2011-11-18 | DREAMWEB: 'input' ported to C++ | Bertrand Augereau | |
2011-11-18 | DREAMWEB: monitor.cpp to mirror monitor.asm | Bertrand Augereau | |
2011-11-18 | DREAMWEB: 'deallocatemem' overload that takes a parameter | Bertrand Augereau | |
2011-11-18 | DREAMWEB: C++ hardcoding of an asm hardcoded file name | Bertrand Augereau | |
2011-11-18 | DREAMWEB: 'usemon' ported to C++ | Bertrand Augereau | |
2011-11-18 | DREAMWEB: 'fadeupmonfirst' ported to C++ | Bertrand Augereau | |
2011-11-18 | DREAMWEB: 'printlogo' ported to C++ | Bertrand Augereau | |
2011-11-18 | DREAMWEB: 'fadeupyellows' ported to C++ | Bertrand Augereau | |
2011-11-18 | DREAMWEB: 'hangoncurs' ported to C++ | Bertrand Augereau | |
2011-11-18 | DREAMWEB: Wrapped kTextunder buffer in an accessor | Bertrand Augereau | |
2011-11-18 | DREAMWEB: 'delcurs' ported to C++ | Bertrand Augereau | |
2011-11-18 | KYRA: "Fix" bug #3166235 "KYRA: Crash on startup on OS X due to invalid PAK ↵ | Johannes Schickel | |
file". Now we can show such errors in the debugger, since we initialize and the screen resolution and the debugger before initializing the resource manager. This allows our error function to open up the debugger and show the error at least. A better feedback to the user might be desirable, but it is not really feasible with our current possibilites for error reporting. | |||
2011-11-18 | KYRA: Add some assert for debugging purposes. | Johannes Schickel | |
2011-11-18 | GUI: Disable speech volume slider in subtitle only mode. | Johannes Schickel | |
2011-11-17 | Merge pull request #114 from tsoliman/keymapper2 | Eugene Sandulenko | |
KEYMAPPER: Keymapper improvements 2 | |||
2011-11-18 | DREAMWEB: 'printcurs' ported to C++ | Bertrand Augereau | |