aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2007-08-11Moved cursor handling from Gfx to engine subclasses.Nicola Mettifogo
2007-08-11Fixed warning.Torbjörn Andersson
2007-08-11Main menu in Big Red Adventure is now available. Cursor is still ScummVM stock.Nicola Mettifogo
2007-08-11Moved core font management from Gfx to engine. Gfx still retains features rel...Nicola Mettifogo
2007-08-11Added preliminary font support for Big Red Adventure.Nicola Mettifogo
2007-08-11Fix compiler warningMax Horn
2007-08-11Since splash screen graphics will be called slides (like in Nippon Safes), lo...Nicola Mettifogo
2007-08-11Deleted some rotten comments.Nicola Mettifogo
2007-08-11Cleanup.Nicola Mettifogo
2007-08-11Overhaul of background/mask/path handling:Nicola Mettifogo
2007-08-11Added new clone method to Palette object.Nicola Mettifogo
2007-08-11Fix warning() format stringMax Horn
2007-08-10Added Apple IIGS sample's true size calculation (A zero byte can end the samp...Kari Salminen
2007-08-10Parsing Apple IIGS wave info into more easily accessible variables in the mem...Kari Salminen
2007-08-09Removed an extra semicolon.Kari Salminen
2007-08-09Added code to load and display splash screens for BRA. The game crashes after...Nicola Mettifogo
2007-08-09Fix warning.Nicola Mettifogo
2007-08-09Encapsulated palette stuff into a new Palette object and got rid of a lot of ...Nicola Mettifogo
2007-08-09Added Apple IIGS instruments and wave file loading.\n(Apple IIGS music playin...Kari Salminen
2007-08-09Brought back and changed some variables from inside a #if 0 ... #endifKari Salminen
2007-08-09Removed old loadInstruments().Kari Salminen
2007-08-09Added a couple of new constants and modified an existing one.Kari Salminen
2007-08-09Fixed some memory leaks.Nicola Mettifogo
2007-08-09Add missing files. OooopsEugene Sandulenko
2007-08-09Fix compile warnings.Travis Howell
2007-08-09Remove excess ;Travis Howell
2007-08-08Put ScummNESFile class into separate file.Eugene Sandulenko
2007-08-08Add Spanish MM NES (2/2)Eugene Sandulenko
2007-08-08Add Spanish MM NES (1/2)Eugene Sandulenko
2007-08-08Added detection for Elvira 2 - German Amiga Floppy. Thanks to cartman on #scu...Kari Salminen
2007-08-08Removed some duplicated code.Nicola Mettifogo
2007-08-08(Finally) fixed the turning around counterclockwise in Lost in Time.Sven Hesse
2007-08-07Fixing my leak fix...Sven Hesse
2007-08-07Stuffing a leakSven Hesse
2007-08-07Fix memory leak.Nicola Mettifogo
2007-08-07Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan...Nicola Mettifogo
2007-08-07MaskBuffer and PathBuffer are now correctly freed before they are deallocated...Nicola Mettifogo
2007-08-07Cleanup.Nicola Mettifogo
2007-08-07Location comments are now displayed by a single Gfx function.Nicola Mettifogo
2007-08-06- Renamed BitBuffer to MaskBufferNicola Mettifogo
2007-08-06Made sure mask buffer is zeroed to prevent bizarre artifacts.Nicola Mettifogo
2007-08-06fixed loading of savestates on startupGregory Montoir
2007-08-06Made disk code directly create background Surface from resources.Nicola Mettifogo
2007-08-06Removed useless mask width and size data members from engine.Nicola Mettifogo
2007-08-06Made disk code directly create mask BitBuffer from resources.Nicola Mettifogo
2007-08-06Cleanup.Nicola Mettifogo
2007-08-06Changed graphics mask to a more generic BitBuffer object.Nicola Mettifogo
2007-08-06Made thickness of balloon borders consistent with original games.Nicola Mettifogo
2007-08-06Changed internal graphics buffers to use Surface instead of vanilla arrays. S...Nicola Mettifogo
2007-08-06User can now quit (using shortcuts) when asked for ingame protection code.Nicola Mettifogo