summaryrefslogtreecommitdiff
path: root/main_gui.c
AgeCommit message (Expand)Author
2006-12-21(svn r7525) -Fix (r6631): Invalidate the widget of 'many random industries' w...Darkvater
2006-12-21(svn r7523) -Feature: Add the possibility to change the newgrf configuration ...Darkvater
2006-12-06(svn r7391) -Fix r6814: when sending money in multiplayer, the corresponding ...glx
2006-12-04(svn r7357) -Codechange: new NewGRF set up window which allows modification o...peter1138
2006-12-04(svn r7355) -Codechange: replace 'for (i = 0; w->widget[i].type != WWT_TYPE; ...rubidium
2006-12-03(svn r7329) -Fix (r7157): Invalid viewport position on quick zoomKUDr
2006-11-17(svn r7198) -Codechange: Implement a circular tile search function.belugas
2006-11-17(svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option ...KUDr
2006-11-16(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/U...peter1138
2006-11-16(svn r7179) -Codechange (r7173): Actually "prefer" team chat through the patc...Darkvater
2006-11-16(svn r7173) -Codechange (r6824): Allow the user to change the chat-destinatio...Darkvater
2006-11-10(svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc pos...Darkvater
2006-11-09(svn r7120) -Fix (r6631): A town size of 0 in the scenario editor is a random...Darkvater
2006-11-07(svn r7098) -Regression (r7094): Zoom buttons were not properly updated with ...Darkvater
2006-11-07(svn r7095) -Codechange: Move MaxZoomIn function to viewport.h and change it ...Darkvater
2006-11-07(svn r7094) -Codechange: Get rid of the window-specific code in DoZoomInOutWi...Darkvater
2006-11-07(svn r7093) -Codechange: Move DoZoomInOutWindow declaration to viewport.h and...Darkvater
2006-10-31(svn r7023) -Fix: Pressing F1 in scenario editor did not work because the key...Darkvater
2006-10-31(svn r7022) -Fix [FS#292]: Properly guard against viewing company-sensitive i...Darkvater
2006-10-28(svn r7000) -Fix: Incorrect use of e->we.click when the event is a 'place'. T...Darkvater
2006-10-24(svn r6930) -Codechange: Move industry name into IndustrySpecbelugas
2006-10-24(svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL i...Darkvater
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-21(svn r6877) -Fix r6876 +add main_gui.cDarkvater
2006-10-18(svn r6828) -Fix: Properly fix r6842Darkvater
2006-10-18(svn r6827) -Fix r6824: removed warningglx
2006-10-18(svn r6824) -Feature: Change the functionality of the chat window. SHIFT+ENTE...Darkvater
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