Age | Commit message (Expand) | Author |
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 |
2008-03-28 | (svn r12459) -Codechange: split news.h into news_type.h and news_func.h. | rubidium |
2008-01-17 | (svn r11909) -Codechange: use dropdown widget for player livery, network lobb... | peter1138 |
2008-01-14 | (svn r11848) -Codechange: New class-based drop down list functionality. Lists... | peter1138 |
2008-01-13 | (svn r11834) -Codechange: only include settings_type.h if needed. | rubidium |
2008-01-13 | (svn r11832) -Codechange: get rid of (quite) some VARDEFs. | rubidium |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-09 | (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. | rubidium |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | rubidium |
2007-12-29 | (svn r11719) -Codechange: split sound.h in a header with types and one with f... | rubidium |
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless... | rubidium |
2007-12-26 | (svn r11702) -Codechange: move all date related stuff to date*. | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-22 | (svn r11682) -Codechange: move some 'generic' geometry related types into a s... | rubidium |