src/news_func.h
Sat, 13 Sep 2008 10:19:51 +0000 smatz (svn r14307) -Fix: when deleting a station, remove news items regarding it
Fri, 18 Jul 2008 16:26:51 +0000 rubidium (svn r13730) -Fix: make a copy of the names for news messages about the deletion of companies as the removal of a company could lead to wrong names in the news messages.
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.
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 12:50:02 +0000 rubidium (svn r12785) -Codechange: put all news-type related constants in the same array. Patch by cirdan.
Fri, 28 Mar 2008 08:53:36 +0000 rubidium (svn r12459) -Codechange: split news.h into news_type.h and news_func.h.