Commit Graph

23210 Commits (cf26d48c9b3f9097bc36509c82cbba9aa5166674)
 

Author SHA1 Message Date
Jonathan G Rennison 6ed6eeb478 Include _current_company in crashlog AI config. 8 years ago
translators 518eeac55f (svn r27525) -Update from Eints:
latin: 18 changes by Supercheese
8 years ago
Jonathan G Rennison a703e2ff58 Increase verbosity of Pool assertion failure messages. 8 years ago
Jonathan G Rennison 6741c98f6b TBTR: Fix virtual trains being created at load using wrong company.
Fix virtual trains showing up in company engine counts.
8 years ago
translators 177c61477a (svn r27524) -Update from Eints:
esperanto: 3 changes by LaPingvino
8 years ago
Jonathan G Rennison 9f82f00f7a Enable bulk timetable change actions for clear time, and set/clear speed. 8 years ago
translators fe4d076dd8 (svn r27523) -Update from Eints:
latvian: 1 change by Jancs
8 years ago
Heiko August aee3b77d99 translate-de: translation for lifetime profit strings 8 years ago
Heiko August af036f3c52 translate-de: translation for ship collision avoidance patch 8 years ago
Heiko August aabecf3998 translate-de: add translation for repair cost patch 8 years ago
Heiko August 40985ccb44 translate-de: add first strings of restricted signals patch 8 years ago
Jonathan G Rennison c949ab72e4 Close read end of pipe after reading in gdb stack trace mode. 8 years ago
Jonathan G Rennison def24030a4 Merge branch 'crashlog_improvements' into jgrpp 8 years ago
Jonathan G Rennison 320233fc9b Fix VehiclePositionIsAllowed triggering assertions on virtual trains.
This fixes the bug where a bankruptcy/company reset when another
company owned a virtual train caused an assertion failure.
8 years ago
Jonathan G Rennison 910edffee0 Add scope info logging for HandleSharingCompanyDeletion. 8 years ago
Jonathan G Rennison a609439d98 Add support for enhanced crash log stacktraces using gdb on Linux.
This attempts to use gdb to attach to the current process and print
a full backtrace.
8 years ago
Jonathan G Rennison f82002cda2 Use likely/__builtin_expect for assertion macros. 8 years ago
Jonathan G Rennison 4e020d4aa2 Increase verbosity of tile_map.h assertions. 8 years ago
Jonathan G Rennison 49988b37b8 Merge branches 'tracerestrict-sx' and 'template_train_replacement-sx' into jgrpp 8 years ago
Jonathan G Rennison ca9f6411cc Implement adding a vehicle list to a new group. 8 years ago
Jonathan G Rennison ec65659baf Merge branch 'tracerestrict' into tracerestrict-sx 8 years ago
Jonathan G Rennison 1f7232631f Merge branch 'template_train_replacement' into template_train_replacement-sx 8 years ago
Jonathan G Rennison cf638e836a TBTR: Clip drawing of template vehicles.
This fixes long templates running off the side of the window and/or
obscuring the train length text.
8 years ago
Jonathan G Rennison 4d94470d08 Update all tracerestrict windows when a restricted signal is removed.
This fixes share counts in any open windows sharing the same program
not being updated.
8 years ago
translators 20373af117 (svn r27522) -Update from Eints:
slovenian: 72 changes by Necrolyte
8 years ago
translators 3912258035 (svn r27521) -Update from Eints:
malay: 5 changes by rionix88
8 years ago
Jonathan G Rennison 8dc76b0044 Be more strict checking for space in program pool in mgmt actions. 8 years ago
Jonathan G Rennison 2d8fa15f06 Version: Committing version data for tag: jgrpp-0.12.0 8 years ago
Jonathan G Rennison c0cc72ad96 Implement change timetable waiting time for all stations.
Loosely based on http://www.tt-forums.net/viewtopic.php?f=32&t=50274
8 years ago
Jonathan G Rennison 57cbecb0e0 Merge branch 'master' into jgrpp 8 years ago
Jonathan G Rennison 26fa77c5ee Run animations at the normal rate regardless of day length factor. 8 years ago
Jonathan G Rennison 0ab20d7f5c Merge branch 'enhanced_viewport_overlay-sx' into jgrpp 8 years ago
Jonathan G Rennison 83c2103895 Merge branch 'enhanced_viewport_overlay' into enhanced_viewport_overlay-sx 8 years ago
Jonathan G Rennison dd7f5dca71 Fix route step lines not being updated when cloning a vehicle's orders. 8 years ago
Jonathan G Rennison 5d42d07988 Merge branch 'tracerestrict-sx' into jgrpp 8 years ago
Jonathan G Rennison df2a1b1bcd Merge branch 'tracerestrict' into tracerestrict-sx 8 years ago
Jonathan G Rennison 1bb3024534 Fix unreserving through a green PBS signal not setting the state to red.
This also had the side effect of failed reservation attempts through
a reserve-through signal leaving the signal erroneously set to green.
8 years ago
frosch fbd79d88f0 (svn r27518) -Update: Numbers 8 years ago
frosch a8b5756718 (svn r27516) -Update: Documentation 8 years ago
translators 8284c69a61 (svn r27515) -Update from Eints:
polish: 1 change by lion
thai: 11 changes by ityellow
8 years ago
translators 815fce8bd9 (svn r27514) -Update from Eints:
turkish: 2 changes by wakeup
8 years ago
translators 4a64ced9b5 (svn r27513) -Update from Eints:
spanish: 5 changes by SilverSurferZzZ
8 years ago
Jonathan G Rennison 7bc407e2f8 Merge branch 'infrastructure_sharing-sx' into jgrpp
# Conflicts:
#	src/settings_type.h
#	src/table/settings.ini
8 years ago
Jonathan G Rennison 4722c81e88 Merge branch 'crashlog_improvements' into jgrpp 8 years ago
Jonathan G Rennison 1818a83e63 Add setting to control whether trains can crash with other companies'. 8 years ago
Jonathan G Rennison 66bac3808e Merge branch 'infrastructure_sharing' into infrastructure_sharing-sx 8 years ago
Jonathan G Rennison cbc35e8aae Try to make scope info logging more robust.
Add checks for validity of Vehicle ptrs in scope_dumper::VehicleInfo.
In Unix mode, try to handle SIGSEGVs when dumping scope info.
8 years ago
translators d9da47f913 (svn r27512) -Update from Eints:
spanish: 6 changes by SilverSurferZzZ
8 years ago
Jonathan G Rennison 495aa729df Fix VehicleCargoList::Truncate when not all cargo is MTA_KEEP. 8 years ago
Jonathan G Rennison 0062881a46 Avoid using malloc in scope guard logger.
Use a temporary object with its own buffer, which lives on the stack.

Reformat SCOPE_INFO_FMT to not be all on one line.
Other minor reformatting.
8 years ago