summaryrefslogtreecommitdiff
path: root/settings_gui.c
AgeCommit message (Expand)Author
2006-10-04(svn r6639) -CodeChange : Conversion of SetWidgetLoweredState to SetWindowWid...belugas
2006-10-03(svn r6631) -Codechange: Use accessors for click_state.belugas
2006-10-03(svn r6619) -Codechange: Use accessors for disabled_state.belugas
2006-09-23(svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo...belugas
2006-09-17(svn r6474) - Add a patch option to control display of liveries, allowing non...peter1138
2006-09-04(svn r6387) Fix: removed OSX specific warningglx
2006-09-04(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more...rubidium
2006-08-31(svn r6273) Clean up the custom currency window handler a bittron
2006-08-29(svn r6222) Remove struct ColorList, because the names of its attributes are ...tron
2006-08-29(svn r6209) Move DrawFrameRect() out of gfx.[ch], because it uses data (_colo...tron
2006-08-28(svn r6186) -Fix [FS#309]: add an override system to the dynamically determin...rubidium
2006-08-25(svn r6108) -NewGRF Feature: Implement currencies replacment via grf file.belugas
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-08-19(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex...truelight
2006-08-15(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_...rubidium
2006-08-15(svn r5915) -Cleanup: some variables were named *_date while they were only h...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-02(svn r5714) Backport from branches/TGP (r5701 and r5711)miham
2006-07-30(svn r5656) -Fix [SF 1296259]: Autosave override. Changing autosave interval ...Darkvater
2006-05-27(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous su...KUDr
2006-05-22(svn r4944) Codechange: make _patches_newgame available via settings.h and re...rubidium
2006-05-01(svn r4654) - Fix [NewGRF]: Properly read in the GRFID. This fixes GRFID chec...Darkvater
2006-04-20(svn r4487) - Codechange: replace the custom currency magic number 23 with a ...peter1138
2006-04-18(svn r4463) -Codechange. Include vehicle.h directly instead of implicitly via...celestar
2006-04-10(svn r4342) Change the first two parameters of commands - virtual pixel coord...tron
2006-03-26(svn r4126) - Feature: A new multi-lingual multi-measuring-unit system:peter1138
2006-03-17(svn r3930) - [Patches] Change the GUI-patch options from indeces to string r...Darkvater
2006-03-14(svn r3874) - Codechange: move the extern decleration of _patches_newgame ins...Darkvater
2006-03-03(svn r3746) - [7/7] Moving the callback functions for the setting-changes fro...Darkvater
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-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