db924a4681
Codechange: [Blitter] Change DrawLine to be templated
Jonathan G Rennison
2018-01-16 23:23:52 +00:00
ed325ada88
Update: Translations from eints spanish: 3 changes by SilverSurferZzZ
translators
2019-01-23 19:45:44 +01:00
7292591967
Add: generate_widget.vbs to allow script_window.hpp enums generation for users unable to run bash/gawk scripts
glx
2019-01-06 16:36:44 +01:00
636fcc2cc0
Fix: keep the line ending when generating widget enums with bash/gawk on windows
glx
2019-01-08 03:36:47 +01:00
c3dbe836b4
Add: Draw network password indicator lock in company drop down list. (#7079)
PeterN
2019-01-22 12:42:52 +00:00
41d47926b1
Cleanup #6960: Remove parts of generate used only for MSVC pre-2015.
Peter Nelson
2019-01-21 07:10:43 +00:00
48b334cf97
Add: Houses can accept up to 16 different cargo types via NewGRF.
Niels Martin Hansen
2018-07-28 23:28:24 +02:00
9ce92521c1
Fix: If screen size changes, windows are relocated and dropdown may not fit the screen.
J0an Josep
2019-01-14 21:21:35 +01:00
628af2fabcFix#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.
J0an Josep
2019-01-13 02:45:47 +01:00
226dbcb422
Codechange #6060: Allow drawing dropdown lists with scrollbars above the widgets
Juanjo
2014-10-15 20:10:01 +02:00
9d75600ac0
Fix: Round up deltas for smooth scrolling, so target will be reached
btzy
2019-01-12 16:28:43 +08:00
5ad73e4029
Fix: [AzurePipelines] the repository OpenTTD-CF is renamed to CompileFarm
Patric Stout
2019-01-20 19:44:05 +01:00
e71f7cf277
Update: Translations from eints russian: 10 changes by Lone_Wolf hungarian: 5 changes by Brumi spanish (mexican): 6 changes by Absay
translators
2019-01-20 19:45:44 +01:00
f35b135e17
Change 81330b8d6e: Cached path only needs to be cleared if it was found to be invalid.
Peter Nelson
2019-01-20 09:07:27 +00:00
4daaec1a94
Change: Invalidate ship path caches if pathfinder choice or forbid-90-degree turns are changed.
Peter Nelson
2019-01-19 20:59:27 +00:00
81330b8d6e
Change: Add path cache for ships.
Peter Nelson
2019-01-14 23:33:42 +00:00
1c725fce47
Change: Add ability to save/load std::deque<> containers.
Peter Nelson
2019-01-18 22:15:27 +00:00
60da05cf2a
Update: Translations from eints french: 3 changes by glx
translators
2019-01-19 19:45:43 +01:00
4e9e115760
Add: [NewGRF] Airport animation trigger for plane landing (#6334, patch by Supercheese)
Ingo von Borstel
2019-01-16 21:44:03 +01:00
98308fe260
Fix 7f54c59a6: use some consistency for project dependencies determination
glx
2018-12-28 01:08:14 +01:00
d8ccad91f9
Fix: Some code and comment typos
nikolas
2019-01-17 17:01:07 -05:00
1623cb553bFix#7032: use the same mode to load and render glyphs
glx
2019-01-17 17:50:54 +01:00
6535abb88b
Codechange: Don't explicitly link with -lstdc++, causes linking issues with freetype on MinGW
Charles Pigott
2019-01-16 19:28:52 +00:00
fe8c24e081
Codechange: Remove unnecessarily defined functions under MinGW
Charles Pigott
2019-01-13 16:12:52 +00:00
2d981a4b2c
Fix: A few minor compile warnings under MinGW
Charles Pigott
2019-01-12 23:00:55 +00:00
1106534262
Fix: depend was messing the line endings in append mode
glx
2019-01-15 02:28:05 +01:00
ee84f98f1e
Fix: deps calculation call could fail due to command line length
glx
2019-01-15 02:26:54 +01:00
5a09337c20
Fix: make reconfigure warning
glx
2019-01-15 02:21:48 +01:00
91315a7a39
Update: Translations from eints spanish: 3 changes by SilverSurferZzZ
translators
2019-01-15 19:45:41 +01:00
6b0a467a50
Change: Obey forbid_90_deg_turns when choosing available track with no destination.
Peter Nelson
2019-01-13 23:29:29 +00:00
7284b593c7
Change: When ship is lost, pick first available track instead of a random track.
Peter Nelson
2018-05-28 08:37:43 +01:00
8b64204418
Codechange: Replace trackbit lookup table with existing functions.
Peter Nelson
2018-05-23 17:34:39 +01:00
7af53d7588
Codechange: Use const instead of magic number for ship order distance. Allow slightly further distance when following orders.
Peter Nelson
2018-05-20 12:01:17 +01:00
b98887c4a0
Change: Allow only one ship to leave depot at a time.
Peter Nelson
2018-05-18 18:02:53 +01:00
ebddd596c7
Change: Don't pathfind with no destination or if destination is known to be too far.
Peter Nelson
2018-05-18 09:05:24 +01:00
6a38a3f5df
Change: Don't leave ship depot with no orders.
Peter Nelson
2018-05-18 09:04:39 +01:00
29b6b74ee1
Update: Translations from eints french: 4 changes by glx finnish: 2 changes by ln
translators
2019-01-14 19:45:41 +01:00
9f0ad7e269
Fix: BSD find used by OSX requires explicit path
glx
2019-01-13 19:12:33 +01:00
3f28e0cf53
Add: squirrel_export.vbs for users unable to run bash/gawk scripts
glx
2019-01-09 14:52:13 +01:00
2cf9405aa2
Fix: remove manual single file generation in squirrel_export.sh as it's broken
glx
2019-01-08 16:38:13 +01:00
34c438d7ad
Fix: keep line endings when running squirrel_export.sh on windows
glx
2019-01-08 05:19:17 +01:00
823c5bfa3bFix#5978: Ensure group GUI stats and lists are invalidated properly (3298, Juanjo) (#7046)
Joan Josep
2019-01-13 23:29:17 +01:00
ca7ee34502
Update: Translations from eints croatian: 8 changes by VoyagerOne
translators
2019-01-13 19:45:41 +01:00
89f0017a67Fix#7050: Missing guard around network chat message function for compiling with networking disabled. (#7058)
PeterN
2019-01-13 16:50:21 +00:00
82e530b517
Fix: Remove duplicate town name "Huacho" (#7038)
nikolas
2019-01-12 02:33:13 -05:00
06cd561cea
Add: when placing non-rectangular airport, consider airport tile table tiles only (patch by adf88, #6613)
Johannes E. Krause
2019-01-07 21:28:21 +01:00
65746a0275
Fix: Spelling fixes on some Latin American town names
Nikolas Nyby
2019-01-10 19:56:41 -05:00
c80608a83c
Update: Translations from eints spanish: 3 changes by SilverSurferZzZ spanish (mexican): 3 changes by Absay
translators
2019-01-11 19:45:46 +01:00
f99f993e99
Doc: replace 4 references to SVN with Git #6698 (#7036)
Andy
2019-01-11 12:41:12 +00:00
c693463c29
Fix: Always draw dirty blocks, else fast-forward is super fast.
Peter Nelson
2018-05-20 13:03:09 +01:00
806e7d25dd
Change: Use GUITimer class instead of bare int/uints.
Peter Nelson
2018-05-20 09:58:36 +01:00
59fe4f28c8
Change: Animate text effects by real time instead of game ticks.
Peter Nelson
2018-05-11 17:52:06 +01:00
ead9c9eab5
Change: Switch various window timers to real time instead of game ticks.
Peter Nelson
2018-05-10 21:49:52 +01:00
15320a37b9
Change: OnGameTick() is only called when not paused.
Peter Nelson
2018-05-04 21:40:59 +01:00
2a8fa5fef9
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust timers to work with milliseconds instead of ticks.
Peter Nelson
2018-05-04 21:29:22 +01:00
916e911806
Doc: Fix a few typos in docs/multiplayer.txt
nikolas
2019-01-08 16:00:56 -05:00
e34a6c58ea
Update: Translations from eints italian: 1 change by lorenzodv french: 29 changes by glx
translators
2019-01-10 19:45:44 +01:00
ad5a9daed5
Change: Desert tiles are now half-desert if a neighboured tile is non-desert or sea/coast. (patch by frosch123) #4754 (#7015)
Andy
2019-01-09 17:48:08 +00:00
e934f09f02
Fix: Don't increase motion counter while train is waiting at non-path signals (Author: frosch123) #5877 (#7018)
Andy
2019-01-09 17:37:58 +00:00
5e51d9ee82
Update: Translations from eints hebrew: 22 changes by dnd_man spanish (mexican): 1 change by Absay
translators
2019-01-07 19:45:46 +01:00
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.
J0an Josep
2019-01-04 01:41:22 +01:00
1db66a285e
Codechange: [YAPF] Stop looking for an automatic servicing road depot when the cost of a path exceeds max. penalty.
Juanjo!
2016-06-04 20:45:09 +02:00
edb7adf183
Codechange: [NPF] Stop looking for an automatic servicing (rail/road) depot when the cost of a path exceeds max. penalty.
Juanjo!
2016-06-04 19:01:36 +02:00
19a2f84943Fix#7001: Pathfinders should see standard road stations as tiles where to reverse.
J0an Josep
2019-01-03 14:49:37 +01:00
15a7f9da9d
Fix 13056ae: PR #7017 added new enum value in bad position, move it
Niels Martin Hansen
2019-01-06 10:31:56 +01:00
13056aedbc
Add: Conditional order for max. reliability (patch by Cirdan, #6360) (#7017)
Eddi-z
2019-01-05 22:10:37 +01:00
96b961c69a
Add: [AzurePipelines] run regression with MSVC
glx
2018-12-31 17:25:08 +01:00