src/news_gui.cpp
Tue, 17 Jun 2008 13:22:13 +0000 richk (svn r13548) [NewGRF_ports] -Sync: with trunk r13412:13544. NewGRF_ports
Tue, 17 Jun 2008 10:32:49 +0000 richk (svn r13545) [NewGRF_ports] -Sync: with trunk r13281:13411. NewGRF_ports
Wed, 11 Jun 2008 15:23:32 +0000 glx (svn r13473) [NoAI] -Sync: with r13417:13472. noai
Mon, 09 Jun 2008 12:20:00 +0000 smatz (svn r13434) -Fix (r13317): news window with invalid news item could be shown
Sun, 08 Jun 2008 15:32:10 +0000 rubidium (svn r13418) [NoAI] -Sync: with trunk r13380:13417. noai
Thu, 05 Jun 2008 16:55:00 +0000 rubidium (svn r13389) -Codechange: remove NM_CALLBACK because that information could be gathered from the fact that a callback has been specified. Patch by Cirdan.
Wed, 04 Jun 2008 22:34:45 +0000 glx (svn r13381) [NoAI] -Sync with trunk r13325:13380 noai
Sun, 01 Jun 2008 10:11:31 +0000 rubidium (svn r13349) -Codechange: remove a pointless flag; the flag is set before calling a function and is then reset in the function without ever reading it. Patch by Cirdan.
Fri, 30 May 2008 20:57:19 +0000 rubidium (svn r13345) -Codechange: only one of all the NewsItem's instance duration variable, so move it so there is only once instance of that variable. Patch by Cirdan.
Thu, 29 May 2008 15:56:32 +0000 glx (svn r13326) [NoAI] -Sync with trunk r13264:13325 noai
Thu, 29 May 2008 15:13:28 +0000 rubidium (svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
Wed, 28 May 2008 21:36:16 +0000 rubidium (svn r13317) -Codechange: make news messages use a linked list instead of a moving circular buffer. This makes it possible to store more news messages in the history. Based on a patch by Cirdan.
Wed, 28 May 2008 20:13:28 +0000 rubidium (svn r13316) -Codechange: move some functions around to make them grouped more logically.
Tue, 27 May 2008 00:50:55 +0000 richk (svn r13281) [NewGRF_ports] -Sync: with trunk r13145:13280. Includes support for Noise Level on Prop 24 in .grf files. NewGRF_ports
Mon, 26 May 2008 20:45:25 +0000 richk (svn r13274) [NewGRF_ports] -Sync: with trunk r12806:13144. NewGRF_ports
Mon, 26 May 2008 13:52:59 +0000 rubidium (svn r13265) [NoAI] -Sync with trunk r13185:13264. noai
Sun, 25 May 2008 19:17:03 +0000 rubidium (svn r13251) -Codechange: rename _patches to _settings as that is more logic.
Fri, 23 May 2008 23:02:13 +0000 peter1138 (svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
Mon, 19 May 2008 15:13:58 +0000 glx (svn r13189) [NoAI] -Sync: with trunk r13055:13185. noai
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Mon, 19 May 2008 09:18:51 +0000 rubidium (svn r13181) -Codechange: make news callback handling a little simpler. Patch by Cirdan.
Sun, 18 May 2008 08:50:51 +0000 rubidium (svn r13154) -Codechange: make a window class of the news message history window.
Sat, 17 May 2008 23:11:06 +0000 rubidium (svn r13151) -Codechange: use an enum instead of bool as return type of OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
Sat, 17 May 2008 21:13:05 +0000 rubidium (svn r13147) -Codechange: move the code to draw bankruptcy news to news_gui.cpp.
Sat, 17 May 2008 12:48:06 +0000 rubidium (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
Fri, 16 May 2008 07:15:32 +0000 rubidium (svn r13115) -Codechange: make a window subclass of the MessageOptionsWindow.
Fri, 16 May 2008 07:08:04 +0000 rubidium (svn r13114) -Codechange: use InvalidateData instead of direct window access to modify the state of the statusbar from outside the statusbar.
Thu, 15 May 2008 20:53:44 +0000 rubidium (svn r13111) -Documentation: update the documentation of AddNewsItem to reflect reality. Patch by Cirdan.
Thu, 15 May 2008 13:47:55 +0000 rubidium (svn r13102) -Codechange: make a class of the NewsWindow.
Thu, 15 May 2008 13:39:36 +0000 rubidium (svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
Tue, 13 May 2008 10:17:04 +0000 rubidium (svn r13065) -Codechange: remove the need for the news string callbacks. Patch by Cirdan.
Sun, 11 May 2008 20:09:34 +0000 rubidium (svn r13056) [NoAI] -Sync: with trunk r12996:13055. noai
Sun, 11 May 2008 15:08:44 +0000 glx (svn r13047) -Codechange: remove vp_d
Sun, 11 May 2008 13:02:58 +0000 rubidium (svn r13043) -Codechange: remove some duplicate variables from news_d.
Sat, 10 May 2008 12:30:27 +0000 rubidium (svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing.
Thu, 08 May 2008 22:53:49 +0000 rubidium (svn r13021) -Codechange: free data_b for other uses when it is not used to store a second tile to skip to (in news messages). Patch by cirdan.
Thu, 08 May 2008 11:31:41 +0000 rubidium (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
Wed, 07 May 2008 21:09:51 +0000 rubidium (svn r12997) [NoAI] -Sync: with trunk r12895:12996. noai
Tue, 06 May 2008 22:08:18 +0000 rubidium (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
Tue, 06 May 2008 21:28:30 +0000 rubidium (svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Mon, 05 May 2008 11:36:43 +0000 peter1138 (svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location' button, a town/station/industry list, or some news items.
Mon, 05 May 2008 11:24:58 +0000 peter1138 (svn r12952) -Cleanup: Indenting and codestyle
Fri, 25 Apr 2008 15:20:48 +0000 rubidium (svn r12896) [NoAI] -Sync: with trunk r12824:r12895. noai
Thu, 24 Apr 2008 12:32:37 +0000 rubidium (svn r12868) [0.6] -Backport from trunk r12795, r12776, r12683, r12681, r12678: 0.6
Tue, 22 Apr 2008 21:18:55 +0000 glx (svn r12842) -Codechange [FS#1604]: scale message history by map size
Mon, 21 Apr 2008 21:15:50 +0000 glx (svn r12826) [NoAI] -Sync: with trunk r12780:12824 noai
Sun, 20 Apr 2008 15:27:28 +0000 richk (svn r12806) [NewGRF_ports] -Sync: with trunk r12773:12805. NewGRF_ports
Sun, 20 Apr 2008 11:40:33 +0000 rubidium (svn r12805) -Codechange: remove some bit magic related to the news display states. Patch by cirdan.
Sat, 19 Apr 2008 13:17:19 +0000 rubidium (svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowViewport because the viewport is now part of the window struct. Patch by Alberth.
Sat, 19 Apr 2008 12:50:02 +0000 rubidium (svn r12785) -Codechange: put all news-type related constants in the same array. Patch by cirdan.
Fri, 18 Apr 2008 23:33:51 +0000 rubidium (svn r12781) [NoAI] -Sync: with trunk r12711:12780. noai
Fri, 18 Apr 2008 19:55:13 +0000 richk (svn r12774) [NewGRF_ports] -Sync: with trunk r12742:12772. NewGRF_ports
Fri, 18 Apr 2008 04:54:09 +0000 rubidium (svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).
Thu, 17 Apr 2008 11:25:12 +0000 rubidium (svn r12750) -Fix (r12749): viewport for industry new messages was not shown properly.
Wed, 16 Apr 2008 22:16:04 +0000 richk (svn r12742) [NewGRF_ports] -Sync: with trunk r12673:12705. NewGRF_ports
Tue, 15 Apr 2008 00:47:19 +0000 richk (svn r12715) [NewGRF_ports] -Sync: with trunk r12351:12644. NewGRF_ports
Mon, 14 Apr 2008 21:21:10 +0000 rubidium (svn r12712) [NoAI] -Sync with trunk r12672:12711. noai
Sun, 13 Apr 2008 11:15:48 +0000 rubidium (svn r12683) -Fix [FS#1906]: in some cases a news messages would not be shown.
Wed, 13 Jun 2007 11:45:14 +0000 celestar (svn r10135) [gamebalance] -Sync: r9700:9900 from trunk gamebalance