Commit Graph

50085 Commits (0cc994c87060813c9b58126e61a65362d0be8482)
 

Author SHA1 Message Date
Jonathan G Rennison 43980639de Merge branch 'master' into jgrpp
# Conflicts:
#	.gitignore
#	CMakeLists.txt
#	src/3rdparty/optional/optional.hpp
#	src/group_cmd.cpp
#	src/industry_cmd.cpp
#	src/misc_gui.cpp
#	src/video/sdl2_v.cpp
4 years ago
Patric Stout 4831b4fa96
Codechange: [Actions] we no longer need xdg-basedir (#8615)
This was already removed from the "ci-build", but not yet from
"release".
4 years ago
TELK cd1fd5f352 Update: Korean translation for ed0ffb6 4 years ago
Jonathan G Rennison 4e0804b791 Fix const issues around GetTrainStopLocation/GetCurrentMaxSpeed 4 years ago
Jonathan G Rennison b711f94d1c Fix FollowTrainReservation following outwards from end depot 4 years ago
Jonathan G Rennison 87c87649b8 Fix lookahead init inside a signalled tunnel/bridge only filling interior 4 years ago
Jonathan G Rennison 9506a33443 Don't treat loading trains specially when enabling realistic braking 4 years ago
Jonathan G Rennison 62fffddb3f Don't mark train stuck if no reachable track in TryPathReserve 4 years ago
Jonathan G Rennison 628077d0bb Fix missing stop due to speed when entering station with lookahead 4 years ago
Owen Rudge 1187dc3217 Feature: [Actions] Create .zip for macOS build 4 years ago
Jonathan G Rennison d913083c37 Print warning instead of asserting for invalid NewGRF string IDs 4 years ago
Jonathan G Rennison ed0ffb6220 Add feature: realistic train braking
Add setting to select train braking model.
4 years ago
translators 3dac139b00 Update: Translations from eints
estonian: 5 changes by siimsoni
hungarian: 7 changes by andrejmoltok
4 years ago
translators da78b5c130 Update: Translations from eints
estonian: 117 changes by siimsoni
german: 5 changes by Wuzzy2
slovak: 23 changes by FuryPapaya
4 years ago
translators 027452fef8 Update: Translations from eints
german: 11 changes by Wuzzy2
4 years ago
Jonathan G Rennison 2b02318c7e Add int64 cube root and square root functions 4 years ago
translators 67fa5a23b9 Update: Translations from eints
estonian: 7 changes by siimsoni
4 years ago
Jonathan G Rennison ac5b0d8017 Fix crash in auto-separation when all orders removed 4 years ago
Jonathan G Rennison 1838e8939f Improve handling of reversing inside bidi signalled tunnel/bridge
Avoid train crashes when reversing trains either side of entrance tile
4 years ago
Jonathan G Rennison 2a82491a2e Fix reservation not cleared from far end of signalled tunnel when removing 4 years ago
Jonathan G Rennison 01c051793c Allow referencing waypoints in news items 4 years ago
Jonathan G Rennison ac6581ac8f Lang: Fix string codes in german.txt 4 years ago
Jonathan G Rennison 8e825c8b0e
Merge pull request #212 from kruemelmagic/kruemelchen-language-german
Update: German translation by kruemelmagic
4 years ago
translators b2d9a2dc79 Update: Translations from eints
estonian: 12 changes by siimsoni
finnish: 1 change by hpiirai
4 years ago
kruemelmagic 7072bc2fac
Update German language by Kruemelchen
Update to be on par with v. 0.39.2
4 years ago
glx22 6b8ad5a9b1 Change: Apply some consistency to singleplayer related comments 4 years ago
glx22 07385c3662 Fix: Use the same safety checks as 'stop_ai' for 'reload_ai' 4 years ago
glx22 485aafc1b7 Fix: Never delete the last existing company in singleplayer mode 4 years ago
dP b17177bd20 Fix: Center text and image in vehicle statusbar vertically 4 years ago
translators 8fe79e153d Update: Translations from eints
estonian: 8 changes by siimsoni
german: 89 changes by Wuzzy2
finnish: 2 changes by hpiirai
dutch: 27 changes by Afoklala
4 years ago
Charles Pigott a252679a12 Doc: Prepare for 1.11.0-beta1 release 4 years ago
Charles Pigott b61670f929 Doc: Forwardport changelog & doc changes from 1.10 branch 4 years ago
dP bab7de6cf2 Feature: Allow GameScripts to add additional text to Industry view window 4 years ago
Pavel Stupnikov 4b42ecb0f6
Feature: Add tile parameter for GSCompany.ChangeBankBalance to show text effect if needed (#8573) 4 years ago
Andy 3345d54ad9
Doc: add a png representation of the palette overlaid with indexes (decimal) (#8547) 4 years ago
translators 33e27e9480 Update: Translations from eints
estonian: 15 changes by siimsoni
russian: 23 changes by Ln-Wolf
4 years ago
translators 6e1581a17d Update: Translations from eints
german: 2 changes by Wuzzy2
russian: 13 changes by Ln-Wolf
4 years ago
translators 27caabdb91 Update: Translations from eints
german: 23 changes by Wuzzy2
russian: 70 changes by Ln-Wolf
4 years ago
frosch b3d048dfcf
Change: [NewGRF] industry special flag 19 now specifically targets only passenger production, instead of the second cargo of any water-based industry. (#8590)
This behavior is less surprising to NewGRF authors, and may even be intentional behavior for some industries.
4 years ago
Michael Lutz a190b00af1 Fix #8589, 653e7fa548: Motion counter is NewGRF-visible but not saved, leading to desyncs. (#8591)
(cherry picked from commit 7da224d29d)
4 years ago
Jonathan G Rennison e0893de5c3 Set tunnel/bridge PBS exit to red when leaving 4 years ago
Jonathan G Rennison aacb70d371 Debug: Extend random debug logging to also include state checksum updates 4 years ago
Michael Lutz 7da224d29d
Fix #8589, 653e7fa548: Motion counter is NewGRF-visible but not saved, leading to desyncs. (#8591) 4 years ago
Owen Rudge a2bd0a14e1 Feature: [Actions] ARM64 builds for Windows 4 years ago
Owen Rudge 6d95ed53dc Feature: Add support for rdtsc for ARM-based Windows (MSVC) 4 years ago
Owen Rudge 2d9e164ec4 Fix: [Actions] Give Universal Mac packages the "universal" suffix 4 years ago
Patric Stout 1eceee915e Codechange: [SDL2/Win32] Be consistent how 0bpp blitters are not allowed
Sometimes it returned an usererror(), sometimes Start() failed.
Now it always fails on Start(), so nothing else has to check again
what blitter is used.

AfterBlitterChange() can never change to a 0bpp, so it is sufficient
to guard this with an assert().
4 years ago
Patric Stout 49df9c4155 Codechange: [Win32] Use _local_palette for most operations
Other drivers do this too, and this makes the world a bit more
the same.
4 years ago
Patric Stout 881d17d8f1 Codechange: [Win32] use CSleep() instead of Sleep() like everywhere else
Functional it is identical. Just helps future-us when searching
for sleeps.
4 years ago
Patric Stout 689404a4a1 Codechange: [Win32] Use return-early in RegisterWndClass() 4 years ago