summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-03-24(svn r27824) -Update from Eints:translators
catalan: 7 changes by juanjo croatian: 4 changes by VoyagerOne korean: 15 changes by telk5093 scottish gaelic: 54 changes by GunChleoc
2017-03-24(svn r27823) -Fix: Vehicle viewport is not user scrollable so flag window as ↵peter1138
such.
2017-03-24(svn r27822) -Feature: Vehicle Group Info: Add profits and occupancy display ↵peter1138
to group vehicle list (mtm, JGR)
2017-03-23(svn r27821) -Change: Draw images in centre of buttons (inspired by Juanjo)peter1138
2017-03-23(svn r27820) -Fix: Allow dropdown to be drawn above origin widget even with ↵peter1138
scrollbar (Juanjo)
2017-03-23(svn r27819) -Fix (r26990): Update viewport sign dimensions when changing ↵peter1138
GUI zoom level.
2017-03-22(svn r27818) -Update from Eints:translators
greek: 36 changes by kyrm
2017-03-21(svn r27817) -Update from Eints:translators
greek: 39 changes by kyrm croatian: 7 changes by VoyagerOne
2017-03-20(svn r27816) -Fix [FS#6421]: Do not search directories when opening ini ↵peter1138
files as we already have their full path.
2017-03-20(svn r27815) -Update from Eints:translators
russian: 7 changes by Lone_Wolf
2017-03-20(svn r27814) -Change: Remove _roadveh_depot_exit_trackdirpeter1138
_roadveh_depot_exit_trackdir was just a copy of DiagDirToDiagTrackdir. (cirdan)
2017-03-20(svn r27813) -Change: Remove _road_enter_dir_to_reachable_trackdirspeter1138
_road_enter_dir_to_reachable_trackdirs was just a copy of DiagdirReachesTrackdirs. (cirdan)
2017-03-20(svn r27812) -Fix: Road tunnel/bridge heads have no trackbits wrt catenary ↵peter1138
drawing Road tunnels and bridges do not have any rail, so do not treat them as if they had when drawing a catenary. (cirdan)
2017-03-20(svn r27811) -Change: Remove unused parameters in FreeTrainTrackReservationpeter1138
FreeTrainTrackReservation is always called with INVALID_TILE and INVALID_TRACKDIR as second and third arguments, so remove them and just use those constants instead. (cirdan)
2017-03-20(svn r27810) -Change: Factor out reservation-handling code in station_cmd.cpppeter1138
Code dealing with freeing and restoring track reservations is duplicated in CmdBuildRailStation and RemoveFromRailBaseStation; make separate functions for it. (cirdan)
2017-03-20(svn r27809) -Codechange: Improve check in UpdateLevelCrossingpeter1138
In UpdateLevelCrossing, checking if a level crossing is reserved is cheaper than finding trains on it or approaching it, so do it first. (cirdan)
2017-03-19(svn r27808) -Codechange: Adjust the size of _track_crosses_trackdirspeter1138
_track_crosses_trackdirs is indexed by a Track, not a Trackdir, so adjust its size accordingly. (cirdan)
2017-03-19(svn r27807) -Codechange: Remove _ship_leave_depot_offspeter1138
There is already TileOffsByDiagDir for that. (cirdan)
2017-03-19(svn r27806) -Codechange: Remove function ShipGetNewDirectionpeter1138
ShipGetNewDirection has no side effects and its return value is ignored by its only caller, so do away with it. Also remove now unused _new_vehicle_direction_table. (cirdan)
2017-03-19(svn r27805) -Codechange: Remove function ShipGetNewDirectionFromTilespeter1138
The only user of ShipGetNewDirectionFromTiles can be better served by DiagdirBetweenTiles, so remove the former. (cirdan)
2017-03-19(svn r27804) -Update from Eints:translators
italian: 7 changes by lorenzodv luxembourgish: 11 changes by Phreeze french: 7 changes by glx
2017-03-18(svn r27803) -Change: Remove obsolete aircraft preview strings from other ↵alberth
languages
2017-03-18(svn r27802) -Add: Display aircraft type in engine preview window (patch by ↵alberth
Samu)
2017-03-18(svn r27801) -Change: Also rename long aircraft preview window strings of ↵alberth
other languages
2017-03-18(svn r27800) -Change: Rename long aircraft string names of the preview windowalberth
2017-03-18(svn r27799) -Add: Display aircraft type in buy window (patch by Samu)alberth
2017-03-18(svn r27798) -Change: Also remove obsolete string from the other languagesalberth
2017-03-18(svn r27797) -Add: Display aircraft type in its vehicle window (patch by Samu)alberth
2017-03-18(svn r27796) -Fix [FS#6545]: 32bpp-anim blitters assumed that pitch and ↵frosch
width of the screen were equal.
2017-03-14(svn r27795) -Update from Eints:translators
luxembourgish: 3 changes by Phreeze
2017-03-14(svn r27794) -Fix [FS#6526]: Chat text background overflowed due to missing ↵peter1138
padding.
2017-03-13(svn r27793) -Fix [FS#6450]: Use of uninitialised variable cause lzo to ↵peter1138
fail. Add check for error status.
2017-03-13(svn r27789) -Update from Eints:translators
polish: 3 changes by wojteks86 greek: 1 change by kyrm
2017-03-13(svn r27788) -Fix [FS#6536]: Get vehicle load amount after executing new ↵peter1138
cargo trigger.
2017-03-12(svn r27787) -Fix: Update scrollbar when rebuilding AI/GS setting list.peter1138
2017-03-12(svn r27786) -Fix [FS#6479]: AI configuration changed incorrect parameter ↵peter1138
when some parameters are hidden.
2017-03-12(svn r27785) -Fix [FS#6508]: Buoys not always drawn after being placed ↵peter1138
depending on zoom level (Samu).
2017-03-12(svn r27784) -Fix [FS#6505]: Allow rail conversion even if ship is on tile ↵peter1138
(Samu).
2017-03-11(svn r27780) -Update: Numbersfrosch
2017-03-11(svn r27778) -Change [FS#6442-ish]: Convenience savegame bump to distinguish ↵frosch
1.7 savegames from 1.6 savegames.
2017-03-11(svn r27777) -Doc: Yearly incrementfrosch
2017-03-11(svn r27776) -Merge: Documentation updates from 1.6 branchfrosch
2017-03-11(svn r27775) -Fix [FS#6510]: Insufficient thread synchronisation when ↵frosch
switching blitters. (JGR)
2017-03-11(svn r27774) -Fix [FS#5889]: Enabling palette animation for 32bpp blitters ↵frosch
while paused skipped initialisation of the palette and resulted in black windows. -Revert (r23978): No SDL-specific fix required anymore. The new fix applies to all backends.
2017-03-07(svn r27772) -Fix [FS#5819]: If the intro game had a savegame version which ↵frosch
contains a NewGRF configuration, then townname NewGRFs would not be activated in the game options.
2017-03-07(svn r27771) -Update from Eints:translators
malay: 27 changes by stress_043
2017-03-05(svn r27770) -Fix [FS#6540]: Initialize variables in station_sl.cpp (JGR)fonsinchen
2017-03-05(svn r27769) -Change: [NewGRF] Extend the DCxx range to D800-DFFF.frosch
2017-03-05(svn r27768) -Codechange: Use if and IsInsideMM instead of switch-case ↵frosch
sequences to test for consecutive values.
2017-03-05(svn r27767) -Codechange: Industries and houses should just use the ↵frosch
default-case in Action 4.