Fix some daylength issues, possible division by zero in main menu.
[openttd-joker.git] / README.md
blob2f3251830e6df733662c6a76c43d9a3c064d2097
1 ## Joker's Patchpack version 1.23.0
3 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
4 This patch pack is a collection of features created by various developers.
5 I added my own features to the collection and make the rest work together. 
6 But the credits for features or improvements not created by me 
7 goes to the original developers.
9 * * *
11 OpenTTD is a transport simulation game based upon the popular game Transport
12 Tycoon Deluxe, written by Chris Sawyer. It attempts to mimic the original
13 game as closely as possible while extending it with new features.
15 OpenTTD is licensed under the GNU General Public License version 2.0,
16 but includes some 3rd party software under different licenses. See the
17 section "Licensing" in readme.txt for details.
19 * * *
21 See [readme.txt](readme.txt) for the original OpenTTD readme.
23 The thread for this patchpack can be found [here](https://www.tt-forums.net/viewtopic.php?f=33&t=74365).
25 See [joker-changelog.md](joker-changelog.md) for changelog.
28 #### This patchpack contains the following
30 * Variable day length setting
32 * 255 GRFs in single AND multiplayer mode
34 * Increase number of available rail track types from 16 to 32
36 * Automated timetables and separation with several different separation modes.
38 * Enhanced viewport with higher zoom levels and tool tips
40 * Template-based train replacement
42 * Plan drawing on the map
44 * Stations now keep a history of waiting cargo which can be displayed as a graph (last 48 days in 2 day increments)
46 * Multiple rail-type sets should now be more compatible with eachother.
48 * Rail types are sorted differently in the toolbar dropdown, first by compatibility, then by max speed.
50 * Routing restriction signals
52 * Logic signals
54 * Upgrade airports
56 * Vehicle group info
58 * Zoning Toolbar (overlay to mark Routing Restriction Signals, station catchment and other data)
60 * Departure boards for stations
62 * Town cargo generation factor
64 * Vehicles visible in tunnels (transparency setting)
66 * Signals in tunnels and on bridges (with support for path signals)
68 * Measurement tool in landscaping toolbar
70 * Timetabling waiting time in depots
72 * Minimap screenshots (extra button in the minimap window)
74 * Rating in town label
76 * Changed tree growth. Less trees at level 1 and approaching the tree line on mountains.
78 * Enable building rivers in game
80 * More conditional orders
82 * Include the most relevant information based on the selected sorting in the vehicle group 
84 * Include the train length and group name in the vehicle details window
86 * Flat minimap screenshots for traffic, terrain height, owner and industry map views
88 * Pause on savegame load if ctrl key is pressed.
90 * Reverse at waypoint orders
92 * Vehicle lifetime profit
94 * Hierarchical group collapse
96 * Ship collision avoidance
98 * Polyline rail track building tool
100 * Cargo type orders, this allows order load/unload types to be set per cargo type
102 * Towns can be connected by public roads during map creation
104 * When building tunnels, open new viewports at the far end of the tunnel when the 'v' key is pressed
106 * Custom bridge heads for road bridges
108 * Chunnels (tunnels under bodies of water)
110 * Improved train purchase window (can be activated in settings). Shows locomotives and wagons separately.
112 * Minimum distance between towns can be set during world creation
114 * Maximum height level for towns (no more big cities on mountain tops)
116 * Transfer payment is payed out once the cargo reaches its destination
118 * Better road vehicle overtaking behavior. They now mostly ignore opposing traffic but are now capable of truly using both lanes of one way roads. (Think highways)
120 * Level crossing improvements
121   * Adjacent level crossings now close
122   * Trains can no longer collide with road vehicles (reasoning behind this is that such crashes cannot be prevented.)
124 * Towns build bridges over rails
126 * Vehicles now only service in the depot in their orders list if there is one. Since trains can have a hard time finding their depot they go through their normal orders list (without loading at stations) until they reach it. If no depot is in the orders the default behavior is executed.
128 * Performance improvements (code by JGR from JGR Patch Pack)
130 * Multiple docks per station
132 * Cargo type filter in vehicle list windows
134 * Vehicle trip history window
136 * Better algorithm for river creation. Also longer rivers become wider than just one tile. (This works best with a map created with a custom heightmap since standard generated maps have too many small valleys and lakes)
138 * Station ratings now have helpful tooltips
140 * Station ratings now ignore time between vehicle arrival, so people playing with fewer longer trains are not punished more than people playing with more, shorter trains.
142 * Miscellaneous  
143   * Unused tracks are overgrown by grass (purely visual, can be deactivated in settings)
144   * Make 'cargo payment rates' graph more useful by basing it on vehicle speed
145   * Increase maximum setting limits for per-company vehicle-type limits.
146   * Increase maximum permitted vehicle name length, vehicle group name length, and depot/station name lengths
147   * Various minor fixes
148   * Rail fences can be hidden by a setting (In the settings dropdown)
149   * Taxes (a percentage of the company value) are payed by each company. This punished dead cash and rewards investment.
151 #### Compiler 
153 C++11 support is required.
155 Up-to-date versions of MSVC work best. I do not personally maintain any other compiler toolchain or other platforms than Windows. If you want to help with that, please create a pull request on GitHub.