Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-29 | make poor GCC 2.95 uses happy | Max Horn | |
svn-id: r8091 | |||
2003-05-25 | Some additional warnings | Max Horn | |
svn-id: r7960 | |||
2003-04-26 | Make it possible to disable some/all of our three game modules ↵ | Max Horn | |
(scumm/simon/sky) with three flags in the Makefile svn-id: r7131 | |||
2003-03-23 | updated Mac OS X static build rule | Max Horn | |
svn-id: r6846 | |||
2003-02-26 | cleanup | Max Horn | |
svn-id: r6638 | |||
2003-02-07 | Oops | James Brown | |
svn-id: r6591 | |||
2003-02-07 | Patch 679354: ComI actor redraw patch | James Brown | |
svn-id: r6590 | |||
2002-12-31 | get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled ↵ | Max Horn | |
script dumping svn-id: r6284 | |||
2002-12-09 | change CFLAGS to CXXFLAGS | Max Horn | |
svn-id: r5896 | |||
2002-12-01 | OS X app bundle should contain static linked executable; 'bool' is part of ↵ | Max Horn | |
the C++ standard svn-id: r5795 | |||
2002-11-20 | use := instead of = | Max Horn | |
svn-id: r5643 | |||
2002-11-20 | Include simon debug options by default | Travis Howell | |
svn-id: r5642 | |||
2002-11-10 | Added a bundle target for OS X (creates an .app wrapper); Info.plist ↵ | Max Horn | |
contains some user information for that wrapper, like version & copyright (needs to be adjusted for releases) svn-id: r5514 | |||
2002-11-03 | no need to remove the debian/ dir anymore | Tore Anderson | |
svn-id: r5392 | |||
2002-11-02 | remove the debian/ dir before symlinking the dists/debian/ dir there, | Tore Anderson | |
to make the deb target in the makefile work svn-id: r5378 | |||
2002-11-01 | Added a deb target in the Makefile. | Tore Anderson | |
Removed the debian/ dir, or so I hope. svn-id: r5367 | |||
2002-10-27 | patch #628997 support for ogg vorbis instead of cd tracks by Daniel ↵ | Jonathan Gray | |
Schepler. Uncomment the relevant lines in the makefile to use svn-id: r5320 | |||
2002-10-23 | added some comments; conveniently allow to enable -Wshadow and -Werror | Max Horn | |
svn-id: r5268 | |||
2002-10-22 | added SIMONDEBUG to Makefile | Max Horn | |
svn-id: r5241 | |||
2002-10-08 | oops | Max Horn | |
svn-id: r5105 | |||
2002-10-08 | added methods to String class that convert a string to upper/lower case; ↵ | Max Horn | |
changed config class to keep all domains as lower case (fixes bug #scummvm) svn-id: r5104 | |||
2002-09-22 | taking out the -Werror again for now, till we have time to resolve some ↵ | Max Horn | |
other build warnings svn-id: r5002 | |||
2002-09-22 | added -Wno-unknown-pragmas to fix warnings related to #pragma mark | Max Horn | |
svn-id: r4996 | |||
2002-09-22 | don't tolerate warnings | Max Horn | |
svn-id: r4994 | |||
2002-09-09 | please be careful when commiting every modified file instead of only ↵ | Max Horn | |
commiting selected files :-) svn-id: r4912 | |||
2002-09-09 | patch attempts to fix the MI2 music bug pointed out in bug report #551028 | Jean-Yves Simon | |
svn-id: r4908 | |||
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn | |
svn-id: r4903 | |||
2002-08-24 | we are not using ncurses, are we? | Max Horn | |
svn-id: r4818 | |||
2002-08-21 | patch #598405 | Max Horn | |
svn-id: r4799 | |||
2002-08-21 | don't use OS X rules by default for SDL backend; use cp instead of ln to ↵ | Max Horn | |
create the local build.rules file svn-id: r4797 | |||
2002-08-21 | first go at modularizing the build system | Max Horn | |
svn-id: r4796 | |||
2002-08-21 | engine.* moved to common (where it belongs); added distclean target which ↵ | Max Horn | |
gets rid of the .deps dirs, too; removed -Isound svn-id: r4794 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 | |||
2002-07-25 | got rid of UNIX_X11 - instead, use UNIX + X11_BACKEND | Max Horn | |
svn-id: r4632 | |||
2002-07-09 | Dumb up filename case insensitivity | James Brown | |
svn-id: r4504 | |||
2002-06-17 | Add OpenGL support patch from Andre Souza | Travis Howell | |
svn-id: r4422 | |||
2002-06-14 | Reverse patch as requested by Endy | Travis Howell | |
svn-id: r4419 | |||
2002-06-14 | Add OpenGL support patch from Andre Souza | Travis Howell | |
svn-id: r4418 | |||
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 |