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
/
story_gui.cpp
Age
Commit message (
Expand
)
Author
2020-07-27
Codechange: Spell 'Viewport' consistently
TechGeekNZ
2020-05-27
Fix: Compilation warnings in story_gui and script_story_page
Jonathan G Rennison
2020-05-22
Feature: Push-buttons on storybook pages (#7896)
Niels Martin Hansen
2019-12-21
Codechange: Replace story related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-13
Codechange: use std::sort() in GUIList
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Codechange: Switch DropDownList to directly use std::vector, thus making Auto...
Michael Lutz
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2014-12-18
(svn r27086) -Codechange: Simplify opening of windows by always returning a v...
alberth
2014-10-15
(svn r27020) -Cleanup: some coding style consistency improvements (mostly spa...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-02-06
(svn r26307) -Add: [nogo] Allow GS to hide story page date
zuu
2013-11-24
(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dro...
rubidium
2013-11-22
(svn r26048) -Fix: use delete instead of free when allocated by new
rubidium
2013-11-19
(svn r26040) -Fix: return 0 from unreached part of function to silence some c...
fonsinchen
2013-10-28
(svn r25920) -Fix: Story page content was clipped incorrectly and was drawn p...
frosch
2013-10-13
(svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown a...
frosch
2013-09-14
(svn r25771) -Fix (r25344): If story book content changed height due a string...
zuu
2013-09-13
(svn r25769) -Fix (r25344): Drawing of broken goal references was broken
zuu
2013-09-13
(svn r25768) -Fix [FS#5617] (r25344): Story Book text elements that use font ...
zuu
2013-09-13
(svn r25766) -Codechange: Use FONT_HEIGHT_NORMAL instead of checking the heig...
zuu
2013-09-12
(svn r25759) -Fix (r25369): Set the owner flag of the goal and story windows
zuu
2013-07-21
(svn r25624) -Fix (r25620, r25623): Silence warnings
zuu
2013-06-09
(svn r25387) -Fix: "typos" in @file filename
rubidium
2013-06-09
(svn r25381) -Fix: Silent story book compiler warnings
zuu
2013-06-09
(svn r25380) -Fix (r25344): Vertically center images of page elements in the ...
zuu
2013-06-09
(svn r25372) -Add: Allow opening a goal list window specific to a company
zuu
2013-06-09
(svn r25369) -Add: allow opening a story window specific to a company
zuu
2013-06-09
(svn r25352) -Feature: GameScript API for selecting a story page to view
zuu
2013-06-09
(svn r25344) -Feature: GUI for viewing story pages
zuu