Commit Graph

22729 Commits (69c89c4881925bf913f4ed29082737a6cbde8590)
 

Author SHA1 Message Date
Jonathan G Rennison aa9f44eaec Fix flicker/render errors of bridge/tunnels in viewport map mode.
Fix bridges not being rendered when the region to be repainted
did not intersect with either of the bridge ends.
Fix flicker due to non-deterministic ordering of the two bridge/tunnel
ends (if the tile heights of the two ends are different).
9 years ago
Jonathan G Rennison 196b78af30 Merge branch 'zoning' into jgrpp 9 years ago
Jonathan G Rennison c120b810d1 Mark dirty the catchment of a station on change as necessary for zoning.
If the zoning mode is station catchment, or unserved industry/building,
mark dirty the station catchment rectangle before removing, or after
adding, (a) station tile(s).
In the case of unserved industry mode, increase the refreshed catchment
radius by 10 tiles, to wholly include industries partially inside
the catchment area.
9 years ago
Heiko August caab30e26e Merge remote-tracking branch 'upstream/jgrpp' into jgrpp 9 years ago
Jonathan G Rennison 169a979737 Merge branch 'signal_tunnels_bridges-sx' into jgrpp
Conflicts:
	src/tunnelbridge.h

(Fixup zoom level changes).
9 years ago
Jonathan G Rennison b96a2f7bd7 Merge branch 'signal_tunnels_bridges' into signal_tunnels_bridges-sx 9 years ago
Jonathan G Rennison 95a329a4b9 Fix signals on far side of bridge not being updated when adding/removing signals. 9 years ago
Jonathan G Rennison b3e03e8cf9 Fix middle of bridge not being redrawn when adding removing signals. 9 years ago
Jonathan G Rennison e07e4fdb8e Merge branch 'master' into signal_tunnels_bridges 9 years ago
Jonathan G Rennison bc2094d261 Update project files. 9 years ago
Jonathan G Rennison 4e3e4378b3 Merge branch 'vehicle_repair_costs-sx' into jgrpp 9 years ago
Jonathan G Rennison 98047b5d87 Merge branch 'departure-boards-sx' into jgrpp 9 years ago
Jonathan G Rennison 8fa7b8d8cb Merge branch 'vehicle_repair_costs' into vehicle_repair_costs-sx 9 years ago
Jonathan G Rennison def0347ea8 Fix compilation on MSVC due to ambiguous overload:
OverflowSafeInt<T,T_MAX,T_MIN>::operator /
9 years ago
Jonathan G Rennison 7dc91d0858 Merge branch 'departure-boards' into departure-boards-sx 9 years ago
Jonathan G Rennison b457c67ac1 Update project info. 9 years ago
Jonathan G Rennison 44d545d220 Merge branch 'master' into departure-boards 9 years ago
Jonathan G Rennison 3576488527 Fix departures_widget.h being missing from source.list
Fix whitespace issues.
9 years ago
Jonathan G Rennison b47c8825e7 Merge branch 'auto_timetables-sx' into jgrpp 9 years ago
Jonathan G Rennison fe598efde5 Merge branch 'auto_timetables' into auto_timetables-sx 9 years ago
Jonathan G Rennison 37140f0038 Fix distribution of shared order timetable start dates.
(Ctrl-click on start date in timetable GUI)
This is due to a scaling issue.
9 years ago
Jonathan G Rennison 8d19727c93 Merge branch 'save_ext' into jgrpp
Conflicts:
	src/pathfinder/follow_track.hpp
