summaryrefslogtreecommitdiff
path: root/main_gui.c
AgeCommit message (Expand)Author
2006-10-14(svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE...Darkvater
2006-10-12(svn r6754) -Codechange: Remove some #idef ENABLE_NETWORK specific defines. W...Darkvater
2006-10-12(svn r6748) -Codechange: Use already existing function to count active players.Darkvater
2006-10-12(svn r6746) -Codechange: Remove the need for double strings in "checkmarked" ...Darkvater
2006-10-12(svn r6745) -Codechange: Have the dropdown menus fall fully inside the top to...Darkvater
2006-10-12(svn r6744) -Fix: Determine the length of the main toolbar dropdown list basedDarkvater
2006-10-08(svn r6695) -Fix FS#356: disable main toolbar buttons showing company list dr...glx
2006-10-06(svn r6660) -Fix(r6631): Prevent the fast-foward button to toggle up and down...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-28(svn r6562) -Codechange: merged the vehicle list window widget arraysbjarni
2006-09-23(svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo...belugas
2006-09-04(svn r6380) -Codechange: unify all ways to quit OTTD.rubidium
2006-09-03(svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not call...rubidium
2006-09-01(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the ne...tron
2006-08-29(svn r6222) Remove struct ColorList, because the names of its attributes are ...tron
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-28(svn r6184) Remove the unused (because it was NULL in all callers) second par...tron
2006-08-22(svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now fu...truelight
2006-08-22(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...truelight
2006-08-22(svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered ...belugas
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-21(svn r6038) -Codechange: move mousewheel code to event WE_MOUSEWHEEL instead ...truelight
2006-08-21(svn r6036) -Codechange: do not handle SCROLL in a central function, but let ...truelight
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 r5918) -Cleanup: rename ConvertDayToYMD/ConvertYMDToDay as they really c...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-07-28(svn r5626) CodeChange : Remove the global _make_screenshot and implement a m...belugas
2006-07-26(svn r5609) CodeChange : Apply coding stylebelugas
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-11(svn r5226) Reduce the mess that sending chat messages istron
2006-04-29(svn r4623) - Codechange: s/byte/PlayerID/Darkvater
2006-04-27(svn r4591) -Fix (FS#122) Game no longer errors out when "Many random towns" ...celestar
2006-04-23(svn r4541) Add a type for slopes and replace many magic numbers by the appro...tron
2006-04-22(svn r4520) -Fix: Did last commit in the wrong branch. Repair and shame on me.celestar
2006-04-07(svn r4314) -Fix: a buffer overflow of the chat box introduced in r1263. Don'...tron
2006-04-07(svn r4313) The parent window of the chat box is always the main toolbar (?!)...tron
2006-04-07(svn r4312) Calculate the maximum pixel width of the entered text in the chat...tron
2006-04-07(svn r4310) The chat box has no visible window title, therefore remove the st...tron
2006-04-07(svn r4309) The initial string of the chat box is always the empty string, so...tron
2006-04-03(svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 ...celestar
2006-03-24(svn r4092) CodeChange : Named sprites instead of magic numbers plus create/u...belugas
2006-03-23(svn r4073) Add functions to make and test for (most) unmovable tilestron
2006-03-17(svn r3931) - [ 1451726 ] Use sprite names in main_gui.c instead of numbers (...Darkvater
2006-03-12(svn r3827) Remove the global variable _error_message_2, it's only used as lo...tron
2006-03-03(svn r3749) -Fix: [FS#61] The tooltips for raising and lowering land buttons ...tron
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-02-01(svn r3510) Fiddle with whitespace and parenthesestron
2006-01-21(svn r3414) - Fix: Disable the Fund New Industry menu item and window when co...peter1138