Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-07 | merged Makefile.macosx into master Makefile | Max Horn | |
svn-id: r4413 | |||
2002-05-25 | fixed a missplaced memset in akos code. Fixed a typo in the Makefile | Vincent Hamm | |
svn-id: r4384 | |||
2002-05-25 | Forgot to remove another SDLism from the X11 compilation :-) (no, no, | Lionel Ulmer | |
it's not on purpose to increase our SF stats :-) ). svn-id: r4383 | |||
2002-05-25 | Fix a little bit the Makefile to not have both UNIX and UNIX_X11 | Lionel Ulmer | |
defined when building the X11 driver. svn-id: r4382 | |||
2002-05-16 | Fix X11 compiling with the new unified Makefile and remove the old | Lionel Ulmer | |
Makefile.x11 svn-id: r4343 | |||
2002-05-16 | Added an ALSA sequencer support. Updated readme.txt to explain it, and | Nicolas Noble | |
Makefile to allow the user to enable it. I also reorganised the Makefile a bit, since there is now one more optionnal library. BBrox, I also merged your Makefile.x11 in it, just take a look at it! svn-id: r4341 | |||
2002-04-27 | Add config file support. Thanks |Pixel| :) | James Brown | |
svn-id: r4111 | |||
2002-04-27 | Makefile.mingw now uses Makefile.common, too | Max Horn | |
svn-id: r4105 | |||
2002-04-26 | Slightly revised Makefiles, now share common stuff in Makefile.common; added ↵ | Max Horn | |
simple Makefile for MacOS X svn-id: r4088 | |||
2002-04-17 | Removed mp3_cd reference | Nicolas Bacca | |
svn-id: r3983 | |||
2002-04-14 | Updated makefile | Ludvig Strigeus | |
svn-id: r3938 | |||
2002-04-13 | Added mididrv.cpp, removed USE_ADLIB | Ludvig Strigeus | |
svn-id: r3928 | |||
2002-04-13 | Added main.cpp and extra simon *.cpp files to makefiles | Travis Howell | |
svn-id: r3914 | |||
2002-04-05 | Fix minor typo | James Brown | |
svn-id: r3870 | |||
2002-04-05 | Fix mp3_cd support | James Brown | |
svn-id: r3869 | |||
2002-03-25 | Fixed most of the speed issues of insane | Vincent Hamm | |
svn-id: r3833 | |||
2002-03-25 | Various fix in insane | Vincent Hamm | |
svn-id: r3830 | |||
2002-03-25 | Fixed Makefile | Vincent Hamm | |
svn-id: r3827 | |||
2002-03-25 | Rechanged 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-25 | Moved the v3 specific version of readIndex | Vincent Hamm | |
svn-id: r3817 | |||
2002-03-24 | Fixed pal init | Vincent Hamm | |
svn-id: r3815 | |||
2002-03-24 | Fixed garbadge in inventory section. Removed unused library in the Makefile | Vincent Hamm | |
svn-id: r3806 | |||
2002-03-23 | Changed 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-10 | Apply some patches by syke to prevent buffer overruns, etc. | James Brown | |
svn-id: r3723 | |||
2002-03-06 | Preliminary smush playback support. | Vincent Hamm | |
svn-id: r3669 | |||
2002-03-06 | Final part of V7 merging process. The FULL_THROTTLE define is not required ↵ | Vincent Hamm | |
any more svn-id: r3660 | |||
2002-02-23 | Changed the scummVar system to a dynamic one. Started to remove all the ↵ | Vincent Hamm | |
reference to FULL_TROTTLE define. svn-id: r3624 | |||
2002-01-15 | Fixed two missing files from make dist. | Ludvig Strigeus | |
The scummvm-0.1.0 release was fixed also. svn-id: r3545 | |||
2002-01-13 | added missing fmopl.h for make dist | Ludvig Strigeus | |
svn-id: r3542 | |||
2001-12-28 | updated for akos.cpp | Ludvig Strigeus | |
svn-id: r3534 | |||
2001-12-02 | mistyped name of USE_ADLIB | Ludvig Strigeus | |
svn-id: r3519 | |||
2001-12-01 | fixed to compile on unix (again) | Ludvig Strigeus | |
svn-id: r3514 | |||
2001-12-01 | fixed to compile on unix | Ludvig Strigeus | |
svn-id: r3513 | |||
2001-11-19 | Merged Lionel Ulmer's support to play music in unix using | Claudio Matsuoka | |
Timidity. svn-id: r3501 | |||
2001-11-19 | Merged Tom Dunstan's debugger readline patch. Define | Claudio Matsuoka | |
HAVE_READLINE to enable it. svn-id: r3500 | |||
2001-11-14 | music support, | Ludvig Strigeus | |
fixed timing bugs svn-id: r3491 | |||
2001-11-09 | save/load dialog | Ludvig Strigeus | |
svn-id: r3478 | |||
2001-11-07 | Using `sdl-config --libs` as LIBS, will override for cross-build. | Claudio Matsuoka | |
svn-id: r3469 | |||
2001-11-06 | Re-added changes to allow cygwin and beos cross-compilation. | Claudio Matsuoka | |
svn-id: r3468 | |||
2001-11-05 | bug fixes, | Ludvig Strigeus | |
speech in dott svn-id: r3454 | |||
2001-11-03 | Using full path for SDL includes (-ISDL doesn't seem to work for | Claudio Matsuoka | |
native builds). svn-id: r3451 | |||
2001-11-03 | Replaced config-sdl {--flags,--libs} by the actual parameters, with | Claudio Matsuoka | |
no absolute paths, to allow cross-compilation to Cygwin and BeOS. Also made all objects depend on Makefile. svn-id: r3450 | |||
2001-10-23 | debugger skeleton implemented | Ludvig Strigeus | |
svn-id: r3443 | |||
2001-10-16 | preliminary DOTT support | Ludvig Strigeus | |
svn-id: r3433 | |||
2001-10-12 | 'make dist' supported | Ludvig Strigeus | |
svn-id: r3432 | |||
2001-10-09 | Autodetection of endianness. | Ludvig Strigeus | |
svn-id: r3412 | |||
2001-10-09 | Initial revision | Ludvig Strigeus | |
svn-id: r3408 |