Makefile
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
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.
Wed, 17 Nov 2004 18:22:21 +0000 tron (svn r660) Fix typo introduced in r655
Wed, 17 Nov 2004 09:07:29 +0000 tron (svn r655) Add the necessary bits to make building on SunOS/Solaris work
Mon, 15 Nov 2004 07:53:09 +0000 tron (svn r619) Add the necessary bits to make building under BeOS using GNU Make work
Sun, 14 Nov 2004 20:50:38 +0000 darkvater (svn r610) -newgrf: Support for some basic deterministical spritegroups regarding stations. Waypoints look changes based on year now :^) (pasky).
Mon, 08 Nov 2004 21:24:48 +0000 bjarni (svn r531) Makefile: made asserts enabled by default
Mon, 08 Nov 2004 21:11:52 +0000 bjarni (svn r530) Makefile: added ability to switch asserts on and off
Sat, 18 Sep 2004 16:29:12 +0000 bjarni (svn r291) Minor fix to english.txt
Sun, 12 Sep 2004 21:49:38 +0000 darkvater (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron)
Sun, 12 Sep 2004 20:28:52 +0000 signde (svn r222) -Fix: Added network.h and console_cmd.c to MSVC6 Project
Sun, 12 Sep 2004 19:07:54 +0000 bjarni (svn r220) Makefile: enables ENABLE_NETWORK by default if no config file is present
Thu, 09 Sep 2004 19:16:27 +0000 bjarni (svn r190) Makefile: fixed bug, that prevented compilation with MANUAL_CONFIG enabled
Wed, 08 Sep 2004 09:07:18 +0000 bjarni (svn r181) Makefile: enabled ability to supress output of missing strings in lng files
Mon, 06 Sep 2004 18:15:13 +0000 darkvater (svn r165) -Feature: Option to sort vehicles in vehicle-list window by different criteria. Total independent sort for all types and players. Periodic resort of list every 10 TTD days. Thank you for your graphical inspiration follow and buxo (since none of you provided any code).
Mon, 06 Sep 2004 16:57:40 +0000 truelight (svn r164) -Fix: Makefile did not clean up endian-files
Mon, 06 Sep 2004 16:45:53 +0000 bjarni (svn r163) Makefile: made compileroutput nicer and added NOVERBOSE to supress all warnings/errors if wanted(default off) (sign_de)
Sat, 04 Sep 2004 14:20:12 +0000 truelight (svn r158) -Fix: make endianess check 100% accurate (hopefully ;))