summaryrefslogtreecommitdiff
path: root/src/news_type.h
AgeCommit message (Expand)Author
2009-03-15(svn r15726) -Codechange: unify coding style for const pointerssmatz
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-08-13(svn r14059) -Fix(r13872): Wrong comments in enum. Dear old copy/paste...belugas
2008-07-30(svn r13872) -Feature: Split the news message announcing opening and closure ...belugas
2008-07-18(svn r13730) -Fix: make a copy of the names for news messages about the delet...rubidium
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-28(svn r13317) -Codechange: make news messages use a linked list instead of a m...rubidium
2008-05-19(svn r13181) -Codechange: make news callback handling a little simpler. Patch...rubidium
2008-05-16(svn r13123) -Codechange: passing the bankrupt type via data_b is not needed ...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-08(svn r13021) -Codechange: free data_b for other uses when it is not used to s...rubidium
2008-04-20(svn r12805) -Codechange: remove some bit magic related to the news display s...rubidium
2008-04-19(svn r12785) -Codechange: put all news-type related constants in the same arr...rubidium
2008-04-13(svn r12691) -Fix (r12459): all company related news displayed the 'company i...glx
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium