summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-31(svn r27838) -Fix: Small news window's fake caption (r19943) was not sized ↵peter1138
to fit its text.
2017-03-30(svn r27837) -Fix (r26969): Black remap did nothing in 8bpp-simple blitter.peter1138
2017-03-30(svn r27836) -Update from Eints:translators
catalan: 2 changes by juanjo
2017-03-29(svn r27835) -Update from Eints:translators
norwegian (bokmal): 37 changes by eirik174
2017-03-29(svn r27834) -Change: Parse extmidi command string for parameters to pass on.peter1138
2017-03-28(svn r27833) -Change: Trackdir maps directly to TrackdirBitspeter1138
2017-03-27(svn r27832) -Fix: Missing or incorrect colour codes in translationspeter1138
2017-03-26(svn r27831) -Fix (r24577): Misaligned resize icon (due to widget bounds ↵peter1138
being inclusive)
2017-03-26(svn r27830) -Update from Eints:translators
catalan: 6 changes by juanjo italian: 1 change by lorenzodv russian: 6 changes by Lone_Wolf
2017-03-25(svn r27829) -Fix (r27821): Occasional crash caused by mixing int/uint ↵peter1138
arithmetic.
2017-03-25(svn r27828) -Update from Eints:translators
croatian: 2 changes by VoyagerOne italian: 6 changes by lorenzodv english (us): 15 changes by Supercheese latin: 15 changes by Supercheese
2017-03-25(svn r27827) -Codechange (r27819): Deduplicate code. (adf88)frosch
2017-03-24(svn r27826) -Fix (r27825): Wrong code stylepeter1138
2017-03-24(svn r27825) -Feature [FS#4950]: Add option to close windows with right ↵peter1138
click (Flamefire)
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 r27792) -Add: [Win32] .gitignore for IntelliSense database of VS2015 ↵michi_cc
Update 2.
2017-03-13(svn r27791) -Fix (r27790) [FS#6366]: Try #2. Now also for Visual Studio 2010.michi_cc
2017-03-13(svn r27790) -Fix [FS#6366]: [Win32] Mark OpenTTD as DPI-aware to avoid OS ↵michi_cc
window scaling that breaks mouse input.
2017-03-13(svn r27789) -Update from Eints:translators
polish: 3 changes by wojteks86 greek: 1 change by kyrm