aboutsummaryrefslogtreecommitdiff
path: root/resource.cpp
AgeCommit message (Expand)Author
2002-07-16biiig checkin: removed more stuff from scumm.h; added new headers resource.h ...Max Horn
2002-07-10indent runMax Horn
2002-07-09Dumb up filename case insensitivityJames Brown
2002-07-07indent runMax Horn
2002-07-04Theres nothing to see here...James Brown
2002-07-02added some hackish support for the DIGI SFX format used in Putt-Putt demoMax Horn
2002-06-29Remove extranous debug linesJames Brown
2002-06-29Start of (non-functional) Simon2dos support.James Brown
2002-06-27Basic putt-putt game support.James Brown
2002-06-25Add keyboard mouse support, remove case sensitivity for resource filesJames Brown
2002-06-18Check for trailing slash on pathnamesJames Brown
2002-05-23removed/disabled debug codeMax Horn
2002-05-22Fix typoJames Brown
2002-05-22Fix Zaks money. This may break Loom, I made the check fairly generic.James Brown
2002-05-17added support for Mac1 sounds resources (appear in MI1/MacOS version). Still ...Max Horn
2002-05-14added #include "actor.h", some minor tweaksMax Horn
2002-05-14some cleanupMax Horn
2002-05-13The DIG SFX support - thanks to aquadranJames Brown
2002-05-12make unknown sound basetags only generate a warning not an error (works aroun...Max Horn
2002-05-11fixed Indy 4 crash with a hackMax Horn
2002-05-08Fix a mistake in the resource loader.James Brown
2002-05-05added 'SPK ' music type, appears in Mac version of Monkey 2Max Horn
2002-05-05Fixed some things for Macintosh portsEnrico Rolfi
2002-05-01Removed ScummVM's private alloc / free / realloc functions. If I breakLionel Ulmer
2002-04-27MP3 CD tracks should now be working properly.Lionel Ulmer
2002-04-26Fix for the DOTTDEMO memory overwrite crash that happened at least on MorphOSRuediger Hanke
2002-04-26Added 'MAC ' subtype of 'SOU ', used in MacOS variants of some games, and con...Max Horn
2002-04-26Add enhanced debugging patch.James Brown
2002-04-24Fix Indy4/MI2 crash due to VirtScroll code.James Brown
2002-04-23Major V7 update with vertical scrolling. Added a few scumm vars related to sc...Vincent Hamm
2002-04-21Some new V7 scummvars. Implemented custom scale table in AKOS codec 1Vincent Hamm
2002-04-16endian fixes,Ludvig Strigeus
2002-04-13new midi driver API,Ludvig Strigeus
2002-04-13Fix various warnings, and things preventing non-win32 platforms from compiling.James Brown
2002-04-12new video engine (expect broken non-sdl builds),Ludvig Strigeus
2002-04-11Large pointless reindentation of all the code. Also fixed a few mistakesJames Brown
2002-04-11various code cleanupsLudvig Strigeus
2002-03-31Fix charset background problem in VCNicolas Bacca
2002-03-25Rechanged the way the scumm class is choose (sorry, can't make up my mind). I...Vincent Hamm
2002-03-25Moved the v3 specific version of readIndexVincent Hamm
2002-03-24Fixed pal initVincent Hamm
2002-03-23Implemented the read resource index as the first virtual fonction...Vincent Hamm
2002-03-20I know it probably doesn't look like much, but this is a start to the reorg -...James Brown
2002-03-18Fixed boxes but 1 bug remain. Broke a little indy3 while fixing object flagsVincent Hamm
2002-03-16MorphOS port (sdl version) + endian fixes for big endian machines.James Brown
2002-03-16Update to my latest local tree. Various stuff - and a fixme hack by khalek to...James Brown
2002-03-16Lots of stuff - GUI fixes. More launcher work... and CD music working in MI1....James Brown
2002-03-14Make some code-execution changes to allow early initilisation of GUI.James Brown
2002-03-14Rewire the MIDI subsystem to use drivers selecting from the commandline.James Brown
2002-03-10Apply some patches by syke to prevent buffer overruns, etc.James Brown