Commit Graph

22537 Commits (3ad3f90f7a3272196e6a60ad920ebbab0a8cea7d)
 

Author SHA1 Message Date
Jonathan G Rennison ea5c33029b Fix various whitespace and style issues. 9 years ago
Jonathan G Rennison 218758fc86 Remove some of the Russian translations, as they are out-of-sync. 9 years ago
patch-import c757a97214 Import more conditional orders patch
http://www.tt-forums.net/viewtopic.php?p=1033223#p1033223
9 years ago
Jonathan G Rennison 591d2ee8b9 Merge branch 'ingame_rivers' into jgrpp
Conflicts:
	src/settings_gui.cpp
	src/settings_type.h
9 years ago
Jonathan G Rennison 805986811a Merge branch 'save_ext' into jgrpp 9 years ago
Jonathan G Rennison bdf0216bf0 Avoid closing nested templates with >> for backwards compatibility. 9 years ago
Jonathan G Rennison 659b6b7337 PATX settings: Various changes to support legacy compilers. 9 years ago
Jonathan G Rennison 9c75a3c477 Enable building rivers in-game.
Controlled by setting, default off.
9 years ago
Jonathan G Rennison e257b23cba Merge branch 'tracerestrict-sx' into jgrpp 9 years ago
Jonathan G Rennison 6c32cca5b9 Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison 38aaf8a921 Fix compilation on legacy compilers. 9 years ago
Jonathan G Rennison 58780fb109 Merge branch 'everest_treeline-sx' into jgrpp 9 years ago
Jonathan G Rennison 3caa662c77 Timetable GUI: Scale dates/times by day length factor. 9 years ago
Jonathan G Rennison 010c290511 Departures: Scale dates in departures window by day length factor. 9 years ago
Jonathan G Rennison 803e8970c3 Departures: Fix major memory leak in MakeDepartureList. 9 years ago
Jonathan G Rennison c6f38acbd6 Departures: Fix indentation/whitespace issues. 9 years ago
Jonathan G Rennison 64a6f5c0d4 Merge branch 'jgrpp' into save_ext_spp 9 years ago
Jonathan G Rennison efb1ba3337 Add GUI settings and setting/help texts.
Move tree-related functions into their own GUI sub-category.
9 years ago
Jonathan G Rennison 381d11096f Bin no_trees_on_this_level, use exp. decay away from snow line.
Probability of placing an arctic tree is now an exponential decay
function of height distance from the snow line, instead of the previous
50% blocks.
This results in a more gradual thinning out of arctic trees in
each direction.
The algorithm is: p = exp(-3 * distance / range_setting),
using a rather crude approximation of the exponential function.

The no_trees_on_this_level setting is not really useful, and its
dual behaviour to disallow discrete height levels and turn on the
snow line behaviour is unintuitive.
Replace it with a simple on/off setting.
9 years ago
Jonathan G Rennison 3b120c6cbd Merge branch 'save_ext' into everest_treeline-sx 9 years ago
Jonathan G Rennison efe85200f0 Import Everest treeline patch 9 years ago
frosch 8c389a2a96 (svn r27389) -Fix: There are two different availability conditions for fdatasync in the manpage. Use them both, since at least on some MinGW versions one is not enough. 9 years ago
translators 8f36c49ffa (svn r27388) -Update from WebTranslator v3.0:
dutch - 4 changes by TheTycoonist
9 years ago
Jonathan G Rennison f2d0c3a441 Merge branch 'tracerestrict-sx' into jgrpp
Conflicts:
	src/gfxinit.cpp
	src/rail_cmd.cpp
	src/table/sprites.h
9 years ago
Jonathan G Rennison 6643d0a661 Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison 46817994bf Include GRFs in bundle output. 9 years ago
Jonathan G Rennison 8faead7e7a Graphically indicate restricted signals by recolouring the signal post.
Recolour signal posts from grey to blue for restricted signals which
are not semaphores and are not custom sprites.
9 years ago
Jonathan G Rennison 88d45e5e2c Clear rail ageing data on load. 9 years ago
Jonathan G Rennison 96ccd9333a Clear PAX stations/signals and traffic lights on load.
This clears the tracerestrict bit if there are no mappings on a tile.
9 years ago
Jonathan G Rennison 614b3d8ab5 Trace restrict: Handle removing mapping from refcount 2 empty program.
Instead of leaving the other mapping pointing to an empty unshared
program, find and delete it.
9 years ago
translators 284c9dd342 (svn r27387) -Update from WebTranslator v3.0:
dutch - 2 changes by TheTycoonist
9 years ago
Jonathan G Rennison ba8d8d99b8 Add support for loading SpringPP savegame versions 221 and 222.
These correspond to versions from v2.1.108 and v2.1.147.
The oil rig airport type bug is fixed as of version 221.
The oil rig type has been moved, but this is not a problem as
the afterload code already remaps it to the correct value.
The cost scaling issue also seems to have been mostly fixed
as of version 221.
9 years ago
Jonathan G Rennison 279eac6e57 Reject SpringPP games with huge airports or helis approaching oil rigs.
Huge airports are not supported.
Annoyingly SpringPP has a bug where it uses the same ID for
AT_INTERCONTINENTAL2 and AT_OILRIG.
Consequently any aircraft approaching an oil rig in an SPP game
will be using the wrong aircraft movement data, and this will go
badly wrong as soon as the game is unpaused.
9 years ago
Jonathan G Rennison b5c453b21e Add generic mechanism to cross-ref settings at load time.
This is useful for loading settings from legacy/special versions,
where the corresponding setting is somewhere else and/or a PATX setting,
with duplicating all the info.
Use this to load SpringPP settings which have a corresponding setting.
9 years ago
Jonathan G Rennison d3bab84374 Apply rename/typo fix of XSLFI_IMPROVED_BREAKDOWNS. 9 years ago
Jonathan G Rennison 01c938e1e9 Include GRFs in bundle output. 9 years ago
Jonathan G Rennison 55af40c456 Merge branch 'signal_tunnels_bridges-sx' into jgrpp 9 years ago
Jonathan G Rennison 6d5833dfe8 Merge branch 'house_placing' into jgrpp 9 years ago
Jonathan G Rennison 74e5d97fcb Merge branch 'save_ext' into signal_tunnels_bridges-sx 9 years ago
Jonathan G Rennison a5f00c1df5 Merge branch 'signal_tunnels_bridges' into signal_tunnels_bridges-sx 9 years ago
Jonathan G Rennison 20f1f48983 Fix add/removing signals on bridges/tunnels not checking train occupancy.
Fix compiler warning.
9 years ago
Jonathan G Rennison 3e8611fca1 House placing: Fix uninitialised variable. 9 years ago
Jonathan G Rennison 880d455ea9 Merge branch 'progsig-sx' into jgrpp 9 years ago
Jonathan G Rennison 0693d3678a Progsig: Fix some benign compiler warnings and whitespace issues. 9 years ago
Jonathan G Rennison 9283ae38df Merge branch 'save_ext' into progsig-sx 9 years ago
Jonathan G Rennison 034279c0e8 Merge branch 'save_ext' into jgrpp 9 years ago
Jonathan G Rennison a8cc81d054 Initialiser list fixes for legacy compilers. 9 years ago
Jonathan G Rennison ef5ecdb2c7 Merge branch 'git_findversion_fix' into save_ext 9 years ago
Jonathan G Rennison 01482ba6b4 Fix findversion.sh using descendant instead of ancestor tags for the version string. 9 years ago
Jonathan G Rennison 0f88bcf380 Merge branch 'improved_breakdowns-sx' into jgrpp 9 years ago