Commit Graph

52563 Commits (2f8e63e9548f8624d5dd333759bac82f66343010)
 

Author SHA1 Message Date
Jonathan G Rennison 2f8e63e954 Merge branch 'master' into jgrpp
# Conflicts:
#	src/gfx.cpp
#	src/lang/traditional_chinese.txt
#	src/station_cmd.cpp
2 years ago
Jonathan G Rennison ba824f08c3 Fix re-routing of unrelated cargo when removing invalidated link graph flow 2 years ago
Jonathan G Rennison de41a54f94 Departure boards: Fix excessive window width when using GUI zoom 2 years ago
Jonathan G Rennison 55b7e2178a Departure boards: Fix vehicle name column width with group vehicle names 2 years ago
Jonathan G Rennison c281bfd9ac Changelog: Clarify that next order load again instead of leaving was trains only 2 years ago
Jonathan G Rennison dd160a4e74 Support cond order to continue loading at station without moving for ships 2 years ago
Jonathan G Rennison e92b1004cc Merge PR #352 into jgrpp 2 years ago
Jonathan G Rennison 7e313d120c Fix narrowing conversion warnings 2 years ago
Jonathan G Rennison 51a37ecf2a Monocypher: Fix narrowing conversion warning 2 years ago
Jonathan G Rennison ab17deae3a Random bytes: Fix minor compilation warnings 2 years ago
Yourself 65b90f966b Fix: station raiting tooltip showed incorrect time 2 years ago
Jonathan G Rennison a14df8dfe2 Merge PR #351 into jgrpp 2 years ago
Yourself e4fa9f8465 Add: Cargo delivery distribution modes 2 years ago
Jonathan G Rennison 2c3b502441 CMake: MSVC: Also change static runtime flags in C_FLAGS 2 years ago
Jonathan G Rennison 30817c3915 Fix VRF_BEYOND_PLATFORM_END not being cleared when switching order 2 years ago
Jonathan G Rennison e993afcd99 Store encrypted company password hashes in server saves
Restore when loading back into the server if server has required secret
2 years ago
Jonathan G Rennison 1f50106466 Saveload: Add functions to save/load to arbitrary buffers 2 years ago
Jonathan G Rennison 87f0c20bc0 Add setting flag to run string setting change callbacks on config load 2 years ago
Jonathan G Rennison 26eca815d3 Add separate network salt string for company passwords 2 years ago
Jonathan G Rennison 00cfb00537 Fix auto-generated network.network_id setting value not being saved in config 2 years ago
Jonathan G Rennison eb22b49758 Add randombytes lib to src/3rdparty 2 years ago
Jonathan G Rennison 9f6fd2bfeb Only set -Wnon-virtual-dtor for C++ files 2 years ago
Jonathan G Rennison 91f6c6941a Add monocypher lib to src/3rdparty 2 years ago
Jonathan G Rennison 89181ea9fd Add setting to increase cost/distance of aircraft linkgraph links 2 years ago
Jonathan G Rennison ba97d0a827 Allow building waypoints with spec IDs >= 256
See: #349
2 years ago
Michael Lutz 57b992717b Codechange: Extend DrawSpriteToRgbaBuffer to work with 8bpp blitters. 2 years ago
Michael Lutz 69c8ed9965 Codechange: [OSX] Simplify touchbar button data definition. 2 years ago
Michael Lutz b351cbe490 Fix #9743: [OSX] Only (re-)create touchbar sprites when requested by the main loop. 2 years ago
Michael Lutz f40e82a19d Fix #9743: [OSX] Don't try to render touchbar sprites with invalid zoom level. 2 years ago
Michael Lutz 80fc5fb46c Change: [OSX] Allow touchbar usage on all supported OS versions.
Touchbar support was introduced in 10.12.2. There's no need to limit
support to 10.15+, as the convenience class NSButtonTouchBarItem is
easily replicated.
2 years ago
Jonathan G Rennison ee7fbfc410 Merge pull request #350 into jgrpp 2 years ago
Jonathan G Rennison f658d9f1fc Fix rail drag remove removing track even with an unremovable signal
This occurred when a removing a signal was blocked due to realistic
braking moving train restrictions.
This resulted in incorrect signal infrastructure totals and MP desyncs.
2 years ago
Yourself 3f391a74af fix: error when removing tunnelbridge signal w/ tracerestruct 2 years ago
Jonathan G Rennison 4844268d1c Fix #9774: CmdBuildRoadStop updated station acceptance in estimate mode 2 years ago
Jonathan G Rennison 42b223a288 Fix CmdBuildRoadStop updating station acceptance in estimate mode 2 years ago
translators 21f85cac87 Update: Translations from eints
chinese (traditional): 25 changes by Tetrapod1206
italian: 12 changes by federico1564S
2 years ago
Loïc Guilloux c85557e553
Fix: [MinGW] Disable ASLR for x64 Debug builds (#9773) 2 years ago
translators 3ed7910cfe Update: Translations from eints
portuguese (brazilian): 2 changes by Vimerum
2 years ago
Jonathan G Rennison 457a1a172c
Merge pull request #348 from internet-trains/fix-give-money-text-message
fix: Give money message showed incorrect value
2 years ago
Yourself 3caef277c8 fix: Give money message showed incorrect value 2 years ago
Jonathan G Rennison f65a166308 Add client setting to show all signals using the default sprites 2 years ago
Jonathan G Rennison 621677343f Fix wrong sprite count for duplicated prog signal sprites 2 years ago
Jonathan G Rennison f40191b3c0 Add hysteresis to depot search max penalty in missing depot order mode
See: #345
2 years ago
Jonathan G Rennison 2c7ec68b76 Enable news warning for missing depot order in order list by default 2 years ago
Jonathan G Rennison 4871071dcb Show vehicle destination when mousing over vehicle breakdown in status bar 2 years ago
glx22 3069f805e2 Fix #9766: Don't write uninitialised data in config file
(cherry picked from commit 50304f7164d5c88a42dcc1d09648c3ec8b2faab5)

Fixes: #344
2 years ago
Jonathan G Rennison dda4167edc Change debug level of network received packet logging 2 years ago
translators a97bce51c2 Update: Translations from eints
czech: 6 changes by vladoschreiner
hungarian: 5 changes by pnpBrumi
2 years ago
benda 30d0f06890
Doc: use only double quotes for cmake command line example in COMPILING.md (#9758)
While powershell happily accepts single quotes, it's not the case for cmd.
2 years ago
trautamaki f6e6b2c917
Doc: fix broken links to Open{GFX,SFX,MSX} in README.md (#9759) 2 years ago