Jonathan G Rennison
4b256fed36
Codechange: [Blitter] Adjust line-drawing algorithm to reduce wasted off-screen work
...
This clips the line segment to be within the screen area prior to pixel iteration.
2019-01-24 11:12:06 +00:00
Jonathan G Rennison
0240e90169
Fix: [Blitter] Avoid signed overflow when drawing long lines
2019-01-24 11:12:06 +00:00
Jonathan G Rennison
db924a4681
Codechange: [Blitter] Change DrawLine to be templated
...
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-24 11:12:06 +00:00
translators
ed325ada88
Update: Translations from eints
...
spanish: 3 changes by SilverSurferZzZ
2019-01-23 19:45:44 +01:00
glx
7292591967
Add: generate_widget.vbs to allow script_window.hpp enums generation for users unable to run bash/gawk scripts
2019-01-23 19:44:43 +01:00
glx
636fcc2cc0
Fix: keep the line ending when generating widget enums with bash/gawk on windows
2019-01-23 19:44:43 +01:00
PeterN
c3dbe836b4
Add: Draw network password indicator lock in company drop down list. ( #7079 )
2019-01-22 12:42:52 +00:00
Niels Martin Hansen
48b334cf97
Add: Houses can accept up to 16 different cargo types via NewGRF.
...
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-21 16:06:25 +01:00
J0an Josep
9ce92521c1
Fix: If screen size changes, windows are relocated and dropdown may not fit the screen.
2019-01-20 21:43:00 +00:00
J0an Josep
628af2fabc
Fix #6060 : When opening a scrollable dropdown above a widget, scroll it to its very bottom.
...
This "prevents" the fast movement towards the bottom when holding down the mouse button.
2019-01-20 21:43:00 +00:00
Juanjo
226dbcb422
Codechange #6060 : Allow drawing dropdown lists with scrollbars above the widgets
2019-01-20 21:43:00 +00:00
btzy
9d75600ac0
Fix: Round up deltas for smooth scrolling, so target will be reached
2019-01-20 19:43:56 +00:00
translators
e71f7cf277
Update: Translations from eints
...
russian: 10 changes by Lone_Wolf
hungarian: 5 changes by Brumi
spanish (mexican): 6 changes by Absay
2019-01-20 19:45:44 +01:00
Peter Nelson
f35b135e17
Change 81330b8d6e: Cached path only needs to be cleared if it was found to be invalid.
2019-01-20 11:06:33 +01:00
Peter Nelson
4daaec1a94
Change: Invalidate ship path caches if pathfinder choice or forbid-90-degree turns are changed.
2019-01-19 23:11:17 +00:00
Peter Nelson
81330b8d6e
Change: Add path cache for ships.
2019-01-19 23:11:17 +00:00
Peter Nelson
1c725fce47
Change: Add ability to save/load std::deque<> containers.
2019-01-19 23:11:17 +00:00
translators
60da05cf2a
Update: Translations from eints
...
french: 3 changes by glx
2019-01-19 19:45:43 +01:00
Ingo von Borstel
4e9e115760
Add: [NewGRF] Airport animation trigger for plane landing ( #6334 , patch by Supercheese)
2019-01-19 14:36:15 +00:00
Niels Martin Hansen
f37304f9f5
Cleanup: Remove unused strings
2019-01-19 13:33:17 +01:00
Niels Martin Hansen
08ffa16d51
Fix 8859381: Display of requires/produces in Build Industry window
...
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-19 13:33:17 +01:00
translators
07a40df9ab
Update: Translations from eints
...
spanish: 4 changes by SilverSurferZzZ
spanish (mexican): 1 change by Absay
2019-01-18 19:45:44 +01:00
nikolas
d8ccad91f9
Fix: Some code and comment typos
...
Found with codespell
2019-01-17 22:01:07 +00:00
glx
1623cb553b
Fix #7032 : use the same mode to load and render glyphs
2019-01-17 21:56:12 +00:00
Charles Pigott
fe8c24e081
Codechange: Remove unnecessarily defined functions under MinGW
2019-01-17 21:55:15 +00:00
Charles Pigott
2d981a4b2c
Fix: A few minor compile warnings under MinGW
2019-01-17 21:55:15 +00:00
glx
1106534262
Fix: depend was messing the line endings in append mode
2019-01-16 19:27:06 +00:00
translators
91315a7a39
Update: Translations from eints
...
spanish: 3 changes by SilverSurferZzZ
2019-01-15 19:45:41 +01:00
Peter Nelson
6b0a467a50
Change: Obey forbid_90_deg_turns when choosing available track with no destination.
2019-01-14 19:57:07 +00:00
Peter Nelson
7284b593c7
Change: When ship is lost, pick first available track instead of a random track.
2019-01-14 19:57:07 +00:00
Peter Nelson
8b64204418
Codechange: Replace trackbit lookup table with existing functions.
2019-01-14 19:57:07 +00:00
Peter Nelson
7af53d7588
Codechange: Use const instead of magic number for ship order distance. Allow slightly further distance when following orders.
2019-01-14 19:57:07 +00:00
Peter Nelson
b98887c4a0
Change: Allow only one ship to leave depot at a time.
2019-01-14 19:57:07 +00:00
Peter Nelson
ebddd596c7
Change: Don't pathfind with no destination or if destination is known to be too far.
2019-01-14 19:57:07 +00:00
Peter Nelson
6a38a3f5df
Change: Don't leave ship depot with no orders.
2019-01-14 19:57:07 +00:00
translators
29b6b74ee1
Update: Translations from eints
...
french: 4 changes by glx
finnish: 2 changes by ln
2019-01-14 19:45:41 +01:00
glx
9f0ad7e269
Fix: BSD find used by OSX requires explicit path
2019-01-14 00:34:52 +00:00
glx
3f28e0cf53
Add: squirrel_export.vbs for users unable to run bash/gawk scripts
2019-01-14 00:34:52 +00:00
glx
8e5a8d3ec3
Cleanup: remove svn references in squirrel_export.sh
2019-01-14 00:34:52 +00:00
glx
2cf9405aa2
Fix: remove manual single file generation in squirrel_export.sh as it's broken
2019-01-14 00:34:52 +00:00
glx
34c438d7ad
Fix: keep line endings when running squirrel_export.sh on windows
2019-01-14 00:34:52 +00:00
Joan Josep
823c5bfa3b
Fix #5978 : Ensure group GUI stats and lists are invalidated properly (3298, Juanjo) ( #7046 )
2019-01-13 22:29:17 +00:00
translators
ca7ee34502
Update: Translations from eints
...
croatian: 8 changes by VoyagerOne
2019-01-13 19:45:41 +01:00
PeterN
89f0017a67
Fix #7050 : Missing guard around network chat message function for compiling with networking disabled. ( #7058 )
2019-01-13 16:50:21 +00:00
Alberth289346
f4b8a67aed
Fix #6408 : Improve wording of the dragging signal distance tooltips (juanjo) ( #7055 )
2019-01-13 07:57:33 +00:00
nikolas
4fc1b2baae
Fix: Grammar in a bunch of comments ( #7054 )
2019-01-13 07:38:48 +00:00
PeterN
5ff0c24993
Fix #6780 : Some windows didn't get updated from OnTick() ( #7048 )
2019-01-12 23:23:23 +00:00
Joan Josep
9aecbac2b4
Codechange: Define INVALID_TOWN as a TownID ( #7044 )
2019-01-12 23:20:10 +00:00
Joan Josep
96854b2b8b
Codechange #5859 : Simplify CheckTrainStayInDepot() ( #7045 )
2019-01-12 17:04:04 +00:00
Nikolas Nyby
0f9d1019e6
Add: Mexican Peso currency
...
OpenTTD doesn't have any pesos, so I've added Mexican pesos,
at its current exchange rate: 1GBP = 24.39MXN, rounded to 24.
2019-01-12 16:57:23 +00:00
nikolas
82e530b517
Fix: Remove duplicate town name "Huacho" ( #7038 )
...
Huacho appears twice in the Spanish town names list. This change removes
the second one, and replaces it with a new one: Medellin.
2019-01-12 08:33:13 +01:00
Johannes E. Krause
06cd561cea
Add: when placing non-rectangular airport, consider airport tile table tiles only (patch by adf88, #6613 )
2019-01-11 20:38:52 +00:00
Nikolas Nyby
65746a0275
Fix: Spelling fixes on some Latin American town names
2019-01-11 20:24:12 +00:00
translators
c80608a83c
Update: Translations from eints
...
spanish: 3 changes by SilverSurferZzZ
spanish (mexican): 3 changes by Absay
2019-01-11 19:45:46 +01:00
nikolas
fa95af2da8
Codechange: Fix typo in variable name: pices -> pieces ( #7033 )
2019-01-11 16:08:02 +01:00
Peter Nelson
c693463c29
Fix: Always draw dirty blocks, else fast-forward is super fast.
2019-01-11 11:56:21 +00:00
Peter Nelson
806e7d25dd
Change: Use GUITimer class instead of bare int/uints.
2019-01-11 11:56:21 +00:00
Peter Nelson
59fe4f28c8
Change: Animate text effects by real time instead of game ticks.
2019-01-11 11:56:21 +00:00
Peter Nelson
ead9c9eab5
Change: Switch various window timers to real time instead of game ticks.
2019-01-11 11:56:21 +00:00
Peter Nelson
15320a37b9
Change: OnGameTick() is only called when not paused.
2019-01-11 11:56:21 +00:00
Peter Nelson
2a8fa5fef9
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust timers to work with milliseconds instead of ticks.
2019-01-11 11:56:21 +00:00
translators
e34a6c58ea
Update: Translations from eints
...
italian: 1 change by lorenzodv
french: 29 changes by glx
2019-01-10 19:45:44 +01:00
Gabda87
a0293d313d
Add #4115 : default company colour setting ( #6998 )
...
Works only in single player.
2019-01-10 10:45:38 +01:00
Andy
ad5a9daed5
Change: Desert tiles are now half-desert if a neighboured tile is non-desert or sea/coast. (patch by frosch123) #4754 ( #7015 )
2019-01-09 18:48:08 +01:00
Andy
e934f09f02
Fix: Don't increase motion counter while train is waiting at non-path signals (Author: frosch123) #5877 ( #7018 )
2019-01-09 18:37:58 +01:00
translators
5e51d9ee82
Update: Translations from eints
...
hebrew: 22 changes by dnd_man
spanish (mexican): 1 change by Absay
2019-01-07 19:45:46 +01:00
J0an Josep
effb7da5b4
Doc: Fix spelling in comments.
2019-01-06 16:47:45 +01:00
J0an Josep
c304aa50e9
Fix: [NPF] Don't look two-way for road vehicles when looking for a depot. Road vehicles shouldn't reverse all of a sudden.
2019-01-06 16:47:45 +01:00
Juanjo!
1db66a285e
Codechange: [YAPF] Stop looking for an automatic servicing road depot when the cost of a path exceeds max. penalty.
2019-01-06 16:47:45 +01:00
Juanjo!
edb7adf183
Codechange: [NPF] Stop looking for an automatic servicing (rail/road) depot when the cost of a path exceeds max. penalty.
2019-01-06 16:47:45 +01:00
J0an Josep
19a2f84943
Fix #7001 : Pathfinders should see standard road stations as tiles where to reverse.
2019-01-06 16:47:45 +01:00
Niels Martin Hansen
15a7f9da9d
Fix 13056ae: PR #7017 added new enum value in bad position, move it
2019-01-06 11:45:21 +01:00
Eddi-z
13056aedbc
Add: Conditional order for max. reliability (patch by Cirdan, #6360 ) ( #7017 )
2019-01-05 22:10:37 +01:00
glx
92d3358db5
Fix: [Win32] don't mess with std[out|err|in] if we can't allocate a console
2019-01-05 18:10:14 +01:00
Niels Martin Hansen
b8b6954fb5
Fix 6a3d411: Silence truncation warning
2019-01-05 17:21:29 +01:00
Niels Martin Hansen
cb60a5e57f
Change: Fluidsynth music driver plays through mixer instead of own audio driver
2019-01-05 17:17:10 +01:00
Niels Martin Hansen
d6c06de5ad
Add: Mixer feature for streaming sampled music
2019-01-05 17:17:10 +01:00
Niels Martin Hansen
12ba56c5a3
Fix 6accbf9: Silence warnings about unused fread() result
2019-01-05 17:16:53 +01:00
Juanjo
9e30054de9
Codechange: Use window class as expected.
2019-01-04 23:55:07 +01:00
J0an Josep
16a91130a7
Codechange: Use INVALID_TRACKDIR instead of 0xFF.
2019-01-04 23:55:07 +01:00
translators
49ab02c084
Update: Translations from eints
...
spanish: 4 changes by SilverSurferZzZ
2019-01-04 19:45:45 +01:00
translators
391bc45c41
Update: Translations from eints
...
spanish (mexican): 10 changes by Absay
2018-12-31 19:45:43 +01:00
Alberth
4a255e879a
Fix #6966 : Only allow switching to a valid company.
2018-12-29 16:15:44 +01:00
translators
e8f9975409
Update: Translations from eints
...
finnish: 160 changes by ln
2018-12-27 19:45:44 +01:00
glx
c540d72445
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined macro _WIN32
2018-12-27 18:09:16 +01:00
Joan Josep
8890926b0d
Fix #6974 : Add save-load filter widget to api
2018-12-27 09:53:55 +01:00
glx
3be6ab555c
Change: use vcpkg integration in Visual Studio
...
Removes the need for us to provide OpenTTD-useful package
2018-12-26 17:29:11 +01:00
translators
cab39ff47f
Update: Translations from eints
...
russian: 8 changes by Lone_Wolf
2018-12-24 19:45:43 +01:00
translators
2ab4b5dd03
Update: Translations from eints
...
spanish: 3 changes by SilverSurferZzZ
2018-12-14 19:45:43 +01:00
translators
2978388153
Update: Translations from eints
...
spanish: 5 changes by SilverSurferZzZ
spanish (mexican): 23 changes by Absay
2018-12-13 19:45:44 +01:00
translators
777cfe5611
Update: Translations from eints
...
chinese (simplified): 2 changes by ww9980
korean: 23 changes by kevinhigh
2018-12-12 19:45:44 +01:00
translators
863b80e880
Update: Translations from eints
...
spanish: 6 changes by SilverSurferZzZ
2018-12-10 19:45:44 +01:00
translators
68b5b11b7c
Update: Translations from eints
...
spanish: 4 changes by SilverSurferZzZ
2018-12-09 19:45:44 +01:00
Michael Lutz
32ce1ce347
Add: [OSX] Text layout using the native CoreText API.
...
By default, the native API will be used instead of ICU, but if ICU is
forced in using configure, it will take precedence.
2018-12-08 20:13:27 +01:00
Michael Lutz
4bf216993a
Add: [OSX] Native text caret handling.
2018-12-08 20:13:27 +01:00
Michael Lutz
8d7cd6a526
Add: [OSX] Native natural sort implementation.
2018-12-08 20:13:27 +01:00
Michael Lutz
05a93c121c
Fix: [OSX] Macro redefinition warning.
2018-12-08 20:13:27 +01:00
translators
c63f0b3005
Update: Translations from eints
...
chinese (simplified): 28 changes by ww9980
spanish: 12 changes by SilverSurferZzZ
2018-12-08 19:45:43 +01:00
translators
cd44e33f4e
Update: Translations from eints
...
spanish: 4 changes by SilverSurferZzZ
portuguese: 2 changes by Samu
2018-12-07 19:45:44 +01:00
translators
587c2149b6
Update: Translations from eints
...
croatian: 23 changes by VoyagerOne
spanish: 8 changes by SilverSurferZzZ
2018-12-03 19:45:44 +01:00
Michael Lutz
3b8db31a49
Fix: [Win32] Align sprite glyphs to the font baseline when using Uniscribe text layout.
2018-12-01 11:57:14 +01:00
translators
88894166e8
Update: Translations from eints
...
italian: 23 changes by lorenzodv
spanish: 2 changes by SilverSurferZzZ
2018-11-29 19:45:43 +01:00
comicsads
b93fad7481
Fix: Spelling in code comment ( #6984 )
2018-11-28 16:24:01 +01:00
translators
eab3aa16aa
Update: Translations from eints
...
spanish: 3 changes by SilverSurferZzZ
2018-11-27 19:45:42 +01:00
damfr
868c6f924a
Add: Filter box to the save and load windows ( #6974 )
...
Save and heightmap names can be filtered.
2018-11-25 20:54:25 +01:00
translators
af4a21bd82
Update: Translations from eints
...
korean: 4 changes by telk5093
spanish: 3 changes by SilverSurferZzZ
russian: 8 changes by Lone_Wolf
2018-11-25 19:45:41 +01:00
Niels Martin Hansen
9e30fbab34
Fix #6864 : Normalise colour use in Frame rate window
2018-11-25 17:27:53 +01:00
Niels Martin Hansen
cb1fcc4765
Doc: More notes for developers adding new PerformanceElements
2018-11-25 00:49:33 +01:00
Niels Martin Hansen
1ee20fac9a
Codechange: Wrong name for include guard
2018-11-25 00:49:33 +01:00
Niels Martin Hansen
810887af30
Fix #6498 : Use int64 for all company rating calculations
2018-11-25 00:48:34 +01:00
Niels Martin Hansen
c618a7c093
Fix 6298b96: Changing music set did not save new setting
2018-11-25 00:47:56 +01:00
Niels Martin Hansen
c84b9913bd
Fix #6676 : Prevent helicopters from stopping in midair during some kinds of landing
...
This adds a new flag that gets stored in the savegame, but it should still be compatible both ways, hence no save version bump.
2018-11-25 00:47:34 +01:00
translators
f35a59fd38
Update: Translations from eints
...
spanish (mexican): 2 changes by Absay
2018-11-24 19:45:43 +01:00
translators
16a36dffa0
Update: Translations from eints
...
spanish: 2 changes by SilverSurferZzZ
2018-11-21 19:45:42 +01:00
frosch
1a1204472e
Revert: Sprite sorting optimisation sorted incorrectly.
...
This reverts commit 25ab9c1997
.
2018-11-18 17:30:28 +01:00
Niels Martin Hansen
68e6b5531a
Update: Developer credits
2018-11-17 21:05:07 +01:00
Charles Pigott
6accbf9afc
Fix #6969 : Account for BOM when reading script files
2018-11-17 16:05:10 +01:00
translators
278a705bbb
Update: Translations from eints
...
indonesian: 41 changes by UseYourIllusion
2018-11-14 19:45:40 +01:00
translators
71cda6ca1d
Update: Translations from eints
...
spanish: 10 changes by SilverSurferZzZ
2018-11-13 19:45:42 +01:00
translators
6950ea0ba7
Update: Translations from eints
...
indonesian: 18 changes by UseYourIllusion
2018-11-12 19:45:40 +01:00
translators
16cc482d57
Update: Translations from eints
...
croatian: 2 changes by VoyagerOne
2018-11-08 19:45:43 +01:00
Greg-21
4ba73dac95
Doc: Changed several files to unificate them... ( #6964 )
...
...with those from release 1.8 branch.
2018-11-06 00:38:42 +01:00
translators
ccd9d77b94
Update: Translations from eints
...
italian: 2 changes by lorenzodv
2018-11-04 19:45:42 +01:00
Niels Martin Hansen
9b560eaa51
Fix: Industry chain window layout no more unnecessarily large when the number of cargoes in/out isn't large either
2018-11-03 21:43:54 +01:00
Niels Martin Hansen
e66cec8f86
Add: NewGRF support for 16-in-16-out industries
2018-11-03 21:43:54 +01:00
Niels Martin Hansen
8859381d30
Add: Industries can produce and accept up to 16 different cargoes
2018-11-03 21:43:54 +01:00
translators
32b9ee7063
Update: Translations from eints
...
latvian: 3 changes by krixis02
2018-11-03 19:45:42 +01:00
Charles Pigott
0c619b7c4b
Add: Fluidsynth music driver support (jmak)
2018-11-01 18:06:38 +01:00
Samu
1e68b9b3e6
Add: AI/GS GetMonthlyMaintenanceCost ( #6897 )
...
API addition which allows AI/GS scripts to retrieve the monthly maintenance cost of an airport type.
2018-11-01 18:06:08 +01:00
SamuXarick
4703cd433d
Fix #6460 : [AI] Add start_date parameter for Random AIs on new game
2018-11-01 17:56:09 +01:00
Oskari Leppäaho
b3b89257f7
Remove: Unused string "STR_ERROR_TOO_CLOSE_TO_ANOTHER_STATION"
2018-10-31 19:24:21 +01:00
Joost Hopmans
5029cd6f28
Fix: Only possible to build station next to competitors by using CTRL+click
...
Fix by checking only for stations owned by the current company when
inspecting if there are multiple adjoining stations to the one being built.
When building next to 2 or more owned stations we don't know which
station should be extended. For other companies' stations that's not a
problem since our station won't merge with theirs anyway.
Calling to BuildStationPart should never have another company's station
as a parameter to attach to unless the client is malicious, so just returning
a generic error in that case.
2018-10-31 19:24:21 +01:00
frosch
18ca3e8660
Fix: [NewGRF] Make VA2 operator 11 (ror) behave well-defined when rotating by 0 bits.
2018-10-31 14:35:46 +01:00
Alexander Weiss
b3dc90af58
Change: Clone tool in depot window now behaves like clone button in vehicle window. Keep the tool active when share-cloning. Open the vehicle GUI when copy-cloning. ( #6754 )
2018-10-31 12:51:10 +01:00
SamuXarick
264e60529f
Change: Gradually slow down aircraft speed on breakdown ( #6932 )
2018-10-31 12:45:23 +01:00
Charles Pigott
bb7353c02a
Codechange: Some more null checks
2018-10-31 12:41:49 +01:00
Charles Pigott
1778b2d66e
Codechange: Merge some duplicated functions
2018-10-31 12:41:49 +01:00
Charles Pigott
ca5f73b196
Codechange: Turn a define into a constant
2018-10-31 12:41:49 +01:00
Charles Pigott
b5028efc1f
Fix: Protect against a few out of bounds or uninitialised usage errors
2018-10-31 12:41:49 +01:00
Charles Pigott
52ed3bcbaa
Remove: A few bits of dead code
2018-10-31 12:41:49 +01:00
Charles Pigott
e0c0394e37
Fix: Remove various dead or unnecessary assignments
2018-10-31 12:41:49 +01:00
Charles Pigott
f5b1115039
Doc: Lots and lots of doxymentation fixes
2018-10-31 12:35:54 +01:00
Niels Martin Hansen
f3dbb3f676
Fix #6951 : Ensure RailTypes bitfield is always treated as 64 bit
...
Some compilers (like VC++ 2015) will otherwise narrow it in some contexts where it should not be.
2018-10-30 21:46:28 +01:00
Niels Martin Hansen
350395a6c2
Fix: Missing m8 data in console when using Query tool
...
When map array 8 was added, the Query tool wasn't updated to also
print the value there to the console, in debug builds.
2018-10-30 16:33:07 +01:00
Niels Martin Hansen
50efaa2372
Fix e00908f: Visual C++ 2015 compile error
...
Microsoft Visual C++ 2015 Update 3 (and possibly other versions) consider a struct member undefined in a
static_assert in the struct body. Moving the static_assert to a member function solves the issue.
2018-10-27 10:30:24 +02:00
Jindrich Makovicka
25ab9c1997
Codechange: Improve (un)zoom performance
...
When zooming out with a high res display, there can be about 150k sprites
to be sorted before displaying. With the O(n^2) complexity of the sprite
sorter, this can take several seconds.
This patch works around this by sorting the sprites by the xmin coordinate
first using QSort, which later allows an early bailout out of the inner
loop. This is enough to cut down the full unzoom time on a 4k display to a
fraction of second.
2018-10-26 20:22:38 +02:00
translators
47ff673664
Update: Translations from eints
...
finnish: 25 changes by ln
2018-10-26 19:45:42 +02:00
Samu
eff09c43cd
Fix #4109 : Add more water checks to the Oil Rig layout
...
Prevents Oil Rig docking tile from becoming unreachable by ships when spawning next to each other.
2018-10-25 20:09:42 +02:00
translators
bddf25c36a
Update: Translations from eints
...
portuguese (brazilian): 66 changes by Tucalipe
2018-10-23 19:45:44 +02:00
Miguel Horta
42b00c3b39
Fix #6938 : Don't change company value to perform cost estimations ( #6939 )
...
These meddling kids dared to play with magic, but the ancients texts
weren't ready for that.
Refactors logic to estimate costs that dated to even before OpenTTD 0.1;
2018-10-13 13:34:57 +02:00
Miguel Horta
e00908f5e9
Fix #6898 : Replace atoi() with strtoul()
...
Normalize type and parsing of generation_seed across all files
Add assert_compile() to ensure correct type
2018-10-11 20:22:31 +01:00
translators
fbfa4eb592
Update: Translations from eints
...
polish: 3 changes by xaxa
2018-10-08 19:45:44 +02:00
translators
9cf999bca7
Update: Translations from eints
...
korean: 2 changes by telk5093
2018-10-03 19:45:41 +02:00
translators
8a70101e7f
Update: Translations from eints
...
vietnamese: 63 changes by myquartz
2018-10-02 19:45:40 +02:00
translators
25a060b4ae
Update: Translations from eints
...
vietnamese: 2 changes by myquartz
2018-10-01 19:45:43 +02:00
Johannes E. Krause
662dcc3c31
Fix #6920 : Make 9.8m/s^2 a common constant for TE-calculation
2018-09-30 20:45:41 +02:00
translators
060248a422
Update: Translations from eints
...
spanish (mexican): 2 changes by Absay
2018-09-24 19:45:43 +02:00
Stefan Strogin
fec44b0d09
Fix #6854 : Compilation with ICU 62 ( #6912 )
2018-09-20 22:36:45 +02:00
SamuXarick
41fb7cb15e
Fix #6892 : [Script] CONFIG_RANDOM did not use the full parameter range ( #6902 )
2018-09-20 22:31:38 +02:00
translators
59a1614ba0
Update: Translations from eints
...
czech: 27 changes by djst
croatian: 1 change by VoyagerOne
italian: 1 change by lorenzodv
2018-09-19 19:45:44 +02:00
Max Maton
eed0da60a2
Fix #6622 : Fixes empty company name in news when gamescript constructs a town
2018-09-18 18:35:26 +02:00
Samuel Cochran
1a73c39838
Add: BACKSPACE can be mapped as a hotkey
2018-09-16 11:36:25 +02:00
Charles Pigott
ca5b68145a
Fix #6839 : OLD_GM_DIR midi search path got lost ( #6900 )
2018-09-12 09:19:06 +02:00
translators
94961732a3
Update: Translations from eints
...
basque: 4 changes by Thadah
2018-09-07 19:45:44 +02:00
translators
8137d14d33
Update: Translations from eints
...
russian: 1 change by Lone_Wolf
2018-09-06 19:45:43 +02:00
Niels Martin Hansen
bb086f9240
Fix: Better "temp" path for decoded MPSMIDI files when source filename has no path separators
2018-09-03 21:57:04 +02:00
Niels Martin Hansen
560b01f307
Fix: Check the search paths for standard MIDI files
2018-09-03 21:57:04 +02:00
Michael Lutz
4b0b4e0643
Feature: [NewGRF] Increase size of persistent storage to 256.
2018-09-02 21:31:15 +02:00
frosch
6391d49277
Fix: Variable 0x85 had no bounds checks.
2018-09-02 21:15:54 +02:00
translators
703e7f8fc7
Update: Translations from eints
...
spanish (mexican): 1 change by Absay
2018-08-17 19:45:42 +02:00
Jonathan G Rennison
df92a056df
Fix #6875 : Depot building cost does not include foundation build cost ( #6883 )
2018-08-14 22:05:47 +02:00
Jonathan G Rennison
d839526365
Fix bf8d7df: Script/AI construction of rail track and waypoints ( #6881 )
2018-08-12 09:45:38 +02:00
translators
50d930298d
Update: Translations from eints
...
croatian: 1 change by VoyagerOne
2018-08-11 19:45:42 +02:00
translators
a53e4d8fe5
Update: Translations from eints
...
dutch: 137 changes by mrLeopold
2018-08-09 19:45:42 +02:00
translators
27c4f5517f
Update: Translations from eints
...
dutch: 115 changes by mrLeopold
2018-08-08 19:45:45 +02:00
translators
004f54f4c8
Update: Translations from eints
...
hebrew: 23 changes by dnd_man
french: 45 changes by glx
2018-08-07 19:45:41 +02:00
translators
b34a1f372f
Update: Translations from eints
...
italian: 1 change by lorenzodv
2018-08-04 19:45:41 +02:00
J0an Josep
67f6bcdc9b
Fix #6805 : Update CmdBuilRailWaypoint bits.
2018-08-04 08:59:22 +02:00
J0an Josep
a53f13cff6
Fix #6805 : Clear some m8 bits when making some tiles.
2018-08-04 08:59:22 +02:00
ScumbagDog
16cf577b61
Feature: Added New Russian Ruble as currency ( #6678 )
2018-08-04 08:58:50 +02:00
translators
76f788124b
Update: Translations from eints
...
latvian: 8 changes by krixis02
2018-08-03 19:45:40 +02:00
translators
4bd281cef3
Update: Translations from eints
...
korean: 44 changes by telk5093
2018-07-30 19:45:41 +02:00
Niels Martin Hansen
9627577596
Fix: HouseSpec::watched_cargoes not 64 bit
...
Looks like HouseSpec::watched_cargoes was missed in the conversion to 64 cargo types.
2018-07-29 17:12:56 +02:00
translators
64dac65e20
Update: Translations from eints
...
spanish (mexican): 1 change by Absay
2018-07-28 19:45:41 +02:00
translators
b885f62676
Update: Translations from eints
...
croatian: 44 changes by VoyagerOne
polish: 6 changes by xaxa
2018-07-26 19:45:41 +02:00
Peter Nelson
bf8d7df736
Change: Extend rail types to 64 (6 bit storage)
2018-07-26 13:27:40 +01:00
Peter Nelson
5db883fbe9
Change: Move rail type bits from m3 to m8.
2018-07-26 13:27:40 +01:00
Peter Nelson
65548c37a8
Change: Extend map array by 2 bytes with a uint16.
2018-07-26 13:27:40 +01:00
translators
8090580f77
Update: Translations from eints
...
spanish (mexican): 25 changes by Absay
2018-07-25 19:45:41 +02:00
glx
a4eccd8076
Fix: dmusic compilation with MSYS2/MINGW
2018-07-24 21:39:21 +02:00
J0an Josep
8975318286
Fix 2a868b9f3b8e3b5f8b9e5f728f628ec88fd5e3ad: Expose widgets and windows to scripts and fix documentation.
2018-07-23 20:32:18 +02:00
translators
0bca1c53c9
Update: Translations from eints
...
spanish (mexican): 19 changes by Absay
2018-07-23 19:45:41 +02:00
Jonathan G Rennison
6a3d411fa1
Fix: Use after free in CmdBuildTunnel ( #6856 )
...
Use after free could occur when when excavating far end
removed multiple NewGRF objects
2018-07-22 21:58:05 +02:00
translators
38443bab0b
Update: Translations from eints
...
catalan: 2 changes by juanjo
russian: 9 changes by Lone_Wolf
2018-07-22 19:45:41 +02:00
translators
2f5cb9e4fc
Update: Translations from eints
...
catalan: 63 changes by juanjo
2018-07-21 19:45:40 +02:00
translators
6a6ffddc5f
Update: Translations from eints
...
greek: 46 changes by kyrm
italian: 44 changes by lorenzodv
2018-07-20 19:45:40 +02:00
Niels Martin Hansen
2a868b9f3b
Feature: Framerate display window ( #6822 )
...
Frame rate and various game loop/graphics timing measurements and graphs. Accessible via the Help menu, and can print some stats in the console via the fps command.
2018-07-19 21:17:07 +02:00
Charles Pigott
63898f61b0
Codechange: Rearrange struct packing defines and make MinGW use _Pragma pack style
2018-07-19 20:24:17 +02:00
translators
93469a92f2
Update: Translations from eints
...
korean: 3 changes by kevinhigh
2018-07-18 19:45:40 +02:00
translators
3014213186
Update: Translations from eints
...
malay: 11 changes by eidan_shafie
2018-07-17 19:45:39 +02:00
translators
f70544074c
Update: Translations from eints
...
latin: 19 changes by Supercheese
english (us): 19 changes by Supercheese
2018-07-11 19:45:41 +02:00
translators
85ef5acf29
Update: Translations from eints
...
malay: 10 changes by eidan_shafie
spanish (mexican): 9 changes by Absay
2018-07-10 19:45:40 +02:00
translators
ae13f88c12
Update: Translations from eints
...
malay: 9 changes by eidan_shafie
2018-07-09 19:45:37 +02:00
translators
8bbf06e0d4
Update: Translations from eints
...
belarusian: 7 changes by KorneySan
russian: 7 changes by Lone_Wolf
2018-07-08 19:45:37 +02:00
translators
5a11c6a036
Update: Translations from eints
...
russian: 6 changes by Lone_Wolf
2018-07-07 19:45:37 +02:00
Ingo von Borstel
88b77a7883
Fix #6844 : Compile warning when compiling dedicated server ( #6849 )
2018-07-07 18:48:17 +02:00
translators
2ed0e30a8f
Update: Translations from eints
...
malay: 37 changes by eidan_shafie
2018-07-05 19:45:41 +02:00
translators
f86dc6867e
Update: Translations from eints
...
serbian: 37 changes by Srbija
2018-07-04 19:45:39 +02:00
translators
210afa3701
Update: Translations from eints
...
serbian: 23 changes by Srbija
greek: 6 changes by Jubilee
russian: 1 change by Lone_Wolf
danish: 7 changes by filli1303
finnish: 21 changes by ln
2018-07-03 19:45:42 +02:00
Jonathan G Rennison
491a884944
Fix: ALL_CARGOTYPES mask constant was 32 instead of 64 bits ( #6845 )
...
NUM_CARGO and CargoTypes were increased from 32 to 64 cargoes/bits
respectively in commit 11ab3c4ea2
2018-07-02 22:47:55 +02:00
translators
4a35409e0f
Update: Translations from eints
...
italian: 1 change by lorenzodv
2018-07-02 19:45:39 +02:00
translators
8f278b3405
Update: Translations from eints
...
croatian: 4 changes by VoyagerOne
2018-07-01 19:45:40 +02:00
Niels Martin Hansen
6cf4d7d3ef
Fix: Put last SVN revision back in NewGRF version number ( #6843 )
...
This is necessary to be compatible with some Game Scripts that might trigger compatibility modes if the SVN revision part is wrong. Potentially some NewGRFs might also be affected.
See for example [SuperLib's Helper class](https://dev.openttdcoop.org/projects/superlib/repository/entry/helper.nut#L280 ), containing this function:
function _SuperLib_Helper::HasWorldGenBug()
{
local version = _SuperLib_Helper.GetOpenTTDVersion();
if (version.Major == 0 || (version.Major == 1 && version.Minor <= 3)) {
return version.Revision < 25339;
} else {
return version.Revision < 25305;
}
}
If this function sees a Revision value of zero, it might trigger a workaround not required, causing a regression in scripts dependent on this. The MinimalGS example, for one, will trigger this.
2018-07-01 12:15:00 +02:00
J0anJosep
4189cb85ba
Codechange: Use HasTracks with TrackStatus.
2018-06-27 23:14:30 +02:00
J0anJosep
d01c09fb73
Codechange: Use HasTrack(dir) to improve code readability.
2018-06-27 23:14:30 +02:00
J0anJosep
31ac11bddb
Codechange: Increase readability of track functions and pathfinders.
2018-06-27 23:14:30 +02:00
Juanjo
85ebe20a76
Cleanup: Unnecessary assignation on FollowTileExit(): done previously on the function.
2018-06-27 23:14:30 +02:00
Juanjo
6a9df285d0
Codechange: Separate an assertion. More information if assert is triggered.
2018-06-27 23:14:30 +02:00
Charles Pigott
2aacddd412
Codechange: lengthof is not defined for runtime-length strings, use sizeof instead
2018-06-27 22:54:46 +02:00
Charles Pigott
5f86e1a390
Codechange: Silence -Wclass-memaccess warnings with GCC8
2018-06-27 22:54:46 +02:00
Charles Pigott
e1b9187e9b
Codechange: Add initialisation values for all CompanyProperty attributes
2018-06-27 22:54:46 +02:00
Michael Lutz
dbfc417e65
Fix: [Win32] Garbage in OS window title if branch name was too long.
...
This was caused by a missing \0-character on reaching the buffer limit.
2018-06-27 22:16:43 +02:00
translators
6c02c19931
Update: Translations from eints
...
italian: 3 changes by lorenzodv
2018-06-27 19:45:41 +02:00
PeterN
11ab3c4ea2
Change: Increase cargo type limit to 64.
2018-06-26 13:32:58 +01:00
translators
7eca4a9b47
Update: Translations from eints
...
french: 5 changes by glx
2018-06-25 19:45:40 +02:00
Niels Martin Hansen
336d6cab68
Fix 6298b96: Playlist window not drawing playlist
...
Copy-paste error in change to remove C++11 usage...
2018-06-25 00:00:56 +02:00
Pavel Stupnikov
9fc3212679
Feature #6397 : Keep town growth rate in sync with house count
...
Takes some code and ideas from #6378 patch, but doesn't change anything GS-related.
2018-06-24 20:55:48 +02:00
Jonathan G Rennison
dc8fff2c4d
Add: Hover tool-tips to cargo dest flow legend window.
...
This is to improve the usability of the window.
The two-letter abbreviations are not always clear, in particular
when using a large number of cargoes.
The company colours can be ambiguous when there are a large
number of companies.
2018-06-24 20:18:10 +02:00
Niels Martin Hansen
6298b96571
Change: Modernise music control logic implementation ( #6839 )
...
Rewrite of almost the entire music control logic to a more modern style, hopefully also easier to understand. The old playlist handling made it look like arcane magic, which it doesn't have to be.
- Playlists are now stored in std::vector of objects instead of arrays of bytes with magic sentinel values, that need to be rotated around all the time. Position in playlist is stored as a simple index.
- The theme song is now reserved for the title screen, it doesn't play on any of the standard playlists, but is still available for use on custom playlists.
- When the player enters/leaves the game from the main menu, the music always restarts.
- Playback state (playing or not) is kept even if music becomes unavailable due to an empty playlist (or an empty music set), so it can restart immediately if music becomes available again.
- The shuffle algorithm was changed to a standard Fisher-Yates.
- Possibly better behavior when editing a custom playlist while it's playing.
- Custom playlists should be compatible.
- Framework for supporting custom playlists with songs from multiple music sets.
2018-06-24 20:06:05 +02:00
translators
889175f7ad
Update: Translations from eints
...
croatian: 1 change by VoyagerOne
italian: 1 change by lorenzodv
french: 1 change by glx
2018-06-24 19:45:46 +02:00
Jonathan G Rennison
458bc90678
Fix: Poor contrast in cargo dest flow legend window cargo labels.
...
Select foreground colour depending on the brightness of the background.
Previously all cargo labels were rendered using black text, even
the background cargo colour was dark/black.
As an example: FIRS coal was black text on a black background.
2018-06-24 19:32:04 +02:00
Alberth
7fed8fe004
Fix #6553 : Make viewport button text unambiguous.
2018-06-24 15:03:06 +02:00
Niels Martin Hansen
4fb76db42f
Feature #986 : Automatic save when losing connection to a network game
2018-06-23 15:22:31 +02:00
Alberth289346
11ba094582
Feature #4186 : Append '(City)' behind cities in the town directory (sbr)
2018-06-23 14:02:50 +02:00
Alberth
1a5a95aa49
Fix: Make switch on MD5File::ChecksumResult complete to avoid compiler warning
2018-06-23 14:00:41 +02:00
translators
21ac11548a
Update: Translations from eints
...
korean: 1 change by telk5093
2018-06-22 19:45:39 +02:00
Michael Lutz
ae467ffc8a
Fix: Scale default FreeType font size selection by UI zoom level.
2018-06-17 12:59:59 +02:00
translators
4099506093
Update: Translations from eints
...
chinese (simplified): 5 changes by xiangyigao
2018-06-16 19:45:39 +02:00
Michael Lutz
574f547aca
Fix 768a31b: When cascading to another text layouter, clear the old font run state left over from the previous (failed) layout attempt.
2018-06-16 11:04:03 +02:00
Niels Martin Hansen
5ab06ef8a3
Fix: Don't complain if CAT music files are missing entirely
...
Just complain if an index into a CAT file that exists is invalid.
2018-06-15 23:09:17 +02:00
Niels Martin Hansen
a1b7812c7e
Change: Improved looping of title song
2018-06-15 23:09:17 +02:00
Niels Martin Hansen
11a846e3d5
Change: Compensate for MIDI transmission time when skipping start of song
2018-06-15 23:09:17 +02:00
Niels Martin Hansen
276192f714
Change #6684 : Cutting point overrides for music base sets
...
This improves bad looping of title screen song from Windows TTD, and fixes
a long silence at the end of "Can't get there from here" from Windows TTD.
2018-06-15 23:09:17 +02:00
Niels Martin Hansen
836d25e738
Codechange: Address some MSVC compiler warnings
2018-06-15 22:36:55 +02:00
translators
f5f2125238
Update: Translations from eints
...
russian: 11 changes by Lone_Wolf
2018-06-15 19:45:39 +02:00
PeterN
c2a7728084
Fix: Prevent ships moving into docks after finishing (un)loading. ( #6791 )
2018-06-14 09:25:39 +01:00
translators
7ae1e3e1e2
Update: Translations from eints
...
korean: 15 changes by telk5093
greek: 4 changes by Jubilee
2018-06-12 19:45:40 +02:00
translators
470ed2643e
Update: Translations from eints
...
croatian: 4 changes by VoyagerOne
french: 3 changes by glx
polish: 2 changes by McZapkie
2018-06-08 19:45:41 +02:00
translators
20b0f0f90b
Update: Translations from eints
...
italian: 3 changes by lorenzodv
2018-06-07 19:45:38 +02:00
Jonathan G Rennison
71450881fc
Codechange: Avoid call to memcpy using null pointer in TooltipsWindow constructor
...
Strictly speaking, calling memcpy with src as a nullptr is undefined behaviour
and the optimiser is entitled to delete any null ptr checks which occur afterwards.
This removes the warning emitted by UndefinedBehaviorSantizer.
2018-06-07 09:49:26 +01:00
Michael Lutz
eec3f40931
Change: [Win32] Use Uniscribe instead of ICU for text caret handling.
...
This removes the need for the ICU lib on Windows.
2018-06-06 21:37:09 +02:00
Michael Lutz
768a31bfe3
Add: [Win32] Text layout using the native Windows Uniscribe library.
...
Uniscribe is sometimes producing different results compared to ICU, especially
when RTL and LTR content is mixed. Comparing the results to other programs
(like editors or web browsers) leads me to believe that the result are at least
not worse than ICU and possibly better.
2018-06-06 21:37:09 +02:00
Michael Lutz
a4278c302b
Codechange: Move ParagraphLayouter-specific functions into factory classes instead of relying on overloads.
2018-06-06 21:37:09 +02:00
Michael Lutz
f4394debdc
Add: [Win32] Native natural sort implementation.
2018-06-06 21:37:09 +02:00
translators
2b662b448c
Update: Translations from eints
...
french: 1 change by glx
2018-06-06 19:45:38 +02:00
Alexis
25dbc6542c
Fix #6659 : Bus stations can be demolished when not in demolish mode ( #6815 )
...
For Bus and Road stations only, if you are in demolish mode and click on the station
without releasing the button. Then you cancel demolish mode with R key.
Finally you release the mouse button. The station was demolished, instead of being built.
The demolish mode was not checked when mouse up event occured.
2018-06-06 13:08:22 +01:00
Jonathan G Rennison
0bd1022238
Codechange: Change element type used for rail type usage stats array in SetDefaultRailGui
...
The array is rail type sized in terms of number of elements.
Each element should be a unsigned integer, not a rail type itself.
This fixes runtime warnings reported by UndefinedBehaviorSanitizer.
2018-06-06 11:02:50 +01:00
Peter Nelson
408cee123d
Fix: One-way roads could be over-built by road stops (regardless of road owner.)
2018-06-06 07:20:46 +01:00
Niels Martin Hansen
a8080f14a9
Change: DOS music loading for non-Windows music drivers
2018-06-05 22:58:35 +02:00
Niels Martin Hansen
458e441a4c
Codechange: Make FioCreateDirectory public
2018-06-05 22:58:35 +02:00
Niels Martin Hansen
e2fa4b71c6
Feature: Console command to dump decoded music to .mid file
2018-06-05 22:58:35 +02:00
Niels Martin Hansen
921101ed06
Feature: Baseset music for TTD DOS and TTO data
2018-06-05 22:58:35 +02:00
Niels Martin Hansen
2ae9df7248
Feature: Decoder for DOS version music
...
This is based on reverse-engineering the TTD DOS driver for General MIDI music.
2018-06-05 22:58:35 +02:00
Niels Martin Hansen
f946b3da56
Codechange: Pass a MusicSongInfo struct instead of bare filename to music drivers.
...
Preparation for later extending the info passed to music drivers.
2018-06-05 22:58:35 +02:00
translators
1c2d29e1a3
Update: Translations from eints
...
italian: 1 change by lorenzodv
2018-06-05 19:45:38 +02:00
PeterN
eaa32f5ad5
Change: Use name of cargo instead of Passengers/Mail in town statistics. ( #6801 )
...
* Change: Use name of cargo instead of Passengers/Mail in town statistics.
* Cleanup: Remove strings from all language files.
2018-06-04 13:14:11 +01:00
Michael Lutz
b91e85003e
Fix: Theoretical string overflow when building the cargo acceptance list for the land info window.
2018-06-03 22:36:27 +02:00
Alexander Weiss
2406500140
Fix: [OSX] Minor 2D scrolling fixes ( #6793 )
...
* Codechange: Check for scrollwheel_scrolling first when scrolling viewport instead of first setting normal values and then overwriting them.
* Fix #6558 : [OSX] Reset 2D scrolling values when not scrolling to prevent unintended window focus changes
* Change: [OSX] Include initial scrolling movement when using 2D scrolling to make it more responsive
* Fix: [OSX] 2D scrolling not working when setting viewport scroll behaviour to use left mouse button
2018-05-29 09:44:33 +01:00
Alexander Weiss
3e910a5969
Change: [OSX] Disable macOS Sierra's automatic tab feature
2018-05-27 16:01:08 +02:00
Michael Lutz
ce51e54d26
Change: [Win32] Parse and load DLS files for the DirectMusic driver without relying on high-level functions.
2018-05-26 22:28:01 +02:00
Michael Lutz
255549250f
Change: [Win32] Replace the current high-level Direct Music driver with a low-level driver that directly works with MIDI data.
...
This allows using different music sources besides standard MIDI files on disk.
2018-05-26 22:28:01 +02:00
Michael Lutz
3fc9c9522d
Codechange: [Win32] Use a local buffer to store the output text of DEBUG() to make the call thread-safe.
2018-05-26 22:28:01 +02:00
Alexander Weiss
e1a164b531
Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to zoom
2018-05-24 21:31:37 +02:00
Alexander Weiss
6df7ced343
Change: [OSX] Reversed pinch to zoom behaviour.
...
Made pinch out zoom in and pinch in zoom out, as virtually all macOS
applications do.
2018-05-24 21:31:37 +02:00
Jonathan G Rennison
17257b9620
Add: 32bpp SSE2 blitter palette animator ( #6795 )
...
Create a new blitter mode: 32bpp-sse2-anim, which is 32bpp-anim + this.
32bpp-sse2-anim is now used by default where 32bpp-anim would have been.
Also use this with the 32bpp-sse4-anim blitter.
See issue #6469 .
2018-05-23 09:55:04 +01:00
translators
306b999cf4
Update: Translations from eints
...
polish: 5 changes by xaxa
2018-05-22 19:45:44 +02:00
PeterN
a07394a63a
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. ( #6792 )
...
The value is either unused or always the same as this->direction.
2018-05-22 18:43:34 +01:00
PeterN
4cebebcf68
Change: Add CargoTypes type for cargo masks. ( #6790 )
2018-05-21 22:08:39 +01:00
PeterN
42b43c9983
Change: Available railtypes is always calculated on load, so no need to load value for old savegames ( #6782 )
2018-05-19 22:31:46 +01:00
PeterN
cad47bbefe
Fix: Tractive effort was slightly too high as per NewGRF spec. ( #6785 )
2018-05-19 22:05:51 +01:00
PeterN
8a7de36463
Change [ #6689 ]: Tweak HashTable hash calculation to reduce collisions. (kernigh2) ( #6786 )
2018-05-19 22:04:25 +01:00
Owen Rudge
7bd2fa3516
Feature: Add XAudio2 driver
2018-05-17 15:06:37 +01:00
translators
fb54dd04a1
Update: Translations from eints
...
greek: 8 changes by Jubilee
2018-05-12 19:45:40 +02:00
translators
d738e980d0
Update: Translations from eints
...
dutch: 1 change by mrLeopold
2018-05-11 19:45:40 +02:00
translators
7935ac16d1
Update: Translations from eints
...
dutch: 1 change by mrLeopold
2018-05-10 19:45:39 +02:00
Pavel Stupnikov
fef8b831a9
Change: Switch town growth rate and counter to actual game ticks ( #6763 )
2018-05-02 21:01:30 +02:00
translators
61515c9abd
Update: Translations from eints
...
belarusian: 10 changes by KorneySan
russian: 6 changes by KorneySan
spanish (mexican): 10 changes by Absay
2018-05-02 19:45:41 +02:00
Niels Martin Hansen
52655b5849
Change: [Win32 MIDI] Reset pitch bend range controllers on song change
...
Some songs (at least one in OpenMSX) use the MIDI pitch bend range controllers
but don't reset these at the end. This causes all subsequent songs to sound
wrong.
2018-05-01 22:29:53 +02:00
Niels Martin Hansen
99a39c842c
Change: [Win32 MIDI] Send Roland reverb control message like TTD DOS does
2018-05-01 22:29:53 +02:00
Niels Martin Hansen
b902e01e10
Change #6685 : Replace Win32 music driver with one not depending on MCI
...
MCI MIDI is poorly supported on newer versions of Windows and can cause large
delays at the beginning of tracks.
The new driver is based on a from-scratch reader for Standard MIDI Files. This
should be re-usable in other music drivers too, and can allow for finer control
of playback in general.
It also provides a better framework for reading MIDI data from other formats
than just SMF.
2018-05-01 22:29:53 +02:00
Michael Lutz
9959cd9522
Fix 0165fe1: Native OSX doesn't have a __BYTE_ORDER macro but defines a differently named macro.
2018-04-30 23:57:28 +02:00
Michael Lutz
bb5584c835
Fix 74b7f0a: [OSX] Mouse cursor getting occasionally stuck.
2018-04-30 23:57:28 +02:00
J0an Josep
cfb8092397
Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.
2018-04-30 21:52:40 +02:00
translators
3f40cd505d
Update: Translations from eints
...
croatian: 10 changes by VoyagerOne
italian: 4 changes by lorenzodv
french: 7 changes by glx
2018-04-30 19:45:40 +02:00
J0anJosep
79a551a83c
Codechange: Use TileAddBy(Diag)Dir when possible.
2018-04-30 18:55:04 +02:00
Joan Josep
944f785be8
Fix: Spelling errors ( #6769 )
2018-04-30 18:52:32 +02:00
Matthijs Kooijman
fa87212a76
Fix: Some spelling errors in printed messages
2018-04-30 13:38:58 +02:00
Joan Josep
a6b18f0d92
Fix #6090 : And (svn r27822). Run scripts for widgets. ( #6765 )
...
Fix 19f5a6cbb0
, Fix 19d56a33e8: Run scripts to update GS for new widgets (#6765 )
2018-04-30 12:25:11 +01:00
translators
a806424ec1
Update: Translations from eints
...
italian: 6 changes by lorenzodv
french: 6 changes by glx
russian: 9 changes by Lone_Wolf
2018-04-29 19:45:58 +02:00
Niels Martin Hansen
683b46a5b5
Cleanup: Remove unused strings from language files
2018-04-29 19:26:05 +02:00
Niels Martin Hansen
19f5a6cbb0
Feature #6090 : Change music set during gameplay
2018-04-29 19:26:05 +02:00
Niels Martin Hansen
430e20f7e4
Fix: Clipping issues with volume sliders in Music GUI
...
Tested with various languages and GUI font sizes, should look good everywhere.
Also clamps near-end values to minimum and maximum so 0 and 127 are possible to achieve even on small GUI sizes (like the default.)
2018-04-29 19:26:05 +02:00
Niels Martin Hansen
bb809e35ce
Change: Less intrusive "no music" message from Music window
2018-04-29 19:26:05 +02:00
Niels Martin Hansen
e172794947
Change: Disable music control buttons when there is no music
2018-04-29 19:26:05 +02:00
Niels Martin Hansen
76cccc64c9
Codechange: Music GUI comments and function naming
2018-04-29 19:26:05 +02:00
Patric Stout
0165fe1283
Codechange: remove endian_check in favour of __BYTE_ORDER macro (Rubidium) ( #6762 )
2018-04-29 19:01:28 +02:00
Patric Stout
aef69443e7
Remove: WinCE support
2018-04-29 15:32:16 +02:00
Patric Stout
85adde7485
Remove: PSP support
2018-04-29 15:32:16 +02:00
Pavel Stupnikov
8d8b9a026a
Feature #6610 : Allow towns to build houses on road turns ( #6758 )
2018-04-28 23:47:36 +02:00
PeterN
cfe6a8ea4f
Add: Replace independment map scrolling GUI settings with single option, and add choice to not lock cursor position when scrolling. ( #6756 )
2018-04-28 22:27:14 +01:00
Pavel Stupnikov
913119487f
Feature: Add GS method to question a single client ( #6748 )
2018-04-28 17:37:59 +02:00
Pavel Stupnikov
8e4bce58ea
Feature: GS methods to scroll viewport for players ( #6745 )
2018-04-24 19:19:00 +02:00
gdinit
34b63930f5
Fix: Typo in game.hpp
...
Just a typo fix in a code comment line.
2018-04-23 23:14:23 +02:00
Pavel Stupnikov
6ff81b908e
Feature #6459 : API for querying network clients from GS ( #6736 )
2018-04-22 15:42:29 +02:00
Michael Lutz
e0ae67cefa
Fix: [OSX] Compiler warning about an unused NULL argument.
2018-04-21 22:42:14 +02:00
Charles Pigott
86012e10ea
Fix: Remove need to instantiate SmallStack's pool object by making it a singleton method
2018-04-21 16:28:50 +02:00
Charles Pigott
5c5267726f
Fix: Warning about base set template instantiations with clang
2018-04-21 16:28:50 +02:00
Ricardo N Feliciano
e8de33a61f
Cleanup: Use new filename for README file. ( #6738 )
2018-04-21 11:05:38 +02:00
PeterN
3b32075e8a
Add: {PUSH_COLOUR} and {POP_COLOUR} control codes to handle switching colours. ( #6737 )
...
This replaces the internal SCC_PREVIOUS_COLOUR swap.
2018-04-19 19:33:21 +01:00
translators
f4f9e18790
Update: Translations from eints
...
belarusian: 3 changes by KorneySan
2018-04-19 19:45:40 +02:00
Pavel Stupnikov
9175c349da
Fix #6465 : Add {NORMAL_FONT} and {MONO_FONT} control codes to GS strings ( #6726 )
2018-04-17 18:41:31 +01:00
Patric Stout
88be2413ce
Codechange #6729 : mute bogus GCC 7 warning ( #6733 )
...
We do a memset of (byte - byte), which strictly seen ranges from -254 .. 255, for which GCC warns.
But just before this memset is an if() which says the first byte has to be bigger than the second.
So this is a bogus warning.
2018-04-16 23:48:19 +02:00
translators
a72117111e
Update: Translations from eints
...
spanish (mexican): 6 changes by Absay
2018-04-16 23:25:46 +02:00
Michael Lutz
7dd6027194
Codechange: Use a SmallVec for the animated tile list instead of replicating most of the logic.
2018-04-15 20:49:29 +02:00
Michael Lutz
4851feb102
Codechange: Add functions to insert and extract an element at a specific position in a SmallVec.
2018-04-15 20:49:29 +02:00
Michael Lutz
f240274b7e
Codechange: Replace magic numbers with the proper enum.
2018-04-15 00:33:57 +02:00
Charles Pigott
62d79900ec
Add: List recent news messages in crashlog output
2018-04-13 22:08:13 +02:00
frosch
192770e6da
Change: Non-tag revisions are now named '<commitdate>-<branch>-g<shorthash><modified>'.
2018-04-12 22:26:45 +02:00
frosch
e0a62a9e55
Remove: [NewGRF] OpenTTD version no longer contains a revision number.
2018-04-12 22:26:45 +02:00
Patric Stout
17bd580630
Remove: NO_DEBUG_MESSAGES was only read and setting it broke compilation ( #6703 )
...
Given any speed issue cannot be attributed to checking for _debug_NNN_level, removing this is a safe action
This fixes #6652 .
2018-04-11 22:07:21 +02:00
TrueBrain
66f67ac5ac
Fix #6550 : minor spelling mistake in comment (juanjo)
2018-04-11 20:08:08 +02:00
Charles Pigott
dd6b82d6b2
Codechange: Simplify C++11 check for assert_compile
2018-04-11 18:24:19 +02:00
Michael Lutz
6c3902ac41
Codechange: [OSX] Use newer APIs to get resolution information when available.
2018-04-10 23:30:01 +02:00
Michael Lutz
964d310cda
Codechange: [OSX] Use non-deprecated API for displaying an alert where supported.
2018-04-10 23:30:01 +02:00
Michael Lutz
f670277ff5
Codechange: [OSX] Try to set the thread name for debugger display.
2018-04-10 23:30:01 +02:00
Michael Lutz
4971678f52
Codechange: [OSX] Use 10.10+ API to get the OSX version when available.
2018-04-10 23:30:01 +02:00
Michael Lutz
74b7f0a9aa
Fix: [OSX] Remove some OSX compiler warnings on newer SDKs/compilers.
2018-04-10 23:30:01 +02:00
Michael Lutz
fa587ad3cc
Codechange: [OSX] Use 10.6+ APIs to get the path for a font where available.
2018-04-10 23:30:01 +02:00
Michael Lutz
27bfb1df8f
Codechange: [OSX] Use 10.6+ APIs to initialise audio when available.
2018-04-10 23:30:01 +02:00
Michael Lutz
4bfd277017
Codechange: [Win32] Use OS function for mouse tracking if present.
2018-04-10 21:07:27 +02:00
Charles Pigott
19076c24c1
Fix #6690 : Compilation with ICU 61
2018-04-08 11:47:26 +02:00
translators
f84ad5f7c0
(svn r28004) -Update from Eints:
...
belarusian: 42 changes by KorneySan
2018-04-06 17:45:38 +00:00
translators
81f25d4736
(svn r28003) -Update from Eints:
...
indonesian: 4 changes by fanioz
2018-04-04 17:45:38 +00:00
translators
de961e14fb
(svn r28000) -Update from Eints:
...
welsh: 7 changes by kazzie
2018-03-29 17:45:40 +00:00
translators
41b28d7194
(svn r27999) -Update from Eints:
...
bulgarian: 18 changes by kokobongo
2018-03-28 17:45:39 +00:00
translators
080f7b3cba
(svn r27998) -Update from Eints:
...
welsh: 9 changes by kazzie
2018-03-22 18:45:37 +00:00
translators
328a4ff00d
(svn r27994) -Update from Eints:
...
welsh: 2 changes by kazzie
2018-03-18 18:45:38 +00:00
frosch
09d4735679
(svn r27993) -Change: Heading for 1.9 now
2018-03-14 19:36:41 +00:00
translators
080d57d97a
(svn r27991) -Update from Eints:
...
spanish (mexican): 1 change by Absay
2018-03-14 18:45:37 +00:00
frosch
8c458c153d
(svn r27990) -Update: Docs
2018-03-14 18:05:06 +00:00
frosch
55a503e6f2
(svn r27989) -Fix (r27985): VA2 optimisation failed in various special cases:
...
- nvar=0 is meant to return the calculated result.
- Missing references resolve to NULL and got identified with the default result.
- Missing 'break' broke overlapping cases.
- Splitting into non-overlapping cases could result in more than 256 cases.
2018-03-11 15:08:51 +00:00
frosch
043274afd6
(svn r27987) -Change: Increase maximum allowed vehicle sprite size to reduce clipping of ships.
2018-03-11 13:25:26 +00:00
frosch
5558899621
(svn r27986) -Codechange: Name magic constants in the vehicle position hash functions.
2018-03-11 13:23:26 +00:00
frosch
07d841d0ef
(svn r27985) -Codechange: Convert VA2 switches into ones with non-overlapping ranges, sort them and resolve them using binary search. Speedup sprite resolving by about 7 percent.
2018-03-11 13:21:27 +00:00
frosch
d9d669dcf8
(svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent.
2018-03-11 13:19:41 +00:00
frosch
7c406f0d9d
(svn r27983) -Codechange: Reduce complexity of VA2 add-div/mod adjustments
2018-03-11 13:18:13 +00:00
frosch
4fc178aebd
(svn r27982) -Codechange: Reduce invocations of GetGlobalVariable. Speedup sprite resolving by about 3 percent.
2018-03-11 13:17:44 +00:00
frosch
db54db00df
(svn r27981) -Change [FS#6679]: Check companies for bankruptcy before subtracting reoccuring monthly costs. (Samu)
2018-03-11 12:46:05 +00:00
frosch
91464af737
(svn r27980) -Doc: Yearly increment
2018-03-11 12:24:32 +00:00
frosch
ebe6564e8b
(svn r27979) -Add: adf88 to readme
2018-03-11 12:18:30 +00:00
frosch
59dd7be686
(svn r27978) -Fix [FS#6673] (r18541): Store the map variety setting in the samegame like the other mapgen settings, so restarting maps considers it. (Samu)
2018-03-11 12:11:09 +00:00
peter1138
8c0d5b2ffd
(svn r27975) -Fix (r8969) [FS#6642]: Missing one hair style.
2018-03-11 07:16:58 +00:00
peter1138
dacd8d87ef
(svn r27974) -Fix (r27907) [FS#6627]: free() called on static airport rotation data (JGR)
2018-03-06 07:48:29 +00:00
peter1138
50fb460203
(svn r27973) -Fix: [FS#6662] Avoid tile operations outside map border when building lock.
2018-03-05 22:57:49 +00:00
peter1138
86829c54c4
(svn r27972) -Fix (r15271) [FS#6670]: Catenary sprites got mixed up for depots.
2018-03-05 21:24:48 +00:00
translators
d4301cd7b6
(svn r27971) -Update from Eints:
...
spanish (mexican): 2 changes by Absay
2018-03-01 18:45:36 +00:00
translators
6fc26a00fe
(svn r27970) -Update from Eints:
...
greek: 1 change by Jubilee
2018-02-28 18:45:37 +00:00
translators
b1b15c83fe
(svn r27969) -Update from Eints:
...
danish: 22 changes by Knogle
2018-02-23 18:45:38 +00:00
translators
dd567c6105
(svn r27968) -Update from Eints:
...
korean: 1 change by telk5093
2018-02-07 18:45:38 +00:00
translators
b36e70cba8
(svn r27967) -Update from Eints:
...
portuguese: 2 changes by Samu
2018-01-23 18:45:40 +00:00
translators
0c43d6903a
(svn r27966) -Update from Eints:
...
spanish (mexican): 32 changes by Absay
portuguese: 41 changes by Samu
2018-01-22 18:45:38 +00:00
translators
6886b156d2
(svn r27965) -Update from Eints:
...
spanish (mexican): 43 changes by Absay
2018-01-21 18:45:39 +00:00
translators
ef6adb0030
(svn r27964) -Update from Eints:
...
spanish (mexican): 10 changes by Absay
2018-01-16 18:45:39 +00:00
translators
844da806c7
(svn r27963) -Update from Eints:
...
norwegian (bokmal): 2 changes by Leifbk
2018-01-11 18:45:39 +00:00
translators
98c2fa87e6
(svn r27962) -Update from Eints:
...
spanish (mexican): 1 change by Absay
2018-01-09 18:45:38 +00:00
translators
4882c1d617
(svn r27960) -Update from Eints:
...
spanish (mexican): 2 changes by Absay
2018-01-06 18:45:38 +00:00
translators
6e3bb4dd90
(svn r27959) -Update from Eints:
...
spanish (mexican): 8 changes by Absay
2018-01-05 18:45:40 +00:00
translators
60aa3074e3
(svn r27958) -Update from Eints:
...
spanish (mexican): 26 changes by Absay
2018-01-04 18:45:39 +00:00
translators
62d072b57c
(svn r27957) -Update from Eints:
...
spanish (mexican): 3 changes by Absay
2018-01-03 18:45:37 +00:00
translators
1298e3c94a
(svn r27956) -Update from Eints:
...
spanish (mexican): 16 changes by Absay
2017-12-31 18:45:41 +00:00
translators
d7ef54268d
(svn r27955) -Update from Eints:
...
french: 2 changes by glx
2017-12-28 18:45:40 +00:00
frosch
2e20751c5f
(svn r27954) -Cleanup [FS#6644]: Remove unused function (M3Henry)
2017-12-27 22:07:59 +00:00
frosch
1bc6fdef31
(svn r27953) -Cleanup: Adjust other languages for r27952
2017-12-27 21:55:30 +00:00
frosch
0d1cc32b19
(svn r27952) -Change: Reword texts in industry view, when stockpiling is used.
2017-12-27 21:54:52 +00:00
translators
ced7d2a4ec
(svn r27951) -Update from Eints:
...
spanish (mexican): 6 changes by Absay
2017-12-26 18:45:39 +00:00
frosch
b69c0acca2
(svn r27950) -Merge: Documentation updates from 1.7 branch
2017-12-24 12:18:36 +00:00
translators
43be9c80b1
(svn r27947) -Update from Eints:
...
spanish (mexican): 1 change by Absay
2017-12-22 18:45:39 +00:00
translators
873e3ed27f
(svn r27946) -Update from Eints:
...
spanish (mexican): 1 change by Absay
2017-12-21 18:45:38 +00:00
translators
0fac4a751a
(svn r27945) -Update from Eints:
...
spanish (mexican): 3 changes by Absay
2017-12-20 18:45:39 +00:00
translators
470d136358
(svn r27944) -Update from Eints:
...
spanish (mexican): 1 change by Absay
2017-12-14 18:45:41 +00:00
frosch
42392fd7b5
(svn r27938) -Fix (r27899): When scrolling in the train depot, also scroll the tile separators.
2017-12-10 13:48:49 +00:00
frosch
c14f23a03d
(svn r27937) -Change: When train depots have a horizontal scrollbar, allow scrolling 1 tile beyond the longest train, so you can actually attach a wagon at the end.
2017-12-10 13:48:06 +00:00
frosch
6f36c52736
(svn r27936) -Fix: When moving wagons in the depot, the drag highlight did not exactly match the length of the dragged wagon chain.
2017-12-10 13:45:53 +00:00
michi_cc
c722cb26b8
(svn r27935) -Fix [FS#6629]: [Win32] Right mouse scrolling didn't work properly with the Windows 10 Fall Creators Update.
2017-12-09 19:21:45 +00:00
michi_cc
e856e3cca8
(svn r27934) -Fix (r27900): Warning about unsigned unary minus.
2017-12-09 19:21:41 +00:00
translators
f2a22573d5
(svn r27933) -Update from Eints:
...
croatian: 26 changes by UnderwaterHesus
portuguese (brazilian): 54 changes by Tucalipe
2017-12-09 18:45:38 +00:00
frosch
6347e5f11e
(svn r27932) -Fix (r0) [FS#6639]: Forest, candyfloss forest and battery farm skipped the first animation frame.
2017-11-25 16:50:28 +00:00
translators
2202544474
(svn r27931) -Update from Eints:
...
portuguese: 7 changes by neuralshock
2017-11-18 18:45:38 +00:00
translators
a9992e1751
(svn r27930) -Update from Eints:
...
chinese (simplified): 2 changes by yfdyh000
2017-11-02 18:45:39 +00:00
frosch
135ad9c6c9
(svn r27929) -Cleanup: Remove unused Industry::random_triggers
2017-10-25 15:38:19 +00:00
frosch
82ae414e8d
(svn r27928) -Fix: [NewGRF] While executing random triggers, var 5F should include the new triggers.
...
-Fix: [NewGRF] Reset used random triggers only after all A123 chains have been resolved, so that all RA2 in all chains can test the shard triggers. This also includes multiple RA2 in the same A123 chain.
-Fix: [NewGRF] Industry random triggers are stored per tile, even when randomising the shared random bits of the parent industry.
2017-10-25 15:38:14 +00:00
translators
146e4eddb6
(svn r27927) -Update from Eints:
...
french: 6 changes by glx
2017-10-13 17:45:40 +00:00
translators
40d7a628ff
(svn r27926) -Update from Eints:
...
slovenian: 2 changes by Necrolyte
polish: 12 changes by McZapkie
hebrew: 34 changes by dnd_man
2017-10-12 17:45:42 +00:00
translators
4fca142bfb
(svn r27925) -Update from Eints:
...
malay: 5 changes by rionix88
2017-10-09 17:45:39 +00:00
translators
4cfccc7e85
(svn r27924) -Update from Eints:
...
hebrew: 5 changes by Metheny
2017-10-04 17:45:38 +00:00
translators
539f6f50f7
(svn r27923) -Update from Eints:
...
polish: 15 changes by McZapkie
2017-10-01 17:45:39 +00:00
translators
6cf47d2280
(svn r27922) -Update from Eints:
...
polish: 12 changes by McZapkie
2017-09-28 17:45:40 +00:00
translators
83c2158e7c
(svn r27921) -Update from Eints:
...
polish: 22 changes by McZapkie
2017-09-27 17:45:38 +00:00
frosch
24a1b82840
(svn r27916) -Codechange: Enable usage of static_assert for MSVC
2017-09-24 13:35:27 +00:00
adf88
56ffa35511
(svn r27914) -Fix/Feature: 'unban' console command - fix invalid help text and be more verbose
2017-09-10 14:03:29 +00:00
adf88
f3fbf6beb8
(svn r27913) -Fix: 'unban' console command was not handling IPv6 adresses properly
2017-09-10 14:02:13 +00:00
michi_cc
016a68815d
(svn r27912) -Fix (r13948): [NPF] Reserved track bits were not accounted for when trying to find any safe position.
2017-09-03 13:06:29 +00:00
translators
6d08d054ef
(svn r27911) -Update from Eints:
...
korean: 1 change by telk5093
hebrew: 4 changes by dnd_man
2017-09-02 17:45:39 +00:00
translators
6b46133a2a
(svn r27910) -Update from Eints:
...
spanish (mexican): 10 changes by Absay
dutch: 145 changes by mrLeopold
2017-09-01 17:45:42 +00:00
translators
dc649f2738
(svn r27909) -Update from Eints:
...
spanish (mexican): 4 changes by Absay
2017-08-31 17:45:38 +00:00
adf88
6dec889306
(svn r27908) -Codechange: Mark airport tile tables and FTAs "const" to be sure that they are really constant
2017-08-31 06:55:38 +00:00
adf88
b56453f93b
(svn r27907) -Fix: AirportSpec::rotation was memleaking
2017-08-31 06:54:22 +00:00
adf88
1dd6930507
(svn r27906) -Cleanup: Remove some NPF code with no effect and mark possible bug about never used NPF_FLAG_IGNORE_RESERVED flag
2017-08-31 06:51:01 +00:00
adf88
74e1fe130c
(svn r27905) -Fix [FS#6585]: Keep the "link" between industry chain and smallmap windows whenever possible
2017-08-31 06:48:55 +00:00
adf88
88726f71b6
(svn r27904) -Fix [FS#6593]: When last vehicle is removed from shared orders group, hide the "Stop sharing" button in vehile orders window
2017-08-31 06:47:17 +00:00
translators
13d0296e7c
(svn r27903) -Update from Eints:
...
vietnamese: 37 changes by myquartz
2017-08-30 17:45:39 +00:00
frosch
09abccd316
(svn r27901) -Codechange: GetWindowZPriority only needs a WindowClass; this way it can also be used for WindowDesc before a Window instance is created. (3298)
2017-08-27 13:14:37 +00:00
frosch
80dffae130
(svn r27900) -Change [FS#6568]: Remove the gap between windows when positioning them after opening.
...
-Fix: Make automatic window-positioning RTL-aware.
-Fix: Automatic window-positioning now uses GUI-scale/style dependent sizes/distances instead of fixed pixel values.
2017-08-27 11:48:38 +00:00
frosch
61c68f906d
(svn r27899) -Feature: Draw vertical separators at tile distance in the train depot GUI. This only applies if all vehicles use consistent lengths, i.e. either if only using default vehicles, or if only using NewGRF vehicles with 32px reference width. (based on patch by Wolf01)
2017-08-26 12:12:59 +00:00
translators
1afb3a91f8
(svn r27898) -Update from Eints:
...
dutch: 18 changes by habell
2017-08-24 17:45:40 +00:00
frosch
062c736437
(svn r27896) -Fix: some warnings
2017-08-20 21:04:21 +00:00
alberth
a6e7f1142b
(svn r27895) -Fix [FS#6606]: Tooltip of 'increase service interval' said 'decrease' (adf88)
2017-08-20 08:28:05 +00:00
alberth
2eae80bbfe
(svn r27894) -Fix [FS#6608]: Typo fix in STATIOV_* string names (Wolf01)
2017-08-20 07:11:08 +00:00
frosch
b4b98e5165
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
2017-08-13 18:38:42 +00:00
translators
19bae485b0
(svn r27892) -Update from Eints:
...
finnish: 41 changes by USephiroth
2017-07-28 17:45:36 +00:00
translators
ccf7580eb8
(svn r27891) -Update from Eints:
...
spanish: 29 changes by SilverSurferZzZ
2017-07-25 17:45:37 +00:00
translators
8220a8a971
(svn r27890) -Update from Eints:
...
spanish: 3 changes by SilverSurferZzZ
2017-07-13 17:45:38 +00:00
frosch
a682962719
(svn r27889) -Change: Do not cancel headquarter construction and engine-preview-query when shift-clicking (adf88)
2017-07-11 19:37:10 +00:00
frosch
64c5f00429
(svn r27888) -Fix: Member access coding style (adf88)
2017-07-11 19:34:41 +00:00
frosch
3eae9aba79
(svn r27887) -Cleanup: Remove unused/unimplemented prototype (adf88)
2017-07-11 19:34:21 +00:00
frosch
4c50ecd958
(svn r27886) -Fix [FS#6575-ish]: Do not modify argv[0].
2017-06-22 17:29:53 +00:00
frosch
35d8c37102
(svn r27885) -Cleanup (r27844): ESR_MAX_COST_EXCEEDED and ESR_PATH_TOO_LONG meant the same thing, but only one was used. Keep PATH_TOO_LONG since it has the better documentation.
2017-06-22 16:57:06 +00:00
frosch
80d10598c1
(svn r27884) -Fix: Console command parser failed when the command had many parameters, and also did not print any error messages about it.
2017-06-22 16:32:50 +00:00
frosch
bb02505fb3
(svn r27883) -Fix [FS#6576]: Console command parser passed invalid strings to the debug output, if command lines had many parameters.
2017-06-22 16:31:04 +00:00
translators
594f1237ce
(svn r27882) -Update from Eints:
...
greek: 7 changes by kyrm
2017-06-19 17:45:37 +00:00
translators
0d45181118
(svn r27879) -Update from Eints:
...
polish: 19 changes by lion
2017-06-11 17:45:38 +00:00
translators
23cff64f66
(svn r27878) -Update from Eints:
...
vietnamese: 7 changes by nglekhoi
2017-06-10 17:45:37 +00:00
translators
5f1073ae42
(svn r27877) -Update from Eints:
...
turkish: 28 changes by wakeup
2017-06-08 17:45:37 +00:00
translators
6bd9fafc0e
(svn r27876) -Update from Eints:
...
swedish: 3 changes by Joel_A
2017-05-27 17:45:39 +00:00
translators
683c08b3be
(svn r27875) -Update from Eints:
...
chinese (simplified): 7 changes by chenwt0315
2017-05-23 17:45:37 +00:00
translators
e57e6fdb42
(svn r27874) -Update from Eints:
...
luxembourgish: 6 changes by Phreeze
2017-05-16 17:45:37 +00:00
translators
7174f04322
(svn r27873) -Update from Eints:
...
spanish: 3 changes by SilverSurferZzZ
2017-05-15 17:45:36 +00:00
translators
a1f5b35e1b
(svn r27872) -Update from Eints:
...
swedish: 19 changes by Joel_A
2017-05-13 17:45:37 +00:00
translators
43a917420b
(svn r27871) -Update from Eints:
...
korean: 2 changes by telk5093
spanish: 2 changes by SilverSurferZzZ
german: 6 changes by mini1025
2017-05-11 17:45:37 +00:00
translators
b4adecdab3
(svn r27870) -Update from Eints:
...
hungarian: 38 changes by Brumi
2017-05-09 17:45:37 +00:00
translators
8dfa9bddd7
(svn r27869) -Update from Eints:
...
spanish: 2 changes by SilverSurferZzZ
hungarian: 6 changes by Brumi
2017-05-08 17:45:36 +00:00
translators
661ad02c95
(svn r27868) -Update from Eints:
...
spanish: 3 changes by SilverSurferZzZ
2017-05-05 17:45:38 +00:00
translators
f1b833dcb8
(svn r27861) -Update from Eints:
...
swedish: 49 changes by Joel_A
2017-04-29 17:45:37 +00:00
translators
7a6e51dbdc
(svn r27860) -Update from Eints:
...
scottish gaelic: 4 changes by GunChleoc
2017-04-28 17:45:37 +00:00
peter1138
08fe8459c3
(svn r27859) -Revert (r27858): Committed too much :(
2017-04-23 09:20:53 +00:00
peter1138
c973f65acb
(svn r27858) -Change [FS#6560]: Add missing game script event for ships arriving at a station. (juanjo)
2017-04-23 09:19:32 +00:00
translators
3c3693583d
(svn r27857) -Update from Eints:
...
galician: 27 changes by permudo
2017-04-21 17:45:36 +00:00
translators
ccf8b384af
(svn r27856) -Update from Eints:
...
galician: 78 changes by permudo
2017-04-20 17:45:39 +00:00
translators
62eb2f1739
(svn r27855) -Update from Eints:
...
spanish: 3 changes by SilverSurferZzZ
2017-04-16 17:45:36 +00:00
translators
8b031f6c89
(svn r27854) -Update from Eints:
...
spanish: 30 changes by SilverSurferZzZ
czech: 18 changes by djst
2017-04-12 17:45:37 +00:00
translators
aa241d073a
(svn r27853) -Update from Eints:
...
spanish: 1 change by juanjo
2017-04-11 17:45:36 +00:00
translators
60ec55b483
(svn r27852) -Update from Eints:
...
catalan: 31 changes by juanjo
spanish: 5 changes by SilverSurferZzZ
2017-04-10 17:45:37 +00:00
peter1138
0d13f793f2
(svn r27851) -Fix [FS#6555]: StringID truncation to 16 bits broke string remapping test.
2017-04-09 21:58:07 +00:00
translators
144604a29e
(svn r27850) -Update from Eints:
...
korean: 3 changes by telk5093
spanish (mexican): 18 changes by Absay
2017-04-09 17:45:38 +00:00
translators
be21185988
(svn r27849) -Update from Eints:
...
korean: 4 changes by telk5093
2017-04-08 17:45:39 +00:00
translators
1644ef5f2d
(svn r27848) -Update from Eints:
...
korean: 43 changes by telk5093
spanish: 6 changes by SilverSurferZzZ
2017-04-06 17:45:37 +00:00
translators
67b25f4acf
(svn r27847) -Update from Eints:
...
german: 19 changes by planetmaker
2017-04-04 17:45:36 +00:00
peter1138
bf4499c643
(svn r27846) -Fix [FS#5926]: Infinite loop in pathfinder when checking safe waiting position from a waypoint.
2017-04-04 00:00:43 +00:00
peter1138
1eef97674c
(svn r27845) -Change: (Yapf) Use FindDepotData struct to simplify depot finding code and remove need to return fake path distance. (juanjo)
2017-04-03 22:02:28 +00:00
peter1138
9bc27c9a72
(svn r27844) -Change: (Yapf) Treat max cost exceeded separately from path too long condition, as destination should not be considered in the former case.
2017-04-03 21:53:51 +00:00
peter1138
39fa3c7cbd
(svn r27843) -Change: (Yapf) Consider depot as destination before reversing path and applying penalty.
2017-04-03 21:37:01 +00:00
translators
9a7fa689a1
(svn r27842) -Update from Eints:
...
spanish: 9 changes by SilverSurferZzZ
2017-04-03 17:45:36 +00:00
peter1138
27033a2231
(svn r27841) -Fix: Don't consider locks or ship depots as clear water when placing industries.
2017-04-02 17:36:53 +00:00
peter1138
d51defb0b9
(svn r27838) -Fix: Small news window's fake caption (r19943) was not sized to fit its text.
2017-03-31 23:09:50 +00:00
peter1138
86430757bf
(svn r27837) -Fix (r26969): Black remap did nothing in 8bpp-simple blitter.
2017-03-30 21:33:40 +00:00
translators
5594f262c7
(svn r27836) -Update from Eints:
...
catalan: 2 changes by juanjo
2017-03-30 17:45:36 +00:00
translators
36ad20f369
(svn r27835) -Update from Eints:
...
norwegian (bokmal): 37 changes by eirik174
2017-03-29 17:45:37 +00:00
peter1138
a9a7abf26c
(svn r27834) -Change: Parse extmidi command string for parameters to pass on.
2017-03-29 17:36:46 +00:00
peter1138
06785c9df2
(svn r27833) -Change: Trackdir maps directly to TrackdirBits
2017-03-28 21:44:40 +00:00
peter1138
54025df392
(svn r27832) -Fix: Missing or incorrect colour codes in translations
2017-03-27 22:00:45 +00:00
peter1138
efe201d1df
(svn r27831) -Fix (r24577): Misaligned resize icon (due to widget bounds being inclusive)
2017-03-26 19:07:08 +00:00
translators
31cbcd6de1
(svn r27830) -Update from Eints:
...
catalan: 6 changes by juanjo
italian: 1 change by lorenzodv
russian: 6 changes by Lone_Wolf
2017-03-26 17:45:37 +00:00
peter1138
dac0a3e86e
(svn r27829) -Fix (r27821): Occasional crash caused by mixing int/uint arithmetic.
2017-03-25 23:19:41 +00:00
translators
0cf3266280
(svn r27828) -Update from Eints:
...
croatian: 2 changes by VoyagerOne
italian: 6 changes by lorenzodv
english (us): 15 changes by Supercheese
latin: 15 changes by Supercheese
2017-03-25 18:45:40 +00:00
frosch
610bdbd68b
(svn r27827) -Codechange (r27819): Deduplicate code. (adf88)
2017-03-25 12:21:17 +00:00
peter1138
65d77ff317
(svn r27826) -Fix (r27825): Wrong code style
2017-03-24 19:25:01 +00:00
peter1138
d934ef9b00
(svn r27825) -Feature [FS#4950]: Add option to close windows with right click (Flamefire)
2017-03-24 18:55:16 +00:00
translators
2385f4adbc
(svn r27824) -Update from Eints:
...
catalan: 7 changes by juanjo
croatian: 4 changes by VoyagerOne
korean: 15 changes by telk5093
scottish gaelic: 54 changes by GunChleoc
2017-03-24 18:45:45 +00:00
peter1138
65fef84855
(svn r27823) -Fix: Vehicle viewport is not user scrollable so flag window as such.
2017-03-24 12:00:52 +00:00
peter1138
19d56a33e8
(svn r27822) -Feature: Vehicle Group Info: Add profits and occupancy display to group vehicle list (mtm, JGR)
2017-03-24 07:33:31 +00:00
peter1138
bcc5c9f81d
(svn r27821) -Change: Draw images in centre of buttons (inspired by Juanjo)
2017-03-23 22:00:00 +00:00
peter1138
902663176d
(svn r27820) -Fix: Allow dropdown to be drawn above origin widget even with scrollbar (Juanjo)
2017-03-23 20:07:59 +00:00
peter1138
c5660b58d9
(svn r27819) -Fix (r26990): Update viewport sign dimensions when changing GUI zoom level.
2017-03-23 18:07:04 +00:00
translators
0d8ae4d6f4
(svn r27818) -Update from Eints:
...
greek: 36 changes by kyrm
2017-03-22 18:45:40 +00:00
translators
1fa25f128f
(svn r27817) -Update from Eints:
...
greek: 39 changes by kyrm
croatian: 7 changes by VoyagerOne
2017-03-21 18:45:37 +00:00
peter1138
73ea8cdb21
(svn r27816) -Fix [FS#6421]: Do not search directories when opening ini files as we already have their full path.
2017-03-20 19:30:49 +00:00
translators
e8ea4748ed
(svn r27815) -Update from Eints:
...
russian: 7 changes by Lone_Wolf
2017-03-20 18:45:36 +00:00
peter1138
c3ae3989c2
(svn r27814) -Change: Remove _roadveh_depot_exit_trackdir
...
_roadveh_depot_exit_trackdir was just a copy of
DiagDirToDiagTrackdir. (cirdan)
2017-03-20 18:16:23 +00:00
peter1138
2e27a35f1b
(svn r27813) -Change: Remove _road_enter_dir_to_reachable_trackdirs
...
_road_enter_dir_to_reachable_trackdirs was just a copy of
DiagdirReachesTrackdirs. (cirdan)
2017-03-20 18:14:22 +00:00
peter1138
6d0f8ec7b9
(svn r27812) -Fix: Road tunnel/bridge heads have no trackbits wrt catenary drawing
...
Road tunnels and bridges do not have any rail, so do not treat them
as if they had when drawing a catenary. (cirdan)
2017-03-20 17:57:24 +00:00
peter1138
5951d2406e
(svn r27811) -Change: Remove unused parameters in FreeTrainTrackReservation
...
FreeTrainTrackReservation is always called with INVALID_TILE
and INVALID_TRACKDIR as second and third arguments, so remove
them and just use those constants instead. (cirdan)
2017-03-20 17:49:44 +00:00
peter1138
890a44f130
(svn r27810) -Change: Factor out reservation-handling code in station_cmd.cpp
...
Code dealing with freeing and restoring track reservations is
duplicated in CmdBuildRailStation and RemoveFromRailBaseStation;
make separate functions for it. (cirdan)
2017-03-20 17:44:37 +00:00
peter1138
67ab0450dd
(svn r27809) -Codechange: Improve check in UpdateLevelCrossing
...
In UpdateLevelCrossing, checking if a level crossing is reserved is
cheaper than finding trains on it or approaching it, so do it first. (cirdan)
2017-03-20 08:04:47 +00:00
peter1138
f3cbe98156
(svn r27808) -Codechange: Adjust the size of _track_crosses_trackdirs
...
_track_crosses_trackdirs is indexed by a Track, not a
Trackdir, so adjust its size accordingly. (cirdan)
2017-03-19 22:30:47 +00:00
peter1138
3c7dc746d5
(svn r27807) -Codechange: Remove _ship_leave_depot_offs
...
There is already TileOffsByDiagDir for that. (cirdan)
2017-03-19 22:02:20 +00:00
peter1138
2a555480bd
(svn r27806) -Codechange: Remove function ShipGetNewDirection
...
ShipGetNewDirection has no side effects and its return value
is ignored by its only caller, so do away with it.
Also remove now unused _new_vehicle_direction_table. (cirdan)
2017-03-19 21:59:24 +00:00
peter1138
4f9fd074b8
(svn r27805) -Codechange: Remove function ShipGetNewDirectionFromTiles
...
The only user of ShipGetNewDirectionFromTiles can be better
served by DiagdirBetweenTiles, so remove the former. (cirdan)
2017-03-19 21:57:54 +00:00
translators
8c49f7b98a
(svn r27804) -Update from Eints:
...
italian: 7 changes by lorenzodv
luxembourgish: 11 changes by Phreeze
french: 7 changes by glx
2017-03-19 18:45:38 +00:00
alberth
49c0facf2e
(svn r27803) -Change: Remove obsolete aircraft preview strings from other languages
2017-03-18 20:49:24 +00:00
alberth
da608f6214
(svn r27802) -Add: Display aircraft type in engine preview window (patch by Samu)
2017-03-18 20:48:54 +00:00
alberth
2f1d808781
(svn r27801) -Change: Also rename long aircraft preview window strings of other languages
2017-03-18 20:48:27 +00:00
alberth
dda71fab19
(svn r27800) -Change: Rename long aircraft string names of the preview window
2017-03-18 20:47:48 +00:00
alberth
319de74d99
(svn r27799) -Add: Display aircraft type in buy window (patch by Samu)
2017-03-18 20:46:15 +00:00
alberth
85ed4975bf
(svn r27798) -Change: Also remove obsolete string from the other languages
2017-03-18 20:45:18 +00:00
alberth
ad88588481
(svn r27797) -Add: Display aircraft type in its vehicle window (patch by Samu)
2017-03-18 20:43:43 +00:00
frosch
19188818ea
(svn r27796) -Fix [FS#6545]: 32bpp-anim blitters assumed that pitch and width of the screen were equal.
2017-03-18 17:14:53 +00:00
translators
36d709e047
(svn r27795) -Update from Eints:
...
luxembourgish: 3 changes by Phreeze
2017-03-14 18:45:36 +00:00
peter1138
ed01e81c42
(svn r27794) -Fix [FS#6526]: Chat text background overflowed due to missing padding.
2017-03-14 00:57:52 +00:00
peter1138
ff26c6393e
(svn r27793) -Fix [FS#6450]: Use of uninitialised variable cause lzo to fail. Add check for error status.
2017-03-13 22:16:44 +00:00
translators
11b9fbbe66
(svn r27789) -Update from Eints:
...
polish: 3 changes by wojteks86
greek: 1 change by kyrm
2017-03-13 18:45:37 +00:00
peter1138
d31f9a83e7
(svn r27788) -Fix [FS#6536]: Get vehicle load amount after executing new cargo trigger.
2017-03-13 07:37:05 +00:00
peter1138
86eae807be
(svn r27787) -Fix: Update scrollbar when rebuilding AI/GS setting list.
2017-03-12 18:19:01 +00:00
peter1138
c55f586df8
(svn r27786) -Fix [FS#6479]: AI configuration changed incorrect parameter when some parameters are hidden.
2017-03-12 16:33:40 +00:00
peter1138
3aad5abfe9
(svn r27785) -Fix [FS#6508]: Buoys not always drawn after being placed depending on zoom level (Samu).
2017-03-12 15:32:40 +00:00
peter1138
3109f158a6
(svn r27784) -Fix [FS#6505]: Allow rail conversion even if ship is on tile (Samu).
2017-03-12 15:26:31 +00:00
frosch
afcef7faa6
(svn r27780) -Update: Numbers
2017-03-11 20:50:26 +00:00
frosch
ca3aaf8f6d
(svn r27778) -Change [FS#6442-ish]: Convenience savegame bump to distinguish 1.7 savegames from 1.6 savegames.
2017-03-11 20:37:32 +00:00
frosch
15032bd765
(svn r27777) -Doc: Yearly increment
2017-03-11 16:49:51 +00:00
frosch
9fa6e3d83a
(svn r27776) -Merge: Documentation updates from 1.6 branch
2017-03-11 13:34:01 +00:00
frosch
b1fe837b8e
(svn r27775) -Fix [FS#6510]: Insufficient thread synchronisation when switching blitters. (JGR)
2017-03-11 13:05:54 +00:00
frosch
d5f82bf55b
(svn r27774) -Fix [FS#5889]: Enabling palette animation for 32bpp blitters while paused skipped initialisation of the palette and resulted in black windows.
...
-Revert (r23978): No SDL-specific fix required anymore. The new fix applies to all backends.
2017-03-11 12:52:26 +00:00
frosch
24786a71ee
(svn r27772) -Fix [FS#5819]: If the intro game had a savegame version which contains a NewGRF configuration, then townname NewGRFs would not be activated in the game options.
2017-03-07 20:18:54 +00:00
translators
f21798c1ba
(svn r27771) -Update from Eints:
...
malay: 27 changes by stress_043
2017-03-07 18:45:38 +00:00
fonsinchen
4e13285274
(svn r27770) -Fix [FS#6540]: Initialize variables in station_sl.cpp (JGR)
2017-03-05 17:06:14 +00:00
frosch
fa8d85b632
(svn r27769) -Change: [NewGRF] Extend the DCxx range to D800-DFFF.
2017-03-05 14:45:13 +00:00
frosch
5846aa5bfc
(svn r27768) -Codechange: Use if and IsInsideMM instead of switch-case sequences to test for consecutive values.
2017-03-05 14:44:15 +00:00
frosch
b5d1e58b0e
(svn r27767) -Codechange: Industries and houses should just use the default-case in Action 4.
2017-03-05 14:43:21 +00:00
frosch
1a9e1c5e91
(svn r27766) -Fix: Obiwan opposed translations for text id D3FF and DCFF in Action 13.
2017-03-05 14:42:41 +00:00
translators
a18ead5c67
(svn r27765) -Update from Eints:
...
russian: 4 changes by Lone_Wolf
2017-03-04 18:45:36 +00:00
translators
c4e87a7fdb
(svn r27764) -Update from Eints:
...
russian: 3 changes by Lone_Wolf
french: 6 changes by glx
2017-03-02 18:45:38 +00:00
translators
f73f1f730b
(svn r27763) -Update from Eints:
...
korean: 6 changes by telk5093
frisian: 2 changes by Fopper
russian: 5 changes by Lone_Wolf
2017-03-01 18:45:37 +00:00
translators
db0f10a73f
(svn r27762) -Update from Eints:
...
catalan: 5 changes by juanjo
greek: 29 changes by kyrm
croatian: 2 changes by UnderwaterHesus
japanese: 4 changes by nex259
2017-02-28 18:45:37 +00:00
translators
6e0e88af20
(svn r27761) -Update from Eints:
...
croatian: 3 changes by VoyagerOne
italian: 5 changes by lorenzodv
english (us): 4 changes by Supercheese
latin: 4 changes by Supercheese
2017-02-27 18:45:37 +00:00
frosch
1b9139efe8
(svn r27760) -Change: Enable realisitic train and road vehicle acceleration by default.
2017-02-26 20:31:02 +00:00
frosch
a09cc8dda0
(svn r27759) -Fix: strgen compilation
2017-02-26 20:10:41 +00:00
frosch
2bb80d280c
(svn r27758) -Change: Increase the maximum number of GameScript texts to 64k, and NewGRF texts to 512k.
2017-02-26 19:41:30 +00:00
frosch
fc4c4d080c
(svn r27757) -Change: Make StringID 32bit.
2017-02-26 19:41:14 +00:00
frosch
a56e2bccd0
(svn r27756) -Codechange: Add StringTab enum
2017-02-26 19:40:53 +00:00
frosch
f4da8ece0c
(svn r27755) -Codechange: Move TAB_SIZE to strings_type.h and use it consistently.
2017-02-26 19:40:32 +00:00
frosch
9ad09627ad
(svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and MakeStringID() to access the structure of StringIDs.
2017-02-26 19:39:58 +00:00
translators
b264dd2a8d
(svn r27753) -Update from Eints:
2017-02-26 18:45:43 +00:00
alberth
07254a238d
(svn r27752) -Cleanup: Remove obsolete strings from other languages as well.
2017-02-26 15:34:57 +00:00
alberth
dcc240f826
(svn r27751) -Feature: Display cargo suffix of accepted cargoes in industry view based on cb37 result type.
...
Industry-sets that have no stockpiling get better control over the displayed accepted cargo information.
- result 0401 only prints the accepted cargo
- results 0800-0BFF prints the accepted cargo and a string (but not the amount)
2017-02-26 15:34:15 +00:00
alberth
325a46e8ed
(svn r27750) -Codechange: Add cb37 result type to the cargo suffix.
2017-02-26 15:33:39 +00:00
alberth
e8635aca1a
(svn r27749) -Codechange: Fold cb37 cargo suffix text in a structure.
2017-02-26 15:30:25 +00:00
translators
8d5fae919c
(svn r27748) -Update from Eints:
...
polish: 1 change by wojteks86
2017-02-25 18:45:38 +00:00
translators
92905a3deb
(svn r27747) -Update from Eints:
...
korean: 7 changes by telk5093
2017-02-17 18:45:37 +00:00
frosch
7f1c176706
(svn r27746) -Fix [FS#6538]: PR_CLEAR_ROAD refers to cost per roadbit. Removing secondary roadtypes from bridges was too cheap. (JGR)
2017-02-12 12:03:07 +00:00
translators
0c5b6dcddd
(svn r27744) -Update from Eints:
...
basque: 20 changes by Thadah
dutch: 4 changes by habell
2017-02-09 18:45:40 +00:00
frosch
ae815ecf1b
(svn r27743) -Fix [FS#6537]: Extra viewports did not center on the selected tile. (hackalittlebit)
2017-02-05 17:54:46 +00:00
translators
505ba65922
(svn r27742) -Update from Eints:
...
spanish (mexican): 1 change by Absay
2017-02-03 18:45:39 +00:00
translators
12dd8e8713
(svn r27741) -Update from Eints:
...
luxembourgish: 26 changes by Phreeze
russian: 1 change by Lone_Wolf
2017-01-26 18:45:36 +00:00
translators
ecd579f3ae
(svn r27740) -Update from Eints:
...
korean: 1 change by telk5093
2017-01-25 18:45:36 +00:00
frosch
bcc2c7d06e
(svn r27739) -Cleanup/Revert (r12162): Clearing MP_HOUSE with DC_EXEC always fails, so there is no effect in testing for houses first. (adf88)
2017-01-22 13:13:15 +00:00
translators
ff0a90674d
(svn r27738) -Update from Eints:
...
croatian: 1 change by VoyagerOne
2017-01-20 18:45:37 +00:00
translators
115fba1b92
(svn r27737) -Update from Eints:
...
czech: 27 changes by djst
2017-01-18 18:45:37 +00:00
translators
bdcafc7f99
(svn r27736) -Update from Eints:
...
italian: 1 change by lorenzodv
2017-01-16 18:45:36 +00:00
translators
99a058b6e6
(svn r27735) -Update from Eints:
...
catalan: 1 change by juanjo
2017-01-15 18:45:39 +00:00
frosch
1d67a4e88d
(svn r27734) -Change: Hide the drive-in stops from the tram station picker.
2017-01-15 14:27:54 +00:00
frosch
a23f707f92
(svn r27733) -Codechange: Pass NPF user data as void* instead of as array of integers.
2017-01-15 13:59:46 +00:00
frosch
7b553d255e
(svn r27732) -Change: Turn the message about 'missing baseset sprites' from a popup into a static message that only shows in non-release versions, just like the 'missing translations' message.
2017-01-14 18:30:26 +00:00
frosch
1aedadb49b
(svn r27730) -Change: Split openttd.grf into openttd.grf and orig_extra.grf
...
openttd.grf is now always loaded and provides all extra graphics in case the (possibly outdated) baseset does not.
orig_extra.grf contains graphics specific to the original baseset only.
2017-01-14 15:48:19 +00:00
frosch
ec9a920aab
(svn r27729) -Codechange: Do not count static NewGRF when checking for the maximum number of NewGRFs in a game.
...
-Codechange: Remove LAST_GRF_SLOT and MAX_NEWGRFS. Now NETWORK_MAX_GRF_COUNT is the only constant to specify the maximum number of non-static NewGRF.
-Codechange: Increase the number of file slots, effectively increasing the maximum number of static NewGRF and baseset GRFs.
2017-01-14 13:12:49 +00:00
translators
6696e5c4e1
(svn r27728) -Update from Eints:
...
latin: 1 change by Supercheese
2017-01-08 18:45:37 +00:00
frosch
1446d916f0
(svn r27726) -Fix: Improve error message when trying to build rail track over a depot. (adf88)
2017-01-08 11:45:08 +00:00
frosch
a3b356e057
(svn r27725) -Codechange: Remove IsOpenTTDBaseGRF and test for GCF_CONFIG instead, which does the same in all use-cases.
2017-01-07 21:36:25 +00:00
frosch
4df712589c
(svn r27724) -Cleanup: Remove pointless usage of IsOpenTTDBaseGRF. System GRFs are never listed in the NewGRF GUI.
2017-01-07 21:28:03 +00:00
frosch
b363a639aa
(svn r27723) -Codechange: Simplify tests by using GCF_SYSTEM.
2017-01-07 21:22:26 +00:00
frosch
5267b60027
(svn r27722) -Fix (r7490): GCF_SYSTEM was never set correctly.
2017-01-07 21:20:02 +00:00
frosch
b6b02108f7
(svn r27721) -Fix: Testing GRFs for static-safety (when reloading the config) invalidated file slot 62, which may be in use by an active GRF.
2017-01-07 21:18:17 +00:00
translators
b2b5079fc7
(svn r27720) -Update from Eints:
...
turkish: 25 changes by barisdemirdelen
2017-01-07 18:45:37 +00:00
translators
4823b0bca1
(svn r27719) -Update from Eints:
...
polish: 25 changes by nouwak
2016-12-31 18:45:36 +00:00
translators
1824df90bf
(svn r27718) -Update from Eints:
...
spanish (mexican): 25 changes by Absay
2016-12-30 18:45:38 +00:00
translators
de23dd0a1e
(svn r27717) -Update from Eints:
...
spanish: 2 changes by SilverSurferZzZ
2016-12-29 18:45:38 +00:00
translators
46bfc8c295
(svn r27716) -Update from Eints:
...
catalan: 1 change by juanjo
2016-12-27 18:45:39 +00:00
translators
a4fdb3ecce
(svn r27715) -Update from Eints:
...
spanish: 2 changes by SilverSurferZzZ
2016-12-26 18:45:38 +00:00
translators
9cccde26e5
(svn r27714) -Update from Eints:
...
catalan: 2 changes by juanjo
russian: 1 change by Lone_Wolf
2016-12-25 18:45:37 +00:00
frosch
f882a5aa00
(svn r27713) -Fix [FS#6527]: Setup clipping areas for individual widgets when drawing. (adf88)
2016-12-25 17:57:47 +00:00
frosch
3419bff4ed
(svn r27712) -Codechange: Reduce recursions in DrawOverlappedWindow by limiting the area to the window bounds first. (adf88)
2016-12-25 17:56:57 +00:00
frosch
eae9234c07
(svn r27711) -Doc: Fontsizes (adf88)
2016-12-25 17:55:10 +00:00
frosch
6f8241d8e9
(svn r27710) -Change: Limit waypoint area by maximum station spread already when dragging. (adf88)
2016-12-25 14:59:53 +00:00
frosch
4342798ff5
(svn r27709) -Fix-ish: Silence some warnings. (adf88)
2016-12-25 13:26:15 +00:00
translators
9afb705125
(svn r27708) -Update from Eints:
...
catalan: 26 changes by juanjo
russian: 9 changes by Lone_Wolf
2016-12-24 18:45:38 +00:00
frosch
1a92b0c7c3
(svn r27707) -Fix: Make the result of NewGRF's CARGO_NAME string code reliably print 'Nothing', if an invalid type is provided.
2016-12-23 22:13:38 +00:00
frosch
b25afb239a
(svn r27706) -Feature: [NewGRF] String command 9A 1E to print the name of a cargo type.
2016-12-23 13:38:50 +00:00
frosch
2c8b84f21d
(svn r27705) -Doc: Add the hex codes to the SCC_NEWGRF_ enum entries.
2016-12-22 20:47:40 +00:00
translators
9cba45bf18
(svn r27704) -Update from Eints:
...
welsh: 29 changes by kazzie
spanish: 2 changes by SilverSurferZzZ
russian: 13 changes by Lone_Wolf
2016-12-22 18:45:38 +00:00
translators
3ad11afb48
(svn r27702) -Update from Eints:
...
russian: 16 changes by Lone_Wolf
2016-12-21 18:45:40 +00:00
translators
447ef95618
(svn r27701) -Update from Eints:
...
russian: 37 changes by Lone_Wolf
2016-12-20 18:45:37 +00:00
frosch
4b8b9e1cb1
(svn r27700) -Codechange: Simplify railtype date introduction. A check that is safe to run every day before the last railtype has been introduced, is also safe to run after the last railtype has been introduced.
2016-12-20 12:35:36 +00:00
translators
aa88218d86
(svn r27699) -Update from Eints:
...
russian: 1 change by Lone_Wolf
2016-12-19 18:45:38 +00:00
translators
63c8f8c6c4
(svn r27698) -Update from Eints:
...
spanish: 3 changes by SilverSurferZzZ
russian: 3 changes by Lone_Wolf
2016-12-18 18:45:38 +00:00
translators
a4159b8d54
(svn r27697) -Update from Eints:
...
urdu: 9 changes by siphr
spanish: 3 changes by SilverSurferZzZ
2016-12-17 18:45:36 +00:00
translators
b760d0cdf0
(svn r27696) -Update from Eints:
...
urdu: 11 changes by siphr
spanish: 6 changes by SilverSurferZzZ
russian: 10 changes by Lone_Wolf
2016-12-16 18:45:36 +00:00
translators
c69989b722
(svn r27695) -Update from Eints:
...
spanish: 4 changes by SilverSurferZzZ
french: 26 changes by glx
2016-12-14 18:45:37 +00:00
translators
cb8d8164bd
(svn r27694) -Update from Eints:
...
spanish: 4 changes by SilverSurferZzZ
2016-12-13 18:45:35 +00:00
translators
416d7ef76e
(svn r27693) -Update from Eints:
...
korean: 2 changes by telk5093
spanish: 21 changes by SilverSurferZzZ
russian: 14 changes by Lone_Wolf
2016-12-12 18:45:37 +00:00
translators
1cf260afbe
(svn r27692) -Update from Eints:
...
croatian: 25 changes by VoyagerOne
english (us): 2 changes by Supercheese
russian: 1 change by Lone_Wolf
latin: 25 changes by Supercheese
2016-12-11 18:45:39 +00:00
translators
decef06ae3
(svn r27691) -Update from Eints:
...
italian: 9 changes by lorenzodv
2016-12-10 18:45:38 +00:00
frosch
69966b6322
(svn r27690) -Fix: Old compilers do not zero-initialise POD members when explicitly calling implicitly created default constructors.
2016-12-10 15:49:25 +00:00
frosch
149adc9cc1
(svn r27689) -Fix: MSVC warnings.
2016-12-10 14:33:58 +00:00
frosch
108a0fc0d7
(svn r27688) -Fix-ish: Initialise new railtypes with the original railtype data, though strictly NewGRF could only have modified 'label' and 'alternate_labels' at the time AllocateRailType is called, which are reset anyway.
2016-12-10 13:28:47 +00:00
frosch
3ee06b036e
(svn r27687) -Fix: RailtypeInfo::alternate_labels leaked when reloading NewGRF. (adf88)
2016-12-10 13:26:29 +00:00
frosch
10293c5fb1
(svn r27686) -Change: List railtype of rail tiles explicitly in the tile info window.
2016-12-09 21:27:22 +00:00
frosch
acc817b3f5
(svn r27685) -Change: Preemptively invalidate translation changes of next commit for eints.
2016-12-09 21:26:37 +00:00
translators
ddca928488
(svn r27684) -Update from Eints:
...
italian: 1 change by lorenzodv
2016-12-09 18:45:36 +00:00
frosch
ad43465c31
(svn r27683) -Change: Rearrange the autoreplace GUI for trains, and do not filter it by railtype by default.
2016-12-08 20:21:39 +00:00
fonsinchen
58fdd3ac98
(svn r27682) -Fix: Don't check if links are alive for manually routed cargo
2016-12-04 19:59:17 +00:00
fonsinchen
662c019136
(svn r27681) -Fix: When deleting stale links, iterate through order lists before iterating through vehicles
2016-12-04 19:53:38 +00:00
translators
60a3cc0734
(svn r27680) -Update from Eints:
...
romanian: 1 change by kneekoo
2016-11-12 18:45:38 +00:00
translators
002251942c
(svn r27679) -Update from Eints:
...
romanian: 10 changes by kneekoo
2016-11-09 18:45:35 +00:00
translators
aa1cce38ca
(svn r27678) -Update from Eints:
...
romanian: 20 changes by kneekoo
2016-11-08 18:45:38 +00:00
frosch
476b2b0e8c
(svn r27677) -Codechange: Remove implicit VehicleListIdentifier from uint32 constructor, to make conversions more explicit.
2016-11-05 19:16:59 +00:00
frosch
d9bfe88261
(svn r27676) -Codechange: Rename catenary functions, so that they refer unambiguously to either RoadCatenary or RailCatenary.
2016-11-05 11:53:03 +00:00
michi_cc
94b3965989
(svn r27675) -Fix [FS#6502]: [OSX] Building with 10.11 or 10.12 SDKs.
2016-10-31 19:29:01 +00:00
michi_cc
51052f4961
(svn r27674) -Fix (r27673): Mingw...
2016-10-30 19:27:07 +00:00
michi_cc
c83306391e
(svn r27673) -Add: [Win32] Thread names for windows debuggers.
2016-10-30 18:22:55 +00:00
frosch
b2fe2c6e3d
(svn r27672) -Doc [FS#6489]: Fix comment. (Yho)
2016-10-30 18:04:20 +00:00
frosch
30574a7cad
(svn r27671) -Codechange: Replace magic numbers in the toolbar with the already existing WID_TN_xxx. (Wolf01)
2016-10-30 17:36:57 +00:00
frosch
31f046bd9b
(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) threads. (JGR)
2016-10-30 17:29:33 +00:00
translators
dd190397d6
(svn r27669) -Update from Eints:
...
thai: 11 changes by angelix
2016-10-19 17:45:35 +00:00
frosch
117e73751c
(svn r27668) -Feature: [NewGRF] Allow composing vehicles from multiple sprites.
2016-10-16 14:59:44 +00:00
frosch
c175067ed9
(svn r27667) -Codechange: Add VehicleSpriteSeq::GetBounds and Draw.
2016-10-16 14:58:38 +00:00
frosch
d2393b4f6c
(svn r27666) -Codechange: Pass vehicle sprites around using a struct VehicleSpriteSeq.
2016-10-16 14:57:56 +00:00
frosch
f5409c713b
(svn r27665) -Fix: When dragging crashed vehicles, also draw them as crashed at the mouse cursor.
2016-10-16 14:57:13 +00:00
frosch
7c4e5242ba
(svn r27664) -Codechange: Deduplicate code for animating effect vehicles.
2016-10-16 14:56:52 +00:00
frosch
a6d1d128da
(svn r27663) -Codechange: Deduplicate code when rotating crashed vehicles.
2016-10-16 14:56:33 +00:00
frosch
88dd4d11b4
(svn r27662) -Codechange: Deduplicate code using GetSingleVehicleWidth.
2016-10-16 14:56:05 +00:00
translators
0d2c341040
(svn r27661) -Update from Eints:
...
portuguese: 1 change by Samu
2016-10-12 17:45:36 +00:00
translators
eb04875640
(svn r27660) -Update from Eints:
...
portuguese: 7 changes by Samu
2016-10-10 17:45:36 +00:00
translators
0d9741b1b1
(svn r27659) -Update from Eints:
...
portuguese: 25 changes by Samu
2016-10-09 17:45:39 +00:00
translators
b5ad532e28
(svn r27658) -Update from Eints:
...
danish: 1 change by Knogle
2016-10-06 17:45:36 +00:00
frosch
071518f571
(svn r27657) -Change: Replace another occurence of the ancient tilehash function with the newer one. This time to make rough land appear more random.
2016-10-02 13:41:56 +00:00
frosch
d7ee0b6fee
(svn r27656) -Fix [FS#6511]: When removing objects of bankrupt companies the tiles may revert to canal. In that case also check the ownership of the canal.
2016-09-18 14:07:52 +00:00
translators
5385104ed6
(svn r27655) -Update from Eints:
...
romanian: 2 changes by kkmic
2016-09-06 17:45:36 +00:00
frosch
ac6793dace
(svn r27654) -Change: Enable C++11 for clang 3.3 (LordAro)
2016-09-05 19:11:01 +00:00
alberth
0adfb1ac6f
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOperation to avoid nameclash with windows compiler toolkit.
2016-09-04 16:06:50 +00:00
alberth
4001f6215e
(svn r27652) -Fix(r27650): Use the file operation being performed to set the _sl.action variable.
2016-09-04 15:10:41 +00:00
alberth
6f201ce4a8
(svn r27651) -Codechange: Introduce methods for setting the name and title of _file_to_saveload.
2016-09-04 12:58:04 +00:00
alberth
597380e099
(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType.
2016-09-04 12:57:43 +00:00
alberth
df9a9f074a
(svn r27649) -Codechange: Introduce detailed file type enum, rebuild FiosType with it.
2016-09-04 12:57:20 +00:00
alberth
88bdf482c0
(svn r27648) -Codechange: Remove remaining _saveload_mode usage.
2016-09-04 12:56:56 +00:00
alberth
75ad6d0100
(svn r27647) -Codechange: Introduce file operations, and use it to replace most of SaveLoadDialogMode
2016-09-04 12:56:23 +00:00
alberth
2d7201781b
(svn r27646) -Codechange: Move _fios_items variable into the SaveLoadWindow class.
2016-09-04 12:55:54 +00:00
alberth
5969685954
(svn r27645) -Add: Give console commands their own file list storage.
2016-09-04 12:55:21 +00:00
alberth
d6cd3b1605
(svn r27644) -Codechange: Split GetFiosItem into BuildFileList and FindItem, and move both to FileList.
2016-09-04 12:54:52 +00:00
alberth
95bb103a23
(svn r27643) -Codechange: FiosGetDrives function also takes a destination file list.
2016-09-04 12:54:30 +00:00
alberth
caf3379746
(svn r27642) -Codechange: FiosGet* file query functions take a destination file list.
2016-09-04 12:54:03 +00:00
alberth
bc08fe7c5f
(svn r27641) -Codechange: Fold the _fios_items file list vector into its own class.
2016-09-04 12:50:22 +00:00
alberth
0bf3372882
(svn r27640) -Codechange: Remove another use of _saveload_mode in the loading code.
2016-09-04 12:48:28 +00:00
alberth
c6ac071619
(svn r27639) -Codechange: Also always set the abstract FileToSaveLoad::filetype when setting a mode.
2016-09-04 12:47:39 +00:00
alberth
2fa0fdb176
(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType function.
2016-09-04 12:47:07 +00:00
alberth
3b8ede5ebe
(svn r27637) -Codechange: Don't use _saveload_mode for scenario loading detection.
2016-09-04 12:46:29 +00:00
alberth
087ed1e999
(svn r27636) -Codechange: Rename FileType to AbstractFileType.
2016-09-04 12:46:07 +00:00
alberth
9135f7130e
(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definitions.
2016-09-04 12:45:40 +00:00
alberth
d6812947f3
(svn r27634) -Codechange: Improve name of the SmallFiosItem struct.
2016-09-04 12:45:11 +00:00
alberth
a52864ef27
(svn r27633) -Codechange: Extract _saveload_mode use from BuildFileList
2016-09-04 12:44:42 +00:00
frosch
9156d7bf34
(svn r27632) -Feature: When dragging vehicles in group or depot GUI, draw the complete articulated vehicle.
2016-08-15 18:34:31 +00:00
frosch
8e90072d3b
(svn r27631) -Codechange: Split GetSingleVehicleWidth from GetVehicleWidth.
2016-08-15 18:34:09 +00:00
frosch
ddc9205212
(svn r27630) -Codechange: Deduplicate code to attach vehicle to cursor.
2016-08-15 18:33:52 +00:00
frosch
cff2b49365
(svn r27629) -Fix: When dragging multiple vehicles in the depot, make the destination gap as long as the chain instead of just considering the first vehicle.
2016-08-15 18:33:29 +00:00
frosch
3cb7d9703b
(svn r27628) -Codechange: Prepare for drawing cursors consisting of multiple sprites.
2016-08-15 18:33:08 +00:00
frosch
4d1843a95e
(svn r27627) -Codechange: Deduplicate some cursor magic into SetMouseCursorBusy.
2016-08-15 18:32:48 +00:00
frosch
ca6493f2e6
(svn r27626) -Codechange: Do not use the cursor sprite as PlaceObject status in the main toolbar.
2016-08-15 18:32:25 +00:00
frosch
f7a0ee9a15
(svn r27625) -Doc: CursorVars
2016-08-15 18:30:50 +00:00
translators
1c1ba859eb
(svn r27624) -Update from Eints:
...
spanish (mexican): 24 changes by Absay
2016-08-07 17:45:36 +00:00
frosch
e56707bd4e
(svn r27622) -Change: In industry map view, give visible industry types the highest tile priority, and hidden industry types a lower one. This way filtered and highlighted industries are not hidden by overlapping tiles in zoomed-out smallmap. (adf88)
2016-07-22 21:44:54 +00:00
frosch
a5b7800aca
(svn r27621) -Fix (r27620): Committed too early.
2016-07-22 21:38:49 +00:00
frosch
ed27cec094
(svn r27620) -Codechange: Inline GetEffectiveTileType (adf88)
2016-07-22 21:29:04 +00:00
translators
fa236c704e
(svn r27618) -Update from Eints:
...
latvian: 19 changes by Parastais
2016-07-18 17:45:36 +00:00
translators
bc432a0f43
(svn r27617) -Update from Eints:
...
latvian: 6 changes by Parastais
2016-07-17 17:45:36 +00:00
translators
49fe24b03f
(svn r27615) -Update from Eints:
...
spanish: 7 changes by SilverSurferZzZ
2016-07-12 17:45:35 +00:00
fonsinchen
f769305d7d
(svn r27614) -Codechange: Use a fixed array instead of a map for link refresher cargo capacities. (JGR)
2016-07-10 12:17:00 +00:00
fonsinchen
022b284064
(svn r27613) -Codechange: Use a flat vector instead of a map in FlowEdgeIterator. (JGR)
2016-07-10 12:03:23 +00:00
fonsinchen
e2426b22fa
(svn r27612) -Codechange: Replace three uses of std::list with std::queue/vector. (JGR)
2016-07-10 11:57:16 +00:00
fonsinchen
bcdae9a093
(svn r27611) -Codechange: Cache the calculated value of CapacityAnnotation
2016-07-10 11:53:43 +00:00
translators
14533f073b
(svn r27610) -Update from Eints:
...
korean: 1 change by telk5093
2016-07-02 17:45:35 +00:00
rubidium
ac6312d33c
(svn r27605) -Fix: GCC 6 warning about misleading indentation
2016-06-27 17:52:30 +00:00
translators
6fbc2863a8
(svn r27604) -Update from Eints:
...
spanish: 3 changes by SilverSurferZzZ
2016-06-24 17:45:37 +00:00
translators
8a68031ab0
(svn r27603) -Update from Eints:
...
spanish: 12 changes by SilverSurferZzZ
2016-06-19 17:45:36 +00:00
frosch
d874cef678
(svn r27602) -Fix [FS#6481]: Compilation with --disable-network. (Deranged)
2016-06-17 18:56:19 +00:00
translators
403c393ef0
(svn r27601) -Update from Eints:
...
spanish (mexican): 4 changes by Absay
2016-06-13 17:45:37 +00:00
frosch
2782993dd7
(svn r27600) -Fix: [NewGRF] shift-and-add-divide/modulo varadjusts use signed division/modulo.
2016-06-13 17:34:18 +00:00
translators
37e263e4fa
(svn r27599) -Update from Eints:
...
persian: 2 changes by rkarimabadi
2016-06-12 17:45:36 +00:00
frosch
ee9a54c0a0
(svn r27598) -Fix: Company 0 could accept engine previews before they were offered.
2016-06-09 19:04:53 +00:00
frosch
a2edf52b41
(svn r27594) -Fix [FS#6473]: [Script] Kill scripts, when a non-suspendable valuator call takes way too long.
2016-05-30 21:03:11 +00:00
frosch
d90686f021
(svn r27586) -Fix [FS#6410]: Automatic servicing of road vehicles compared path finder costs with tile distances, thus vehicles went to depots which were factor 100 too far away. (juanjo)
2016-05-29 14:14:52 +00:00
frosch
b0c56f3432
(svn r27585) -Fix [FS#6437]: Enforce a non-zero load amount for all vehicles, so that vehicles can process their cargo reservations.
2016-05-29 13:35:17 +00:00
frosch
dac94c7cbc
(svn r27584) -Codechange: Add some assertions about Vehicle::cargo_payment.
2016-05-29 13:33:20 +00:00
frosch
7d4754a4f8
(svn r27583) -Fix [FS#6415]: Do not decrease the column width of depot windows when vehicles with high unitnumbers leave. (Airbus)
2016-05-29 12:21:40 +00:00
translators
cfca6922e7
(svn r27582) -Update from Eints:
...
spanish (mexican): 18 changes by Absay
2016-05-22 17:45:36 +00:00
frosch
d8b465f556
(svn r27581) -Fix [FS#6461]: Button size computation in script configuration window. (adf88)
2016-05-22 12:00:36 +00:00
frosch
d188d02384
(svn r27580) -Fix [FS#6395]: Set date of last service on construction also for wagons and articulated parts.
2016-05-22 11:45:03 +00:00
frosch
cade383f9b
(svn r27579) -Change [FS#6402]: Performance improvement for dedicated servers by skipping drawing calls earlier in the process. (JGR)
2016-05-22 11:30:25 +00:00
frosch
ebb6e38075
(svn r27578) -Fix [FS#6454]: Vehicles could not be hidden from the purchase list when they were in exclusive preview.
2016-05-22 11:04:34 +00:00
frosch
8084f39bf3
(svn r27577) -Fix [FS#6386]: Dock and roadstop picker, client list and town authority window did not auto-resize according to their content when they were positioned at the bottom of the screen. (Eearslya)
2016-05-22 10:52:02 +00:00
frosch
4fc43b510d
(svn r27576) -Fix (r27570): Compilation failure with all compilers but mine.
2016-05-22 10:45:46 +00:00
frosch
914d4616ca
(svn r27575) -Fix [FS#6404]: Memory leak when disabling palette animation. (JGR)
2016-05-22 10:28:57 +00:00
frosch
c0c1a4cded
(svn r27574) -Fix [FS#6432]: The house id as returned by house variable 66 was incorrect when querying neighboured tiles. (adf88)
2016-05-22 10:23:22 +00:00
frosch
1b84d893e0
(svn r27573) -Fix [FS#6467]: Compilation failure with gcc 6.1 due to headers included after safeguards.h (JGR)
2016-05-22 10:15:35 +00:00
frosch
13a86497ea
(svn r27572) -Fix [FS#6442]: Convenience savegame bump to distinguish 1.6 savegames from 1.5 savegames.
2016-05-22 10:10:17 +00:00
frosch
9aa33862a7
(svn r27571) -Codechange: Consistent naming for command callbacks which play a sound effect.
2016-05-22 10:07:48 +00:00
frosch
97e6981e39
(svn r27570) -Fix [FS#6449]: Various incorrect but uncritical size computations in the content client.
2016-05-22 10:04:41 +00:00
translators
46b7ac7b48
(svn r27569) -Update from Eints:
...
spanish (mexican): 3 changes by Absay
2016-05-20 17:45:35 +00:00
translators
b996fdf656
(svn r27568) -Update from Eints:
...
dutch: 1 change by habell
2016-05-18 17:45:35 +00:00
translators
dd6fb63598
(svn r27567) -Update from Eints:
...
finnish: 1 change by jpx_
2016-05-17 17:45:37 +00:00
translators
ccd08c8c80
(svn r27566) -Update from Eints:
...
spanish (mexican): 6 changes by Absay
2016-05-14 17:45:37 +00:00
translators
21646b7f48
(svn r27565) -Update from Eints:
...
spanish (mexican): 13 changes by Absay
2016-05-13 17:45:33 +00:00
frosch
36d91f8c02
(svn r27564) -Update: Ownname of es_MX.
2016-05-12 19:14:06 +00:00
translators
7ccc54949e
(svn r27563) -Update from Eints:
...
korean: 1 change by Gimel3830
spanish (mexican): 93 changes by Absay
2016-05-12 17:45:36 +00:00
matthijs
576005b714
(svn r27561) -Fix [Squirrel]: Fix typos in error messages
2016-05-11 21:28:39 +00:00
matthijs
53982003ee
(svn r27560) -Fix: typos in comments and string
2016-05-11 20:48:46 +00:00
translators
463a16f1b0
(svn r27556) -Update from Eints:
...
spanish (mexican): 36 changes by Absay
2016-05-11 17:45:36 +00:00
translators
0cb97c31ae
(svn r27555) -Update from Eints:
...
croatian: 3 changes by VoyagerOne
2016-05-08 17:45:37 +00:00
translators
3911792ca1
(svn r27554) -Update from Eints:
...
korean: 1 change by Gimel3830
2016-05-07 17:45:33 +00:00
frosch
9777f50fac
(svn r27552) -Feature: Mexican Spanish (Absay)
2016-04-30 08:28:40 +00:00
translators
64a955245d
(svn r27551) -Update from Eints:
...
ukrainian: 3 changes by odisseus
2016-04-28 17:45:35 +00:00
translators
72231514cb
(svn r27550) -Update from Eints:
...
frisian: 7 changes by BAJansen
2016-04-25 17:45:36 +00:00
translators
b1da8e1d1d
(svn r27549) -Update from Eints:
...
chinese (traditional): 1 change by ww9980
2016-04-23 17:45:37 +00:00
translators
2c3a429290
(svn r27548) -Update from Eints:
...
korean: 1 change by telk5093
2016-04-21 17:45:38 +00:00
frosch
e8b6b02bc2
(svn r27547) -Fix: Use a more appropiate sound effect for convert-rail. (andythenorth)
2016-04-19 20:39:08 +00:00
frosch
b8189977b4
(svn r27546) -Fix: Remove SetFill from vehicle GUI buttons, so that the viewport is resized instead of them in case of long window titles.
2016-04-17 20:20:52 +00:00
frosch
da7978a08c
(svn r27545) -Fix: Remove special handling of classes with virtual methods from squirrel_export.awk. It seems to serve no purpose, except to break on 3 classes.
2016-04-17 19:51:42 +00:00
frosch
7e29551ae0
(svn r27544) -Fix-ish: Mark ScriptText::GetEncodedText as not part of any API, instead of relying on the export script to break on '/*'.
2016-04-17 19:50:27 +00:00
frosch
31bd5a09b6
(svn r27543) -Fix (r27379): ScriptExec/TestMode::FinalRelease is not part of the API.
2016-04-17 17:10:07 +00:00
translators
31340d91f9
(svn r27540) -Update from Eints:
...
hebrew: 40 changes by dnd_man
2016-04-16 17:45:37 +00:00
translators
b80b75593b
(svn r27539) -Update from Eints:
...
hebrew: 66 changes by dnd_man
2016-04-14 17:45:35 +00:00
translators
4f5d6f7952
(svn r27538) -Update from Eints:
...
hebrew: 18 changes by dnd_man
luxembourgish: 1 change by Phreeze
2016-04-13 17:45:37 +00:00
translators
6931d1df51
(svn r27537) -Update from Eints:
...
korean: 2 changes by telk5093
2016-04-09 17:45:38 +00:00
translators
9884b2c72c
(svn r27536) -Update from Eints:
...
belarusian: 1 change by KorneySan
malay: 1 change by rionix88
2016-04-07 17:45:37 +00:00
translators
901a073f8b
(svn r27535) -Update from Eints:
...
norwegian (bokmal): 16 changes by Leifbk
2016-04-06 17:45:35 +00:00
frosch
ebee9fa418
(svn r27534) -Fix [FS#6435]: [NewGRF] Station spritelayouts did not accept the var10 flag for the palette.
2016-04-02 16:02:22 +00:00
translators
13d6cec802
(svn r27530) -Update from Eints:
...
catalan: 2 changes by juanjo
2016-04-01 17:45:37 +00:00
translators
ac4ecbf4ee
(svn r27529) -Update from Eints:
...
scottish gaelic: 3 changes by GunChleoc
frisian: 6 changes by BAJansen
spanish: 13 changes by SilverSurferZzZ
portuguese (brazilian): 1 change by Tucalipe
2016-03-31 17:45:35 +00:00
translators
c4b8629119
(svn r27528) -Update from Eints:
...
catalan: 233 changes by juanjo
portuguese (brazilian): 1 change by Tucalipe
2016-03-30 17:45:37 +00:00
translators
a42832afb7
(svn r27527) -Update from Eints:
...
tamil: 13 changes by aswn
2016-03-27 17:45:35 +00:00
translators
7c15190ec2
(svn r27526) -Update from Eints:
...
malay: 2 changes by rionix88
2016-03-26 18:45:36 +00:00
translators
f985aefde4
(svn r27525) -Update from Eints:
...
latin: 18 changes by Supercheese
2016-03-21 18:45:36 +00:00
translators
0475afca71
(svn r27524) -Update from Eints:
...
esperanto: 3 changes by LaPingvino
2016-03-20 18:45:37 +00:00
translators
14be8a4301
(svn r27523) -Update from Eints:
...
latvian: 1 change by Jancs
2016-03-13 18:45:37 +00:00
translators
8e2e9fbb23
(svn r27522) -Update from Eints:
...
slovenian: 72 changes by Necrolyte
2016-03-08 18:45:36 +00:00
translators
8c6bda994e
(svn r27521) -Update from Eints:
...
malay: 5 changes by rionix88
2016-03-05 18:45:38 +00:00
frosch
0c7c0ada78
(svn r27518) -Update: Numbers
2016-03-01 20:00:22 +00:00
frosch
56c54dcaec
(svn r27516) -Update: Documentation
2016-03-01 19:41:31 +00:00
translators
7ea6fddc01
(svn r27515) -Update from Eints:
...
polish: 1 change by lion
thai: 11 changes by ityellow
2016-03-01 18:45:37 +00:00
translators
1a49b5e463
(svn r27514) -Update from Eints:
...
turkish: 2 changes by wakeup
2016-02-28 18:45:36 +00:00
translators
42dc467c3c
(svn r27513) -Update from Eints:
...
spanish: 5 changes by SilverSurferZzZ
2016-02-26 18:45:36 +00:00
translators
30ff4b113b
(svn r27512) -Update from Eints:
...
spanish: 6 changes by SilverSurferZzZ
2016-02-25 18:45:36 +00:00
translators
ca884e0fe8
(svn r27511) -Update from Eints:
...
japanese: 4 changes by nex259
esperanto: 4 changes by polluks
2016-02-24 18:45:38 +00:00
translators
689f42b80c
(svn r27510) -Update from Eints:
...
frisian: 55 changes by BAJansen
2016-02-19 18:45:35 +00:00
translators
2c9e500738
(svn r27509) -Update from Eints:
...
frisian: 60 changes by BAJansen
2016-02-18 18:45:36 +00:00
translators
3e2b22b419
(svn r27508) -Update from Eints:
...
german: 1 change by mini1025
2016-02-13 18:45:36 +00:00
frosch
f6577b6ad7
(svn r27507) -Add: [NewGRF] Allow custom sound IDs in RV property 0x12, ship property 0x10 and aircraft property 0x12.
2016-02-08 21:05:57 +00:00
translators
8f621dc506
(svn r27506) -Update from Eints:
...
french: 13 changes by OliTTD
2016-02-04 18:45:36 +00:00
translators
8e3aef8eba
(svn r27505) -Update from Eints:
...
portuguese: 2 changes by neuralshock
2016-01-26 18:45:36 +00:00
translators
2a375d8cc8
(svn r27504) -Update from Eints:
...
catalan: 3 changes by juanjo
2016-01-25 18:45:36 +00:00
translators
99b1c54802
(svn r27503) -Update from Eints:
...
persian: 6 changes by Peymanpn
greek: 3 changes by Ferrum
2016-01-24 18:45:36 +00:00
translators
3a5c48f681
(svn r27502) -Update from Eints:
...
greek: 54 changes by Ferrum
2016-01-23 18:45:37 +00:00
translators
afa333164b
(svn r27501) -Update from Eints:
...
greek: 4 changes by Ferrum
2016-01-22 18:45:38 +00:00
translators
cb359e731c
(svn r27500) -Update from Eints:
...
frisian: 16 changes by gjannema
2016-01-18 18:45:36 +00:00
translators
f00f6e6894
(svn r27499) -Update from Eints:
...
korean: 34 changes by telk5093
catalan: 10 changes by juanjo
2016-01-17 18:45:36 +00:00
translators
9cb644a2b9
(svn r27498) -Update from Eints:
...
greek: 11 changes by Ferrum
2016-01-14 18:45:35 +00:00
frosch
df82dcdf35
(svn r27497) -Change: [NewGRF] Allow static NewGRF to enable the second rocky tile set.
2016-01-13 21:55:50 +00:00
translators
28191b0d97
(svn r27495) -Update from Eints:
...
greek: 37 changes by Ferrum
lithuanian: 1 change by BlinK_
2016-01-13 18:45:36 +00:00
translators
38b3b1aabb
(svn r27494) -Update from Eints:
...
frisian: 61 changes by gjannema
afrikaans: 1 change by telanus
2016-01-12 18:45:36 +00:00
translators
69e1483c46
(svn r27493) -Update from Eints:
...
greek: 10 changes by Ferrum
2016-01-11 18:45:35 +00:00
translators
72e24c6cff
(svn r27492) -Update from Eints:
...
catalan: 48 changes by juanjo
greek: 2 changes by Jubilee
2016-01-10 18:45:35 +00:00
translators
17a1789088
(svn r27491) -Update from Eints:
...
croatian: 1 change by VoyagerOne
2016-01-09 18:45:38 +00:00
translators
14dca6932b
(svn r27490) -Update from Eints:
...
chinese (simplified): 1 change by siu238X
2016-01-08 18:45:37 +00:00
translators
058760651b
(svn r27489) -Update from Eints:
...
vietnamese: 1 change by nglekhoi
2016-01-06 18:45:35 +00:00
translators
db7bc88e92
(svn r27488) -Update from Eints:
...
catalan: 19 changes by juanjo
2016-01-03 18:45:37 +00:00
translators
995be3df56
(svn r27487) -Update from Eints:
...
spanish: 1 change by SilverSurferZzZ
serbian: 57 changes by stravagante
catalan: 23 changes by juanjo
2016-01-02 18:45:38 +00:00
translators
8e4326e591
(svn r27486) -Update from Eints:
...
serbian: 86 changes by stravagante
catalan: 77 changes by juanjo
german: 1 change by mini1025
russian: 1 change by Lone_Wolf
latin: 1 change by Supercheese
2016-01-01 18:45:37 +00:00
translators
7905b61a91
(svn r27485) -Update from Eints:
...
croatian: 114 changes by UnderwaterHesus
2015-12-31 18:45:36 +00:00
translators
721b96e64c
(svn r27484) -Update from Eints:
...
croatian: 4 changes by UnderwaterHesus
english (us): 1 change by Supercheese
serbian: 21 changes by stravagante
latin: 1 change by Supercheese
2015-12-30 18:45:36 +00:00
translators
22f46f8196
(svn r27483) -Update from Eints:
...
norwegian (bokmal): 1 change by cuthbert
esperanto: 1 change by LaPingvino
2015-12-29 18:45:36 +00:00
translators
7617b407b0
(svn r27482) -Update from Eints:
...
irish: 23 changes by tem
2015-12-28 18:45:35 +00:00
michi_cc
be689517f6
(svn r27481) -Fix: [Win32] Stdin/out/err need to be re-assigned differently if the runtime lib of MSVC2015 is used.
2015-12-28 13:16:41 +00:00
translators
01a886d160
(svn r27480) -Update from Eints:
...
irish: 12 changes by tem
greek: 1 change by frosch
swedish: 1 change by Zuu
2015-12-27 19:45:37 +00:00
frosch
a151f7b719
(svn r27479) -Fix: Remove genders from non-default cases.
2015-12-27 13:16:37 +00:00
translators
477a022b7f
(svn r27478) -Update from Eints:
...
german: 8 changes by translators, 2 changes by frosch
arabic (egypt): 36 changes by translators
afrikaans: 4 changes by translators
hungarian: 1 change by translators
english (us): 1 change by translators
frisian: 2 changes by translators
norwegian (bokmal): 5 changes by translators
norwegian (nynorsk): 1 change by translators
lithuanian: 5 changes by translators
slovenian: 4 changes by translators
russian: 1 change by translators
ukrainian: 2 changes by translators
welsh: 3 changes by translators
french: 5 changes by glx
english (au): 1 change by translators
irish: 1 change by translators
tamil: 1 change by translators
belarusian: 2 changes by translators
bulgarian: 1 change by translators
italian: 1 change by translators
scottish gaelic: 1 change by translators
romanian: 2 changes by translators
urdu: 5 changes by translators
turkish: 11 changes by translators
portuguese: 1 change by translators
latvian: 2 changes by translators
esperanto: 1 change by translators
dutch: 3 changes by translators
serbian: 1 change by translators
spanish: 1 change by translators
czech: 4 changes by translators
indonesian: 2 changes by translators
latin: 1 change by translators
catalan: 2 changes by translators
hebrew: 9 changes by translators
greek: 5 changes by translators
polish: 1 change by translators
chinese (traditional): 1 change by translators
slovak: 1 change by translators
icelandic: 2 changes by translators
portuguese (brazilian): 4 changes by translators
danish: 2 changes by translators
vietnamese: 6 changes by translators
malay: 2 changes by translators
galician: 4 changes by translators
croatian: 1 change by translators
korean: 4 changes by translators
finnish: 1 change by translators
chinese (simplified): 1 change by translators
estonian: 3 changes by translators
persian: 4 changes by translators
thai: 6 changes by translators
swedish: 1 change by translators
luxembourgish: 3 changes by translators
japanese: 5 changes by translators
basque: 2 changes by translators
2015-12-27 11:40:23 +00:00
translators
2fdcd89e69
(svn r27477) -Update from WebTranslator v3.0:
...
greek - 76 changes by Ferrum
polish - 1 changes by ampersand
2015-12-24 18:45:14 +00:00
translators
b35f33e6e7
(svn r27476) -Update from WebTranslator v3.0:
...
german - 2 changes by mini1025
2015-12-23 18:45:08 +00:00
translators
3cb36fcaa5
(svn r27475) -Update from WebTranslator v3.0:
...
slovak - 1 changes by Milsa
spanish - 3 changes by SilverSurferZzZ
2015-12-22 18:45:13 +00:00
translators
03e0f42d62
(svn r27474) -Update from WebTranslator v3.0:
...
irish - 21 changes by tem
2015-12-20 18:45:10 +00:00
translators
251a71cb1c
(svn r27473) -Update from WebTranslator v3.0:
...
welsh - 1 changes by kazzie
2015-12-19 18:45:08 +00:00
translators
3db1137836
(svn r27471) -Update from WebTranslator v3.0:
...
czech - 1 changes by djst
2015-12-15 18:45:10 +00:00
translators
2256d50384
(svn r27470) -Update from WebTranslator v3.0:
...
turkish - 69 changes by wakeup
2015-12-11 18:45:09 +00:00
zuu
b22d6715cd
(svn r27469) -Fix (r27468): Don't fetch all content info from content server when showing a online content window with exactly one type of content.
2015-12-10 19:58:33 +00:00
zuu
aabc46712a
(svn r27468) -Fix (r27444): Game Scripts were not displayed in the content download window when opened from the AI/GS settings window.
2015-12-10 18:28:01 +00:00
translators
6a52c972c7
(svn r27467) -Update from WebTranslator v3.0:
...
simplified_chinese - 1 changes by Gavin
turkish - 34 changes by wakeup
2015-12-09 18:45:14 +00:00
translators
15210ed273
(svn r27466) -Update from WebTranslator v3.0:
...
hungarian - 1 changes by IPG
spanish - 2 changes by SilverSurferZzZ
2015-12-04 18:45:14 +00:00
translators
88629e5a12
(svn r27465) -Update from WebTranslator v3.0:
...
spanish - 5 changes by SilverSurferZzZ
2015-12-03 18:45:08 +00:00
translators
d8483b8f64
(svn r27464) -Update from WebTranslator v3.0:
...
spanish - 8 changes by SilverSurferZzZ
2015-12-02 18:45:09 +00:00
frosch
ae1d96cc2f
(svn r27463) -Merge: Documentation updates from 1.5 branch
2015-12-01 19:49:49 +00:00
translators
5d00348db1
(svn r27460) -Update from WebTranslator v3.0:
...
spanish - 8 changes by SilverSurferZzZ
2015-12-01 18:45:07 +00:00
translators
fa11ed0adf
(svn r27459) -Update from WebTranslator v3.0:
...
basque - 43 changes by Thadah
spanish - 3 changes by SilverSurferZzZ
2015-11-30 18:45:13 +00:00
translators
92e374d979
(svn r27458) -Update from WebTranslator v3.0:
...
basque - 20 changes by Thadah
2015-11-26 18:45:10 +00:00
translators
00f77d3040
(svn r27457) -Update from WebTranslator v3.0:
...
croatian - 1 changes by VoyagerOne
spanish - 2 changes by SilverSurferZzZ
2015-11-25 18:45:12 +00:00
translators
6525df50fd
(svn r27456) -Update from WebTranslator v3.0:
...
korean - 7 changes by telk5093
spanish - 4 changes by SilverSurferZzZ
2015-11-24 18:45:15 +00:00
translators
c014c1ecc0
(svn r27455) -Update from WebTranslator v3.0:
...
spanish - 4 changes by SilverSurferZzZ
2015-11-23 18:45:08 +00:00
translators
a57c0d37eb
(svn r27454) -Update from WebTranslator v3.0:
...
korean - 4 changes by telk5093
2015-11-22 18:45:10 +00:00
translators
4c10c84807
(svn r27453) -Update from WebTranslator v3.0:
...
italian - 1 changes by lorenzodv
2015-11-21 18:45:08 +00:00
translators
7152950c9d
(svn r27452) -Update from WebTranslator v3.0:
...
russian - 1 changes by Lone_Wolf
2015-11-20 18:45:10 +00:00
alberth
e9f12d666d
(svn r27451) -Feature[FS#6241]: Move sprite 8 positions in sprite aligner with ctrl+click. (based on work by juzza1)
2015-11-20 10:04:28 +00:00
alberth
3ccfc954f3
(svn r27450) -Feature[FS#6391](r27446): Lower the sell-chain button in the train depot GUI while dragging a vehicle over it. (Eearslya)
2015-11-20 09:25:27 +00:00
translators
ee39fdef8e
(svn r27449) -Update from WebTranslator v3.0:
...
spanish - 2 changes by SilverSurferZzZ
2015-11-18 17:45:09 +00:00
translators
fb4269a56c
(svn r27448) -Update from WebTranslator v3.0:
...
spanish - 1 changes by SilverSurferZzZ
2015-11-16 17:45:09 +00:00
translators
c04355241e
(svn r27447) -Update from WebTranslator v3.0:
...
spanish - 2 changes by SilverSurferZzZ
2015-11-15 17:45:11 +00:00
frosch
f6891ac30e
(svn r27446) -Feature: Lower the sell-vehicle button in the depot GUI while dragging a vehicle over it. (Eearslya)
2015-11-14 22:54:52 +00:00
translators
d933d35354
(svn r27445) -Update from WebTranslator v3.0:
...
spanish - 1 changes by SilverSurferZzZ
2015-11-14 17:45:11 +00:00
zuu
c9f1d82345
(svn r27444) -Add: When viewing online content of a particular type, hide content of other types unless they have been (auto)selected for download.
2015-11-14 15:57:15 +00:00
zuu
4fcaee1fee
(svn r27443) -Fix: Negoation in comment was wrong.
2015-11-14 13:06:26 +00:00
translators
3261ff5cf1
(svn r27442) -Update from WebTranslator v3.0:
...
spanish - 3 changes by SilverSurferZzZ
2015-11-13 17:45:09 +00:00
translators
fe3530a258
(svn r27441) -Update from WebTranslator v3.0:
...
spanish - 3 changes by SilverSurferZzZ
2015-11-10 17:45:08 +00:00
translators
bb2e799364
(svn r27440) -Update from WebTranslator v3.0:
...
spanish - 2 changes by SilverSurferZzZ
2015-11-09 17:45:07 +00:00
translators
4664642d0c
(svn r27439) -Update from WebTranslator v3.0:
...
spanish - 7 changes by SilverSurferZzZ
2015-11-08 17:45:08 +00:00
frosch
fbd2786329
(svn r27438) -Fix (r27346) [FS#6387]: The build object hotkey no longer checked whether there were any objects defined.
2015-11-07 15:07:18 +00:00
translators
ad48714852
(svn r27437) -Update from WebTranslator v3.0:
...
spanish - 3 changes by SilverSurferZzZ
2015-11-06 17:45:09 +00:00
translators
a5dda994ea
(svn r27436) -Update from WebTranslator v3.0:
...
spanish - 1 changes by SilverSurferZzZ
2015-11-05 17:45:08 +00:00
translators
9090dca4c2
(svn r27435) -Update from WebTranslator v3.0:
...
spanish - 5 changes by SilverSurferZzZ
2015-11-04 17:45:08 +00:00
frosch
0974f5489b
(svn r27428) -Fix: When selecting a refit cargo for orders, do not check whether the vehicle is in a depot or station, and do not ask whether the vehicle currently allows station-refitting. Also hide the refit cost for orders, it is not predictable.
2015-10-30 17:27:21 +00:00
frosch
2d636266f5
(svn r27427) -Fix: Use the NewGRF railtype sorting order in the infrastructure window.
2015-10-30 17:24:30 +00:00
frosch
312809228d
(svn r27426) -Change: Round loading percentage in loading indicators and conditional orders towards 50%, so that 0% and 100% mean completely empty or full.
2015-10-30 17:24:05 +00:00
frosch
44d1fc4253
(svn r27425) -Fix [FS#5842]: Crash when switching to or taking over companies, when an order window of a vehicle of the new company was opened. Now close those windows.
2015-10-30 17:23:16 +00:00
frosch
c0a301ae60
(svn r27424) -Fix [FS#6374]: Towns did not connect roads to existing roads, unless they had only a single roadbit. Otoh, towns also tried to connect to single roadbit tiles such as tunnels and depots, even though they were not connectable in the direction of interest.
2015-10-30 17:19:01 +00:00
frosch
ab7ebdcfd9
(svn r27423) -Fix: When towns expanded single-bit roadtiles using a grid-layout, they used the layout position of the neighbouring tile.
2015-10-30 17:17:54 +00:00
frosch
05ed2001d4
(svn r27422) -Fix [FS#6341]: Aircraft picked the wrong airport entry point, if airports were rotated by 180 degree. (marcole)
2015-10-30 16:20:00 +00:00
frosch
2c9117fbdd
(svn r27421) -Fix [FS#6265]: Consider text and icon sizes when drawing the client list. (_dp_)
2015-10-30 16:19:33 +00:00
frosch
d626962a38
(svn r27420) -Fix [FS#6362]: GrowTownAtRoad sometimes returned false, even when a house was built. (_dp_)
2015-10-30 16:19:09 +00:00
frosch
378653100b
(svn r27419) -Fix [FS#6369]: CmdSellRailWagon did not revert all actions properly when no orderlist could be allocated. (Juanjo)
2015-10-30 16:18:39 +00:00
frosch
22e6a2590d
(svn r27418) -Fix [FS#6329] [FS#6379]: Desync due to incorrect storage of segments with different railtype in the YAPF cache. (JGR)
2015-10-30 16:18:03 +00:00
frosch
c1c49a0e52
(svn r27417) -Doc: ScaleGUITrad (adf88)
2015-10-29 19:23:21 +00:00
translators
756c13b100
(svn r27416) -Update from WebTranslator v3.0:
...
welsh - 2 changes by kazzie
2015-10-29 17:45:08 +00:00
translators
bdcb15acdd
(svn r27415) -Update from WebTranslator v3.0:
...
spanish - 6 changes by SilverSurferZzZ
2015-10-28 17:45:08 +00:00
translators
9b9be17049
(svn r27414) -Update from WebTranslator v3.0:
...
spanish - 11 changes by SilverSurferZzZ
2015-10-27 17:45:08 +00:00
translators
a7cd63066f
(svn r27413) -Update from WebTranslator v3.0:
...
spanish - 12 changes by SilverSurferZzZ
2015-10-26 17:45:10 +00:00
translators
74d06be466
(svn r27412) -Update from WebTranslator v3.0:
...
vietnamese - 16 changes by myquartz
2015-10-25 17:45:10 +00:00
translators
b56c2a0bf3
(svn r27411) -Update from WebTranslator v3.0:
...
korean - 1 changes by telk5093
2015-10-24 17:45:11 +00:00
translators
fd48eb93df
(svn r27410) -Update from WebTranslator v3.0:
...
indonesian - 24 changes by UseYourIllusion
2015-10-15 17:45:09 +00:00
translators
c5c22da535
(svn r27409) -Update from WebTranslator v3.0:
...
indonesian - 20 changes by UseYourIllusion
2015-10-13 17:45:08 +00:00
translators
cb7b9b9ee4
(svn r27408) -Update from WebTranslator v3.0:
...
simplified_chinese - 9 changes by xiangyigao
2015-10-09 17:45:08 +00:00
translators
9decd61c12
(svn r27407) -Update from WebTranslator v3.0:
...
simplified_chinese - 6 changes by xiangyigao
2015-10-05 17:45:09 +00:00
frosch
bfa3528069
(svn r27406) -Doc: Use same start/end tile convention in CmdPlantTree as in other TileArea commands. (HackaLittleBit)
2015-09-30 17:28:58 +00:00
translators
2b10ddc1a2
(svn r27405) -Update from WebTranslator v3.0:
...
latin - 2 changes by Supercheese
vietnamese - 18 changes by nglekhoi
2015-09-27 17:45:15 +00:00
translators
b464df83d4
(svn r27404) -Update from WebTranslator v3.0:
...
arabic_egypt - 64 changes by abdumzn
2015-09-26 17:45:17 +00:00
translators
073251801c
(svn r27403) -Update from WebTranslator v3.0:
...
polish - 7 changes by McZapkie
2015-09-22 17:45:10 +00:00
translators
12b0ee3616
(svn r27402) -Update from WebTranslator v3.0:
...
korean - 1 changes by telk5093
2015-09-21 17:45:08 +00:00
translators
d7a39052b4
(svn r27401) -Update from WebTranslator v3.0:
...
frisian - 2 changes by BAJansen
norwegian_bokmal - 8 changes by hafting
welsh - 4 changes by kazzie
2015-09-19 17:45:17 +00:00
rubidium
ff5c05c1b4
(svn r27400) -Fix [FS#6368] (r26449): when a dedicated server was paused with no clients the tick length was increased significantly, making any assumptions about the tick length used further down in the code are not true anymore. One of such assumptions was that one should readvertise every 15 minutes worth of original ticks, but due to the lengthening this timeframe would be more like 45-60 minutes. Now we'll take the operating system's millisecond counter instead
2015-09-19 16:49:46 +00:00
translators
02a3263a7f
(svn r27398) -Update from WebTranslator v3.0:
...
simplified_chinese - 1 changes by xiangyigao
2015-09-15 17:45:08 +00:00
alberth
4cbfe940cb
(svn r27397) -Fix(r27346)[FS#6370]: Fix object editing crash in scenario editor (based on work by adf88)
2015-09-13 12:04:47 +00:00
translators
29b88c02a3
(svn r27396) -Update from WebTranslator v3.0:
...
latin - 17 changes by Supercheese
2015-09-12 17:45:16 +00:00
translators
acf1f75e0f
(svn r27395) -Update from WebTranslator v3.0:
...
frisian - 14 changes by BAJansen
2015-09-09 17:45:14 +00:00
translators
1162e34942
(svn r27394) -Update from WebTranslator v3.0:
...
frisian - 25 changes by BAJansen
2015-09-03 17:45:12 +00:00
translators
5b0a63cc80
(svn r27391) -Update from WebTranslator v3.0:
...
english_US - 2 changes by Supercheese
2015-08-31 17:45:13 +00:00
translators
8802888fe3
(svn r27390) -Update from WebTranslator v3.0:
...
korean - 1 changes by telk5093
2015-08-30 17:45:17 +00:00
frosch
6114788508
(svn r27389) -Fix: There are two different availability conditions for fdatasync in the manpage. Use them both, since at least on some MinGW versions one is not enough.
2015-08-20 20:47:45 +00:00
translators
98acf32c6d
(svn r27388) -Update from WebTranslator v3.0:
...
dutch - 4 changes by TheTycoonist
2015-08-20 17:45:15 +00:00
translators
78afb7052d
(svn r27387) -Update from WebTranslator v3.0:
...
dutch - 2 changes by TheTycoonist
2015-08-19 17:45:15 +00:00
translators
19120316ee
(svn r27386) -Update from WebTranslator v3.0:
...
dutch - 3 changes by TheTycoonist
2015-08-14 17:45:16 +00:00
rubidium
8b1f9399bc
(svn r27385) -Fix: compilation failure due #define-ing enum name of a system library before including the system library
2015-08-13 18:13:24 +00:00
translators
f0837baf44
(svn r27384) -Update from WebTranslator v3.0:
...
catalan - 35 changes by juanjo
2015-08-13 17:45:15 +00:00
rubidium
c4d4612736
(svn r27383) -Fix: win32 sound driver would not catch the exception due to constness difference
2015-08-12 20:50:10 +00:00
michi_cc
2b8bb12d62
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing conversions in initializer lists.
2015-08-10 20:24:13 +00:00
michi_cc
35b77450f8
(svn r27380) -Fix: [Win32] Compilation with MSVC2015.
2015-08-10 20:21:29 +00:00
frosch
e5d105900d
(svn r27379) -Codechange: Do not throw in the destructors of ScriptTest/ExecMode.
2015-08-10 20:04:31 +00:00
alberth
d818e1779c
(svn r27378) -Codechange: Fix indentation of the table values, allow Doxygen to link to the TextColour enum.
2015-08-10 10:04:14 +00:00
rubidium
562c269770
(svn r27377) -Codechange: use the pkg-config files of ICU as well. Since they are split into separate libraries it becomes possible to split RTL support for natural sorting, although the effect will be minimal
2015-08-09 13:54:17 +00:00
rubidium
69fac508c3
(svn r27367) -Codechange: make a distinction between the layouting part of ICU (lx) or the sorting/collation part of ICU (i18n)
2015-08-09 12:33:27 +00:00
frosch
bdf090b406
(svn r27366) -Fix [FS#6358]: Clickareas in settings tree were misaligned when the filter warning was displayed, if the setting height was defined by the icons instead of the font.
2015-08-09 10:22:51 +00:00
frosch
0982762c22
(svn r27365) -Fix: Center settings filter warning also vertically, and also in case of multiple lines.
2015-08-09 10:21:06 +00:00
translators
dca5aa73ed
(svn r27364) -Update from WebTranslator v3.0:
...
czech - 1 changes by Eskymak
dutch - 12 changes by TheTycoonist
2015-08-08 17:45:27 +00:00
alberth
1105b4d2c9
(svn r27363) -Codechange: Fix codestyle of one-line methods and header codestyle of derived structs.
2015-08-08 13:19:38 +00:00
alberth
b885d79f50
(svn r27362) -Codechange: Codestyle fixes for reference var declarations, static cast type, operator methods.
2015-08-08 10:06:24 +00:00
translators
ccad47f6dd
(svn r27359) -Update from WebTranslator v3.0:
...
swedish - 1 changes by planetmaker
2015-08-07 17:45:12 +00:00
translators
fb185ee394
(svn r27358) -Update from WebTranslator v3.0:
...
catalan - 25 changes by juanjo
2015-08-02 17:45:14 +00:00
translators
d7feb033bb
(svn r27357) -Update from WebTranslator v3.0:
...
catalan - 181 changes by juanjo
2015-08-01 17:45:15 +00:00
frosch
e9b25f2ee8
(svn r27354) -Fix (r27343): Actually make it work. (rubidium)
2015-07-31 21:43:40 +00:00
translators
2b9506e4dd
(svn r27352) -Update from WebTranslator v3.0:
...
catalan - 134 changes by juanjo
2015-07-31 17:45:18 +00:00
translators
7b1918bd01
(svn r27347) -Update from WebTranslator v3.0:
...
slovenian - 15 changes by matej1245
2015-07-30 17:45:14 +00:00
alberth
4f49d636c1
(svn r27346) -Feature: Make the object placement gui an independent window.
2015-07-28 18:20:54 +00:00
alberth
a62468bed6
(svn r27345) -Fix-ish: Hide selected view if no object selected.
2015-07-28 18:18:59 +00:00
alberth
3cd390b2ce
(svn r27344) -Doc: Documenting the (Re)setObjectToPlace functions.
2015-07-28 08:16:52 +00:00
frosch
74e61a1806
(svn r27343) -Feature [FS#6315]: [NewGRF] Allow railtype NewGRF to define separate sprites for the fences on either track side.
2015-07-26 12:28:34 +00:00
frosch
574b981e33
(svn r27342) -Add: Optionally return the number of sprites in the spriteset from GetCustomRailSprite.
2015-07-26 12:25:37 +00:00
frosch
a81968d0f3
(svn r27341) -Fix [FS#6332]: Do not rerandomise the town name when only cost-estimating the founding.
2015-07-26 09:56:43 +00:00
frosch
4830497f0b
(svn r27340) -Fix [FS#6338]: Silence warning by moving _string_colourmap to a file no its own. (Cif)
2015-07-26 09:47:17 +00:00
translators
3f58ed6b1d
(svn r27339) -Update from WebTranslator v3.0:
...
frisian - 42 changes by BAJansen
2015-07-25 17:45:15 +00:00
translators
2b00a2ff04
(svn r27338) -Update from WebTranslator v3.0:
...
frisian - 8 changes by BAJansen
2015-07-24 17:45:18 +00:00
translators
3993a7adfe
(svn r27337) -Update from WebTranslator v3.0:
...
simplified_chinese - 1 changes by Gavin
2015-07-21 17:45:18 +00:00
translators
fe00d356b0
(svn r27336) -Update from WebTranslator v3.0:
...
greek - 36 changes by Jubilee
2015-07-17 17:45:14 +00:00
translators
745851b6f7
(svn r27335) -Update from WebTranslator v3.0:
...
greek - 24 changes by Jubilee
2015-07-16 17:45:15 +00:00
frosch
d77935f788
(svn r27334) -Revert (r27232) [FS#6342]: No idea what the plan was, but making the main noise coefficients the same for all smoothness types certainly wasn't.
2015-07-16 17:05:40 +00:00
translators
b7c136d038
(svn r27333) -Update from WebTranslator v3.0:
...
greek - 7 changes by Jubilee
2015-07-13 17:45:17 +00:00
frosch
59a94f8ccf
(svn r27332) -Change: Enable YAPF cache debugging with desync debug level 2.
2015-07-12 17:06:02 +00:00
frosch
be0b22c9bc
(svn r27331) -Cleanup (r26999): Make variety distribution curves more sane.
2015-07-11 11:18:24 +00:00
frosch
a11ae39437
(svn r27330) -Fix [FS#6335]: Make variety distribution not assume that sea level is at height 0.2 / 3 * TGPGetMaxHeight().
2015-07-11 10:46:25 +00:00
frosch
b303ba7505
(svn r27329) -Fix: Add more height_t type-correctness to TGP code.
2015-07-11 10:43:34 +00:00
frosch
8437726cca
(svn r27328) -Codechange: Add an assertion to check for uninitialised variables when tracing variety distribution's control curves.
2015-07-11 10:41:20 +00:00
translators
662408f71a
(svn r27327) -Update from WebTranslator v3.0:
...
korean - 1 changes by telk5093
2015-07-09 17:45:08 +00:00
translators
d8a8f50f5e
(svn r27326) -Update from WebTranslator v3.0:
...
simplified_chinese - 6 changes by Gavin
2015-07-08 17:45:12 +00:00
translators
2a8c6ff620
(svn r27325) -Update from WebTranslator v3.0:
...
catalan - 4 changes by juanjo
2015-06-30 17:45:15 +00:00
frosch
240bf9f551
(svn r27324) -Fix: Remove corner-case optimisation for line drawing, which failed for dashed lines. (noticed by adf88)
2015-06-28 16:54:25 +00:00
frosch
2e2b35c733
(svn r27323) -Fix: Spelling.
2015-06-28 15:54:12 +00:00
frosch
a65a194416
(svn r27322) -Fix: Clipping of inclined lines did not account for the 'horizontal width' being bigger than the 'real width'. (adf88)
2015-06-28 15:50:13 +00:00
translators
bddcd33ed7
(svn r27321) -Update from WebTranslator v3.0:
...
korean - 2 changes by telk5093
2015-06-27 17:45:18 +00:00
frosch
613212c486
(svn r27320) -Codechange: Do not drop order backups when loading a savegame for replaying.
2015-06-27 11:46:41 +00:00
translators
b35b0a76db
(svn r27319) -Update from WebTranslator v3.0:
...
frisian - 1 changes by BAJansen
2015-06-26 17:45:13 +00:00
translators
b1d628d0ec
(svn r27318) -Update from WebTranslator v3.0:
...
frisian - 9 changes by BAJansen
2015-06-25 17:45:13 +00:00
translators
a6383f8aca
(svn r27317) -Update from WebTranslator v3.0:
...
frisian - 458 changes by BAJansen
2015-06-24 17:45:14 +00:00
frosch
de3bb62e9e
(svn r27316) -Doc: Improve documentation on ScriptCargo::GetCargoLabel
2015-06-21 18:53:23 +00:00
frosch
fff22b1758
(svn r27315) -Fix: Norwegian bokmal
2015-06-21 17:52:18 +00:00
translators
a303bfa8e3
(svn r27314) -Update from WebTranslator v3.0:
...
norwegian_bokmal - 4 changes by eirik174
2015-06-21 17:45:13 +00:00
frosch
55e53780cb
(svn r27313) -Fix [FS#6317]: Adding tram to town-owned bridges assigned an incorrect owner to the tram and did not count infrastructure counts properly. (marcole)
2015-06-21 09:52:30 +00:00
frosch
eb909f2785
(svn r27312) -Fix-ish [FS#6317]: Preserve town ownership of bridges when removing road from a road+tram bridge. (marcole)
2015-06-21 09:31:50 +00:00
frosch
62bc57db77
(svn r27311) -Fix: Mark infrastructure window dirty in more cases. (marcole)
2015-06-21 09:19:27 +00:00
translators
0731af42fd
(svn r27310) -Update from WebTranslator v3.0:
...
norwegian_bokmal - 79 changes by eirik174
2015-06-20 17:45:17 +00:00
frosch
9b534b4393
(svn r27309) -Change [FS#6283]: Auto-complete partial roads when building level-crossings. (adf88)
2015-06-20 13:15:35 +00:00
frosch
904688c00a
(svn r27308) -Fix [FS#6283]: Prevent breaking of tram-reversal points by adding more road pieces. (adf88)
2015-06-20 13:11:09 +00:00
frosch
bf64a8c200
(svn r27307) -Fix [FS#6259]: Error message window with manager face failed with GUI zoom. (Johnnei)
2015-06-20 12:57:34 +00:00
frosch
ab69952f2a
(svn r27306) -Fix (r27305): Confused tiles.
2015-06-20 12:55:17 +00:00
frosch
0e378747db
(svn r27305) -Fix [FS#6320]: Account for road-bridges and drive-through-stops in CanFollowRoad.
2015-06-20 12:40:04 +00:00
frosch
fc50ff6531
(svn r27304) -Fix [FS#6321-ish]: Improve password window layout for big font sizes.
2015-06-20 12:30:10 +00:00
frosch
97d7ad8914
(svn r27303) -Fix [FS#6321]: SetMinimalSize was ignored for WWT_EDITBOX.
2015-06-20 12:29:36 +00:00
frosch
04c9ce9753
(svn r27302) -Fix [FS#6313] (r26550): Updating timetables need to check the timetable flags from the real order instead of from a copy. (marcole)
2015-06-20 12:04:30 +00:00
frosch
3d0d86b85d
(svn r27301) -Fix [FS#6313] (r26550): Modifying timetable times or speeds always confirmed all pre-estimated values.
2015-06-20 11:28:25 +00:00
frosch
235b7946fc
(svn r27300) -Fix [FS#6306]: Silence GCC warning (Cif)
2015-06-20 11:05:11 +00:00
translators
b4d8bb6885
(svn r27296) -Update from WebTranslator v3.0:
...
estonian - 93 changes by Jaropower
2015-06-01 17:45:13 +00:00
frosch
50a3f44539
(svn r27295) -Add: [strgen] Default plural subparameter positions for CARGO_xxx string control codes.
2015-05-28 17:26:53 +00:00
frosch
9b9785c195
(svn r27294) -Fix: Invalid plural references in various translations.
2015-05-28 17:25:46 +00:00
translators
8475a600fb
(svn r27293) -Update from WebTranslator v3.0:
...
traditional_chinese - 4 changes by siu238X
danish - 4 changes by beruic
2015-05-27 17:53:35 +00:00
frosch
05305316a0
(svn r27292) -Codechange: Unify language file range comments.
2015-05-26 21:11:12 +00:00
frosch
a97e7bae65
(svn r27291) -Fix (r27278) [FS#6303]: Some savegame data was discarded again during loading.
2015-05-21 18:59:11 +00:00
rubidium
10466746b4
(svn r27290) -Fix: sanitize the command line arguments before doing anything complex with them
2015-05-20 18:18:26 +00:00
rubidium
d05ac99d52
(svn r27289) -Fix: some uninitialised instance variables
2015-05-20 18:17:50 +00:00
michi_cc
95cb7c8692
(svn r27288) -Fix: Slow network content GUI in MSVC Debug builds due to repeated string resolving.
2015-05-17 19:49:35 +00:00
alberth
514da346bd
(svn r27287) -Doc: Clarify radius and semantics of the industry producing/accepting tile functions.
2015-05-16 14:40:45 +00:00
alberth
10adedce5f
(svn r27286) -Fix-ish(r27140): Also fix typo in the documentation.
2015-05-16 12:08:06 +00:00
alberth
b8414c2884
(svn r27285) -Codechange: Use LG_ORIGINAL instead of a magic 0 to indicate the original landscape generator.
2015-05-16 12:01:19 +00:00
translators
c13b8aa2cb
(svn r27284) -Update from WebTranslator v3.0:
...
latin - 1 changes by Supercheese
2015-05-12 17:45:19 +00:00
translators
29ec262730
(svn r27283) -Update from WebTranslator v3.0:
...
belarusian - 4 changes by KorneySan
brazilian_portuguese - 20 changes by Tucalipe
2015-05-11 17:45:26 +00:00
frosch
32cb62a242
(svn r27282) -Fix [FS#6254]: Enforce the company's default service intervals when purchasing another company. (Johnnei)
2015-05-11 16:58:09 +00:00
frosch
e686add63a
(svn r27281) -Codechange: Do not shadow local variables with other local variables in sub-scopes.
2015-05-11 16:53:05 +00:00
frosch
18da27ed6e
(svn r27280) -Fix (r24998): Cloning/autoreplace/autorenew did not copy custom service intervals. (Johnnei)
2015-05-11 16:40:06 +00:00
frosch
b9f7ca2dbd
(svn r27279) -Feature: [NewGRF] Increase the maximum amount of industry types to 128 per NewGRF and 240 in total.
2015-05-09 10:21:55 +00:00
frosch
3f55e5364e
(svn r27278) -Fix: Handle savegames with an unexpected amount of industry-builder or NewGRF entity-mapping more gracefully.
2015-05-09 10:04:50 +00:00
frosch
5e47c27550
(svn r27277) -Codechange: Make _displayed_industries a std::bitset.
2015-05-09 09:24:19 +00:00
translators
6dee48e018
(svn r27269) -Update from WebTranslator v3.0:
...
latvian - 20 changes by Parastais
2015-05-07 17:45:13 +00:00
translators
03f98ce749
(svn r27268) -Update from WebTranslator v3.0:
...
hebrew - 1 changes by oofnik
2015-05-06 17:45:15 +00:00
frosch
c2b6a9bb56
(svn r27267) -Change: [NewGRF] Translate industry variable A6.
2015-05-03 10:33:26 +00:00
translators
b31a42213c
(svn r27264) -Update from WebTranslator v3.0:
...
korean - 1 changes by telk5093
2015-05-02 17:45:18 +00:00
translators
2f5033ec7c
(svn r27262) -Update from WebTranslator v3.0:
...
croatian - 97 changes by UnderwaterHesus
2015-04-30 17:45:17 +00:00
translators
3d0d1dbe07
(svn r27261) -Update from WebTranslator v3.0:
...
swedish - 1 changes by abbedabb
2015-04-28 17:45:14 +00:00
frosch
813e85f301
(svn r27260) -Fix (r27244): economy.allow_town_roads should not affect town placement during world generation.
2015-04-28 17:25:21 +00:00
frosch
5992f4fa1b
(svn r27259) -Fix (r27244): Incorrect merge. (_dp_)
2015-04-27 21:40:46 +00:00
frosch
eb25d9e275
(svn r27258) -Fix [FS#6287]: ScriptList::RemoveList failed to remove a list from itself.
2015-04-27 19:28:22 +00:00
translators
2ea4466230
(svn r27257) -Update from WebTranslator v3.0:
...
korean - 4 changes by telk5093
2015-04-27 17:45:15 +00:00
frosch
046cb6140f
(svn r27256) -Change [FS#6165]: Do not consider cargo that is already being loaded as waiting cargo wrt. the station rating.
2015-04-26 11:43:58 +00:00
frosch
2639b84316
(svn r27255) -Fix [FS#6270]: Combined button+dropdown widgets in order and autoreplace GUI had incorrect hitbox when using GUI zoom. (_dp_)
2015-04-26 11:07:41 +00:00
frosch
7e12a1a985
(svn r27254) -Fix [FS#6264]: When building a lock on DC_AUTO-removable water-based objects, the water class was always set to canal.
2015-04-26 10:50:36 +00:00
frosch
e3c8e8e8e8
(svn r27253) -Fix [FS#6282]: When crossing tram tracks with railroads, cost of extra roads was not being counted. (adf88)
2015-04-26 10:26:07 +00:00
frosch
3a82bae0d3
(svn r27252) -Fix [FS#6281]: Invalid infrastructure counting when crossing tram tracks with railroads. (adf88)
2015-04-26 10:23:55 +00:00
frosch
0ea4127837
(svn r27251) -Feature [FS#6252]: Make Ctrl+Remove-Roadstop also remove the road, just like for rail stations. (adf88)
2015-04-26 09:51:24 +00:00
frosch
9aa0ba43f7
(svn r27249) -Fix [FS#6240]: In some cases town growth failure was considered as success. (_dp_)
2015-04-25 12:17:16 +00:00
frosch
9fb56ca02e
(svn r27248) -Fix [FS#6257]: Town labels on smallmap and zoomed-out viewports were not centered. (_dp_)
2015-04-25 11:58:19 +00:00
frosch
93d7db0b36
(svn r27247) -Cleanup: Make GrowTownAtRoad return a bool.
2015-04-25 11:46:10 +00:00
frosch
6bdae2f64a
(svn r27246) -Codechange: Deduplicate code between removing part of a rail station and removing the whole rail station. (adf88)
2015-04-25 11:37:57 +00:00
frosch
272c386fa8
(svn r27245) -Fix [FS#6251]: Removing a rail waypoint used the remove-rail-station cost. (adf88)
2015-04-25 11:30:27 +00:00
frosch
915aad7603
(svn r27244) -Change [FS#6245]: Do not consider road junctions with trivial dead ends as branch points during town growth. (_dp_)
2015-04-25 11:12:47 +00:00
frosch
8ffe068c11
(svn r27243) -Fix (r26816) [FS#6285]: Duplicate frees due to pool item classes not having copy constructors.
2015-04-23 20:07:07 +00:00
translators
9de0eccf7f
(svn r27242) -Update from WebTranslator v3.0:
...
lithuanian - 17 changes by Stabilitronas
2015-04-22 17:45:15 +00:00
translators
037d694872
(svn r27241) -Update from WebTranslator v3.0:
...
latin - 5 changes by Supercheese
2015-04-20 17:45:16 +00:00
translators
fc6d9c2c81
(svn r27240) -Update from WebTranslator v3.0:
...
lithuanian - 31 changes by Stabilitronas
2015-04-19 17:45:18 +00:00
translators
4abb1fa2e1
(svn r27239) -Update from WebTranslator v3.0:
...
latin - 3 changes by Supercheese
lithuanian - 92 changes by Stabilitronas
2015-04-18 17:45:30 +00:00
translators
0617b6189d
(svn r27238) -Update from WebTranslator v3.0:
...
latin - 2 changes by Supercheese
2015-04-15 17:45:15 +00:00
translators
0a7057fb67
(svn r27237) -Update from WebTranslator v3.0:
...
latin - 7 changes by Supercheese
2015-04-14 17:45:15 +00:00
glx
e09b684c67
(svn r27236) -Fix (r27235): WT3 string validation
2015-04-13 23:20:23 +00:00
translators
6a55c5733c
(svn r27235) -Update from WebTranslator v3.0:
...
latin - 123 changes by Supercheese
slovak - 54 changes by andrej
ukrainian - 130 changes by Fixer
2015-04-13 17:45:39 +00:00
translators
a1a96ad19d
(svn r27234) -Update from WebTranslator v3.0:
...
ukrainian - 67 changes by Fixer
2015-04-12 17:45:17 +00:00
rubidium
5ed8ac8a81
(svn r27233) -Fix [FS#6272]: crash when no AIs were installed due to improper handling of non-ASCII characters by the string pointer lexer
2015-04-11 19:33:36 +00:00
alberth
262c3c93c8
(svn r27232) -Fix: Tweak noise generator more precisely for different map sizes (chillcore)
2015-04-11 18:46:01 +00:00
alberth
a91f74dbb3
(svn r27231) -Codechange: Replace magic numbers for the smoothness setting (chillcore)
2015-04-11 18:45:18 +00:00
alberth
9db21f6489
(svn r27230) -Fix: Tune down terrain generation to reduce amount of long slopes (chillcore)
2015-04-11 18:44:26 +00:00
alberth
f29842316e
(svn r27229) -Change: Generate more detailed curves at the coast (chillcore)
2015-04-11 18:43:30 +00:00
alberth
79c3bc081b
(svn r27228) -Change: Slightly more water in the non-custom sea levels (chillcore)
2015-04-11 18:42:48 +00:00
alberth
8e2b3d170b
(svn r27227) -Codechange: Initialise map at level 0 instead of -32k (chillcore)
2015-04-11 18:41:41 +00:00
translators
3576d803f5
(svn r27226) -Update from WebTranslator v3.0:
...
latin - 10 changes by Supercheese
2015-04-11 17:45:16 +00:00
planetmaker
84e5c5a9cb
(svn r27225) -Change [FS#6262]: Be more lenient about road stop removal when at least one stop could be removed (afd88)
2015-04-11 11:50:02 +00:00
planetmaker
55f42eaa1f
(svn r27222) -Fix [FS#6278]: Use the current maximum speed as limited by bridges, orders etc. for all vehicle types alike when considering increased smoke emissions of vehicles.
2015-04-09 18:17:43 +00:00
translators
3362123bfc
(svn r27220) -Update from WebTranslator v3.0:
...
simplified_chinese - 2 changes by Gavin
2015-04-05 17:45:14 +00:00
translators
191d7053a2
(svn r27219) -Update from WebTranslator v3.0:
...
simplified_chinese - 13 changes by xiangyigao
2015-04-04 17:45:16 +00:00
translators
605c09d4e8
(svn r27218) -Update from WebTranslator v3.0:
...
luxembourgish - 361 changes by Phreeze
2015-04-02 17:45:16 +00:00
translators
e524843bc7
(svn r27215) -Update from WebTranslator v3.0:
...
luxembourgish - 312 changes by Phreeze
2015-04-01 17:45:16 +00:00
translators
5f9d1d7f9b
(svn r27213) -Update from WebTranslator v3.0:
...
luxembourgish - 215 changes by Phreeze
2015-03-31 17:45:16 +00:00
translators
6726e9e805
(svn r27212) -Update from WebTranslator v3.0:
...
czech - 4 changes by Eskymak
luxembourgish - 113 changes by Phreeze
2015-03-30 17:45:29 +00:00
translators
4b2f53f333
(svn r27211) -Update from WebTranslator v3.0:
...
indonesian - 18 changes by fanioz
2015-03-29 17:45:14 +00:00
frosch
beb213f9ee
(svn r27209) -Add: Draw path reservation on the whole bridge, not only on the bridge heads.
2015-03-28 14:04:06 +00:00
frosch
8f03a02efc
(svn r27208) -Fix: Draw correct overlay sprites for path reservations on bridges and tunnels.
2015-03-28 14:03:26 +00:00
frosch
a6e4e5d444
(svn r27207) -Codechange: Replace some magic integers with the appropiate symbols.
2015-03-28 14:00:39 +00:00
translators
8997ed8cf8
(svn r27206) -Update from WebTranslator v3.0:
...
czech - 5 changes by Eskymak
luxembourgish - 9 changes by Phreeze
2015-03-27 17:45:28 +00:00
translators
30045a8d7e
(svn r27205) -Update from WebTranslator v3.0:
...
luxembourgish - 24 changes by Phreeze
2015-03-26 17:45:15 +00:00
translators
c469f9a15f
(svn r27204) -Update from WebTranslator v3.0:
...
luxembourgish - 6 changes by Phreeze
ukrainian - 1 changes by Strategy
2015-03-25 17:45:24 +00:00
translators
0ab509e868
(svn r27203) -Update from WebTranslator v3.0:
...
swedish - 4 changes by daishan
2015-03-23 17:45:14 +00:00
translators
0b21152fe5
(svn r27202) -Update from WebTranslator v3.0:
...
catalan - 1 changes by juanjo
korean - 1 changes by telk5093
2015-03-22 17:45:30 +00:00
translators
f03a122e15
(svn r27201) -Update from WebTranslator v3.0:
...
english_US - 4 changes by Supercheese
latin - 4 changes by Supercheese
2015-03-21 17:45:26 +00:00
frosch
4d310eafc5
(svn r27200) -Feature/Fix [FS#6260]: [NewGRF] Add Misc. GRF Feature Flag 6 to enable the second rocky tile set.
2015-03-20 19:27:15 +00:00
translators
edb57ab5df
(svn r27199) -Update from WebTranslator v3.0:
...
hungarian - 4 changes by Brumi
korean - 1 changes by telk5093
2015-03-20 17:45:22 +00:00
frosch
bd49bb73fa
(svn r27198) -Revert (r27197): WT3 being rude.
2015-03-19 18:11:00 +00:00
translators
69c398886a
(svn r27197) -Update from WebTranslator v3.0:
...
swedish - 3 changes by Joel_A
2015-03-19 17:45:05 +00:00
frosch
8fc86bc5f5
(svn r27193) -Fix (r27192): Incomplete copy/paste.
2015-03-17 20:45:57 +00:00
frosch
6477356dd2
(svn r27192) -Change: heading for 1.6 now
2015-03-17 20:33:44 +00:00
frosch
59d41a89c4
(svn r27190) -Fix [FS#6255] (r27106): Original road vehicle acceleration crashed for vehicles taking over.
2015-03-16 20:01:14 +00:00
translators
83b2ea0eaf
(svn r27189) -Update from WebTranslator v3.0:
...
korean - 1 changes by telk5093
2015-03-16 17:45:22 +00:00
translators
b91bed7d0b
(svn r27188) -Update from WebTranslator v3.0:
...
korean - 2 changes by telk5093
2015-03-15 20:20:16 +00:00
frosch
bed0370ad1
(svn r27187) -Fix: Code style.
2015-03-15 12:19:58 +00:00
michi_cc
67242d2269
(svn r27186) -Codechange: Rename AlwaysDrawUnpavedRoads() to better reflect what it does.
2015-03-14 14:27:07 +00:00
rubidium
06d7d63216
(svn r27185) -Fix: prevent the compiler from optimizing an assignment away which caused GCC 5 to actually crash
2015-03-13 20:54:35 +00:00
rubidium
20e20d6d2b
(svn r27184) -Cleanup: remove some removed strings
2015-03-13 20:53:29 +00:00
rubidium
13e3ef53e3
(svn r27183) -Fix: GCC5 compilation
2015-03-13 19:42:49 +00:00
translators
3462cc1f5d
(svn r27182) -Update from WebTranslator v3.0:
...
luxembourgish - 4 changes by Phreeze
2015-03-13 17:45:21 +00:00
translators
70a98512b4
(svn r27181) -Update from WebTranslator v3.0:
...
french - 4 changes by glx
2015-03-11 17:46:24 +00:00
translators
fe38f8da7e
(svn r27180) -Update from WebTranslator v3.0:
...
catalan - 16 changes by juanjo
norwegian_bokmal - 4 changes by cuthbert
spanish - 1 changes by juanjo
2015-03-10 17:47:16 +00:00
translators
08a08f9f0d
(svn r27179) -Update from WebTranslator v3.0:
...
afrikaans - 10 changes by telanus
croatian - 4 changes by VoyagerOne
finnish - 4 changes by jpx_
hebrew - 9 changes by oofnik
italian - 3 changes by lorenzodv
korean - 11 changes by Gimel3830, telk5093
lithuanian - 4 changes by Stabilitronas
polish - 4 changes by wojteks86
romanian - 29 changes by kneekoo
gaelic - 4 changes by GunChleoc
slovak - 17 changes by Milsa
spanish - 4 changes by SilverSurferZzZ
2015-03-09 18:15:33 +00:00
frosch
780e595933
(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.
2015-03-07 18:27:01 +00:00
translators
e77de93636
(svn r27177) -Update from WebTranslator v3.0:
...
catalan - 3 changes by juanjo
dutch - 4 changes by habell
russian - 4 changes by Lone_Wolf
spanish - 10 changes by juanjo
tamil - 7 changes by ganesh
2015-03-02 17:46:37 +00:00
planetmaker
15a29b8b28
(svn r27176) -Fix: Compilation with MinGW64 (Eddy Arfik)
2015-03-02 09:10:16 +00:00
translators
5c09a63b6b
(svn r27175) -Update from WebTranslator v3.0:
...
catalan - 14 changes by arnau
italian - 4 changes by lorenzodv
korean - 3 changes by telk5093
2015-03-01 17:46:04 +00:00
alberth
a5843149b5
(svn r27174) -Feature[FS#6236]: Display relative offset changes in the sprite aligner (juzza1).
2015-03-01 08:17:14 +00:00
frosch
a4756c477d
(svn r27173) -Fix [FS#6237] (r27134): Use the regular clipping functions in the sprite aligner instead of some magic.
2015-02-28 20:09:49 +00:00
frosch
70e575e7d7
(svn r27172) -Fix [FS#6238] (r27167): Apparently Windows randomly drops SetCursorPos calls. According to internet due to incorrect/missing synchronisation in threads accessing the event queue.
2015-02-28 17:13:07 +00:00
translators
4990263940
(svn r27171) -Update from WebTranslator v3.0:
...
korean - 11 changes by telk5093
latin - 2 changes by Supercheese
2015-02-25 17:46:35 +00:00
translators
9be8aed312
(svn r27168) -Update from WebTranslator v3.0:
...
latin - 4 changes by Supercheese
2015-02-23 17:45:46 +00:00
frosch
352e528cda
(svn r27167) -Fix: [SDL, Windows] Right-mouse-button scrolling scrolled/jumped way to far, when OpenTTD lagged during mouse event processing.
2015-02-22 23:06:45 +00:00
frosch
fece468d96
(svn r27166) -Codechange: Optimise ScriptList by making use of iterators instead of looking up map-items multiple times per API call.
2015-02-22 23:04:02 +00:00
translators
df0ad888e0
(svn r27165) -Update from WebTranslator v3.0:
...
english_US - 3 changes by Supercheese
2015-02-22 17:45:17 +00:00
alberth
0143f486f2
(svn r27164) -Add: [NoGo] Game scripts can point to a location, station, industry, or town when publishing news.
2015-02-22 17:25:29 +00:00
frosch
c639fb0d8e
(svn r27163) -Fix [FS#6204]: Toolbars were not invalidated when changing max-vehicles settings. (adf88)
2015-02-22 15:26:27 +00:00
frosch
f26e9bf59d
(svn r27162) -Fix [FS#6208]: Tile selection was drawn outside of map in some cases. (adf88)
2015-02-22 15:05:48 +00:00
frosch
3adf082db2
(svn r27161) -Fix [FS#6156] [FS#6206]: Reimplement the viewport drawing algorithm.
2015-02-22 14:42:34 +00:00
frosch
cfac8dbbc6
(svn r27160) -Fix: Division of signed values by TILE_SIZE requires cast to stay signed.
2015-02-22 14:14:30 +00:00
frosch
fc72d3dc8f
(svn r27159) -Codechange: Simplify mapping from smallmap to viewport coordinates by duplicating less code.
2015-02-22 14:12:34 +00:00
frosch
06d1d50884
(svn r27158) -Codechange: Simplify mapping from viewport to smallmap coordinates by duplicating less code.
2015-02-22 14:10:44 +00:00
frosch
e8e49e5dda
(svn r27157) -Fix: Mark bridge middle tiles dirty when building/removing/changing bridges.
2015-02-22 14:01:24 +00:00
translators
ff1f465191
(svn r27156) -Update from WebTranslator v3.0:
...
traditional_chinese - 1 changes by siu238X
2015-02-20 17:45:21 +00:00
translators
86d099f4dc
(svn r27155) -Update from WebTranslator v3.0:
...
traditional_chinese - 1 changes by siu238X
2015-02-19 17:45:41 +00:00
translators
3880df10ed
(svn r27154) -Update from WebTranslator v3.0:
...
indonesian - 9 changes by UseYourIllusion
korean - 4 changes by telk5093
2015-02-18 17:45:30 +00:00
translators
f97ecb94d2
(svn r27153) -Update from WebTranslator v3.0:
...
german - 3 changes by mbender
korean - 2 changes by telk5093
malay - 12 changes by im54
2015-02-15 17:45:47 +00:00
frosch
83a02da380
(svn r27152) -Fix: Generated files.
2015-02-15 14:56:21 +00:00
frosch
310258f283
(svn r27151) -Add: Allow changing max heightlevel in scenario editor.
2015-02-14 21:55:30 +00:00
frosch
64e943d32a
(svn r27150) -Fix (r27146): Forgot scenario toolbar.
2015-02-14 21:22:47 +00:00
translators
8e79158c7a
(svn r27149) -Update from WebTranslator v3.0:
...
korean - 1 changes by telk5093
2015-02-14 17:45:41 +00:00
frosch
2e1be6081d
(svn r27148) -Fix: Rounding and unit-conversion inconsistencies in calls to MarkAllViewportsDirty.
2015-02-14 12:53:07 +00:00
frosch
1cf09f804b
(svn r27147) -Fix: Scale (non-custom) default window sizes according to GUI zoom.
2015-02-13 21:25:48 +00:00
frosch
e113f5e4a1
(svn r27146) -Fix: Make statusbar and chat-entry window use the same width as the toolbar. Otherwise they lack a size definition.
2015-02-13 21:13:45 +00:00
translators
1ebd85c1cc
(svn r27145) -Update from WebTranslator v3.0:
...
malay - 11 changes by TheITChap
2015-02-13 17:45:22 +00:00
frosch
2f7de4fd99
(svn r27144) -Change: The chatbox-width setting now uses percent of screen width instead of pixels.
2015-02-12 20:00:23 +00:00
translators
853e96e67b
(svn r27142) -Update from WebTranslator v3.0:
...
turkish - 77 changes by wakeup
2015-02-10 17:45:15 +00:00
translators
3666525304
(svn r27141) -Update from WebTranslator v3.0:
...
indonesian - 57 changes by fanioz
korean - 3 changes by telk5093
2015-02-09 17:45:34 +00:00
alberth
4b2db6e649
(svn r27140) -Codechange: Fix typo in GenenerateLandscapeWindowMode (chillcore)
2015-02-08 21:05:48 +00:00
translators
d2400c8fee
(svn r27139) -Update from WebTranslator v3.0:
...
korean - 12 changes by Gimel3830
2015-02-08 17:45:49 +00:00
frosch
c655847235
(svn r27138) -Fix: [NewGRF] Negative positions in industry layouts were interpreted incorrectly; however since the wrong behaviour is saner, define as the correct behaviour for GRFv8.
2015-02-06 21:56:50 +00:00
frosch
4846c7ed6b
(svn r27137) -Fix (r0): Oilrig empty-tile checks were incorrect due to wrong TileIndexDiff->TileIndexDiffC conversion.
2015-02-06 21:54:19 +00:00
translators
3a270388d7
(svn r27136) -Update from WebTranslator v3.0:
...
afrikaans - 1 changes by telanus
2015-02-05 17:45:18 +00:00
frosch
1c181fd460
(svn r27135) -Fix: Misalignment in generate world window in case of small fonts.
2015-02-01 22:04:50 +00:00
frosch
a8080b6256
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and ScaleGUITrad().
2015-02-01 20:54:24 +00:00
frosch
3bc7ee3ab7
(svn r27133) -Fix: Dragging of free wagons in depot failed with GUI zoom.
2015-02-01 19:40:04 +00:00
frosch
6fceaeee40
(svn r27132) -Codechange: Add an assertion about the size of the Tile struct to ensure alignment assumptions.
2015-02-01 12:25:51 +00:00
frosch
c9114af706
(svn r27131) -Fix: Dropdown- and tooltip-windows should not steal the focus.
2015-02-01 12:23:39 +00:00
translators
5e2bc783bf
(svn r27130) -Update from WebTranslator v3.0:
...
simplified_chinese - 1 changes by ww9980
2015-01-31 17:45:21 +00:00
translators
16b83d0438
(svn r27129) -Update from WebTranslator v3.0:
...
malay - 18 changes by im54
2015-01-30 17:45:13 +00:00
translators
7011a62c3a
(svn r27128) -Update from WebTranslator v3.0:
...
afrikaans - 2 changes by kdzar
2015-01-29 17:45:32 +00:00
translators
adeb8fb121
(svn r27127) -Update from WebTranslator v3.0:
...
latin - 1 changes by Supercheese
2015-01-26 17:45:25 +00:00
planetmaker
e3b53fb67d
(svn r27126) -Fix [FS#6218] (r26873): Reduce memory footprint of map array by shuffling its variables
2015-01-26 10:27:51 +00:00
translators
468a54febc
(svn r27125) -Update from WebTranslator v3.0:
...
latin - 3 changes by Supercheese
2015-01-23 17:45:19 +00:00
translators
a3547a6a33
(svn r27124) -Update from WebTranslator v3.0:
...
norwegian_nynorsk - 18 changes by 2rB
2015-01-22 17:45:22 +00:00
frosch
a55a5bff24
(svn r27123) -Fix [FS#5371] [FS#6214]: API docs (krinn)
2015-01-20 19:11:31 +00:00
translators
8280de7240
(svn r27122) -Update from WebTranslator v3.0:
...
bulgarian - 22 changes by komara
2015-01-19 17:45:27 +00:00
translators
d999491a7a
(svn r27121) -Update from WebTranslator v3.0:
...
irish - 2 changes by tem
latin - 1 changes by Supercheese
2015-01-18 17:45:32 +00:00
translators
ef9ff6f44a
(svn r27120) -Update from WebTranslator v3.0:
...
korean - 1 changes by telk5093
2015-01-17 17:45:21 +00:00
frosch
f79ead7125
(svn r27119) -Fix: Action 7/9 condition 0A failed for present, but disabled, NewGRF.
2015-01-17 15:00:02 +00:00
translators
65b95e6a5d
(svn r27118) -Update from WebTranslator v3.0:
...
english_US - 1 changes by Supercheese
irish - 5 changes by tem
2015-01-15 17:45:31 +00:00
frosch
862e16aa7e
(svn r27117) -Fix/Feature: Make use of both rocky tile sets from the base graphics.
2015-01-10 20:10:51 +00:00
translators
fde9997fa3
(svn r27116) -Update from WebTranslator v3.0:
...
esperanto - 1 changes by polluks
slovak - 15 changes by Blayss
2015-01-10 17:46:35 +00:00
translators
c52ae10d7b
(svn r27115) -Update from WebTranslator v3.0:
...
irish - 10 changes by tem
2015-01-07 17:45:20 +00:00
translators
30e078ab0f
(svn r27114) -Update from WebTranslator v3.0:
...
catalan - 2 changes by juanjo
danish - 2 changes by Gankenstein
spanish - 5 changes by juanjo
2015-01-06 17:45:49 +00:00
translators
1e7349476f
(svn r27113) -Update from WebTranslator v3.0:
...
spanish - 1 changes by juanjo
2015-01-05 17:45:15 +00:00
translators
a132e213e0
(svn r27112) -Update from WebTranslator v3.0:
...
luxembourgish - 1 changes by Phreeze
spanish - 2 changes by SilverSurferZzZ
2015-01-04 17:45:35 +00:00
alberth
7023819d49
(svn r27111) -Doc: Extend script documentation with Save and Load functions.
2015-01-04 15:14:13 +00:00
translators
4c19f93b34
(svn r27110) -Update from WebTranslator v3.0:
...
afrikaans - 1 changes by telanus
spanish - 1 changes by SilverSurferZzZ
2015-01-03 17:45:29 +00:00
rubidium
889780adce
(svn r27109) -Fix (r27102): MinGW compilation
2015-01-02 19:50:43 +00:00
translators
60cc857333
(svn r27108) -Update from WebTranslator v3.0:
...
latin - 1 changes by Supercheese
spanish - 2 changes by SilverSurferZzZ
2015-01-02 17:45:51 +00:00
rubidium
193f653c56
(svn r27107) -Fix [FS#6183]: road vehicles could not reverse to be sent to depots when the following tile has the right type to run on, but could not be entered; e.g. facing toward a depot with the entry facing the wrong way failed to reverse whereas facing towards an empty tile allowed the vehicle to reverse (estys)
2015-01-02 12:11:20 +00:00
michi_cc
8621ca4115
(svn r27106) -Fix [FS#6176]: Use the actual max speed of the vehicle in front when determining if a RV can overtake.
2015-01-01 22:39:35 +00:00
rubidium
30f778e933
(svn r27105) -Fix [FS#6195]: grow_counter was not properly bounded by growth_rate, but by some other value used to calculate growth_rate.
2015-01-01 21:25:42 +00:00
rubidium
14f197c6ff
(svn r27104) -Fix [FS#6194]: support 64 bits integere in the ScriptLists as well
2015-01-01 21:08:19 +00:00
rubidium
9428d6fb34
(svn r27103) -Update: copyright date
2015-01-01 20:51:18 +00:00
rubidium
730773f5f1
(svn r27102) -Fix [FS#6194]: money values would end up wrong in strings when outside of the bounds of a 32 bits integer
2015-01-01 20:50:43 +00:00
translators
85b93d0e5e
(svn r27101) -Update from WebTranslator v3.0:
...
simplified_chinese - 4 changes by mhching
luxembourgish - 17 changes by Phreeze
2014-12-31 17:45:32 +00:00
translators
f25aeb4d98
(svn r27100) -Update from WebTranslator v3.0:
...
luxembourgish - 334 changes by Phreeze
2014-12-30 17:45:27 +00:00
translators
c56448ea61
(svn r27099) -Update from WebTranslator v3.0:
...
spanish - 2 changes by SilverSurferZzZ
2014-12-27 17:45:27 +00:00
translators
6ad2a2e1ae
(svn r27098) -Update from WebTranslator v3.0:
...
hungarian - 1 changes by Brumi
2014-12-26 17:45:15 +00:00
translators
b150666292
(svn r27097) -Update from WebTranslator v3.0:
...
serbian - 26 changes by Suleiman
2014-12-25 17:45:19 +00:00
translators
6a43b6ff89
(svn r27094) -Update from WebTranslator v3.0:
...
esperanto - 4 changes by polluks
2014-12-24 17:45:15 +00:00
frosch
396dde1636
(svn r27092) -Fix/Add [FS#6186]: Compilation on OS/2 (smedles)
2014-12-24 17:17:18 +00:00
frosch
fbd7b7ce33
(svn r27090) -Codechange [FS#5976]: Simplify some hierarchical groups code. (Juanjo)
2014-12-24 16:49:57 +00:00
translators
c5ea52027c
(svn r27089) -Update from WebTranslator v3.0:
...
esperanto - 24 changes by polluks
2014-12-23 17:45:30 +00:00
translators
8daae044e7
(svn r27088) -Update from WebTranslator v3.0:
...
irish - 20 changes by tem
2014-12-22 17:45:13 +00:00
rubidium
33970ddeed
(svn r27087) -Fix (r26864): the shadow bit of disaster vehicles got cleared after being set to show a shadow
2014-12-21 20:49:15 +00:00
alberth
107bf32953
(svn r27086) -Codechange: Simplify opening of windows by always returning a valid window pointer.
2014-12-18 18:22:23 +00:00
alberth
78896895cf
(svn r27085) -Fix: Always return a valid window to the world generation gui code.
2014-12-18 18:20:59 +00:00
alberth
edea2ce96d
(svn r27084) -Doc: Improve documentation of AllocateWindowDescFront.
2014-12-18 16:50:11 +00:00
translators
43a58ced5c
(svn r27083) -Update from WebTranslator v3.0:
...
latin - 9 changes by Supercheese
2014-12-16 17:45:31 +00:00
translators
69813402ca
(svn r27082) -Update from WebTranslator v3.0:
...
lithuanian - 4 changes by Stabilitronas
2014-12-14 17:45:22 +00:00
translators
778fc08518
(svn r27081) -Update from WebTranslator v3.0:
...
korean - 1 changes by telk5093
lithuanian - 11 changes by Stabilitronas
2014-12-13 17:45:40 +00:00
translators
6418178bb4
(svn r27080) -Update from WebTranslator v3.0:
...
latin - 2 changes by Supercheese
2014-12-11 17:45:32 +00:00
planetmaker
24fec6da12
(svn r27079) -Fix: Compilation with freetype2 version 2.5.4 and newer (AMDmi3)
2014-12-11 12:25:53 +00:00
translators
141b5d7050
(svn r27078) -Update from WebTranslator v3.0:
...
latin - 12 changes by Supercheese
portuguese - 47 changes by ZeDWeB
2014-12-10 17:45:59 +00:00
translators
7ec9f22b5b
(svn r27077) -Update from WebTranslator v3.0:
...
danish - 10 changes by manframe
2014-12-08 17:45:49 +00:00
translators
4ddc58a319
(svn r27076) -Update from WebTranslator v3.0:
...
arabic_egypt - 1 changes by awensome
2014-12-07 17:45:17 +00:00
frosch
c97d3c322f
(svn r27075) -Fix [FS#6182]: Variable 47 used the carge translation table of the wrong GRF in case of callback 1D.
2014-12-07 14:13:21 +00:00
translators
3a8990995e
(svn r27074) -Update from WebTranslator v3.0:
...
japanese - 16 changes by guppy
2014-12-05 17:45:14 +00:00
translators
92e148fb81
(svn r27073) -Update from WebTranslator v3.0:
...
danish - 14 changes by manframe
2014-12-04 17:45:15 +00:00
translators
a31bad9c71
(svn r27072) -Update from WebTranslator v3.0:
...
danish - 8 changes by manframe
korean - 3 changes by telk5093
serbian - 22 changes by SoMiPro202
2014-12-03 17:46:16 +00:00
translators
0231edf0cc
(svn r27071) -Update from WebTranslator v3.0:
...
spanish - 2 changes by juanjo
2014-12-02 17:45:26 +00:00
translators
d17f340a52
(svn r27070) -Update from WebTranslator v3.0:
...
catalan - 1 changes by juanjo
spanish - 3 changes by juanjo
2014-12-01 17:45:48 +00:00
translators
a6b12b211c
(svn r27069) -Update from WebTranslator v3.0:
...
bulgarian - 3 changes by pdedinski
2014-11-30 17:45:17 +00:00
translators
f9671c2d9b
(svn r27068) -Update from WebTranslator v3.0:
...
danish - 28 changes by manframe
tamil - 52 changes by aswn
2014-11-26 17:45:22 +00:00
translators
f75dd4a0c1
(svn r27067) -Update from WebTranslator v3.0:
...
korean - 1 changes by telk5093
2014-11-25 17:45:18 +00:00
translators
ef2496351d
(svn r27066) -Update from WebTranslator v3.0:
...
polish - 19 changes by wojteks86
2014-11-23 17:45:54 +00:00
translators
48deaa3351
(svn r27065) -Update from WebTranslator v3.0:
...
danish - 18 changes by manframe
2014-11-21 17:45:16 +00:00
translators
02f0f22f24
(svn r27064) -Update from WebTranslator v3.0:
...
danish - 35 changes by manframe
irish - 16 changes by tem
2014-11-20 17:45:41 +00:00
frosch
861b9bc85e
(svn r27063) -Fix [FS#6172]: Some lists did not use natural string sorting.
2014-11-18 20:12:42 +00:00
translators
c00e48eedb
(svn r27062) -Update from WebTranslator v3.0:
...
latin - 5 changes by Supercheese
2014-11-14 17:45:15 +00:00
translators
af49565969
(svn r27061) -Update from WebTranslator v3.0:
...
czech - 1 changes by marek995
latvian - 1 changes by Parastais
2014-11-13 17:45:38 +00:00
peter1138
759e963083
(svn r27060) -Doc: Remove obsolete comment (64KB LUT would be 8GB with current limits)
2014-11-11 11:50:04 +00:00
translators
ab087d2d1c
(svn r27058) -Update from WebTranslator v3.0:
...
french - 1 changes by romazoon
galician - 70 changes by permudo
latin - 5 changes by Supercheese
2014-11-08 17:45:53 +00:00
translators
5bec0a0ce7
(svn r27057) -Update from WebTranslator v3.0:
...
latin - 2 changes by Supercheese
2014-11-06 17:45:32 +00:00
translators
7d335e3255
(svn r27056) -Update from WebTranslator v3.0:
...
czech - 2 changes by Eskymak
portuguese - 4 changes by vesgo
2014-11-05 17:46:01 +00:00
translators
6de252ec88
(svn r27055) -Update from WebTranslator v3.0:
...
simplified_chinese - 6 changes by siu238X
traditional_chinese - 49 changes by siu238X
2014-11-04 17:45:38 +00:00