Commit Graph

22925 Commits (35124036102a233c33c9a4762e953ef10f6a5f90)
 

Author SHA1 Message Date
Jonathan G Rennison d2e8d205b9 Tracerestrict: Fix copying an unrestricted signal making an empty program. 9 years ago
translators 16fb5bf9bb (svn r27498) -Update from Eints:
greek: 11 changes by Ferrum
9 years ago
frosch 36e66a17dc (svn r27497) -Change: [NewGRF] Allow static NewGRF to enable the second rocky tile set. 9 years ago
frosch 265c8d090f (svn r27496) -Update: Baseset translations 9 years ago
Jonathan G Rennison 27e0937eef Version: Committing version data for tag: jgrpp-0.10.0 9 years ago
Jonathan G Rennison 3139ff4eaf Trim unnecessary info on bugfixes and debug features from the readme. 9 years ago
Jonathan G Rennison 085476bb2a Merge branch 'master' into jgrpp 9 years ago
translators 3b1696f13a (svn r27495) -Update from Eints:
greek: 37 changes by Ferrum
lithuanian: 1 change by BlinK_
9 years ago
translators d046a02c7d (svn r27494) -Update from Eints:
frisian: 61 changes by gjannema
afrikaans: 1 change by telanus
9 years ago
translators e45f9d32c1 (svn r27493) -Update from Eints:
greek: 10 changes by Ferrum
9 years ago
translators f5359a70be (svn r27492) -Update from Eints:
catalan: 48 changes by juanjo
greek: 2 changes by Jubilee
9 years ago
translators 9c6655a37c (svn r27491) -Update from Eints:
croatian: 1 change by VoyagerOne
9 years ago
translators 45adb8f172 (svn r27490) -Update from Eints:
chinese (simplified): 1 change by siu238X
9 years ago
Jonathan G Rennison ea677cf2bf Merge branch 'improved_breakdowns-sx' into jgrpp 9 years ago
Jonathan G Rennison 417f51db8a Merge branch 'improved_breakdowns' into improved_breakdowns-sx 9 years ago
Jonathan G Rennison 155987a4aa Fix override being used on gcc 4.3 to 4.6. 9 years ago
Jonathan G Rennison b652d1c42a Limit low speed breakdowns to lower of 1/4 max speed or 28km/h. 9 years ago
Jonathan G Rennison 548ea31e83 Fix compilation on gcc before 4.7 due to use of atomic builtins. 9 years ago
translators 5102ba54ea (svn r27489) -Update from Eints:
vietnamese: 1 change by nglekhoi
9 years ago
Jonathan G Rennison c3948ef5e9 Merge branch 'tracerestrict-sx' into jgrpp 9 years ago
Jonathan G Rennison 7d5df6b0db Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison 20a015e9d3 Fix actions_used_flags not being set when cloning tracerestrict programs.
This resulted in newly copied or unshared programs not being evaluated.
9 years ago
Jonathan G Rennison 23ddba38a5 Fix cargo dest overlay not being updated after a zoom change. 9 years ago
translators e1df8edf66 (svn r27488) -Update from Eints:
catalan: 19 changes by juanjo
9 years ago
Jonathan G Rennison f9d4213a3a Merge branch 'vehicle_group_info' into jgrpp 9 years ago
Jonathan G Rennison b45e721faa Fix group info when GUI/font is scaled. 9 years ago
Jonathan G Rennison 30d8cb2d4c Fix font height cache when changing GUI scaling. 9 years ago
translators ee00bef5a9 (svn r27487) -Update from Eints:
spanish: 1 change by SilverSurferZzZ
serbian: 57 changes by stravagante
catalan: 23 changes by juanjo
9 years ago
Jonathan G Rennison 726b5cb4f6 Speed up filtering of which viewport labels should be displayed.
Add an inline, fast, inaccurate check to catch most off-screen labels,
before the relatively slow and expensive checks.
9 years ago
Jonathan G Rennison 5aad0b51a3 Cache font heights in a static fixed array.
This is to avoid significant per-call overhead to get font heights,
as this is performed very frequently.
9 years ago
translators 60733359fa (svn r27486) -Update from Eints:
serbian: 86 changes by stravagante
catalan: 77 changes by juanjo
german: 1 change by mini1025
russian: 1 change by Lone_Wolf
latin: 1 change by Supercheese
9 years ago
Jonathan G Rennison b51dd34fe4 Merge branch 'lifetime_profit-sx' into jgrpp
Conflicts:
	src/saveload/afterload.cpp
	src/saveload/extended_ver_sl.cpp
	src/saveload/extended_ver_sl.h
	src/vehicle_gui.cpp
9 years ago
Jonathan G Rennison 07d24962cd Save/load changes for veh lifetime profit patch. 9 years ago
Jonathan G Rennison d3e95f1c65 Merge branch 'lifetime_profit' into lifetime_profit-sx
Conflicts:
	src/saveload/saveload.cpp
9 years ago
Jonathan G Rennison 179e6df800 Change lifetime profit display string to avoid breaking translations. 9 years ago
Jonathan G Rennison e6cce973ae Merge branch 'master' into save_ext 9 years ago
Jonathan G Rennison e6afc6f048 Display current lifetime profit, instead of the yearly-updated value. 9 years ago
patch-import 71be17729e Import vehicle lifetime profit patch v3
http://www.tt-forums.net/viewtopic.php?p=1161735#p1161735
9 years ago
Jonathan G Rennison 87df28f3a2 Merge branch 'master' into jgrpp 9 years ago
Jonathan G Rennison b9091a0f6c Merge branch 'zoning' into jgrpp
Conflicts:
	src/station_gui.cpp
	src/zoning_cmd.cpp
9 years ago
Jonathan G Rennison 7f84a1c501 Zoning: Add mode to show station catchment only where station window open. 9 years ago
translators 137ecd5377 (svn r27485) -Update from Eints:
croatian: 114 changes by UnderwaterHesus
9 years ago
translators 7ab291af95 (svn r27484) -Update from Eints:
croatian: 4 changes by UnderwaterHesus
english (us): 1 change by Supercheese
serbian: 21 changes by stravagante
latin: 1 change by Supercheese
9 years ago
Jonathan G Rennison efa27abde5 Merge branch 'measurement_tool' into jgrpp 9 years ago
Jonathan G Rennison 95eb2dbd32 Change default measurement tool hotkey to shift-R.
This is to avoid clashing with the rail remove hotkey.
9 years ago
Jonathan G Rennison 5e29b3573f Merge branch 'ingame_rivers' into jgrpp 9 years ago
Jonathan G Rennison 0f56233131 Fix building rivers being disabled in scenario editor mode. 9 years ago
translators 864c6360eb (svn r27483) -Update from Eints:
norwegian (bokmal): 1 change by cuthbert
esperanto: 1 change by LaPingvino
9 years ago
Jonathan G Rennison 33ffa10fe5 Merge pull request #5 from auge8472/translate-de 9 years ago
translators 8e5487c347 (svn r27482) -Update from Eints:
irish: 23 changes by tem
9 years ago