summaryrefslogtreecommitdiff
path: root/makefiledir
AgeCommit message (Collapse)Author
2006-01-28(svn r3456) - Feature: [Makefile] Icons can now be installed in a seperate ↵matthijs
directory.
2006-01-07(svn r3383) -Code cleanup: [OSX] removed SDL support from FAT binaries as it ↵bjarni
caused problems for non-SDL builds FAT binaries now need to rely on COCOA drivers. SDL didn't work properly anyway
2005-12-24(svn r3333) Remove some the unimplemented option DISPLAY_WARNINGS from the ↵tron
config writer
2005-12-18(svn r3313) Remove GPMI related changes from trunktron
Revisions in detail: 2542, 3226 (partial), 3229, 3231, 3232, 3238, 3242-3245, 3251, 3253, 3260, 3263, 3265, 3266, 3269, 3277, 3278, 3279, 3283 (partial), 3304, 3305, 3306
2005-12-10(svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil)bjarni
you can still use SDL drivers if you like and you have to run "make upgradeconf" to start using the cocoa drivers (or manually write WITH_COCOA:=1) since SDL breaks the cocoa drivers, you can't compile with both SDL and cocoa support Using cocoa drivers makes it easier to make universal binaries and it solves: -FS#18 [OSX] SDL is weird in universal binaries -FS#2 [OSX] lazy pointer crash on exit -FS#10 [OSX] linking error when linking statically to SDL 1.2.8 (needless to explain this, but it means it should be able to compile statically with the default settings now) -[ 1215073 ] Switching to large size out of fullscreen crashes Using SDL drivers will still have those issues though
2005-12-09(svn r3276) reverted the last two commits. OSX 10.2 kept finding new stuff ↵bjarni
to prevent it from running OpenTTD, so now it's not supported anymore
2005-12-09(svn r3274) -Fix: [OSX] added JAGUAR flag to crosscompile for OSX 10.2 ↵bjarni
(codenamed jaguar) JAGUAR and FAT_BINARY can't be used at the same time JAGUAR will disable network support due to missing libs in 10.2
2005-12-09(svn r3273) -Fix: [OSX] PPC part of universal binaries now target 10.3 ↵bjarni
instead of 10.4 10.2 support appears to be broken right now Changed BUILD_UNIVERSAL_BINARY into FAT_BINARY (I got tired of typing)
2005-12-06(svn r3267) -Codechange: [OSX] universal binary makefile code cleanupbjarni
now PPC code is always compiled before x86 code strgen and lng files are only compiled once, which results in shorter building time the makefile now assigns default values to undefined values so much less needs to be set up the code is now easier to maintain
2005-12-06(svn r3262) -Fix: [OSX] universal binaries can now include the dynamic SDL ↵bjarni
lib into the bundle
2005-12-04(svn r3258) -Feature: [OSX] added support for universal binariesbjarni
it needs both PPC and x86 libs to compile due to this fact, compilation with libPNG or SDL is not tested (dedicated servers only) only PPC part is tested as I don't have x86 OSX
2005-11-23(svn r3230) -Feature: [OSX] OSX builds can now change where it searches for ↵bjarni
dynamic libs and can move libs into the bundle This is not a fix for the issues with static linking, more like a workaround. Static linking still got issues Apple recommends to use dynamic linking anyway, so I guess this doesn't matter much
2005-11-17(svn r3214) -Feature: openttd.cfg can now set how many autosaves to keep ↵bjarni
before starting to overwrite old ones max_autosave_num in the config files sets the number of autosaves to keep (default 16) MAX_NUM_AUTOSAVES in Makefile.config sets the default value. 16 is used if no value is given this behaviour can still be overwritten by keep_all_autosave (openttd.config setting) Note: this is a requested behaviour for PDA ports, since they got limited storage space
2005-07-26(svn r2712) Overhaul DirectMusic MIDI backend:tron
- Merge the .c and .cpp part into one file - Properly deinitialize at the end - Remove "experimental" status - Miscellaneous smaller changes -Fix: Volume control works now
2005-07-10(svn r2542) -Add: [GPMI] Added GPMI (http://sourceforge.net/projects/libgpmi/) truelight
support to OpenTTD in preperation of AIScripts (long term). It is OFF by default. Add GPMI:=1 to Makefile.config to enable.
2005-07-01(svn r2506) - Fix: [OSX, makefile] The makefile can now also see OSX 10.4 as OSXbjarni
2005-06-19(svn r2461) -Feature [Makefile] libpng-config can now be called something ↵bjarni
else in Makefile.config useful if you for some reason got a libpng-config, which is called something else
2005-05-16(svn r2328) There's no need for extra magic to detect libpng on FreeBSDtron
2005-04-14(svn r2196) -Change: updated the Makefile, now it works for crossplatform ↵TrueLight
compiling (and distcc compiling via Makefile.config). Wiki is coming up soon! Big tnx to Bjarni and Lucaspiller.
2004-12-24(svn r1274) Makefile: networking is not longer experimentalbjarni
2004-12-07(svn r972) Makefile: added make release (currently only works on mac)bjarni
Mac: sets the STATIC flag if no makefile.config is found
2004-12-07(svn r970) Added 2nd data path for all non-windows OSesbjarni
added completely customizable lang path (all non-Windows OSes)
2004-12-04(svn r949) Makefile: added DEDICATED flag to allow complilation of dedicated ↵bjarni
servers without linking to SDL. Request by Jezral
2004-12-04(svn r942) -Merged branch/network back into the trunktruelight
2004-12-01(svn r862) Cygwin: libdetection now sets the flags properly if no ↵bjarni
Makefile.config is found Cygwin: workaround: libpng is automatically not used even if present until the Cygwin/libpng problem is solved
2004-11-29(svn r856) Makefile: added the flags CYGWIN and MINGW to libdetection. They ↵Bjarni
were missing in the autodetected makefile.config
2004-11-17(svn r655) Add the necessary bits to make building on SunOS/Solaris worktron
2004-11-15(svn r619) Add the necessary bits to make building under BeOS using GNU Make ↵tron
work
2004-11-08(svn r531) Makefile: made asserts enabled by defaultbjarni
RELEASE disables asserts unless ENABLE_ASSERTS(not in makefile.config) is set makefile.config version 3
2004-11-08(svn r530) Makefile: added ability to switch asserts on and offbjarni
Updated makefile.config to versiontag 2 for autoupdating purposes
2004-09-18(svn r291) Minor fix to english.txtbjarni
added debian support (blathijs) improved make install (blathijs)
2004-09-08(svn r181) Makefile: enabled ability to supress output of missing strings in ↵bjarni
lng files Makefile: added versiontag for autoupdate of outdated makefile.config files
2004-08-09(svn r1) Import of revision 975 of old (crashed) SVNtruelight