summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2005-07-17(svn r2616) Don't stop when compiling a language fails, just delete the defec...tron
2005-07-17(svn r2606) -Codechange: renamed ai.c to ai_old.c, and ai.h to ai_new.h to ma...truelight
2005-07-15(svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add m...Darkvater
2005-07-10(svn r2542) -Add: [GPMI] Added GPMI (http://sourceforge.net/projects/libgpmi/) truelight
2005-07-04(svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows mu...hackykid
2005-06-26(svn r2491) -Fix: Solved a performance problem introduced in r2467. While busycelestar
2005-06-19(svn r2461) -Feature [Makefile] libpng-config can now be called something els...bjarni
2005-06-18(svn r2458) -Fix: Quickfix to make dedicated-server compile again. We need a ...truelight
2005-06-18(svn r2457) -Fix: typo in Makefile for OSX buildstruelight
2005-06-16(svn r2448) General cleanup of rail related code, more to follow.matthijs
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-28(svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the...matthijs
2005-05-16(svn r2334) - Fix (regression): moved togglefullscreen into the video-driver,...Darkvater
2005-05-16(svn r2330) - Fix: link error when compiling as dedicated. Add sdl.c to alway...Darkvater
2005-05-16(svn r2328) There's no need for extra magic to detect libpng on FreeBSDtron
2005-05-16(svn r2327) -fix [MacOSX] default path for midi player on mac is now correct ...bjarni
2005-05-14(svn r2314) - Feature: [ 1187490 ] Patches for building on IRIX (jgilje)Darkvater
2005-04-24(svn r2226) -Fix: 2 other capital problems for the OSX part of the Makefiletruelight
2005-04-24(svn r2225) -Fix: split the endian-detection to target/host. Now cross-compil...truelight
2005-04-24(svn r2224) -Fix: capital-correctness for OSX-dir-namestruelight
2005-04-14(svn r2198) renamed MacOS to MacOSX where it was written wrong. Made myself M...bjarni
2005-04-14(svn r2197) -fix [Makefile]: SDL_CONFIG from makefile.config is now not alway...bjarni
2005-04-14(svn r2196) -Change: updated the Makefile, now it works for crossplatform com...TrueLight
2005-04-02(svn r2133) Fix dependency tracking for C++ filestron
2005-03-27(svn r2088) - Fix: [ 1155158 ] Make extmidi command a config option in additi...pasky
2005-03-24(svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.htruelight
2005-03-12(svn r2000) Split the sound system into backend (mixer.[ch]) and frontend (so...tron
2005-03-11(svn r1996) makefile.config -> Makefile.config, that's its name.pasky
2005-03-11(svn r1995) Makefile: Use the install tool instead of mkdir+cp for installing...pasky
2005-03-10(svn r1983) Introduce multiple compile time debug levelstron
2005-03-09(svn r1980) Check $DESTDIR if $DEST_DIR was not set.pasky
2005-03-06(svn r1939) Revert part of r1938 which accidently crept intron
2005-03-06(svn r1938) Miscellaneous cleanups: const correctness, kill a goto, ...tron
2005-03-01(svn r1917) - Makefile: Revamped VERBOSE support, build mechanics changed.pasky
2005-02-28(svn r1915) Support for a VERBOSE flag which will make the full compiler invo...pasky
2005-02-06(svn r1828) New warning flag especially for truelight (:<tron
2005-02-06(svn r1821) Move generic string handling functions to string.[ch] and introdu...tron
2005-02-06(svn r1817) -Codechange: Moved depot-functions to depot.ctruelight
2005-02-05(svn r1803) Move debugging stuff into files of it's owntron
2005-02-04(svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're ju...tron
2005-02-04(svn r1795) Change CFLAGS for MorphOS (tokai)tron
2005-02-04(svn r1793) Revert one instance of $(shell) back to ``, because MorphOS does ...tron
2005-02-04(svn r1792) Revert r1761 and set fallback values via ?= for CC and CXX as the...tron
2005-02-03(svn r1780) Don't clear LIBS and LDFLAGStron
2005-02-01(svn r1763) -Add: pool.c / pool.h: generalized routines for dynamic arrays (M...truelight
2005-02-01(svn r1761) Don't set CC and CXXtron
2005-02-01(svn r1758) Replace `` with $(shell), because the latter is only evaluated on...tron
2005-01-31(svn r1755) Trim trailing whitespacetron
2005-01-31(svn r1751) - Feature: New PathFinder (NPF).matthijs
2005-01-30(svn r1745) Use -fno-inline when DEBUGingtron