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 (
Expand
)
Author
2021-01-05
Fix #7611: keeps news about accidents around after vehicle is cleaned up (#8497)
Patric Stout
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2012-12-23
(svn r24845) -Add: News ticker sound setting to adv. settings window.
frosch
2012-12-23
(svn r24843) -Codechange: Move news display options into the general settings...
frosch
2012-05-26
(svn r24285) -Codechange: Add a more explcit NewsFlag to indicate that the fi...
frosch
2012-05-26
(svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and ...
frosch
2012-05-26
(svn r24283) -Codechange: Add AddTileNewsItem function to preemptively dedupl...
frosch
2012-05-26
(svn r24282) -Codechange: Add AddVehicleAdviceNewsItem function to preemptive...
frosch
2012-05-26
(svn r24281) -Cleanup: Merge all company news subtypes into a single one; the...
frosch
2011-02-05
(svn r21987) -Fix: Make news items, engine previews and AI preview events dea...
frosch
2011-01-22
(svn r21886) -Codechange: move documentation towards the code to make it more...
rubidium
2009-12-21
(svn r18597) -Fix (r17147)[FS#3395, FS#3396]: ChangeVehicleNews() did not upd...
frosch
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-10
(svn r17147) -Fix [FS#3048]: Keep vehicle news and viewports following vehicl...
frosch
2009-05-24
(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles...
frosch
2009-03-23
(svn r15830) -Codechange: don't use fixed size of array in news_gui.cpp and n...
smatz
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 delet...
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-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-03-28
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
rubidium