summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-03-23Update: Translations from eintstranslators
2019-03-23Fix: Filtered file list did not scroll properly. (#7402)PeterN
2019-03-22Update: Translations from eintstranslators
2019-03-21Fix: Bounds check NewGRF feature.Peter Nelson
2019-03-21Codechange: NewGRF features are documented in hex, so display as hex.Peter Nelson
2019-03-21Fix #7391, 9b99b95: Don't invalidate go to depot orders of non-aircraft when ...Michael Lutz
2019-03-21Fix 4da83d2f66: Remove measurement tooltips when completed.peter1138
2019-03-21Update: Translations from eintstranslators
2019-03-20Fix #7390: Extra line removed by mistake caused server_password to disappear ...peter1138
2019-03-20Fix #7384: Industry Chain tooltips did not display on right-click.peter1138
2019-03-20Codechange: Implement OnTooltip event for custom window tooltips.peter1138
2019-03-20Fix #7386: Measurement tooltip for tunnels, aqueducts & docks did not display...peter1138
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-19Remove: DOS supportPatric Stout
2019-03-19Update: Translations from eintstranslators
2019-03-18Codechange: fix Intel C++ Compiler linking issues.Patric Stout
2019-03-17Fix f58fa80e: Wrong company performance rating when money exceeds INT_MAX. (#...stormcone
2019-03-17Update: Translations from eintstranslators
2019-03-16Cleanup: Unused lang stringsCharles Pigott
2019-03-16Remove: OPFCharles Pigott
2019-03-16Update: Translations from eintstranslators
2019-03-16Change: Use default value for invalid multi-string settings instead of clampi...PeterN
2019-03-15Update: Translations from eintstranslators
2019-03-15Cleanup: Update changed string in language files.peter1138
2019-03-15Fix e66cec8f86: Permit loading of industry production callback with invalid c...peter1138
2019-03-13Codechange: Make FindStationsAroundTile() out-parameter stations const to pre...peter1138
2019-03-13Fix #7372: FindStationsAroundTiles() with caching returns no result for indus...peter1138
2019-03-13Cleanup: Remove questionable syntax in track drawingJohannes E. Krause
2019-03-13Cleanup: Remove questionable syntax in town rating displayJohannes E. Krause
2019-03-13Cleanup: Remove questionable syntax in GetOrderCmdFromTileJohannes E. Krause
2019-03-13Cleanup: Remove questionable syntax in HQ size calculationJohannes E. Krause
2019-03-13Cleanup: Remove questionable syntax in station rating calculationJohannes E. Krause
2019-03-12Codechange: Update town sign on population change only when population is sho...Gabda
2019-03-11Update: Translations from eintstranslators
2019-03-11Change: Include _current_company in crashlog AI config lineJonathan G Rennison
2019-03-11Fix: MingW and MSVC compiled strgen had different path separator behaviourPatric Stout
2019-03-11Codechange: check if a define is set directly, instead of indirectlyPatric Stout
2019-03-11Codechange: "basedir.h" is a system include, not a localPatric Stout
2019-03-11Codechange: ICU_SORT is in reality ICU_I18N (according to their CMake files)Patric Stout
2019-03-11Codechange: ICU_LAYOUT is in reality ICU_LX (according to their CMake files)Patric Stout
2019-03-11Codechange: liblzma is called liblzma, how ever strange that might bePatric Stout
2019-03-10Update: Translations from eintstranslators
2019-03-10Feature: Add road icon to road construction drop down list.peter1138
2019-03-10Feature: Add rail icon to rail construction drop down list.peter1138
2019-03-10Add: Generic drop down list string item with icon.peter1138
2019-03-10Remove: Unnecessary virtual destructors on drop down list items.peter1138
2019-03-10Remove: Unnecessary specialization of NewGRF preset list item.peter1138
2019-03-10Codechange: Use Colours type instead of byte.peter1138
2019-03-10Feature: Railtype flags to allow/disallow 90 degree curves. (#7352)Michael Lutz