Commit Graph

49312 Commits (2c829bbc0fc629e2c985dbf612e7a5a28f5367c0)
 

Author SHA1 Message Date
Jonathan G Rennison 2c829bbc0f Build: Add shell script to invoke cpack 4 years ago
Jonathan G Rennison 8f8e14c9b2 CMake: Fix languages not being recompiled where required 4 years ago
Jonathan G Rennison 8baa3756b3 version_utils.sh: Fix locale-dependent sort order issues in read_source 4 years ago
Jonathan G Rennison a26eabc180 version_utils.sh: Fix quoting in find_hasher 4 years ago
Jonathan G Rennison 192f89246c Version: Committing version data for tag: jgrpp-0.35.1 4 years ago
Jonathan G Rennison e296a4f021 Fix missing window/taskbar icon on SDL/SDL2 4 years ago
Jonathan G Rennison 0b2b28959c Build: Add shell scripts to invoke CMake/make 4 years ago
Jonathan G Rennison 651ac33858 Departure boards: Defer vehicle list refresh when invalidated 4 years ago
Jonathan G Rennison cd093931db Departure board: Always invalidate boards in DeleteVehicleOrders 4 years ago
Jonathan G Rennison c0e267973f Departure board: Skip vehicles with no orders 4 years ago
Jonathan G Rennison c35f620746 Fix vehicle destination text colour when mousing over
See: https://github.com/OpenTTD/OpenTTD/issues/8272
4 years ago
Jonathan G Rennison d290fac2ad Add hotkey to show link graph legend window 4 years ago
Jonathan G Rennison 92b23b6219
Merge pull request #176 from telk5093/jgrpp
Update: Translations of Korean - Make more natural conditional orders for cargo
4 years ago
TELK 58f1ec6b5e Update: Translations of Korean - Make more natural conditional orders for cargo 4 years ago
Jonathan G Rennison 0a63412c76 Lang: Fix string code issues in czech.txt 4 years ago
Lurker23 cfcd463adf
Add: cs_CZ partial translation (#174)
* Update czech.txt

* Update czech.txt
4 years ago
Jonathan G Rennison 68f216cad6 CMake: Fix compilation on CMake < 3.12
Bump minimum version to 3.6
4 years ago
Jonathan G Rennison 05dc785f13 Split STR_ORDER_CONDITIONAL_CARGO string into two, adjust format
See: #172
4 years ago
Jonathan G Rennison a79cab9b45 Merge branch 'pr-173' into jgrpp 4 years ago
TELK eb0328f258 ko-KR: Update translation up to 0.35.0 4 years ago
Jonathan G Rennison ed0bddf7f8 Version: Committing version data for tag: jgrpp-0.35.0 4 years ago
Jonathan G Rennison dbdab67cda version_utils.sh: Fix getting current version 4 years ago
Jonathan G Rennison 6d1535b902 Also show destination on mouseover when vehicle waiting for PBS/routing restriction 4 years ago
Jonathan G Rennison 7467051331 Merge branch 'master' into jgrpp
# Conflicts:
#	.gitignore
#	src/network/network_server.cpp
#	src/vehicle_gui.cpp
4 years ago
Jonathan G Rennison 152cba7156 Doc: Update low level changes documentation 4 years ago
Jonathan G Rennison f998b1eaa6 Only do RV leader check within uncached area 4 years ago
Jonathan G Rennison c1adefc86d Only do RV leader check if there are multiple target candidates 4 years ago
Jonathan G Rennison e05f4b2faf Use front vehicle for vehicle orders in RV YAPF leader check 4 years ago
Jonathan G Rennison 49fdc9c77a Merge branch 'pr-138' into jgrpp 4 years ago
Jonathan G Rennison c93cffed64 Tidy up PR #138 4 years ago
Yourself 087cae82fc Add: zero tree growth setting 4 years ago
Michael Lutz 00eccbe298 Add: [CMake] Source group definitions to create file filters in generated project files (like the old MSVC projects). 4 years ago
glx22 db0bf20fbb Fix: ignore more things 4 years ago
frosch c434387794 Fix: Adjust .gitignore to CMake build system. 4 years ago
Abdurrahmaan Iqbal 7d2db99bfd Fix #7772: Show destination on mouseover when vehicle stopped (and not in depot) 4 years ago
TrevorShelton c39d62c245 Update: Disuse of STR_ERROR_INCOMPATIBLE_ROAD 4 years ago
TrevorShelton c7e391da93 Change #8162: Conversion of Town Road, Impr. Error
This changes the error when you attempt to convert a road owned by a town to another road, specifying that it's owned by the town rather than simply being incompatible. As the original poster of the issue pointed out, these seemed to be the only occurences of the incompatible road string, so now it's unused, but they would be left untouched in case of future use or since changing it to a different error would do the work of removing it then. If requested, it likely wouldn't be too difficult to remove the string entirely.
4 years ago
Jonathan G Rennison 48b15bb7b8 Avoid superfluous calls to SetDirtyAsBlocks when dragging window
See: #170
4 years ago
Jonathan G Rennison e8843cb979 Merge branch 'pr-169' into jgrpp 4 years ago
Jonathan G Rennison 002e99ac34 Debug: Show tile info on separate lines in vehicle debug window 4 years ago
Jonathan G Rennison 053d4f3bff Fix: Thread unsafe use of SendPacket for PACKET_SERVER_MAP_SIZE
NetworkTCPSocketHandler::SendPacket is not thread safe and may not
be used concurrently from multiple threads without suitable locking
4 years ago
Jonathan G Rennison 1f5de8b82c Auto separation: Remove circular linked list, use new algorithm 4 years ago
Jonathan G Rennison 2219a1a5b7 Debug: Add ahead/behind separation vehicles to vehicle debug window 4 years ago
Alex Brooke e0fb398bbd
Fix: debian package dependencies 4 years ago
Jonathan G Rennison c81c805856 Timetable auto: Add an absolute threshold for congestion detection
In addition to existing proportional threshold
4 years ago
Jonathan G Rennison 73340fc112 Timetable auto: Clear timetabled flag with travel time when congested 4 years ago
Jonathan G Rennison 3a65346abc Timetable auto: Skip congestion check for depot service orders 4 years ago
Jonathan G Rennison 21a4c97a8a Fix general transparency hotkey not updating vehicles in tunnels 4 years ago
Jonathan G Rennison 894fd6c609 Add separation state to DumpVehicleFlags 4 years ago
Jonathan G Rennison b7a9f9901a Auto-separation: Do not clear separation on congestion
Clear timetable started, and do no separate using vehicles
without timetable started
4 years ago