summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2004-12-24(svn r1274) Makefile: networking is not longer experimentalbjarni
2004-12-23(svn r1268) -Fix: some warnings in gfx.c fixeddarkvater
-Fix: Makefile now correctly works for cygwin/mingw; altough defining only cygwin does not compile the game -Fix: moved SDL information message from severity 0 to 1. Only errors/severe warnings should be level 0
2004-12-22(svn r1236) MorphOS: added make release like in OSX (tokai)bjarni
MorphOS: cleaned up the code telling the difference between AmigaOS and MorphOS (tokai)
2004-12-20(svn r1182) -Fix: Makefile had a small glitch, making it impossible to ↵truelight
compile the game (Oskar_)
2004-12-19(svn r1180) Makefile: fixed dependancies so the flag -j can be used. It ↵bjarni
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)
2004-12-15(svn r1117) Move map arrays and some related macros into their own files ↵tron
map.c and map.h
2004-12-15(svn r1115) Put every source file on an extra linetron
2004-12-12(svn r1039) Makefile: now RELEASE flag can contain () toobjarni
2004-12-12(svn r1034) Makefile: fixed issue where it would not compile if RELEASE ↵bjarni
string contained space. Did the same fix to OSXAPP, just in case it's changed to something containing space at a later date
2004-12-12(svn r1026) -Add: [Network] Added unique id, so in network, each client has an truelight
unique id (generated via md5)
2004-12-10(svn r1011) Makefile, mac: added absolute path to hdiutil (default location) ↵bjarni
to fix the path issues when building nightly builds with a cronjob
2004-12-10(svn r1010) Makefile: removed the outdated remove of ttd binary from make ↵bjarni
clean (should only be a check for openttd binary) Tron forgot to credit Celestar for last commit (rev 1009)
2004-12-10(svn r1003) Mac: reintroduced the static libpng hack in makefile since it ↵bjarni
appears to be needed in the nightly builds
2004-12-09(svn r1000) Makefile: added check for static build releases on mac. Most ↵bjarni
users can't use a dynamic build
2004-12-08(svn r985) Makefile: repaired issue in make release (OSX)bjarni
2004-12-08(svn r980) Fixed issues where MorphOS would get problems if AmigaOS would ↵bjarni
get a port, since MorphOS also have the flag __AMIGA__ defined (Tokai)
2004-12-07(svn r974) Makefile: fixed issue in make release and nightly_build, which ↵bjarni
caused failures if RELEASE contained spaces
2004-12-07(svn r973) Makefile: added make nightly_build (only on mac)bjarni
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 r951) Makefile: fixed missing flag for libpng, which prevented lib ↵bjarni
detection if SDL was not used Makefile: Combined the OSX specific libpng code with the general one. Now OSX have no special code for libpng
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 r877) Moved bemidi.cpp correctly this timebjarni
2004-12-01(svn r876) reverted the accidently cleared bemidi.cppbjarni
2004-11-29(svn r855) BeOS: moved bemidi to os/beos/ (w-ber)bjarni
2004-11-21(svn r727) The langauge files depend on english.txt, not strings.htron
2004-11-21(svn r726) The OpenTTD binary doesn't depend on the language files, so move ↵tron
this dependency to the all target
2004-11-21(svn r725) Fix language file dependenciestron
2004-11-19(svn r681) Support for VERBOSE configuration variable which shows the ↵pasky
commands actually used for compilation.
2004-11-17(svn r662) [newgrf] Moved grfspecial.c to newgrf.c/newgrf.hdominik
2004-11-17(svn r661) Make strgen print its own revision instead of the repo's.tron
This also fixes the annoying unecessary language file recompiles.
2004-11-17(svn r660) Fix typo introduced in r655tron
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-14(svn r610) -newgrf: Support for some basic deterministical spritegroups ↵darkvater
regarding stations. Waypoints look changes based on year now :^) (pasky).
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-12(svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron ↵darkvater
for your diligent fixing of warnings (and some possibly bugs) (Tron) -CodeLayout: Remove trailing spaces and Windows linebreaks
2004-09-12(svn r222) -Fix: Added network.h and console_cmd.c to MSVC6 Projectsignde
-Fix: Added console_cmd.c to the Makefile
2004-09-12(svn r220) Makefile: enables ENABLE_NETWORK by default if no config file is ↵bjarni
present
2004-09-09(svn r190) Makefile: fixed bug, that prevented compilation with ↵bjarni
MANUAL_CONFIG enabled
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-09-06(svn r165) -Feature: Option to sort vehicles in vehicle-list window by ↵darkvater
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). -Fix: Sorter icon pointing down 'v' sorts in every window lowest value first, '^' highest value first -CodeChange: move Dropdownlist from settings_gui.c to widget.c. More in place there.
2004-09-06(svn r164) -Fix: Makefile did not clean up endian-filestruelight
-Add: Also display text for endian.h and endian_check
2004-09-06(svn r163) Makefile: made compileroutput nicer and added NOVERBOSE to ↵bjarni
supress all warnings/errors if wanted(default off) (sign_de)
2004-09-04(svn r158) -Fix: make endianess check 100% accurate (hopefully ;))truelight
2004-08-24(svn r127) New feature: ingame console. (sign_de)dominik
Press tab to open the console, more info in docs/console.txt
2004-08-22(svn r113) -Update: re-ordered Makefile (filenames are now in alphabetic ↵truelight
order again) (Celestar)