Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-24 | Add: [GitHub] enable probot/stale, to flush out stale issues/pull requests | Patric Stout | |
Stale bot checks if an issue hasn't had any attention in the last 60 days, or if a pull request hasn't had any attention in the last 30 days. If so, it marks it as stale. After 7 more days, it closes the issue/pull request. Any activity on the issue/pull request resets the timer. This helps keeping the counter low, and the work manageable. There is a lot of reasoning behind this idea, and other projects show it really helps to keep the issue/pull request count low. More information here: https://github.com/probot/stale | |||
2019-01-24 | Change: Make ships stop and change direction slowly instead of instantly ↵ | Peter Nelson | |
turning. | |||
2019-01-24 | Codechange: Tweak ViewportAddLandscape so it no more relies on "go down as ↵ | Johannes E. Krause | |
fast as possible" tile height model (Patch by adf88, #6583) | |||
2019-01-24 | Codechange: Unify tile height model in all functions (Patch by adf88, #6583) | Johannes E. Krause | |
2019-01-24 | Codechange: Simplify marking tiles dirty when terraforming (Patch by adf88, ↵ | Johannes E. Krause | |
#6583) | |||
2019-01-24 | Fix: jumping effect when scrolling viewport over bottom edge of the map ↵ | Johannes E. Krause | |
(Patch by adf88, #6583) | |||
2019-01-24 | Codechange: Add InverseRemapCoords2 function for remapping viewport ↵ | Johannes E. Krause | |
coordinates to underlying tile coordinates (Patch by adf88, #6583) | |||
2019-01-24 | Codechange: Remove unused GetTilePixelZOutsideMap and ↵ | Johannes E. Krause | |
GetTileMaxPixelZOutsideMap functions (Patch by adf88, #6583) | |||
2019-01-24 | Update: Translations from eints | translators | |
italian: 7 changes by lorenzodv | |||
2019-01-24 | Codechange: [Blitter] Adjust line-drawing algorithm to reduce wasted ↵ | Jonathan G Rennison | |
off-screen work This clips the line segment to be within the screen area prior to pixel iteration. | |||
2019-01-24 | Fix: [Blitter] Avoid signed overflow when drawing long lines | Jonathan G Rennison | |
2019-01-24 | Codechange: [Blitter] Change DrawLine to be templated | Jonathan G Rennison | |
This is remove per-pixel overheads due to use of the SetPixel virtual method. These overheads included: * expensive virtual method call which prevents inlining * palette lookup for every pixel * branch on whether palette animation is enabled on every pixel Regenerate project files. | |||
2019-01-23 | Update: Translations from eints | translators | |
spanish: 3 changes by SilverSurferZzZ | |||
2019-01-23 | Add: generate_widget.vbs to allow script_window.hpp enums generation for ↵ | glx | |
users unable to run bash/gawk scripts | |||
2019-01-23 | Fix: keep the line ending when generating widget enums with bash/gawk on windows | glx | |
2019-01-22 | Add: Draw network password indicator lock in company drop down list. (#7079) | PeterN | |
2019-01-21 | Cleanup #6960: Remove parts of generate used only for MSVC pre-2015. | Peter Nelson | |
2019-01-21 | Add: Houses can accept up to 16 different cargo types via NewGRF. | Niels Martin Hansen | |
New Action0 property 23 for feature 07, variable length, format B n*(B B). Initial byte is number of structures following. First byte in structure is cargo id, second is acceptance level in 1/8 units. | |||
2019-01-20 | Fix: If screen size changes, windows are relocated and dropdown may not fit ↵ | J0an Josep | |
the screen. | |||
2019-01-20 | Fix #6060: When opening a scrollable dropdown above a widget, scroll it to ↵ | J0an Josep | |
its very bottom. This "prevents" the fast movement towards the bottom when holding down the mouse button. | |||
2019-01-20 | Codechange #6060: Allow drawing dropdown lists with scrollbars above the widgets | Juanjo | |
2019-01-20 | Fix: Round up deltas for smooth scrolling, so target will be reached | btzy | |
2019-01-20 | Fix: [AzurePipelines] the repository OpenTTD-CF is renamed to CompileFarm | Patric Stout | |
2019-01-20 | Update: Translations from eints | translators | |
russian: 10 changes by Lone_Wolf hungarian: 5 changes by Brumi spanish (mexican): 6 changes by Absay | |||
2019-01-20 | Change 81330b8d6e: Cached path only needs to be cleared if it was found to ↵ | Peter Nelson | |
be invalid. | |||
2019-01-19 | Change: Invalidate ship path caches if pathfinder choice or forbid-90-degree ↵ | Peter Nelson | |
turns are changed. | |||
2019-01-19 | Change: Add path cache for ships. | Peter Nelson | |
2019-01-19 | Change: Add ability to save/load std::deque<> containers. | Peter Nelson | |
2019-01-19 | Update: Translations from eints | translators | |
french: 3 changes by glx | |||
2019-01-19 | Add: [NewGRF] Airport animation trigger for plane landing (#6334, patch by ↵ | Ingo von Borstel | |
Supercheese) | |||
2019-01-19 | Cleanup: Remove unused strings | Niels Martin Hansen | |
2019-01-19 | Fix 8859381: Display of requires/produces in Build Industry window | Niels Martin Hansen | |
Change the window to use a dynamically generated string of cargoes, instead of one of a few fixed-length lists. With up to 16 cargoes on each list, having 16 with the only difference how many are listed seems like a bad maintenance idea. | |||
2019-01-18 | Update: Translations from eints | translators | |
spanish: 4 changes by SilverSurferZzZ spanish (mexican): 1 change by Absay | |||
2019-01-17 | Cleanup: remove useless and outdated 'generate' projects outputs | glx | |
2019-01-17 | Fix 7f54c59a6: use some consistency for project dependencies determination | glx | |
2019-01-17 | Fix: Some code and comment typos | nikolas | |
Found with codespell | |||
2019-01-17 | Fix #7032: use the same mode to load and render glyphs | glx | |
2019-01-17 | Codechange: Don't explicitly link with -lstdc++, causes linking issues with ↵ | Charles Pigott | |
freetype on MinGW | |||
2019-01-17 | Codechange: Remove unnecessarily defined functions under MinGW | Charles Pigott | |
2019-01-17 | Fix: A few minor compile warnings under MinGW | Charles Pigott | |
2019-01-16 | Fix: depend was messing the line endings in append mode | glx | |
2019-01-16 | Fix: deps calculation call could fail due to command line length | glx | |
2019-01-16 | Fix: make reconfigure warning | glx | |
2019-01-15 | Update: Translations from eints | translators | |
spanish: 3 changes by SilverSurferZzZ | |||
2019-01-14 | Change: Obey forbid_90_deg_turns when choosing available track with no ↵ | Peter Nelson | |
destination. | |||
2019-01-14 | Change: When ship is lost, pick first available track instead of a random track. | Peter Nelson | |
2019-01-14 | Codechange: Replace trackbit lookup table with existing functions. | Peter Nelson | |
2019-01-14 | Codechange: Use const instead of magic number for ship order distance. Allow ↵ | Peter Nelson | |
slightly further distance when following orders. | |||
2019-01-14 | Change: Allow only one ship to leave depot at a time. | Peter Nelson | |
2019-01-14 | Change: Don't pathfind with no destination or if destination is known to be ↵ | Peter Nelson | |
too far. |