aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-20M4: Removed the M4/MADS engine from trunkPaul Gilbert
2011-11-19DREAMWEB: Clean up loopWillem Jan Palenstijn
2011-11-19DREAMWEB: Minor cleanupWillem Jan Palenstijn
2011-11-19CREDITS: mark whoozle as retired in AUTHORSStrangerke
2011-11-19DREAMWEB: 'monprint' ported to C++Bertrand Augereau
2011-11-19AGOS: 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-19TSAGE: Properly update user interface when switching between characters in R2RWPaul Gilbert
2011-11-18DREAMWEB: Remove assert when assigning an invalid segmentRefWillem 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-18DREAMWEB: Fix compile error/typoWillem Jan Palenstijn
2011-11-18DREAMWEB: Add some sprite-related comments and namesWillem Jan Palenstijn
2011-11-18DREAMWEB: Clean up loopWillem Jan Palenstijn
2011-11-18DREAMWEB: 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-18DREAMWEB: Remove now unnecessary push/pop sequence in 'scrollmonitor'Bertrand Augereau
2011-11-18DREAMWEB: 'showcurrentfile' ported to C++Bertrand Augereau
NB: This commit doesn't change the (wrong) layout of the file text
2011-11-18DREAMWEB: 'scrollmonitor' ported to C++Bertrand Augereau
2011-11-18SWORD25: Fixed the language of the Croatian versionFilippos Karapetis
2011-11-18COMMON: Added Croatian language (for a localized version of BS2.5)Filippos Karapetis
2011-11-18DREAMWEB: 'worktoscreen' C++ flavour without dirtying the regsBertrand Augereau
2011-11-18DREAMWEB: Fix (bad stride)Bertrand Augereau
2011-11-18DREAMWEB: No register dirtying in DreamWebEngine::printUnderMonitorBertrand Augereau
2011-11-18DREAMWEB: Allow quitting in monitor sequencesBertrand Augereau
2011-11-18DREAMWEB: Cleaning in 'input'Bertrand Augereau
2011-11-18DREAMWEB: 'printchar' now has an overload that doesn't advance x for ↵Bertrand Augereau
convenience, and supports NULL output widthheight parameters
2011-11-18DREAMWEB: 'printcurs', 'delcurs' and 'hangoncurs' moved to monitor.cppBertrand Augereau
2011-11-18DREAMWEB: 'input' ported to C++Bertrand Augereau
2011-11-18DREAMWEB: monitor.cpp to mirror monitor.asmBertrand Augereau
2011-11-18DREAMWEB: 'deallocatemem' overload that takes a parameterBertrand Augereau
2011-11-18DREAMWEB: C++ hardcoding of an asm hardcoded file nameBertrand Augereau
2011-11-18DREAMWEB: 'usemon' ported to C++Bertrand Augereau
2011-11-18DREAMWEB: 'fadeupmonfirst' ported to C++Bertrand Augereau
2011-11-18DREAMWEB: 'printlogo' ported to C++Bertrand Augereau
2011-11-18DREAMWEB: 'fadeupyellows' ported to C++Bertrand Augereau
2011-11-18DREAMWEB: 'hangoncurs' ported to C++Bertrand Augereau
2011-11-18DREAMWEB: Wrapped kTextunder buffer in an accessorBertrand Augereau
2011-11-18DREAMWEB: 'delcurs' ported to C++Bertrand Augereau
2011-11-18KYRA: "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-18KYRA: Add some assert for debugging purposes.Johannes Schickel
2011-11-18GUI: Disable speech volume slider in subtitle only mode.Johannes Schickel
2011-11-17Merge pull request #114 from tsoliman/keymapper2Eugene Sandulenko
KEYMAPPER: Keymapper improvements 2
2011-11-18DREAMWEB: 'printcurs' ported to C++Bertrand Augereau
2011-11-18DREAMWEB: 'loadtempcharset' ported to C++Bertrand Augereau
2011-11-18DREAMWEB: 'loadintotemp', 'loadintotemp2', 'loadintotemp3' ported to C++Bertrand Augereau
2011-11-17SCI: Break the huge kernelFrameOut function into several smaller onesFilippos Karapetis
Also, prefix more class variables with underscores
2011-11-17SCI: Prefix class variables with underscoresFilippos Karapetis
2011-11-17CREDITS: Mark whoozle as retiredTorbjörn Andersson
He announced on scummvm-devel that he's leaving.
2011-11-17CREATE_PROJECT: Silence warnings 4345 globally and 4355 in DreamwebFilippos Karapetis
2011-11-17DREAMWEB: Use of the terser 'standardload' in 'readsetdata'Bertrand Augereau
2011-11-17DREAMWEB: 'standardload' ported to C++Bertrand Augereau
2011-11-17DREAWMEB: Cleaning of the sound loading in 'readsetdata'Bertrand Augereau
2011-11-17DREAMWEB: 'readsetdata' ported to C++Bertrand Augereau