summaryrefslogtreecommitdiff
path: root/src/settings.cpp
AgeCommit message (Expand)Author
2020-05-21Codechange: Store base set related texts in std::strings.Michael Lutz
2020-05-21Codechange: Use std::string in INI file parsing.Michael Lutz
2020-02-06Feature: SLF_HEX to print hexadecimal numbers in the config fileJohannes E. Krause
2020-02-06Fix: Loading SDT_INTLIST similar to loading SDT_NUMXJohannes E. Krause
2020-02-06Fix: Saving SDT_INTLIST handle unsigned values properlyJohannes E. Krause
2019-12-21Codechange: Replace vehicle related FOR_ALL with range-based for loopsglx
2019-12-21Codechange: Replace station related FOR_ALL with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-05-14Add: [Win32] GDI engine for font glyph rendering as a replacement for includi...Michael Lutz
2019-05-14Codechange: Refactor the Freetype font cache into a generic part that does no...Michael Lutz
2019-04-25Feature: Add coverage area display for existing stations.peter1138
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-09Codechange: If something is a vector of strings, use a vector of strings inst...Michael Lutz
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-16Remove: OPFCharles Pigott
2019-03-16Change: Use default value for invalid multi-string settings instead of clampi...PeterN
2019-03-09Feature: Non-rectangular sparse station catchment area.Peter Nelson
2019-02-08Codechange: Make the style of MakeVoid calls uniform (#7192)Gabda
2019-02-02Codechange: Convert saveload numbers to enum values.Peter Nelson
2019-02-01Fix #6438: Properly invalidate AI Settings window when max no competitor sett...Peter Nelson
2019-01-31Feature: Group liveries, and livery window usability enhancements. (#7108)PeterN
2019-01-19Change: Invalidate ship path caches if pathfinder choice or forbid-90-degree ...Peter Nelson
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2017-03-20(svn r27816) -Fix [FS#6421]: Do not search directories when opening ini files...peter1138
2015-05-16(svn r27285) -Codechange: Use LG_ORIGINAL instead of a magic 0 to indicate th...alberth
2015-02-22(svn r27163) -Fix [FS#6204]: Toolbars were not invalidated when changing max-...frosch
2015-02-14(svn r27151) -Add: Allow changing max heightlevel in scenario editor.frosch
2014-10-12(svn r27004) -Codechange: Make GUI size apply to (sprite-font) text as well.peter1138
2014-10-11(svn r26990) -Feature: Add option to choose normal, double or quad-size inter...peter1138
2014-05-24(svn r26611) -Feature: Save and load grfid and md5sum of newgrfs in config fi...alberth
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-24(svn r26499) -Codechange: replace strndup with streduprubidium
2014-04-24(svn r26494) -Codechange: replace some further usages of s(n)printf with sepr...rubidium
2014-04-24(svn r26493) -Codechange: use strecat to concatenate script settings instead ...rubidium
2014-04-23(svn r26486) -Codechange: replace a number of snprintfs with seprintfrubidium
2014-04-23(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...frosch
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-02-07(svn r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity whe...frosch
2013-06-09(svn r25358) -Codechange: save and load link graph jobs and the schedulefonsinchen
2013-05-26(svn r25291) -Add: WindowDesc ability to load and store information in a conf...frosch
2013-02-14(svn r24996) -Change: Apply default service interval changes to vehicles with...rubidium
2013-02-04(svn r24968) -Fix [FS#5379]: company window was not updated when shared were ...rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2013-01-08(svn r24899) -Fix [FS#5434]: Also the station build window needs redrawing wh...planetmaker
2013-01-08(svn r24894) -Fix [FS#5434]: Invalidate station selection window when station...planetmaker