Makefile
Fri, 31 Mar 2006 21:22:41 +0000 Darkvater (svn r4219) - Add support for WITH_ICONV. It is enabled by default for OSX > 10.3 for all others set it with WITH_ICONV in Makefile.config or with --with-iconv with configure. --with-config=/somedir will search for iconv include files somewhere (or in Makefile.config with WITH_ICONV_PATH). Custom library loading is not (yet) supported
Fri, 31 Mar 2006 21:06:55 +0000 peter1138 (svn r4217) Replace SDL-CONFIG and LIBPNG-CONFIG with SDL_CONFIG and LIBPNG_CONFIG
Fri, 31 Mar 2006 10:04:18 +0000 bjarni (svn r4197) reentered STATIC_ZLIB_PATH (removed in 4183) since it turned out that it's used after all
Thu, 30 Mar 2006 20:14:06 +0000 bjarni (svn r4183) -Codechange: [Makefile]: removed MANUAL_CONFIG as it's not used anymore
Wed, 29 Mar 2006 16:30:26 +0000 celestar (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas.
Wed, 29 Mar 2006 16:28:41 +0000 bjarni (svn r4149) -Codechange: [OSX] rewrite of how universal binaries are compiled
Sun, 26 Mar 2006 21:15:09 +0000 Darkvater (svn r4125) - Feature: Add a general TIC() TOC() mechanism using rdtsc or something similar on non-i386 architectures to performance-tune (critical) code. Some systems are probably missing, but those can be added later.
Sun, 26 Mar 2006 14:41:39 +0000 celestar (svn r4113) Moved all relevant map functions for stations to station_map.[ch]
Fri, 24 Mar 2006 06:40:49 +0000 tron (svn r4076) Back out r4074. It doesn't work and leads to make endlessly calling itself. NOTE: Delete Makefile.config to recover.
Thu, 23 Mar 2006 23:54:43 +0000 bjarni (svn r4074) -Feature: [Makefile] the makefile can now detect if iconv is present in the system
Wed, 22 Mar 2006 13:06:50 +0000 bjarni (svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added in 10.3
Sat, 18 Mar 2006 15:55:24 +0000 bjarni (svn r3966) -Fix: [OSX and some linux] [ 1157244 ] Can't save game if name contains german umlauts
Wed, 15 Mar 2006 16:44:50 +0000 tron (svn r3887) Add a function to get the other bridge end when you're at a bridge ramp
Wed, 15 Mar 2006 14:11:17 +0000 bjarni (svn r3884) renamed TRIPPLE_BINARY to TRIPLE_BINARY
Wed, 15 Mar 2006 14:03:09 +0000 bjarni (svn r3882) -Codechange: [OSX] changed the way universal and tripple binaries are build
Tue, 14 Mar 2006 19:10:33 +0000 truelight (svn r3864) -Fix: small problems with make-system, making room for a wrapper-configure
Mon, 06 Mar 2006 20:55:24 +0000 tron (svn r3777) Add some functions to handle tunnels
Sun, 05 Mar 2006 12:22:20 +0000 tron (svn r3766) Add a function to get the RoadBits from an arbitrary tile
Sat, 04 Mar 2006 12:09:10 +0000 bjarni (svn r3759) -Fix: [OSX] don't set CC_HOST to i686 gcc when compiling universal binaries on PPC without any Makefile.config. Introduced in 3674 (before that i686 used PPC as CC_HOST, but nobody noticed that)
Sat, 25 Feb 2006 21:25:23 +0000 bjarni (svn r3674) -Feature: [OSX] Added support for tripple binaries (binaries optimised for G3, G5 and i686)
Sat, 25 Feb 2006 18:11:11 +0000 bjarni (svn r3673) -Codechange: [OSX] changed the makefile to autodetect if it compiles on G5 and then adds flags to optimise for G5
Mon, 20 Feb 2006 17:54:25 +0000 Darkvater (svn r3622) - Partly revert r3214. The patch setting max_num_autosaves stays to help control PDA-troubles which the commit was intended for. Didn't revert makefile-config version since it would cause trouble. But Bjarni promised to rewrite it :)
Fri, 17 Feb 2006 20:24:17 +0000 bjarni (svn r3611) -Feature: [OSX profiling] Shark (Xcode's profiling tool) can now relate CPU usage to lines in the source files
Tue, 07 Feb 2006 19:34:22 +0000 Darkvater (svn r3574) - [Merge] [GPMI] -Fix: finally OTTD doesn't compile if you do a 'make mrproper' (TrueLight)
Fri, 03 Feb 2006 15:51:00 +0000 peter1138 (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
Fri, 03 Feb 2006 12:55:21 +0000 peter1138 (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
Wed, 01 Feb 2006 01:36:18 +0000 matthijs (svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there.
Sun, 29 Jan 2006 19:49:15 +0000 truelight (svn r3474) -Fix: don't use CXXFLAGS for DEP and CFLAGS for Compile, gives funny results ;)
Sun, 29 Jan 2006 18:57:26 +0000 Darkvater (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron)
Sat, 28 Jan 2006 10:16:15 +0000 matthijs (svn r3456) - Feature: [Makefile] Icons can now be installed in a seperate directory.
Sat, 07 Jan 2006 13:13:49 +0000 bjarni (svn r3383) -Code cleanup: [OSX] removed SDL support from FAT binaries as it caused problems for non-SDL builds
Sat, 07 Jan 2006 12:53:57 +0000 bjarni (svn r3382) -Feature: [OSX] added the flag JAGUAR to crosscompile for OSX 10.2.8 on 10.4
Tue, 27 Dec 2005 22:55:24 +0000 tron (svn r3348) Dependency checking didn't include all compile parameters, which lead to wrong results
Sun, 25 Dec 2005 09:19:16 +0000 tron (svn r3340) Fix dependency calculation: dependencies didn't get recalculated if a header file changed
Wed, 21 Dec 2005 01:19:03 +0000 Darkvater (svn r3326) - Fix: [ 1226832 ] Build fails if SDL is built without pthread support (dst)
Sun, 18 Dec 2005 12:10:46 +0000 tron (svn r3313) Remove GPMI related changes from trunk
Wed, 14 Dec 2005 06:16:34 +0000 tron (svn r3296) Warn about testing an undefined macro with #if - should most probably be #ifdef
Sun, 11 Dec 2005 07:36:49 +0000 tron (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
Sat, 10 Dec 2005 11:16:45 +0000 bjarni (svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil)
Sat, 10 Dec 2005 07:29:31 +0000 tron (svn r3280) Merge the seperate (C|CXX|OBJC)_SOURCES variables into a single variable SRCS
Fri, 09 Dec 2005 13:17:31 +0000 bjarni (svn r3276) reverted the last two commits. OSX 10.2 kept finding new stuff to prevent it from running OpenTTD, so now it's not supported anymore
Fri, 09 Dec 2005 13:07:21 +0000 bjarni (svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash
Fri, 09 Dec 2005 12:15:52 +0000 bjarni (svn r3274) -Fix: [OSX] added JAGUAR flag to crosscompile for OSX 10.2 (codenamed jaguar)
Fri, 09 Dec 2005 11:08:24 +0000 bjarni (svn r3273) -Fix: [OSX] PPC part of universal binaries now target 10.3 instead of 10.4
Tue, 06 Dec 2005 22:09:28 +0000 bjarni (svn r3267) -Codechange: [OSX] universal binary makefile code cleanup
Tue, 06 Dec 2005 14:35:10 +0000 bjarni (svn r3264) -Codechange: [OSX] OSX targets will now always use the preprocessor to determine endianess
Tue, 06 Dec 2005 09:27:42 +0000 bjarni (svn r3262) -Fix: [OSX] universal binaries can now include the dynamic SDL lib into the bundle
Sun, 04 Dec 2005 22:43:40 +0000 bjarni (svn r3259) -Fix: [OSX] fixed that universal binaries did not make a bundle
Sun, 04 Dec 2005 17:36:19 +0000 bjarni (svn r3258) -Feature: [OSX] added support for universal binaries
Sat, 03 Dec 2005 13:43:54 +0000 bjarni (svn r3257) -Codechange: [OSX] removed the dynamic lib in bundle option (introduced in rev 3230)
Wed, 23 Nov 2005 13:45:12 +0000 truelight (svn r3231) Fix: update the GPMI implementation to the latest GPMI-API version
Wed, 23 Nov 2005 12:21:54 +0000 bjarni (svn r3230) -Feature: [OSX] OSX builds can now change where it searches for dynamic libs and can move libs into the bundle
Thu, 17 Nov 2005 19:43:37 +0000 bjarni (svn r3214) -Feature: openttd.cfg can now set how many autosaves to keep before starting to overwrite old ones
Sat, 12 Nov 2005 00:19:34 +0000 peter1138 (svn r3167) - NewGRF: Start moving custom station code to separate files.
Mon, 31 Oct 2005 18:29:21 +0000 truelight (svn r3113) -Fix: The Makefile had 64bit code which was obsolete, not to say wrong.
Tue, 25 Oct 2005 19:41:32 +0000 bjarni (svn r3088) -Fix: [OSX] fixed issue where OSX could not dynamic link to quicktime [ 1334917 ]
Tue, 11 Oct 2005 16:40:56 +0000 bjarni (svn r3031) forgot 1 file and two lines in rev 3029 (mac midi stuff)
Mon, 10 Oct 2005 15:22:47 +0000 bjarni (svn r3029) -Change: [OSX] removed the buggy java midi player, which was rendered obsolite by r3022
Fri, 07 Oct 2005 16:48:53 +0000 bjarni (svn r3026) -Fix: [OSX] fixed bug that prevented dedicated servers from compiling (introduced in r3022)
Thu, 06 Oct 2005 18:28:27 +0000 bjarni (svn r3023) -Fix [BeOS] fixed compilation on BeOS R5 (MYOB)