S. D. Cloudt
13cc8a0cee
Cleanup: Removed SVN headers
2019-11-10 17:59:20 +00:00
Jonathan G Rennison
a15ace0f5b
Fix #7783 , Fix #7816 : [SDL2] Fix input handling in edit context
...
In particular this fixes handling of the shift key
2019-11-10 17:58:42 +00:00
Jonathan G Rennison
1dba06656d
Codechange: Add utility function for whether the focused window is a console
2019-11-10 17:58:42 +00:00
Jonathan G Rennison
81f159434d
Codechange: Add EditBoxGainedFocus method to VideoDriver base class
2019-11-10 17:58:42 +00:00
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
2019-11-10 17:58:42 +00:00
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
2019-11-10 17:58:42 +00:00
Jonathan G Rennison
3db399d7d9
Fix: [SDL2] Detection of backtick scancode
...
SDL_Keysym::scancode is a SDL_SCANCODE_* constant, not a raw scan code
2019-11-10 17:58:42 +00:00
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.
2019-11-10 17:58:02 +00:00
Jonathan G Rennison
2be619ea88
Fix #7820 : Heap use after free when removing oil rig
2019-11-03 00:39:38 +01:00
translators
460f73cd2d
Update: Translations from eints
...
tamil: 22 changes by aswn
2019-11-02 19:45:41 +01:00
Charles Pigott
6929429f0f
Fix ccb4c37
: Use of possibly uninitialised pointer ( #7818 )
2019-11-02 13:24:38 +00:00
Charles Pigott
729caa135b
Fix: Remove duplicate entry from changelog
2019-11-02 11:31:59 +00:00
Charles Pigott
3775381c10
Fix: [Pipelines] Account for versions being more than one digit when generating changelog output
2019-11-02 11:31:59 +00:00
SamuXarick
ccb4c3797f
Fix #5405 : Aircraft could route to depots outside their range ( #7104 )
2019-11-02 11:26:04 +00:00
Nikolas Nyby
4884dcacba
Fix #7784 : up/down/home/end key behavior in SDL2
...
Closes #7784 .
2019-11-01 23:41:47 +01:00
Michael Lutz
d5a9bd404a
Codechange: [OSX] Use std::unique_ptr with a custom deleter to simply memory management of Core Foundation types.
2019-11-01 22:32:53 +01:00
translators
58122983fb
Update: Translations from eints
...
korean: 6 changes by telk5093
2019-10-30 19:45:40 +01:00
Charles Pigott
9f50c754ff
Codechange: No longer expect iculx when building debs
2019-10-30 17:28:22 +00:00
Charles Pigott
077b4096f6
Change: [Pipelines] Remove jessie, add buster debian release builds
2019-10-30 17:28:22 +00:00
translators
1a13e03c49
Update: Translations from eints
...
korean: 2 changes by telk5093
2019-10-29 19:45:38 +01:00
Charles Pigott
dd07b23ed3
Fix: A few places still referred to old name of COPYING and README
2019-10-28 23:52:54 +01:00
Charles Pigott
f5b72059be
Update: Changelog and other release files for 1.10.0-beta1
2019-10-28 23:52:54 +01:00
Charles Pigott
57add90b0f
Doc: Updates from 1.9
2019-10-28 23:52:54 +01:00
Charles Pigott
a407db54cf
Add: Me
2019-10-28 23:52:54 +01:00
Andy
c46581e91f
Doc: use a markdown version of GPL v2 for COPYING.md, also restore a missing line about copying to the GPL v2 wording
2019-10-28 20:18:29 +00:00
Andy
39925665f0
Doc: append .md to COPYING file, peparatory to converting it to markdown
2019-10-28 20:18:29 +00:00
James103
f1204f0d9d
Fix: spelling/grammar in script_tile.hpp ( #7804 )
2019-10-27 19:46:08 +00:00
translators
90682f8623
Update: Translations from eints
...
spanish (mexican): 2 changes by Absay
2019-10-27 19:45:42 +01:00
Charles Pigott
2f4de0a0fe
Fix #7733 : Crash when removing a dock next to an industry without a station
2019-10-26 00:35:01 +01:00
glx22
880680304d
Fix 53f8d0b81
: signed/unsigned warnings ( #7803 )
2019-10-26 01:34:19 +02:00
Jack McKiernan
f52e605b51
Fix: Solved helicopter takeoff issue with international airports
...
Helicopters can now take off from just outside the hangars.
2019-10-25 23:42:31 +02:00
Jack McKiernan
9479f45d1a
Codechange: Replaced 255's with an enum entry TERMGROUP
2019-10-25 23:42:31 +02:00
Jack McKiernan
d39f889775
Codechange: Replaced 0's in heading field with TO_ALL
2019-10-25 23:42:31 +02:00
Jack McKiernan
d843b73280
Fix #6219 : Allow taking off from hangar in commuter airport
...
Previously, a helicopter in the hangar of a commuter airport would have to wait until HELIPAD2 was free before it could takeoff. Now, a helicopter in the hangar can takeoff from just outside the hangar.
2019-10-25 23:42:31 +02:00
Juriy Petrochenkov
8c6a16ba28
Fix: Possible double path separator in FiosMakeFilename
2019-10-25 22:35:51 +01:00
Nikolas Nyby
f13b184588
Codechange: Don't use SDL_CreateRGBSurfaceWithFormat()
...
This function requires libSDL 2.0.5 or higher. It looks like we don't
need to use it, and can just use the original SDL_CreateRGBSurface(),
with the masks set to 0, to trigger the default 8-bit format, which is
SDL_PIXELFORMAT_INDEX8.
Closes #7785
Note: this code path is activated by using an 8-bit blitter, like:
./bin/openttd -b 8bpp-simple
2019-10-25 22:23:57 +01:00
Andy
0d1575b5c7
Doc: fix 3 mis-spellings of 'official'
2019-10-23 15:05:55 +02:00
glx
93e42a9407
Fix 3575dd551
: update names for installer
2019-10-23 15:05:40 +02:00
glx22
5fbacf9d86
Fix 3575dd551
: update names for the bundles ( #7794 )
2019-10-22 22:35:02 +02:00
Andy
0c4d133900
Doc: CONTRIBUTING.md - add official goals section, link from other sections, minor other tidying
2019-10-22 19:07:22 +02:00
glx
12e43c697d
Add: [Script] ScriptEventVehicleAutoReplaced.
2019-10-22 11:55:40 +02:00
dorobouNeko
cbefc1d994
Fix #7561 : Fix power/running-cost vehicle sorter
2019-10-21 22:31:25 +01:00
translators
81272000f8
Update: Translations from eints
...
finnish: 6 changes by hpiirai
tamil: 62 changes by aswn
dutch: 2 changes by JanWillem
2019-10-21 19:45:39 +02:00
translators
0d599e155f
Update: Translations from eints
...
russian: 2 changes by Lone_Wolf
2019-10-20 19:45:39 +02:00
Andy
841e8b0007
Doc: rename HOWTO_compile_lang_files.md
...
No need for the caps, no other pattern of "HOWTO" in file names.
2019-10-20 17:41:17 +01:00
glx
3575dd551c
Doc: rename the modified files
2019-10-20 17:12:54 +01:00
Andy
a70b6fcece
Doc: convert some docs to markdown (without rename)
2019-10-20 17:12:54 +01:00
Jack Baron
f159d91572
Fix: add savegame version to trading age setting
2019-10-19 20:31:44 +01:00
Jack Baron
e4f08f2880
Fix: Bump savegame version
2019-10-19 20:31:44 +01:00
Jack Baron
7c9dedb94f
Feature: Configure minimum share trading years
2019-10-19 20:31:44 +01:00