Commit Graph

24178 Commits (11a10299d19d5126c158cc4c0f5141542117c6f1)
 

Author SHA1 Message Date
translators a8f9520bbd (svn r27763) -Update from Eints:
korean: 6 changes by telk5093
frisian: 2 changes by Fopper
russian: 5 changes by Lone_Wolf
8 years ago
patch-import 7b88f7a290 Add minimum town distance patch, with minor modifications
Move implicitly added value of 20 to setting default.
Adjust setting texts.

From: https://www.tt-forums.net/viewtopic.php?p=1095146#p1095146
8 years ago
Jonathan G Rennison 7f66d4bc6a Merge branch 'cpp-btree' into jgrpp 8 years ago
Jonathan G Rennison 344f39196f cpp-btree: Remove remaining uses of ssize_t
This is due to issues building on Windows
8 years ago
Jonathan G Rennison deb6a4f5c1 Merge branch 'template_train_replacement' into jgrpp 8 years ago
Jonathan G Rennison 939a350864 TBTR: Assume that virtual vehicles are on a suitably powered railtype. 8 years ago
translators a192fa74a7 (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
8 years ago
Jonathan G Rennison a6168dd2f0 Merge branch 'master' into jgrpp
# Conflicts:
#	src/saveload/company_sl.cpp
8 years ago
Jonathan G Rennison 8cf0f354d9 Merge branch 'tracerestrict-sx' into jgrpp 8 years ago
translators 9071d5f07f (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
8 years ago
Jonathan G Rennison 87f583fd99 Merge branch 'tracerestrict' into tracerestrict-sx 8 years ago
Jonathan G Rennison b6e001f20e Fix evaluation of PBS entry signal conditional after reserve through. 8 years ago
Jonathan G Rennison 13f8de58c3 Add instruction move up/down buttons to GUI.
Has block and individual instruction move modes, depending on ctrl.
8 years ago
Jonathan G Rennison f10c32de53 Fix removal of double-length conditional instructions (PBS entry signal). 8 years ago
Jonathan G Rennison a2a8f7f7b7 Change goto signal button in GUI to have push-button behaviour. 8 years ago
Jonathan G Rennison f192865c27 Allow shallow-removing conditional blocks by use of ctrl+click. 8 years ago
Jonathan G Rennison 0ebfcc23a5 Implement instruction scroll-to for PBS entry signal conditional in GUI. 8 years ago
frosch 60f7168c22 (svn r27760) -Change: Enable realisitic train and road vehicle acceleration by default. 8 years ago
frosch 40eee1e3a2 (svn r27759) -Fix: strgen compilation 8 years ago
frosch ce32ca4dc6 (svn r27758) -Change: Increase the maximum number of GameScript texts to 64k, and NewGRF texts to 512k. 8 years ago
frosch 0c1fcc02ec (svn r27757) -Change: Make StringID 32bit. 8 years ago
frosch 49b940f69c (svn r27756) -Codechange: Add StringTab enum 8 years ago
frosch b54a79f13e (svn r27755) -Codechange: Move TAB_SIZE to strings_type.h and use it consistently. 8 years ago
frosch 02967c3c08 (svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and MakeStringID() to access the structure of StringIDs. 8 years ago
translators d5c6760c85 (svn r27753) -Update from Eints: 8 years ago
alberth fa81e20390 (svn r27752) -Cleanup: Remove obsolete strings from other languages as well. 8 years ago
alberth 34ca88c098 (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)
8 years ago
alberth 5bcca41ace (svn r27750) -Codechange: Add cb37 result type to the cargo suffix. 8 years ago
alberth c9a8360419 (svn r27749) -Codechange: Fold cb37 cargo suffix text in a structure. 8 years ago
translators 04040a6a6d (svn r27748) -Update from Eints:
polish: 1 change by wojteks86
8 years ago
Jonathan G Rennison c080a3c42c Version: Committing version data for tag: jgrpp-0.17.2 8 years ago
Jonathan G Rennison bdc5820836 Merge branch 'master' into jgrpp
# Conflicts:
#	src/road_cmd.cpp
8 years ago
Jonathan G Rennison df3c10c523 Merge branch 'infrastructure_sharing' into jgrpp
# Conflicts:
#	src/infrastructure.cpp
#	src/order_cmd.cpp
8 years ago
Jonathan G Rennison f3b1059930 Fix order removal due to shared-infra company deletion.
Order totals were not updated correctly, implicit orders not handled
properly, etc.
Create generic function for vehicle order filtering.
Use for station deletion and infra sharing company deletion.
8 years ago
Jonathan G Rennison 091c30e254 Merge branch 'custom_bridgeheads' into jgrpp 8 years ago
Jonathan G Rennison 3278051913 Fix crash when removing secondary road type from tunnel. 8 years ago
Jonathan G Rennison c6fa52f1f1 Fix wrong calculation of road tunnel infrastructure counts. 8 years ago
Jonathan G Rennison adb4463e5e Add console command to check caches. 8 years ago
Jonathan G Rennison 3813b3ca09 Dump infrastructure totals when mismatch detected in CheckCaches. 8 years ago
Jonathan G Rennison e11f295b29 Change console command to unblock heliports to be unlisted. 8 years ago
Jonathan G Rennison 2fbeb29277 Merge branch 'crashlog_improvements' into jgrpp
# Conflicts:
#	src/misc.cpp
#	src/openttd.cpp
8 years ago
Jonathan G Rennison 349ddd90b7 Maintain a circular buffer of recent commands, add to crashlog.
Add console command to dump command log.
Increase max crashlog size.
8 years ago
Jonathan G Rennison 3884ea5da1 Add option for console commands to be unlisted. 8 years ago
Jonathan G Rennison 3ba859727c Increase verbosity of asserts in OrderList::DebugCheckSanity. 8 years ago
Jonathan G Rennison fe150d097d Merge branches 'cpp-btree' and 'progsig-sx' into jgrpp 8 years ago
Jonathan G Rennison e459ebe2ad Remove assert.h include from progsig, as this overrides OpenTTD's assert 8 years ago
Jonathan G Rennison 418e9f4158 Remove assert.h include from btree.h, as this overrides OpenTTD's assert 8 years ago
Jonathan G Rennison 064a36b319 Merge branch 'crashlog_improvements' into jgrpp 8 years ago
Jonathan G Rennison 102405e082 Fix recursive faults in Window crash logger due to message box event loop. 8 years ago
Jonathan G Rennison 018cc59079 Add scope logging for IndividualRoadVehicleController. 8 years ago