aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2002-04-05Fix mp3_cd supportJames Brown
svn-id: r3869
2002-03-25Fixed most of the speed issues of insaneVincent Hamm
svn-id: r3833
2002-03-25Various fix in insaneVincent Hamm
svn-id: r3830
2002-03-25Fixed MakefileVincent Hamm
svn-id: r3827
2002-03-25Rechanged the way the scumm class is choose (sorry, can't make up my mind). ↵Vincent Hamm
Implemented the different versions of loadCharset svn-id: r3820
2002-03-25Moved the v3 specific version of readIndexVincent Hamm
svn-id: r3817
2002-03-24Fixed pal initVincent Hamm
svn-id: r3815
2002-03-24Fixed garbadge in inventory section. Removed unused library in the MakefileVincent Hamm
svn-id: r3806
2002-03-23Changed the way games are detected. Now the detection is done out of the ↵Vincent Hamm
scumm object. We can now create de good scumm object depending of the game detected. Warning: the implementation is not yet finalised and the in game gui is more broken than ever.... svn-id: r3802
2002-03-10Apply some patches by syke to prevent buffer overruns, etc.James Brown
svn-id: r3723
2002-03-06Preliminary smush playback support.Vincent Hamm
svn-id: r3669
2002-03-06Final part of V7 merging process. The FULL_THROTTLE define is not required ↵Vincent Hamm
any more svn-id: r3660
2002-02-23Changed the scummVar system to a dynamic one. Started to remove all the ↵Vincent Hamm
reference to FULL_TROTTLE define. svn-id: r3624
2002-01-15Fixed two missing files from make dist.Ludvig Strigeus
The scummvm-0.1.0 release was fixed also. svn-id: r3545
2002-01-13added missing fmopl.h for make distLudvig Strigeus
svn-id: r3542
2001-12-28updated for akos.cppLudvig Strigeus
svn-id: r3534
2001-12-02mistyped name of USE_ADLIBLudvig Strigeus
svn-id: r3519
2001-12-01fixed to compile on unix (again)Ludvig Strigeus
svn-id: r3514
2001-12-01fixed to compile on unixLudvig Strigeus
svn-id: r3513
2001-11-19Merged Lionel Ulmer's support to play music in unix usingClaudio Matsuoka
Timidity. svn-id: r3501
2001-11-19Merged Tom Dunstan's debugger readline patch. DefineClaudio Matsuoka
HAVE_READLINE to enable it. svn-id: r3500
2001-11-14music support,Ludvig Strigeus
fixed timing bugs svn-id: r3491
2001-11-09save/load dialogLudvig Strigeus
svn-id: r3478
2001-11-07Using `sdl-config --libs` as LIBS, will override for cross-build.Claudio Matsuoka
svn-id: r3469
2001-11-06Re-added changes to allow cygwin and beos cross-compilation.Claudio Matsuoka
svn-id: r3468
2001-11-05bug fixes,Ludvig Strigeus
speech in dott svn-id: r3454
2001-11-03Using full path for SDL includes (-ISDL doesn't seem to work forClaudio Matsuoka
native builds). svn-id: r3451
2001-11-03Replaced config-sdl {--flags,--libs} by the actual parameters, withClaudio Matsuoka
no absolute paths, to allow cross-compilation to Cygwin and BeOS. Also made all objects depend on Makefile. svn-id: r3450
2001-10-23debugger skeleton implementedLudvig Strigeus
svn-id: r3443
2001-10-16preliminary DOTT supportLudvig Strigeus
svn-id: r3433
2001-10-12'make dist' supportedLudvig Strigeus
svn-id: r3432
2001-10-09Autodetection of endianness.Ludvig Strigeus
svn-id: r3412
2001-10-09Initial revisionLudvig Strigeus
svn-id: r3408