summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2006-05-27(svn r4997) -Fix: [OSX] reverted the OSX part of rev 4994 as it caused dyld (...bjarni
2006-05-27(svn r4994) -Fix: changed the stripping parts a bit. OSX is no longer an exep...truelight
2006-05-27(svn r4993) -Fix: if 1 file is C++, link the whole project with g++truelight
2006-05-27(svn r4991) -Fix: don't compile UNITTEST by default, it isn't neededtruelight
2006-05-27(svn r4989) -Fix: make the OSX Makefile stuff to work with the compile-farmtruelight
2006-05-27(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous su...KUDr
2006-05-18(svn r4902) Newgrf : Introduction of the newgrf_cargo files. belugas
2006-05-04(svn r4733) - NewGRF: remove remnants of old resolver code.peter1138
2006-04-22(svn r4516) -Fix: Committed one file too much. Thanks egladil for immidiate s...celestar
2006-04-22(svn r4515) -Codechange: TPFMode2 is currently only used for TRANSPORT_WATER....celestar
2006-04-21(svn r4493) Newgrf : Action 04. Beginning of implementation.belugas
2006-04-20(svn r4486) - NewGRF: Create and use a memory pool to manage sprite groups. T...peter1138
2006-03-31(svn r4220) - Fix (r4219): of course iconv is enabled on >= 10.3 not >; fixed...Darkvater
2006-03-31(svn r4219) - Add support for WITH_ICONV. It is enabled by default for OSX > ...Darkvater
2006-03-31(svn r4217) Replace SDL-CONFIG and LIBPNG-CONFIG with SDL_CONFIG and LIBPNG_C...peter1138
2006-03-31(svn r4197) reentered STATIC_ZLIB_PATH (removed in 4183) since it turned out ...bjarni
2006-03-30(svn r4183) -Codechange: [Makefile]: removed MANUAL_CONFIG as it's not used a...bjarni
2006-03-29(svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of c...celestar
2006-03-29(svn r4149) -Codechange: [OSX] rewrite of how universal binaries are compiledbjarni
2006-03-26(svn r4125) - Feature: Add a general TIC() TOC() mechanism using rdtsc or som...Darkvater
2006-03-26(svn r4113) Moved all relevant map functions for stations to station_map.[ch]celestar
2006-03-24(svn r4076) Back out r4074. It doesn't work and leads to make endlessly calli...tron
2006-03-23(svn r4074) -Feature: [Makefile] the makefile can now detect if iconv is pres...bjarni
2006-03-22(svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added in...bjarni
2006-03-18(svn r3966) -Fix: [OSX and some linux] [ 1157244 ] Can't save game if name co...bjarni
2006-03-15(svn r3887) Add a function to get the other bridge end when you're at a bridg...tron
2006-03-15(svn r3884) renamed TRIPPLE_BINARY to TRIPLE_BINARYbjarni
2006-03-15(svn r3882) -Codechange: [OSX] changed the way universal and tripple binaries...bjarni
2006-03-14(svn r3864) -Fix: small problems with make-system, making room for a wrapper-...truelight
2006-03-06(svn r3777) Add some functions to handle tunnelstron
2006-03-05(svn r3766) Add a function to get the RoadBits from an arbitrary tiletron
2006-03-04(svn r3759) -Fix: [OSX] don't set CC_HOST to i686 gcc when compiling universa...bjarni
2006-02-25(svn r3674) -Feature: [OSX] Added support for tripple binaries (binaries opti...bjarni
2006-02-25(svn r3673) -Codechange: [OSX] changed the makefile to autodetect if it compi...bjarni
2006-02-20(svn r3622) - Partly revert r3214. The patch setting max_num_autosaves stays ...Darkvater
2006-02-17(svn r3611) -Feature: [OSX profiling] Shark (Xcode's profiling tool) can now ...bjarni
2006-02-07(svn r3574) - [Merge] [GPMI] -Fix: finally OTTD doesn't compile if you do a '...Darkvater
2006-02-03(svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update p...peter1138
2006-02-03(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],...peter1138
2006-02-01(svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before cop...matthijs
2006-01-29(svn r3474) -Fix: don't use CXXFLAGS for DEP and CFLAGS for Compile, gives fu...truelight
2006-01-29(svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in...Darkvater
2006-01-28(svn r3456) - Feature: [Makefile] Icons can now be installed in a seperate di...matthijs
2006-01-07(svn r3383) -Code cleanup: [OSX] removed SDL support from FAT binaries as it ...bjarni
2006-01-07(svn r3382) -Feature: [OSX] added the flag JAGUAR to crosscompile for OSX 10....bjarni
2005-12-27(svn r3348) Dependency checking didn't include all compile parameters, which ...tron
2005-12-25(svn r3340) Fix dependency calculation: dependencies didn't get recalculated ...tron
2005-12-21(svn r3326) - Fix: [ 1226832 ] Build fails if SDL is built without pthread su...Darkvater
2005-12-18(svn r3313) Remove GPMI related changes from trunktron
2005-12-14(svn r3296) Warn about testing an undefined macro with #if - should most prob...tron