aboutsummaryrefslogtreecommitdiff
path: root/resource.cpp
AgeCommit message (Expand)Author
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
2002-03-09Fixed some bugs to let scummvm work on big endian machines (macintosh)Enrico Rolfi
2002-03-08Some changes, need to be done to get the Mac Port running. For example Point ...Mutwin Kraus
2002-03-08Yet more cleanups. Remove 'index' (reserved keyword), and remove 'res' shadow...James Brown
2002-03-06Final part of V7 merging process. The FULL_THROTTLE define is not required an...Vincent Hamm
2002-03-05More v7 implementationVincent Hamm
2002-03-05Fixed a few things with V7 and samnmax midi (still not working)Vincent Hamm
2002-03-02LoomCD fix. Thanks khalek.James Brown
2002-02-27Added an option to specify the game data pathVincent Hamm
2002-02-24Code cleanup - get rid of a bunch of typecast and unused variable warnings.James Brown
2002-02-23Changed the scummVar system to a dynamic one. Started to remove all the refer...Vincent Hamm
2002-02-20Removed the need for subdirectory for V5 and latter gamesVincent Hamm
2002-02-20Fixed a resource bug when reading font filesVincent Hamm
2002-02-17Indy3 charset crash fix.James Brown
2002-02-16Zak256 charset support... Ego text doesn't work, someone else want to take a ...James Brown
2002-02-15Partialy fixed Indy3 introVincent Hamm
2002-02-13a few fix for Zak256Vincent Hamm
2002-02-12*** empty log message ***Vincent Hamm
2002-02-12Oops, fixing a typo.James Brown
2002-02-12Further LFL additions. Zak256 plays bits of its intro, and LoomCD partially r...James Brown
2002-02-12First part of Yazoo and mines work on making older scumm games work.James Brown
2001-12-27fixed invalid format string in validateResourceLudvig Strigeus