Age | Commit message (Expand) | Author |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-09 | (svn r14940) -Fix: let the statusbar know the current news are invalid or bad... | smatz |
2008-09-30 | (svn r14423) -Codechange: also do r14221 for the strings. | rubidium |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-13 | (svn r14307) -Fix: when deleting a station, remove news items regarding it | smatz |
2008-07-31 | (svn r13897) -Codechange: Replace remaining numbers with Colours enum on news... | belugas |
2008-07-30 | (svn r13872) -Feature: Split the news message announcing opening and closure ... | belugas |
2008-07-29 | (svn r13867) -Codechange: Fix missing alignment | belugas |
2008-07-18 | (svn r13730) -Fix: make a copy of the names for news messages about the delet... | rubidium |
2008-06-28 | (svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' ... | frosch |
2008-06-09 | (svn r13434) -Fix (r13317): news window with invalid news item could be shown | smatz |
2008-06-05 | (svn r13389) -Codechange: remove NM_CALLBACK because that information could b... | rubidium |
2008-06-01 | (svn r13349) -Codechange: remove a pointless flag; the flag is set before cal... | rubidium |
2008-05-30 | (svn r13345) -Codechange: only one of all the NewsItem's instance duration va... | rubidium |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-28 | (svn r13317) -Codechange: make news messages use a linked list instead of a m... | rubidium |
2008-05-28 | (svn r13316) -Codechange: move some functions around to make them grouped mor... | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-23 | (svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f... | peter1138 |
2008-05-19 | (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. | rubidium |
2008-05-19 | (svn r13181) -Codechange: make news callback handling a little simpler. Patch... | rubidium |
2008-05-18 | (svn r13154) -Codechange: make a window class of the news message history win... | rubidium |
2008-05-17 | (svn r13151) -Codechange: use an enum instead of bool as return type of OnKey... | rubidium |
2008-05-17 | (svn r13147) -Codechange: move the code to draw bankruptcy news to news_gui.cpp. | rubidium |
2008-05-17 | (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th... | rubidium |
2008-05-16 | (svn r13115) -Codechange: make a window subclass of the MessageOptionsWindow. | rubidium |
2008-05-16 | (svn r13114) -Codechange: use InvalidateData instead of direct window access ... | rubidium |
2008-05-15 | (svn r13111) -Documentation: update the documentation of AddNewsItem to refle... | rubidium |
2008-05-15 | (svn r13102) -Codechange: make a class of the NewsWindow. | rubidium |
2008-05-15 | (svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM... | rubidium |
2008-05-13 | (svn r13065) -Codechange: remove the need for the news string callbacks. Patc... | rubidium |
2008-05-11 | (svn r13047) -Codechange: remove vp_d | glx |
2008-05-11 | (svn r13043) -Codechange: remove some duplicate variables from news_d. | rubidium |
2008-05-10 | (svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the sa... | rubidium |
2008-05-08 | (svn r13021) -Codechange: free data_b for other uses when it is not used to s... | rubidium |
2008-05-08 | (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ... | rubidium |
2008-05-06 | (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when... | rubidium |
2008-05-06 | (svn r12975) -Codechange: replace DeleteWindow(w) with delete w. | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-05-05 | (svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location'... | peter1138 |
2008-05-05 | (svn r12952) -Cleanup: Indenting and codestyle | peter1138 |
2008-04-22 | (svn r12842) -Codechange [FS#1604]: scale message history by map size | glx |
2008-04-20 | (svn r12805) -Codechange: remove some bit magic related to the news display s... | rubidium |
2008-04-19 | (svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowView... | rubidium |
2008-04-19 | (svn r12785) -Codechange: put all news-type related constants in the same arr... | rubidium |
2008-04-18 | (svn r12762) -Fix: tabs after the first non-tab character are generally not o... | rubidium |
2008-04-17 | (svn r12750) -Fix (r12749): viewport for industry new messages was not shown ... | rubidium |
2008-04-13 | (svn r12683) -Fix [FS#1906]: in some cases a news messages would not be shown. | rubidium |
2008-03-28 | (svn r12475) -Codechange: cleanup coding style in news_gui.cpp. | rubidium |