Makefile
Sat, 14 May 2005 22:42:33 +0000 Darkvater (svn r2314) - Feature: [ 1187490 ] Patches for building on IRIX (jgilje)
Sun, 24 Apr 2005 16:01:36 +0000 truelight (svn r2226) -Fix: 2 other capital problems for the OSX part of the Makefile
Sun, 24 Apr 2005 15:41:01 +0000 truelight (svn r2225) -Fix: split the endian-detection to target/host. Now cross-compiling
Sun, 24 Apr 2005 12:47:09 +0000 truelight (svn r2224) -Fix: capital-correctness for OSX-dir-names
Thu, 14 Apr 2005 20:42:30 +0000 bjarni (svn r2198) renamed MacOS to MacOSX where it was written wrong. Made myself MacOSX porter as well as coder
Thu, 14 Apr 2005 13:46:40 +0000 bjarni (svn r2197) -fix [Makefile]: SDL_CONFIG from makefile.config is now not always overwritten
Thu, 14 Apr 2005 12:57:21 +0000 TrueLight (svn r2196) -Change: updated the Makefile, now it works for crossplatform compiling
Sat, 02 Apr 2005 21:05:10 +0000 tron (svn r2133) Fix dependency tracking for C++ files
Sun, 27 Mar 2005 15:42:25 +0000 pasky (svn r2088) - Fix: [ 1155158 ] Make extmidi command a config option in addition to the compile-time MIDI switch. Patch by macbaine.
Thu, 24 Mar 2005 17:03:37 +0000 truelight (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h
Sat, 12 Mar 2005 09:38:03 +0000 tron (svn r2000) Split the sound system into backend (mixer.[ch]) and frontend (sound.[ch])
Fri, 11 Mar 2005 22:48:37 +0000 pasky (svn r1996) makefile.config -> Makefile.config, that's its name.
Fri, 11 Mar 2005 22:47:33 +0000 pasky (svn r1995) Makefile: Use the install tool instead of mkdir+cp for installing the system-wide stuff, more secure. Based on Peter Brett's patch 1152428.
Thu, 10 Mar 2005 15:23:13 +0000 tron (svn r1983) Introduce multiple compile time debug levels
Wed, 09 Mar 2005 23:59:18 +0000 pasky (svn r1980) Check $DESTDIR if $DEST_DIR was not set.
Sun, 06 Mar 2005 12:56:02 +0000 tron (svn r1939) Revert part of r1938 which accidently crept in
Sun, 06 Mar 2005 12:54:19 +0000 tron (svn r1938) Miscellaneous cleanups: const correctness, kill a goto, ...
Tue, 01 Mar 2005 01:14:27 +0000 pasky (svn r1917) - Makefile: Revamped VERBOSE support, build mechanics changed.
Mon, 28 Feb 2005 21:54:04 +0000 pasky (svn r1915) Support for a VERBOSE flag which will make the full compiler invocations to be shown instead of ===> Brief summaries.
Sun, 06 Feb 2005 18:38:42 +0000 tron (svn r1828) New warning flag especially for truelight (:<
Sun, 06 Feb 2005 13:41:02 +0000 tron (svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
Sun, 06 Feb 2005 10:18:47 +0000 truelight (svn r1817) -Codechange: Moved depot-functions to depot.c
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Fri, 04 Feb 2005 19:53:53 +0000 tron (svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're just wrong, so setting CC/CXX using ?= simply did nothing
Fri, 04 Feb 2005 19:51:43 +0000 tron (svn r1795) Change CFLAGS for MorphOS (tokai)
Fri, 04 Feb 2005 17:57:07 +0000 tron (svn r1793) Revert one instance of $(shell) back to ``, because MorphOS does The Wrong Thing(tm) when date is used within $(shell)
Fri, 04 Feb 2005 17:45:11 +0000 tron (svn r1792) Revert r1761 and set fallback values via ?= for CC and CXX as there seem to be platforms (MorphOS) out there which don't provide some proper defaults.
Thu, 03 Feb 2005 21:18:49 +0000 tron (svn r1780) Don't clear LIBS and LDFLAGS
Tue, 01 Feb 2005 18:30:11 +0000 truelight (svn r1763) -Add: pool.c / pool.h: generalized routines for dynamic arrays (MemoryPools)
Tue, 01 Feb 2005 16:57:16 +0000 tron (svn r1761) Don't set CC and CXX
Tue, 01 Feb 2005 05:28:18 +0000 tron (svn r1758) Replace `` with $(shell), because the latter is only evaluated once instead of over and over again
Mon, 31 Jan 2005 19:22:44 +0000 tron (svn r1755) Trim trailing whitespace
Mon, 31 Jan 2005 11:23:10 +0000 matthijs (svn r1751) - Feature: New PathFinder (NPF).
Sun, 30 Jan 2005 23:04:41 +0000 tron (svn r1745) Use -fno-inline when DEBUGing
Sun, 30 Jan 2005 23:03:31 +0000 tron (svn r1744) DEBUG and PROFILE can be used at the same time.
Sat, 29 Jan 2005 13:33:48 +0000 tron (svn r1715) Move [GS]etMapExtraBits to tile.[ch]
Tue, 25 Jan 2005 16:10:06 +0000 tron (svn r1672) Simplify dependency tracking and actually implement it for C++ files, too.
Tue, 25 Jan 2005 16:03:45 +0000 tron (svn r1671) Remove WARNING_DISPLAY, because it contained no warning, but an optimization flag
Tue, 25 Jan 2005 15:59:01 +0000 tron (svn r1670) Garbage collect some variables, because they are only used once and hide magic, like containing -o where a filename must be the next parameter
Tue, 25 Jan 2005 15:46:32 +0000 tron (svn r1669) Rename all ttd_XXX to just XXX, because we already know who we are (;
Tue, 25 Jan 2005 15:38:35 +0000 tron (svn r1666) Move some MorphOS compile flags to a place where they actually belong
Tue, 25 Jan 2005 15:35:11 +0000 tron (svn r1665) Remove VERBOSE flag, because it was only partially implemented
Tue, 25 Jan 2005 00:13:48 +0000 bjarni (svn r1664) Makefile: removed the forced 0.3.6 version tag
Tue, 25 Jan 2005 00:07:50 +0000 bjarni (svn r1661) Makefile: added scenario to make install
Mon, 24 Jan 2005 23:52:59 +0000 bjarni (svn r1659) Makefile: added scenario to mac and MorphOS release scripts
Mon, 24 Jan 2005 21:39:16 +0000 bjarni (svn r1649) Makefile: added known-bugs.txt to mac and MorphOS release scripts and made a really dirty hack to force 0.3.6 on binary files compiled with this makefile
Mon, 24 Jan 2005 20:55:54 +0000 tron (svn r1647) Remove stale comment and fix typo
Sun, 23 Jan 2005 17:51:22 +0000 tron (svn r1620) Fix typo in r1619
Sun, 23 Jan 2005 17:35:01 +0000 tron (svn r1619) Fight bit rot in the Makefile:
Sun, 23 Jan 2005 15:16:47 +0000 tron (svn r1616) Introduce ttd_strlcat() and use it to de-uglify some piece of code in misc_cmd.
Sat, 22 Jan 2005 23:55:45 +0000 bjarni (svn r1600) Mac: applied the new icon to the mac binary file
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Wed, 19 Jan 2005 20:22:10 +0000 tron (svn r1570) Make the gcc version test work with old versions of test (i.e. don't use the < operator)
Mon, 17 Jan 2005 13:21:10 +0000 tron (svn r1553) Check which gcc version is present and only set availible compiler flags
Mon, 17 Jan 2005 13:13:11 +0000 tron (svn r1552) Make ottd compile on Zeta
Sat, 15 Jan 2005 21:30:16 +0000 bjarni (svn r1530) Makefilefix: now the binary never links to SDL if DEDICATED is set. Thanks to igor2code for making me aware of this issue even through I fixed it in a different way than his patch did. (I made dedicated never link to sdl, nomatter what makefile.config says)
Wed, 12 Jan 2005 11:21:28 +0000 truelight (svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it for
Mon, 10 Jan 2005 21:56:02 +0000 celestar (svn r1474) Added some gcc flags in the Makefile
Mon, 10 Jan 2005 19:27:38 +0000 tron (svn r1470) Revert r1457, this warning option was introduced with gcc 3.4
Mon, 10 Jan 2005 09:33:18 +0000 tron (svn r1457) Make Darvater happy: -Wdeclaration-after-statement