summaryrefslogtreecommitdiff
path: root/settings.c
AgeCommit message (Expand)Author
2006-03-15(svn r3880) - just do a string compare without length restrictions; followup ...Darkvater
2006-03-14(svn r3875) - [Patches] Fix up the intro menu so the right values for the map...Darkvater
2006-03-13(svn r3854) - Fix restart_game_date to default to zero and allow a value of 0...Darkvater
2006-03-13(svn r3852) - Revert r3733 which fixed the default value loading for char, bu...Darkvater
2006-03-06(svn r3775) Fix loading of server_port from config file, introduced in Darkva...peter1138
2006-03-03(svn r3746) - [7/7] Moving the callback functions for the setting-changes fro...Darkvater
2006-03-02(svn r3733) Fix a bug in r3719, which caused a crash when the default value f...tron
2006-03-02(svn r3732) - Fix two warnings. Stupid MSVC didn't even complain :s (Thank Tr...Darkvater
2006-03-02(svn r3726) - [6/6] Finalize conversion, finally save the patches struct.Darkvater
2006-03-02(svn r3723) - [5/6] Move over the console commands from settings_gui to setti...Darkvater
2006-03-02(svn r3722) - [4/4] Present the game with a unified structure for the configu...Darkvater
2006-03-02(svn r3721) - [3/4] Present the game with a unified structure for the configu...Darkvater
2006-03-02(svn r3720) - [2/4] Present the game with a unified structure for the configu...Darkvater
2006-03-01(svn r3719) - [1/4] Present the game with a unified structure for the configu...Darkvater
2006-03-01(svn r3716) - Move the option settings (_game_opt_desc) from misc.c into sett...Darkvater
2006-02-20(svn r3641) - Rename MusicFilesettings 'btn_down' to more sensible 'playing'Darkvater
2006-02-20(svn r3640) - Remove win32-only variables from variables.h and put them into ...Darkvater
2006-02-20(svn r3622) - Partly revert r3214. The patch setting max_num_autosaves stays ...Darkvater
2006-02-20(svn r3621) - Codechange: Only define the server and bans list if network is ...Darkvater
2006-02-13(svn r3601) -Codechange: special for Tron, and he was absolutely correct in t...truelight
2006-02-13(svn r3600) -Fix: suppress error on 64bit targetstruelight
2006-02-06(svn r3567) -Fix: for once and for all, use 'unsigned long' if you want to ca...truelight
2006-02-04(svn r3550) - [Patches]: fix GCC warning, sorryDarkvater
2006-02-04(svn r3548) - [Patches]: rework two loops in make_oneofmany() and make_manyof...Darkvater
2006-02-04(svn r3547) - [Patches]: do some general cleanup, commentarization before sta...Darkvater
2006-02-04(svn r3534) - Codechange: remove unused savedump patch-settings.Darkvater
2006-02-01(svn r3512) Yet more whitespace fixes (mostly by Rubidium)peter1138
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-01-29(svn r3479) -Fix: fixed warnings on 64bit platforms (anyway, most 64bit platf...truelight
2006-01-29(svn r3475) - Fix: you couldn't remove an item from a list-type of config ing...Darkvater
2006-01-29(svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in...Darkvater
2005-12-18(svn r3313) Remove GPMI related changes from trunktron
2005-11-26(svn r3238) -Fix: always save if you want GPMI-based AIs, this on request by truelight
2005-11-22(svn r3229) -Add: add more GPMI support. Now GPMI-based AIs can be loaded (do...truelight
2005-11-21(svn r3224) -Add: Allow the NewAI to work in Multiplayer Games (switchable vi...truelight
2005-11-19(svn r3222) -Feature: Right-Click-Scrolling optionally moves in the opposite ...tron
2005-11-17(svn r3214) -Feature: openttd.cfg can now set how many autosaves to keep befo...bjarni
2005-11-09(svn r3157) - Feature: Added patch option to link the terraform toolbar to th...peter1138
2005-09-24(svn r2982) Newgrf: Added patch option for wagon speed limits. This is enable...peter1138
2005-09-23(svn r2976) -Fix: Align settings pool items to the size of void* to fix bus e...tron
2005-09-08(svn r2924) Introduce the ALIGN() macro which aligns values to multiples of a...tron
2005-08-07(svn r2833) Remove saving of sprite cache data:tron
2005-08-07(svn r2831) Fix some potential and real buffer overflowstron
2005-08-07(svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth abou...tron
2005-08-06(svn r2815) Store the currency information in one central place instead of sc...tron
2005-07-25(svn r2706) Fix !WITH_NETWORK buildtron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2663) Include variables.h only in these files which need it, not global...tron
2005-07-19(svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* inst...ludde