Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-11 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r28532 | |||
2007-08-11 | Main menu in Big Red Adventure is now available. Cursor is still ScummVM stock. | Nicola Mettifogo | |
svn-id: r28531 | |||
2007-08-11 | Moved core font management from Gfx to engine. Gfx still retains features ↵ | Nicola Mettifogo | |
related to displaying text on screen. svn-id: r28530 | |||
2007-08-11 | Added preliminary font support for Big Red Adventure. | Nicola Mettifogo | |
svn-id: r28529 | |||
2007-08-11 | Fix compiler warning | Max Horn | |
svn-id: r28528 | |||
2007-08-11 | Since splash screen graphics will be called slides (like in Nippon Safes), ↵ | Nicola Mettifogo | |
loading code has been moved to loadSlide. Related code in engine has been refactored as well. svn-id: r28527 | |||
2007-08-11 | Deleted some rotten comments. | Nicola Mettifogo | |
svn-id: r28526 | |||
2007-08-11 | Cleanup. | Nicola Mettifogo | |
svn-id: r28525 | |||
2007-08-11 | Overhaul of background/mask/path handling: | Nicola Mettifogo | |
- added new BackgroundInfo structure - added helper functions to aid management of BackgroundInfo. Engine is now responsible for allocation/deallocation. - simplified loading and handling of background resources. svn-id: r28524 | |||
2007-08-11 | Added new clone method to Palette object. | Nicola Mettifogo | |
svn-id: r28523 | |||
2007-08-11 | windows.h needs to be included before sdl.h, to avoid redefinition of ARRAYSIZE | Filippos Karapetis | |
svn-id: r28522 | |||
2007-08-11 | Updated the MSVC8 ScummVM project file for commit #28520 | Filippos Karapetis | |
svn-id: r28521 | |||
2007-08-11 | SDL backend cleanup (minor) | Max Horn | |
svn-id: r28520 | |||
2007-08-11 | Fix warning() format string | Max Horn | |
svn-id: r28518 | |||
2007-08-11 | Changed OSystem (A)RGBToColor and colorTo(A)RGB methods to use ColorMasks ↵ | Max Horn | |
templates; clarified some OSystem comments svn-id: r28517 | |||
2007-08-11 | make use of RGBToColor<ColorMasks> > template function | Max Horn | |
svn-id: r28516 | |||
2007-08-11 | Removing the DEAD MorphOS port | Max Horn | |
svn-id: r28515 | |||
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 | Fix compilation under MSVC8 (Added file_nes.h and file_nes.cpp to ↵ | Kari Salminen | |
scumm-project). svn-id: r28504 | |||
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 |