Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-11 | Fix warning() format string | Max Horn | |
svn-id: r28518 | |||
2007-08-10 | Added Apple IIGS sample's true size calculation (A zero byte can end the ↵ | Kari Salminen | |
sample prematurely). svn-id: r28514 | |||
2007-08-10 | Parsing Apple IIGS wave info into more easily accessible variables in the ↵ | Kari Salminen | |
memory. svn-id: r28513 | |||
2007-08-09 | Removed an extra semicolon. | Kari Salminen | |
svn-id: r28512 | |||
2007-08-09 | Added code to load and display splash screens for BRA. The game crashes ↵ | Nicola Mettifogo | |
afterwards. svn-id: r28511 | |||
2007-08-09 | Fix warning. | Nicola Mettifogo | |
svn-id: r28510 | |||
2007-08-09 | Encapsulated palette stuff into a new Palette object and got rid of a lot of ↵ | Nicola Mettifogo | |
#defines. This should ease handling of palettes in different versions of the engine. svn-id: r28509 | |||
2007-08-09 | Added Apple IIGS instruments and wave file loading.\n(Apple IIGS music ↵ | Kari Salminen | |
playing is broken at the moment). svn-id: r28508 | |||
2007-08-09 | Brought back and changed some variables from inside a #if 0 ... #endif | Kari Salminen | |
svn-id: r28507 | |||
2007-08-09 | Removed old loadInstruments(). | Kari Salminen | |
svn-id: r28506 | |||
2007-08-09 | Added a couple of new constants and modified an existing one. | Kari Salminen | |
svn-id: r28505 | |||
2007-08-09 | Fixed some memory leaks. | Nicola Mettifogo | |
svn-id: r28503 | |||
2007-08-09 | Add missing files. Oooops | Eugene Sandulenko | |
svn-id: r28502 | |||
2007-08-09 | Fix compile warnings. | Travis Howell | |
svn-id: r28501 | |||
2007-08-09 | Remove excess ; | Travis Howell | |
svn-id: r28499 | |||
2007-08-08 | Put ScummNESFile class into separate file. | Eugene Sandulenko | |
svn-id: r28497 | |||
2007-08-08 | Add Spanish MM NES (2/2) | Eugene Sandulenko | |
svn-id: r28496 | |||
2007-08-08 | Add Spanish MM NES (1/2) | Eugene Sandulenko | |
svn-id: r28494 | |||
2007-08-08 | Added detection for Elvira 2 - German Amiga Floppy. Thanks to cartman on ↵ | Kari Salminen | |
#scummvm for submitting the info. svn-id: r28492 | |||
2007-08-08 | Removed some duplicated code. | Nicola Mettifogo | |
svn-id: r28491 | |||
2007-08-08 | (Finally) fixed the turning around counterclockwise in Lost in Time. | Sven Hesse | |
svn-id: r28488 | |||
2007-08-07 | Fixing my leak fix... | Sven Hesse | |
svn-id: r28487 | |||
2007-08-07 | Stuffing a leak | Sven Hesse | |
svn-id: r28486 | |||
2007-08-07 | Fix memory leak. | Nicola Mettifogo | |
svn-id: r28485 | |||
2007-08-07 | Turned StaticCnv struct into stock Graphics::Surface, and changed all ↵ | Nicola Mettifogo | |
relevant code. svn-id: r28484 | |||
2007-08-07 | MaskBuffer and PathBuffer are now correctly freed before they are ↵ | Nicola Mettifogo | |
deallocated, and so is background Surface. svn-id: r28483 | |||
2007-08-07 | Cleanup. | Nicola Mettifogo | |
svn-id: r28482 | |||
2007-08-07 | Location comments are now displayed by a single Gfx function. | Nicola Mettifogo | |
svn-id: r28481 | |||
2007-08-06 | - Renamed BitBuffer to MaskBuffer | Nicola Mettifogo | |
- Added PathBuffer to handle 1-bit buffers for walkable areas - Changed relevant walk code to use PathBuffer objects for querying screen dimensions. svn-id: r28478 | |||
2007-08-06 | Made sure mask buffer is zeroed to prevent bizarre artifacts. | Nicola Mettifogo | |
svn-id: r28477 | |||
2007-08-06 | fixed loading of savestates on startup | Gregory Montoir | |
svn-id: r28476 | |||
2007-08-06 | Made disk code directly create background Surface from resources. | Nicola Mettifogo | |
svn-id: r28475 | |||
2007-08-06 | Removed useless mask width and size data members from engine. | Nicola Mettifogo | |
svn-id: r28474 | |||
2007-08-06 | Made disk code directly create mask BitBuffer from resources. | Nicola Mettifogo | |
svn-id: r28473 | |||
2007-08-06 | Cleanup. | Nicola Mettifogo | |
svn-id: r28472 | |||
2007-08-06 | Changed graphics mask to a more generic BitBuffer object. | Nicola Mettifogo | |
svn-id: r28471 | |||
2007-08-06 | Made thickness of balloon borders consistent with original games. | Nicola Mettifogo | |
svn-id: r28470 | |||
2007-08-06 | Changed internal graphics buffers to use Surface instead of vanilla arrays. ↵ | Nicola Mettifogo | |
ScummVM's stock surfaces are used for the moment. svn-id: r28469 | |||
2007-08-06 | User can now quit (using shortcuts) when asked for ingame protection code. | Nicola Mettifogo | |
svn-id: r28468 | |||
2007-08-06 | Fixes bug #1766217 (flickering monk), and prevents animations from stepping ↵ | Nicola Mettifogo | |
back one frame when a dialogue starts. This is part of the regression introduced when screen refreshes were cut down. svn-id: r28467 | |||
2007-08-06 | Added workaround for bugged scripts not declaring local variables before ↵ | Nicola Mettifogo | |
using them (as a sample, see balzo.script in Amiga versions). svn-id: r28466 | |||
2007-08-06 | Ooops, correction to last commit. | Travis Howell | |
svn-id: r28465 | |||
2007-08-06 | Fix bug #1768080 - FEEBLE: Wrong text display in Oracle. A regression, ↵ | Travis Howell | |
caused by slight difference in charset code for FF/PP. svn-id: r28463 | |||
2007-08-05 | Removed unused fields | Paul Gilbert | |
svn-id: r28458 | |||
2007-08-05 | Added code for hotspot fields I didn't originally understand | Paul Gilbert | |
svn-id: r28457 | |||
2007-08-05 | Possible fix for bug #1767748 (Gobliiins is not fast as it can be on slow ↵ | Sven Hesse | |
computers) svn-id: r28456 | |||
2007-08-04 | Fixes bug #1765310. Counter needs to be reset at the beginning of each ↵ | Nicola Mettifogo | |
iteration. svn-id: r28451 | |||
2007-08-04 | Added routine to restore door backgrounds: this means that backgrounds for ↵ | Nicola Mettifogo | |
door and get zones are now handled by two different sets of routines. This fixes bugs #1765191 and #1762643 (it was actually the same bug). svn-id: r28449 | |||
2007-08-04 | Fixes compilation error C2677: binary '&&' : no global operator found which ↵ | Kari Salminen | |
takes type 'const Kyra::Opcode' (or there is no acceptable conversion) on Windows (VS2003), Xbox (VS2003) and Xbox 360 (VS2005). For some reason the compilers didn't automatically use the operator bool() in the Kyra::Opcode so now doing it explicitly. Thanks to Carch for reporting the compilation problems. svn-id: r28447 | |||
2007-08-04 | Fixes compilation error C2666: 'pow' : 7 overloads have similar conversions ↵ | Kari Salminen | |
on Windows (VS2003), Xbox (VS2003) and Xbox 360 (VS2005). Thanks to Carch for reporting the compilation problems. svn-id: r28446 |