Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-06 | Adding my German version of Playtoons 2 ("Rummelsdorf hoch zwei") | Sven Hesse | |
svn-id: r41219 | |||
2009-06-06 | Add logic stub for Backyard Basketball. | Travis Howell | |
svn-id: r41217 | |||
2009-06-06 | Some uint8 -> byte conversions | Filippos Karapetis | |
svn-id: r41216 | |||
2009-06-06 | Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used) | Filippos Karapetis | |
svn-id: r41215 | |||
2009-06-06 | Objectified the graphics driver | Filippos Karapetis | |
svn-id: r41214 | |||
2009-06-06 | Disabled the execution of scripts when doing a user wait - this prevents ↵ | Paul Gilbert | |
animated backgrounds from jerking to new positions once the mouse has been pressed svn-id: r41210 | |||
2009-06-06 | Bugfix to show the title screen at the correct speed when restarting the game | Paul Gilbert | |
svn-id: r41208 | |||
2009-06-06 | Bugfix for display when multiple user waits follow each other | Paul Gilbert | |
svn-id: r41207 | |||
2009-06-06 | SCI: Moved the handling of 65535.map into the resource manager. | Walter van Niftrik | |
svn-id: r41205 | |||
2009-06-05 | Cleanup | Filippos Karapetis | |
svn-id: r41202 | |||
2009-06-05 | LOL: minor bug fix | Florian Kagerer | |
svn-id: r41201 | |||
2009-06-05 | LOL: implemented another opcode | Florian Kagerer | |
svn-id: r41199 | |||
2009-06-05 | Moved some more debug commands to ScummVM's coneole and removed some unused code | Filippos Karapetis | |
svn-id: r41198 | |||
2009-06-05 | Removed some unused code and performed some cleanup | Filippos Karapetis | |
svn-id: r41197 | |||
2009-06-05 | Tweaks to the code that pauses for a mouse press when displaying many text ↵ | Paul Gilbert | |
messages svn-id: r41196 | |||
2009-06-05 | Minor cleanup. | Travis Howell | |
svn-id: r41189 | |||
2009-06-05 | Fix issues selecting some items in arttime and football. | Travis Howell | |
svn-id: r41188 | |||
2009-06-05 | SCI: Audio: Fixed bug in sample length computation. | Walter van Niftrik | |
svn-id: r41186 | |||
2009-06-05 | Update sound code in HE80+ games, for sound rate differences. | Travis Howell | |
svn-id: r41185 | |||
2009-06-04 | SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE, | Walter van Niftrik | |
but use native endianness. Thanks to clone2727 for pointing this out. svn-id: r41181 | |||
2009-06-04 | SCI: Made some members of class Resource protected; some cleanup | Max Horn | |
svn-id: r41180 | |||
2009-06-04 | LOL: implemented Vaelan's cube | Florian Kagerer | |
svn-id: r41179 | |||
2009-06-04 | oops | Max Horn | |
svn-id: r41178 | |||
2009-06-04 | SCI: Renamed EngineState::flags and version to _flags and _version ↵ | Max Horn | |
(following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant svn-id: r41177 | |||
2009-06-04 | SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the ↵ | Max Horn | |
kernel func map in kernel.cpp a bit svn-id: r41176 | |||
2009-06-04 | SCI: Added MemObject::isValidOffset method; use it to simplify ↵ | Max Horn | |
determine_reg_type svn-id: r41175 | |||
2009-06-04 | SCI: Slightly modified kAddAfter so that it does not modify its arguments ↵ | Max Horn | |
needlessly svn-id: r41174 | |||
2009-06-04 | SCI: cleanup | Max Horn | |
svn-id: r41173 | |||
2009-06-04 | SCI: Added FIXME comment to not_register() | Max Horn | |
svn-id: r41172 | |||
2009-06-04 | SCI: Audio: Fixed bug in reading of SOL header. | Walter van Niftrik | |
svn-id: r41171 | |||
2009-06-04 | SCI: Added support for early SCI1.1 audio maps. | Walter van Niftrik | |
svn-id: r41170 | |||
2009-06-04 | SCI: Message: Added support for escape sequences. | Walter van Niftrik | |
svn-id: r41169 | |||
2009-06-04 | SCI: Moved MemObject code into a separate source file | Max Horn | |
svn-id: r41166 | |||
2009-06-04 | SCI: cleanup | Max Horn | |
svn-id: r41165 | |||
2009-06-04 | SCI: Support for 16-bit DPCM. | Walter van Niftrik | |
svn-id: r41164 | |||
2009-06-04 | SCI: Renamed various debug related global variables to have a g_ prefix; and ↵ | Max Horn | |
moved any 'extern' decls of them into a new header file svn-id: r41163 | |||
2009-06-04 | gob : _spriteBottom incorrectly saved and restored in Draw_v2::spriteOperation | Arnaud Boutonné | |
svn-id: r41160 | |||
2009-06-04 | Reordered the numpad keys so that they make more sense, and simplified the ↵ | Filippos Karapetis | |
code which returns the values of shifted function keys svn-id: r41155 | |||
2009-06-04 | Turned debug_weak_validations on by default again, as apparently some games ↵ | Filippos Karapetis | |
like SQ3 fail in some validations (e.g. when loading). Also, fixed a potential out of bounds access when copying the value of __FILE__ into a buffer (as its value can be quite long in some cases). svn-id: r41154 | |||
2009-06-03 | Silence some unused variable warnings. | Johannes Schickel | |
svn-id: r41149 | |||
2009-06-03 | LOL: implemented guardian spell | Florian Kagerer | |
svn-id: r41148 | |||
2009-06-03 | LOL: implemented opcode required for catwalk caves | Florian Kagerer | |
svn-id: r41147 | |||
2009-06-03 | SCI: Added some of the missing pieces for speech support in CD games. It now ↵ | Walter van Niftrik | |
partially works. svn-id: r41146 | |||
2009-06-03 | LOL: implemented mist of doom spell | Florian Kagerer | |
svn-id: r41145 | |||
2009-06-03 | Silence unused variable warning. | Johannes Schickel | |
svn-id: r41144 | |||
2009-06-03 | Fix warning about signed vs. unsigned comparison. | Johannes Schickel | |
svn-id: r41143 | |||
2009-06-03 | tinsel: fixed endianess issue in psx palette remapper | Fabio Battaglia | |
svn-id: r41142 | |||
2009-06-03 | Moved some more console commands to ScummVM's console | Filippos Karapetis | |
svn-id: r41141 | |||
2009-06-03 | LOL: fixed minor bug in shakeScene() which caused a graphics glitch when ↵ | Florian Kagerer | |
dropping into pits svn-id: r41140 | |||
2009-06-03 | - Moved the engine state and the console to be private members of SciEngine | Filippos Karapetis | |
- Implemented pauseEngineIntern() - Music now stops and resumes when entering/leaving the debugger svn-id: r41139 |