Makefile
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
Sun, 09 Jan 2005 18:59:16 +0000 darkvater (svn r1449) -Fix: signed/unsigned error on windows
Sat, 08 Jan 2005 15:31:20 +0000 truelight (svn r1432) -Fix: I seem to be unable to revert a simple file :s
Sat, 08 Jan 2005 15:28:16 +0000 truelight (svn r1431) -Fix: oeps, I added my personal Makefile in the last commit :(
Fri, 24 Dec 2004 00:33:41 +0000 bjarni (svn r1274) Makefile: networking is not longer experimental 0.3.5
Thu, 23 Dec 2004 23:15:07 +0000 darkvater (svn r1268) -Fix: some warnings in gfx.c fixed
Wed, 22 Dec 2004 21:12:36 +0000 bjarni (svn r1236) MorphOS: added make release like in OSX (tokai)
Mon, 20 Dec 2004 14:37:52 +0000 truelight (svn r1182) -Fix: Makefile had a small glitch, making it impossible to compile the game (Oskar_)
Sun, 19 Dec 2004 23:27:20 +0000 bjarni (svn r1180) Makefile: fixed dependancies so the flag -j can be used. It makes the compilation process into more than one job which makes it able to benefit from multiple CPUs. Using -j without setting a limit of jobs (like -j2) is not a great idea (thanks to ln-- for reporting the need for this one)
Wed, 15 Dec 2004 22:18:54 +0000 tron (svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Wed, 15 Dec 2004 22:05:40 +0000 tron (svn r1115) Put every source file on an extra line
Sun, 12 Dec 2004 21:18:39 +0000 bjarni (svn r1039) Makefile: now RELEASE flag can contain () too
Sun, 12 Dec 2004 18:10:35 +0000 bjarni (svn r1034) Makefile: fixed issue where it would not compile if RELEASE string contained space. Did the same fix to OSXAPP, just in case it's changed to something containing space at a later date
Sun, 12 Dec 2004 16:04:32 +0000 truelight (svn r1026) -Add: [Network] Added unique id, so in network, each client has an
Fri, 10 Dec 2004 20:22:24 +0000 bjarni (svn r1011) Makefile, mac: added absolute path to hdiutil (default location) to fix the path issues when building nightly builds with a cronjob
Fri, 10 Dec 2004 18:24:35 +0000 bjarni (svn r1010) Makefile: removed the outdated remove of ttd binary from make clean (should only be a check for openttd binary)
Fri, 10 Dec 2004 13:00:11 +0000 bjarni (svn r1003) Mac: reintroduced the static libpng hack in makefile since it appears to be needed in the nightly builds
Thu, 09 Dec 2004 23:17:03 +0000 bjarni (svn r1000) Makefile: added check for static build releases on mac. Most users can't use a dynamic build
Wed, 08 Dec 2004 19:33:44 +0000 bjarni (svn r985) Makefile: repaired issue in make release (OSX)
Wed, 08 Dec 2004 16:27:54 +0000 bjarni (svn r980) Fixed issues where MorphOS would get problems if AmigaOS would get a port, since MorphOS also have the flag __AMIGA__ defined (Tokai)
Tue, 07 Dec 2004 19:31:24 +0000 bjarni (svn r974) Makefile: fixed issue in make release and nightly_build, which caused failures if RELEASE contained spaces
Tue, 07 Dec 2004 18:17:41 +0000 bjarni (svn r973) Makefile: added make nightly_build (only on mac)
Tue, 07 Dec 2004 17:58:06 +0000 bjarni (svn r972) Makefile: added make release (currently only works on mac)
Tue, 07 Dec 2004 17:16:57 +0000 bjarni (svn r970) Added 2nd data path for all non-windows OSes
Sat, 04 Dec 2004 23:19:31 +0000 bjarni (svn r951) Makefile: fixed missing flag for libpng, which prevented lib detection if SDL was not used
Sat, 04 Dec 2004 20:34:59 +0000 bjarni (svn r949) Makefile: added DEDICATED flag to allow complilation of dedicated servers without linking to SDL. Request by Jezral
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Wed, 01 Dec 2004 19:44:39 +0000 bjarni (svn r877) Moved bemidi.cpp correctly this time
Wed, 01 Dec 2004 19:42:42 +0000 bjarni (svn r876) reverted the accidently cleared bemidi.cpp
Mon, 29 Nov 2004 20:03:04 +0000 bjarni (svn r855) BeOS: moved bemidi to os/beos/ (w-ber)
Sun, 21 Nov 2004 12:21:23 +0000 tron (svn r727) The langauge files depend on english.txt, not strings.h
Sun, 21 Nov 2004 12:18:52 +0000 tron (svn r726) The OpenTTD binary doesn't depend on the language files, so move this dependency to the all target
Sun, 21 Nov 2004 11:34:07 +0000 tron (svn r725) Fix language file dependencies
Fri, 19 Nov 2004 22:29:30 +0000 pasky (svn r681) Support for VERBOSE configuration variable which shows the commands actually used for compilation.
Wed, 17 Nov 2004 18:49:55 +0000 dominik (svn r662) [newgrf] Moved grfspecial.c to newgrf.c/newgrf.h
Wed, 17 Nov 2004 18:38:07 +0000 tron (svn r661) Make strgen print its own revision instead of the repo's.