Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-18 | change output to be consistent | Jonathan Gray | |
svn-id: r12469 | |||
2004-01-18 | Copy mpeg2 status to BS1 as well. | James Brown | |
svn-id: r12466 | |||
2004-01-14 | * /execute/ the binary too. don't only compile it | Oliver Kiehl | |
* actually 0.3.2 is sufficient. no need for 0.4.0 svn-id: r12382 | |||
2004-01-14 | fix path specifiers | Jonathan Gray | |
svn-id: r12371 | |||
2004-01-14 | number implies version | Jonathan Gray | |
svn-id: r12370 | |||
2004-01-14 | Fix libmpeg2 version check. FreeBSD ports collection usually lags with | Eugene Sandulenko | |
newer package version, so current one has libmpeg2 0.3.1. Although it got passed by configure script. Now it is fixed. svn-id: r12366 | |||
2004-01-14 | Missed one. | Travis Howell | |
svn-id: r12364 | |||
2004-01-13 | add autodetection for libmpeg2, while it checks for 0.4.0 and up it doesn't ↵ | Jonathan Gray | |
warn the user to upgrade if they have an older version just disables svn-id: r12352 | |||
2004-01-12 | Initial libmpeg2 cutscene support based on patch #874510. | James Brown | |
Pre-converted cutscenes w/ palette files available - ask LeChuck about Cutscenes :) svn-id: r12338 | |||
2003-12-25 | Enable INSANE by default. | Eugene Sandulenko | |
Later #ifdef INSANE may go away at all svn-id: r11901 | |||
2003-12-16 | Add sword1 | Travis Howell | |
svn-id: r11674 | |||
2003-12-10 | detect zlib in configure script; use it by default, if available | Max Horn | |
svn-id: r11544 | |||
2003-12-06 | Fixed potential bug in field separation shell variable. For some reason | Eugene Sandulenko | |
tab character got substituted by spaces. svn-id: r11508 | |||
2003-12-05 | Define HAS_ALTIVEC on OS X (should do a proper test here, in case we are run ↵ | Max Horn | |
on Darwin/x86, but for now I am lazy) svn-id: r11503 | |||
2003-11-16 | Patch #842988 (sev) - fix bugs in sdl-config detection | James Brown | |
svn-id: r11305 | |||
2003-10-18 | enabled Altivec on OSX machines | Max Horn | |
svn-id: r10902 | |||
2003-10-14 | let beos users use configure script, default to assuming unix like system if ↵ | Jonathan Gray | |
no match svn-id: r10800 | |||
2003-10-06 | Should make --disable-queen work, suggested by Nightweaver. | David Eriksson | |
svn-id: r10632 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-09-28 | queen initial import | Joost Peters | |
svn-id: r10462 | |||
2003-09-17 | some tweaks to the build system (work toward plugin support) | Max Horn | |
svn-id: r10279 | |||
2003-08-23 | fix --disable-engine so it doesn't try to compile disabled engine, what was ↵ | Jonathan Gray | |
I thinking... svn-id: r9835 | |||
2003-08-10 | Use debug by default for CVS trunk | James Brown | |
svn-id: r9619 | |||
2003-08-10 | stop if we find a configure option we don't know about, add --enable-debug ↵ | Jonathan Gray | |
option which currently only adds -g svn-id: r9612 | |||
2003-08-09 | make use of env vars when doing checks | Jonathan Gray | |
svn-id: r9611 | |||
2003-08-09 | remove echo that shouldn't have been left in | Jonathan Gray | |
svn-id: r9610 | |||
2003-08-08 | fix spacing | Jonathan Gray | |
svn-id: r9597 | |||
2003-08-08 | add ability to specify prefix for optional libraries see help for details | Jonathan Gray | |
svn-id: r9595 | |||
2003-08-02 | automatically use gcc 3.x specific dependency rules if using gcc 3.x, enable ↵ | Jonathan Gray | |
some additional warnings in Makefile.new svn-id: r9399 | |||
2003-07-30 | rename bs2 to sword2 to have the same name as the original engine. | Oliver Kiehl | |
besides this way all our engines start with an "s" ;) svn-id: r9301 | |||
2003-07-28 | correct cflags variables | Jonathan Gray | |
svn-id: r9241 | |||
2003-07-28 | update for bs2 | Jonathan Gray | |
svn-id: r9217 | |||
2003-07-06 | added TODO | Max Horn | |
svn-id: r8800 | |||
2003-07-06 | #define MACOSX on the command line, not in config.h; add TODO regarding TMP ↵ | Max Horn | |
file names svn-id: r8799 | |||
2003-07-06 | fix configure script | Jonathan Gray | |
svn-id: r8796 | |||
2003-07-06 | check through list of different sdl-configs, this should make fbsd work out ↵ | Jonathan Gray | |
of the box, still need to do an sdl code test though svn-id: r8791 | |||
2003-07-06 | we want ldflags as well | Jonathan Gray | |
svn-id: r8788 | |||
2003-07-06 | make Makefile.new not require build.rules | Jonathan Gray | |
svn-id: r8786 | |||
2003-06-14 | add support for strange beos gcc version strings | Jonathan Gray | |
svn-id: r8462 | |||
2003-06-02 | revamped alignment test; don't delete config.log after configure run (after ↵ | Max Horn | |
all it might be important to debug configure) svn-id: r8275 | |||
2003-06-02 | alignment check extended to hopefully cover ARM, too | Max Horn | |
svn-id: r8272 | |||
2003-06-02 | working alignment check (but if alignment is needed it'll print out a 'Bus ↵ | Max Horn | |
error' message which isn't nice...) svn-id: r8270 | |||
2003-06-02 | add compiler version checking to configure script | Jonathan Gray | |
svn-id: r8261 | |||
2003-05-26 | add ability to choose backend from configure script, doesn't validate user ↵ | Jonathan Gray | |
input at the moment svn-id: r7991 | |||
2003-05-20 | let config.mak overwrite the default values (defensive coding style :-) | Max Horn | |
svn-id: r7715 | |||
2003-05-20 | move writing config.h to end of file | Jonathan Gray | |
svn-id: r7714 | |||
2003-05-20 | add makefile to test configure with make -f Makefile.new after running configure | Jonathan Gray | |
svn-id: r7713 | |||
2003-05-20 | output which engines we are building | Jonathan Gray | |
svn-id: r7710 | |||
2003-05-18 | comment UNIX defines for now | Jonathan Gray | |
svn-id: r7634 | |||
2003-05-18 | remove ldd use | Jonathan Gray | |
svn-id: r7629 |