9 years ago
Jonathan G Rennison 1234bdb07c Fix compilation issue with MSVC due to ordering of noreturn and cdecl. 9 years ago
Jonathan G Rennison a0b0641a8b Merge branch 'master' into save_ext 9 years ago
Jonathan G Rennison 3b60379a42 Merge branch 'signal_tunnels_bridges-sx' into jgrpp 9 years ago
Jonathan G Rennison 5d774e5844 Merge branch 'signal_tunnels_bridges' into signal_tunnels_bridges-sx 9 years ago
Jonathan G Rennison 4759019cf5 Fix vehicles emitting smoke when stopped at a bridge signal. 9 years ago
Jonathan G Rennison 654afdc113 Fix removing signals from bridges not updating adjacent signals.
Fix minor whitespace/code issues.
9 years ago
Jonathan G Rennison d65ddc8985 Merge branch 'auto_timetables-sx' into jgrpp 9 years ago
Jonathan G Rennison 61aad7ce2a Change the default auto timetable separation rate to 40%.
This is to improve jam-resistance by default.
9 years ago
Jonathan G Rennison bb2944381f Merge branch 'vehicle_group_info' into jgrpp 9 years ago
Jonathan G Rennison 0dbbd19223 Merge branch 'enhanced_viewport_overlay' into jgrpp 9 years ago
Jonathan G Rennison ff588acb69 Merge branch 'enhanced_viewport_overlay' into enhanced_viewport_overlay-sx 9 years ago
Jonathan G Rennison 71a662ef84 Avoid closing nested templates with >> for backwards compatibility.
(cherry picked from commit bdf0216bf0)
9 years ago
Jonathan G Rennison 129e14d817 Fix redrawing/clearing of vehicle route lines.
Fix new route lines not being (fully) added in a timely manner.
Fix old lines not being (fully) removed until a scroll/zoom.
Fix the screen invalidation algorithm assuming that the terrain is
perfectly flat at at near sea level. (Use of MarkTileDirtyByTile to
clear lines which do not follow tile height contours).
9 years ago
Jonathan G Rennison 248bd3b2f7 Vehicle group info: make margins around text symmetric. 9 years ago
frosch ba955956cb (svn r27428) -Fix: When selecting a refit cargo for orders, do not check whether the vehicle is in a depot or station, and do not ask whether the vehicle currently allows station-refitting. Also hide the refit cost for orders, it is not predictable. 9 years ago
frosch ade25fff71 (svn r27427) -Fix: Use the NewGRF railtype sorting order in the infrastructure window. 9 years ago
frosch 0f8f738942 (svn r27426) -Change: Round loading percentage in loading indicators and conditional orders towards 50%, so that 0% and 100% mean completely empty or full. 9 years ago
frosch c74ffeecd1 (svn r27425) -Fix [FS#5842]: Crash when switching to or taking over companies, when an order window of a vehicle of the new company was opened. Now close those windows. 9 years ago
frosch e51abf1796 (svn r27424) -Fix [FS#6374]: Towns did not connect roads to existing roads, unless they had only a single roadbit. Otoh, towns also tried to connect to single roadbit tiles such as tunnels and depots, even though they were not connectable in the direction of interest. 9 years ago
frosch 34627862c6 (svn r27423) -Fix: When towns expanded single-bit roadtiles using a grid-layout, they used the layout position of the neighbouring tile. 9 years ago
frosch 1e897531cb (svn r27422) -Fix [FS#6341]: Aircraft picked the wrong airport entry point, if airports were rotated by 180 degree. (marcole) 9 years ago
frosch 7be7851b94 (svn r27421) -Fix [FS#6265]: Consider text and icon sizes when drawing the client list. (_dp_) 9 years ago
frosch 49a18025f8 (svn r27420) -Fix [FS#6362]: GrowTownAtRoad sometimes returned false, even when a house was built. (_dp_) 9 years ago
frosch 51787a3465 (svn r27419) -Fix [FS#6369]: CmdSellRailWagon did not revert all actions properly when no orderlist could be allocated. (Juanjo) 9 years ago
frosch 147b53fbff (svn r27418) -Fix [FS#6329] [FS#6379]: Desync due to incorrect storage of segments with different railtype in the YAPF cache. (JGR) 9 years ago
Jonathan G Rennison 8154d524e7 Version: Committing version data for tag: jgrpp-0.7.0 9 years ago
Jonathan G Rennison e191dc959c Fix stray uses of override instead of OVERRIDE macro. 9 years ago
Jonathan G Rennison 6cb978fa94 Update readme with desync/debug additions. 9 years ago