summaryrefslogtreecommitdiff
path: root/settings_gui.c
AgeCommit message (Expand)Author
2006-03-01(svn r3710) - Use the general function DrawArrowButtons() instead of doing it...Darkvater
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-01-29(svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in...Darkvater
2006-01-05(svn r3365) Staticise 36 functionstron
2005-12-20(svn r3323) - Fix: automatically enable new AI when turning on the AI in mult...Darkvater
2005-12-18(svn r3313) Remove GPMI related changes from trunktron
2005-12-18(svn r3311) Remove the unnecessary global variable _grffile_count: It's just ...tron
2005-12-13(svn r3294) - Fix: use INVALID_STRING_ID instead of -1.Darkvater
2005-12-07(svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th...peter1138
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-15(svn r3190) Turn some loops into canonical for loop formtron
2005-11-15(svn r3185) consttron
2005-11-14(svn r3181) -Bracingtron
2005-11-13(svn r3173) Use the trinary operator and switch to improve readabilitytron
2005-11-09(svn r3157) - Feature: Added patch option to link the terraform toolbar to th...peter1138
2005-10-23(svn r3078) Some more stuff, which piled up:tron
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-09-27(svn r2994) Another small hack regarding currencies: add a #define to emulate...tron
2005-09-24(svn r2982) Newgrf: Added patch option for wagon speed limits. This is enable...peter1138
2005-09-23(svn r2980) - Add some comments to some setting enums, and fix a 'const' warn...Darkvater
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 r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to se...bjarni
2005-08-06(svn r2815) Store the currency information in one central place instead of sc...tron
2005-07-29(svn r2751) -Fix: Disabled buttons in the patches and difficulty windows are ...celestar
2005-07-26(svn r2717) Move _userstring to strings.[ch]tron
2005-07-24(svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic n...celestar
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 r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-20(svn r2650) Convert many explicit shifts+ands to extract bits to invocations ...tron
2005-07-19(svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* inst...ludde
2005-07-15(svn r2573) Codechange: Removed WDF_RESTORE_DPARAM, it's not needed with the ...ludde
2005-07-14(svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not...ludde
2005-07-12(svn r2553) - Fix: [pathfinding] Remove old-old train pathfinder. Enhanced ol...ludde
2005-07-04(svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows mu...hackykid
2005-06-15(svn r2444) - CodeChange: Add an enum for demagicifying the values of the 'f...hackykid
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-14(svn r2310) - Fix: Game would crash if you full-screened with the 'fullscreen...Darkvater
2005-05-14(svn r2309) - CodeChange: Change all _iconsole_color_whatever into _icolour_w...Darkvater
2005-05-14(svn r2307) - Fix (regression): it was not possible to change the drive-side ...Darkvater
2005-05-12(svn r2300) - CodeChange: check the last number of commands, now only the ref...Darkvater
2005-05-12(svn r2298) - CodeChange: removed CmdAbuses: CmdSetTownNameType(), CmdStartNe...Darkvater
2005-05-09(svn r2285) - Codechange: Fix up some of the missing things from server-check...Darkvater
2005-05-03(svn r2263) - Fix: If the seperator string is empty for custom currencies, ev...Darkvater
2005-05-03(svn r2260) - Fix (regression): custom currency input works again ingameDarkvater
2005-05-02(svn r2245) - CodeChange: simplify the clamping of values for patch-settings ...Darkvater