Commit Graph

23945 Commits (35dc377a58c90abb67304a0c557449b6db3c0d3f)
 

Author SHA1 Message Date
Jonathan G Rennison 35dc377a58 Fix: Infrastructure total update when removing tram road stop
The wrong road owner was used when updating the tram infrastructure total.
This could result in desyncs, negative infrastructure totals, etc.
5 years ago
translators 03bbae7fe9 Update: Translations from eints
ukrainian: 56 changes by nsergiy
5 years ago
Niels Martin Hansen 9900af38f5
Fix #7847: Use ViewportSign coordinates for sign Kdtree coordinates (#7849)
Ensure the same coordinates are used for station/town/player signs regardless of how the landscape changes below it after the coordinates were first determined.

By keeping track of whether each ViewportSign is valid for Kdtree use (and only ever registering the viewport sign when the object is valid) a lot of code can be simplified and become more robust at the same time.
5 years ago
translators f91c701ffe Update: Translations from eints
hungarian: 1 change by Brumi
5 years ago
stormcone 40ebf3c765 Fix: Do not refer to a function in the documentation that was removed years ago (#7844)
The 'DoDrawString' was removed with this commit: f11300d
5 years ago
glx22 d865916a07 Fix #7836: Check coherency of NewGRF parameter min/max (#7840) 5 years ago
translators ef8455f549 Update: Translations from eints
vietnamese: 73 changes by myquartz
5 years ago
frosch 61dba850af Revert #7837, 7e22f243e: OpenTTD tries to replicate the original game mechanics.
Making numbers look nice and correlate is no goal, and in this case they actually did not correlate.
5 years ago
translators c7b703d426 Update: Translations from eints
vietnamese: 36 changes by myquartz
5 years ago
Yourself 7e22f243ed Fix: typo in town growth rates (#7837) 5 years ago
translators d242b1824c Update: Translations from eints
vietnamese: 19 changes by myquartz
russian: 5 changes by Lone_Wolf
korean: 5 changes by telk5093, 1 change by kevinhigh
5 years ago
translators 70f8c729d4 Update: Translations from eints
french: 7 changes by glx
5 years ago
glx22 e3dc65978d Fix e3511ecac: Don't use bash specific syntax (again) (#7835) 5 years ago
Charles Pigott 60cbddbb5f Fix #7606: Game crash when trying to clean up a crashed script
Also fix another possible memory leak
5 years ago
Charles Pigott cf354f6668 Codechange: new instead of malloc 5 years ago
glx22 ddffe32f15 Fix #7646: Incomplete cleanup for non-threaded world generation failure (#7805) 5 years ago
glx22 0bdbd509be Fix #7673: [Script] Allow removal of custom town text (#7834) 5 years ago
translators b533c66f42 Update: Translations from eints
finnish: 5 changes by hpiirai
galician: 183 changes by Michi
polish: 5 changes by azabost
dutch: 6 changes by JanWillem
spanish (mexican): 5 changes by Absay
5 years ago
Jonathan G Rennison a1d6354caf Fix: Out of bounds tile access in ErrmsgWindow::OnInitialPosition
This fixes part A of #7619, but not part B.

Vehicle::x_pos and Vehicle::y_pos are not required to be within the map bounds.

See also: GetTileHeightBelowAircraft()
5 years ago
glx da2504a0de Fix e3511ecac: don't use bash specific syntax 5 years ago
Andy cfc4568ddc Doc: revised README to be more helpful to casual GitHub visitors 5 years ago
translators b8abd54181 Update: Translations from eints
czech: 5 changes by djst
5 years ago
glx 196247ae71 Codechange: [AzurePipeline] move docs and source to developer files section 5 years ago
glx e3511ecacd Codechange: [AzurePipeline] add developer files section in manifest 5 years ago
glx 9fc6329066 Cleanup: Remove unused strings 5 years ago
glx fa657c8360 Fix #7631: 16 out cargo support for industry directory 5 years ago
translators 4eab70f84e Update: Translations from eints
polish: 115 changes by azabost
vietnamese: 5 changes by nglekhoi
5 years ago
S. D. Cloudt 13cc8a0cee Cleanup: Removed SVN headers 5 years ago
Jonathan G Rennison a15ace0f5b Fix #7783, Fix #7816: [SDL2] Fix input handling in edit context
In particular this fixes handling of the shift key
5 years ago
Jonathan G Rennison 1dba06656d Codechange: Add utility function for whether the focused window is a console 5 years ago
Jonathan G Rennison 81f159434d Codechange: Add EditBoxGainedFocus method to VideoDriver base class 5 years ago
Jonathan G Rennison 46f7c6a641 Change: [SDL2] Add an "unprintable" flag to struct VkMapping
SDL_Keysym::sym is not suitable for checking whether the character
is printable or not
5 years ago
Jonathan G Rennison d41378c00a Fix: [SDL2] Page down key not handled
SDLK_PAGEUP and SDLK_PAGEDOWN are not sequential
They must have separate entries in _vk_mapping
5 years ago
Jonathan G Rennison 3db399d7d9 Fix: [SDL2] Detection of backtick scancode
SDL_Keysym::scancode is a SDL_SCANCODE_* constant, not a raw scan code
5 years ago
Samu 3d362f2513 Fix #7697: Add a Missing AddProducedCargo proc for HQ
On TileLoop_Object, HQs are able to produce and move passengers and mail to stations, but querying the HQ tiles for cargo supplied was returning nothing. This makes it so that they return +1 to both passengers and mail.
5 years ago
Jonathan G Rennison 2be619ea88 Fix #7820: Heap use after free when removing oil rig 5 years ago
translators 460f73cd2d Update: Translations from eints
tamil: 22 changes by aswn
5 years ago
Charles Pigott 6929429f0f
Fix ccb4c37: Use of possibly uninitialised pointer (#7818) 5 years ago
Charles Pigott 729caa135b Fix: Remove duplicate entry from changelog 5 years ago
Charles Pigott 3775381c10 Fix: [Pipelines] Account for versions being more than one digit when generating changelog output 5 years ago
SamuXarick ccb4c3797f Fix #5405: Aircraft could route to depots outside their range (#7104) 5 years ago
Nikolas Nyby 4884dcacba Fix #7784: up/down/home/end key behavior in SDL2
Closes #7784.
5 years ago
Michael Lutz d5a9bd404a Codechange: [OSX] Use std::unique_ptr with a custom deleter to simply memory management of Core Foundation types. 5 years ago
translators 58122983fb Update: Translations from eints
korean: 6 changes by telk5093
5 years ago
Charles Pigott 9f50c754ff Codechange: No longer expect iculx when building debs 5 years ago
Charles Pigott 077b4096f6 Change: [Pipelines] Remove jessie, add buster debian release builds 5 years ago
translators 1a13e03c49 Update: Translations from eints
korean: 2 changes by telk5093
5 years ago
Charles Pigott dd07b23ed3 Fix: A few places still referred to old name of COPYING and README 5 years ago
Charles Pigott f5b72059be Update: Changelog and other release files for 1.10.0-beta1 5 years ago
Charles Pigott 57add90b0f Doc: Updates from 1.9 5 years ago