index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
news_func.h
Age
Commit message (
Collapse
)
Author
2009-03-23
(svn r15830) -Codechange: don't use fixed size of array in news_gui.cpp and ↵
smatz
news_func.h
2008-09-13
(svn r14307) -Fix: when deleting a station, remove news items regarding it
smatz
2008-07-18
(svn r13730) -Fix: make a copy of the names for news messages about the ↵
rubidium
deletion of companies as the removal of a company could lead to wrong names in the news messages.
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 ↵
rubidium
AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
2008-04-20
(svn r12805) -Codechange: remove some bit magic related to the news display ↵
rubidium
states. Patch by cirdan.
2008-04-19
(svn r12785) -Codechange: put all news-type related constants in the same ↵
rubidium
array. Patch by cirdan.
2008-03-28
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
rubidium