summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-16(svn r27668) -Feature: [NewGRF] Allow composing vehicles from multiple sprites.frosch
2016-10-16(svn r27667) -Codechange: Add VehicleSpriteSeq::GetBounds and Draw.frosch
2016-10-16(svn r27666) -Codechange: Pass vehicle sprites around using a struct ↵frosch
VehicleSpriteSeq.
2016-10-16(svn r27665) -Fix: When dragging crashed vehicles, also draw them as crashed ↵frosch
at the mouse cursor.
2016-10-16(svn r27664) -Codechange: Deduplicate code for animating effect vehicles.frosch
2016-10-16(svn r27663) -Codechange: Deduplicate code when rotating crashed vehicles.frosch
2016-10-16(svn r27662) -Codechange: Deduplicate code using GetSingleVehicleWidth.frosch
2016-10-12(svn r27661) -Update from Eints:translators
portuguese: 1 change by Samu
2016-10-10(svn r27660) -Update from Eints:translators
portuguese: 7 changes by Samu
2016-10-09(svn r27659) -Update from Eints:translators
portuguese: 25 changes by Samu
2016-10-06(svn r27658) -Update from Eints:translators
danish: 1 change by Knogle
2016-10-02(svn r27657) -Change: Replace another occurence of the ancient tilehash ↵frosch
function with the newer one. This time to make rough land appear more random.
2016-09-18(svn r27656) -Fix [FS#6511]: When removing objects of bankrupt companies the ↵frosch
tiles may revert to canal. In that case also check the ownership of the canal.
2016-09-06(svn r27655) -Update from Eints:translators
romanian: 2 changes by kkmic
2016-09-05(svn r27654) -Change: Enable C++11 for clang 3.3 (LordAro)frosch
2016-09-04(svn r27653) -Fix(r27647): Rename FileOperation enum and values to ↵alberth
SaveLoadOperation to avoid nameclash with windows compiler toolkit.
2016-09-04(svn r27652) -Fix(r27650): Use the file operation being performed to set the ↵alberth
_sl.action variable.
2016-09-04(svn r27651) -Codechange: Introduce methods for setting the name and title ↵alberth
of _file_to_saveload.
2016-09-04(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and ↵alberth
DetailedFileType.
2016-09-04(svn r27649) -Codechange: Introduce detailed file type enum, rebuild ↵alberth
FiosType with it.
2016-09-04(svn r27648) -Codechange: Remove remaining _saveload_mode usage.alberth
2016-09-04(svn r27647) -Codechange: Introduce file operations, and use it to replace ↵alberth
most of SaveLoadDialogMode
2016-09-04(svn r27646) -Codechange: Move _fios_items variable into the SaveLoadWindow ↵alberth
class.
2016-09-04(svn r27645) -Add: Give console commands their own file list storage.alberth
2016-09-04(svn r27644) -Codechange: Split GetFiosItem into BuildFileList and FindItem, ↵alberth
and move both to FileList.
2016-09-04(svn r27643) -Codechange: FiosGetDrives function also takes a destination ↵alberth
file list.
2016-09-04(svn r27642) -Codechange: FiosGet* file query functions take a destination ↵alberth
file list.
2016-09-04(svn r27641) -Codechange: Fold the _fios_items file list vector into its own ↵alberth
class.
2016-09-04(svn r27640) -Codechange: Remove another use of _saveload_mode in the ↵alberth
loading code.
2016-09-04(svn r27639) -Codechange: Also always set the abstract ↵alberth
FileToSaveLoad::filetype when setting a mode.
2016-09-04(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType ↵alberth
function.
2016-09-04(svn r27637) -Codechange: Don't use _saveload_mode for scenario loading ↵alberth
detection.
2016-09-04(svn r27636) -Codechange: Rename FileType to AbstractFileType.alberth
2016-09-04(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure ↵alberth
definitions.
2016-09-04(svn r27634) -Codechange: Improve name of the SmallFiosItem struct.alberth
2016-09-04(svn r27633) -Codechange: Extract _saveload_mode use from BuildFileListalberth
2016-08-15(svn r27632) -Feature: When dragging vehicles in group or depot GUI, draw ↵frosch
the complete articulated vehicle.
2016-08-15(svn r27631) -Codechange: Split GetSingleVehicleWidth from GetVehicleWidth.frosch
2016-08-15(svn r27630) -Codechange: Deduplicate code to attach vehicle to cursor.frosch
2016-08-15(svn r27629) -Fix: When dragging multiple vehicles in the depot, make the ↵frosch
destination gap as long as the chain instead of just considering the first vehicle.
2016-08-15(svn r27628) -Codechange: Prepare for drawing cursors consisting of multiple ↵frosch
sprites.
2016-08-15(svn r27627) -Codechange: Deduplicate some cursor magic into SetMouseCursorBusy.frosch
2016-08-15(svn r27626) -Codechange: Do not use the cursor sprite as PlaceObject status ↵frosch
in the main toolbar.
2016-08-15(svn r27625) -Doc: CursorVarsfrosch
2016-08-07(svn r27624) -Update from Eints:translators
spanish (mexican): 24 changes by Absay
2016-07-24(svn r27623) -Fix (r27616) [FS#6492]: Missed two version checks, and messed ↵frosch
one up.
2016-07-22(svn r27622) -Change: In industry map view, give visible industry types the ↵frosch
highest tile priority, and hidden industry types a lower one. This way filtered and highlighted industries are not hidden by overlapping tiles in zoomed-out smallmap. (adf88)
2016-07-22(svn r27621) -Fix (r27620): Committed too early.frosch
2016-07-22(svn r27620) -Codechange: Inline GetEffectiveTileType (adf88)frosch
2016-07-22(svn r27619) -Update: Baseset translationsfrosch