main_gui.c
Sat, 18 Mar 2006 15:32:38 +0000 Darkvater (svn r3959) -Fix: [FS#61] The tooltips for raising and lowering land buttons in the scenario editor are interchanged (Reported and fixed by lc). Backport of r3749 from trunk 0.4.5
Tue, 02 Jan 2007 17:34:03 +0000 rubidium (svn r7751) -Codechange: move network_* to a new network map. Furthermore move the low level network functions to network/core, so they can be reused by the masterserver and website-serverlist-updater.
Sat, 30 Dec 2006 01:52:09 +0000 Darkvater (svn r7638) -Codechange: Remove special window ShowJoinStatusWindowAfterJoin and shuffle around
Sat, 30 Dec 2006 01:17:53 +0000 Darkvater (svn r7637) -Codechange: Change ShowQueryString to use a window pointer as a parent. If the
Fri, 29 Dec 2006 13:59:48 +0000 Darkvater (svn r7616) -Cleanup:
Wed, 03 Jan 2007 08:32:17 +0000 celestar (svn r7789) [cbh] - Sync with r7720:7758 from trunk custombridgeheads
Mon, 01 Jan 2007 16:31:13 +0000 celestar (svn r7721) [cbh] - Sync with 7607:7720 from trunk custombridgeheads
Sun, 09 Sep 2007 20:52:54 +0000 rubidium (svn r11074) [0.5] -Backport from trunk (r11040): 0.5
Sun, 09 Sep 2007 20:36:15 +0000 rubidium (svn r11073) [0.5] -Backport from trunk (r11039, r11029, r11027, r11024, r11021, r11020, r11018): 0.5
Sun, 09 Sep 2007 16:59:56 +0000 rubidium (svn r11071) [0.5] -Fix [FS#1218]: crash when quiting the game in one of the end score windows. 0.5
Thu, 28 Jun 2007 13:58:39 +0000 rubidium (svn r10372) [0.5] -Backport from trunk (r10288, r10290, r10293, r10294, r10295, r10347, r10348): 0.5
Fri, 22 Jun 2007 21:06:51 +0000 rubidium (svn r10282) [0.5] -Fix: compilation without networking support. 0.5
Fri, 22 Jun 2007 20:04:18 +0000 rubidium (svn r10275) [0.5] -Backport from trunk (r10048, r10068, r10075, r10082, r10085, r10087): 0.5
Wed, 17 Jan 2007 00:20:23 +0000 Darkvater (svn r8174) -Backport from trunk (r8027, r8028, r8043, r8132): 0.5
Thu, 21 Dec 2006 11:34:50 +0000 Darkvater (svn r7525) -Fix (r6631): Invalidate the widget of 'many random industries' when it is raised (Maedhros)
Thu, 21 Dec 2006 10:29:16 +0000 Darkvater (svn r7523) -Feature: Add the possibility to change the newgrf configuration of a running game.
Wed, 06 Dec 2006 02:03:55 +0000 glx (svn r7391) -Fix r6814: when sending money in multiplayer, the corresponding chat message was for the wrong player (off by one)
Mon, 04 Dec 2006 14:27:54 +0000 peter1138 (svn r7357) -Codechange: new NewGRF set up window which allows modification of NewGRF settings.
Mon, 04 Dec 2006 13:46:03 +0000 rubidium (svn r7355) -Codechange: replace 'for (i = 0; w->widget[i].type != WWT_TYPE; i++)'-type for loops with 'for (i = 0; i < w->widget_count; i++)'-type for loops
Sun, 03 Dec 2006 13:40:16 +0000 KUDr (svn r7329) -Fix (r7157): Invalid viewport position on quick zoom
Fri, 17 Nov 2006 23:01:58 +0000 belugas (svn r7198) -Codechange: Implement a circular tile search function.
Fri, 17 Nov 2006 19:31:44 +0000 KUDr (svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option 'disable electrified railways'.
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
Thu, 16 Nov 2006 20:57:23 +0000 Darkvater (svn r7179) -Codechange (r7173): Actually "prefer" team chat through the patch setting instead of
Thu, 16 Nov 2006 17:44:04 +0000 Darkvater (svn r7173) -Codechange (r6824): Allow the user to change the chat-destination when chatting with <ENTER> or 'T' instead of the game choosing one for you automatically.
Fri, 10 Nov 2006 19:24:14 +0000 Darkvater (svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc positioning WDP_AUTO = -1)
Thu, 09 Nov 2006 13:03:34 +0000 Darkvater (svn r7120) -Fix (r6631): A town size of 0 in the scenario editor is a random size. So to get a size
Tue, 07 Nov 2006 14:41:53 +0000 Darkvater (svn r7098) -Regression (r7094): Zoom buttons were not properly updated with a new/loaded game. The
Tue, 07 Nov 2006 13:08:42 +0000 Darkvater (svn r7095) -Codechange: Move MaxZoomIn function to viewport.h and change it to MaxZoomInOut
Tue, 07 Nov 2006 13:06:02 +0000 Darkvater (svn r7094) -Codechange: Get rid of the window-specific code in DoZoomInOutWindow (enable, disable
Tue, 07 Nov 2006 13:01:36 +0000 Darkvater (svn r7093) -Codechange: Move DoZoomInOutWindow declaration to viewport.h and rewrite the function
Tue, 31 Oct 2006 21:46:21 +0000 Darkvater (svn r7023) -Fix: Pressing F1 in scenario editor did not work because the keypress event was sent
Tue, 31 Oct 2006 21:15:56 +0000 Darkvater (svn r7022) -Fix [FS#292]: Properly guard against viewing company-sensitive information from
Sat, 28 Oct 2006 23:47:00 +0000 Darkvater (svn r7000) -Fix: Incorrect use of e->we.click when the event is a 'place'. This didn't cause any
Tue, 24 Oct 2006 19:19:25 +0000 belugas (svn r6930) -Codechange: Move industry name into IndustrySpec
Tue, 24 Oct 2006 14:15:17 +0000 Darkvater (svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL is only plain panel,
Sat, 21 Oct 2006 23:31:34 +0000 Darkvater (svn r6884) -Codechange: Add strict bounds checking in string formatting system.
Sat, 21 Oct 2006 22:33:45 +0000 Darkvater (svn r6877) -Fix r6876 +add main_gui.c
Wed, 18 Oct 2006 21:38:45 +0000 Darkvater (svn r6828) -Fix: Properly fix r6842
Wed, 18 Oct 2006 21:33:59 +0000 glx (svn r6827) -Fix r6824: removed warning
Wed, 18 Oct 2006 21:07:36 +0000 Darkvater (svn r6824) -Feature: Change the functionality of the chat window. SHIFT+ENTER (SHIFT+T)
Sat, 14 Oct 2006 15:49:43 +0000 Darkvater (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPECTATOR and
Thu, 12 Oct 2006 14:59:27 +0000 Darkvater (svn r6754) -Codechange: Remove some #idef ENABLE_NETWORK specific defines. With networking
Thu, 12 Oct 2006 11:42:57 +0000 Darkvater (svn r6748) -Codechange: Use already existing function to count active players.
Thu, 12 Oct 2006 11:27:37 +0000 Darkvater (svn r6746) -Codechange: Remove the need for double strings in "checkmarked" items. While
Thu, 12 Oct 2006 10:52:24 +0000 Darkvater (svn r6745) -Codechange: Have the dropdown menus fall fully inside the top toolbar. So
Thu, 12 Oct 2006 10:43:14 +0000 Darkvater (svn r6744) -Fix: Determine the length of the main toolbar dropdown list based
Sun, 08 Oct 2006 21:00:13 +0000 glx (svn r6695) -Fix FS#356: disable main toolbar buttons showing company list drop downs when there are no companies
Fri, 06 Oct 2006 01:18:12 +0000 belugas (svn r6660) -Fix(r6631): Prevent the fast-foward button to toggle up and down when pressing shift.
Tue, 03 Oct 2006 20:16:20 +0000 belugas (svn r6631) -Codechange: Use accessors for click_state.
Tue, 03 Oct 2006 02:08:15 +0000 belugas (svn r6619) -Codechange: Use accessors for disabled_state.
Thu, 28 Sep 2006 23:05:03 +0000 bjarni (svn r6562) -Codechange: merged the vehicle list window widget arrays
Sat, 23 Sep 2006 02:39:24 +0000 belugas (svn r6499) -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct
Mon, 04 Sep 2006 17:30:30 +0000 rubidium (svn r6380) -Codechange: unify all ways to quit OTTD.
Sun, 03 Sep 2006 22:07:28 +0000 rubidium (svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not called or have no effect.
Fri, 01 Sep 2006 13:35:43 +0000 tron (svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to
Tue, 29 Aug 2006 19:26:13 +0000 tron (svn r6222) Remove struct ColorList, because the names of its attributes are plain confusing
Mon, 28 Aug 2006 18:53:03 +0000 rubidium (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc.
Mon, 28 Aug 2006 07:33:51 +0000 tron (svn r6184) Remove the unused (because it was NULL in all callers) second parameter of FillDrawPixelInfo() and simplify some expressions
Tue, 22 Aug 2006 16:38:50 +0000 truelight (svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now functions and variables all match eachother