Commit Graph

16410 Commits (7dbf99fa332f199bd9032cd2bcc17bb9727e28ed)

Author SHA1 Message Date
frosch db38de3b7e (svn r27657) -Change: Replace another occurence of the ancient tilehash function with the newer one. This time to make rough land appear more random. 8 years ago
frosch 740534440e (svn r27656) -Fix [FS#6511]: When removing objects of bankrupt companies the tiles may revert to canal. In that case also check the ownership of the canal. 8 years ago
Jonathan G Rennison d124089d29 Add extended version tag and feature versions to output of -q. 8 years ago
Jonathan G Rennison 94d3700f79 SaveLoad: Add support for saving/loading from a std::vector<T *> 8 years ago
Jonathan G Rennison c752da3a9e SaveLoad: Add support for saving/loading from a std::deque<T *> 8 years ago
Jonathan G Rennison 27ee2da1f7 Merge branch 'cpp-11' into save_ext 8 years ago
Jonathan G Rennison 13fb737bed Add a template parameter for the inner container of MultiMap. 8 years ago
Jonathan G Rennison ea2b04a6be Add C++11 container utility functions. 8 years ago
Jonathan G Rennison 390a22f864 Enable FINAL, (un)linkely, __attribute__ for clang. 8 years ago
translators 737897653a (svn r27655) -Update from Eints:
romanian: 2 changes by kkmic
8 years ago
Jonathan G Rennison 162e495cc9 Merge branch 'save_ext' into tracerestrict-sx
# Conflicts:
#	src/rail_gui.cpp
#	src/saveload/extended_ver_sl.cpp
8 years ago
Jonathan G Rennison a3d0fc5817 Remove an unused extern declaration, update comment. 8 years ago
Jonathan G Rennison 8e8d7e93d5 Tidy up legacy-compatibility code in PATX/PLYX handlers.
Use lambdas instead of manual emulation.
Move an inner struct back into its owner function.
8 years ago
Jonathan G Rennison a6e0b1ac7d Merge branch 'cpp-11' into save_ext 8 years ago
Jonathan G Rennison f7af8b8bdc Silence -Wunused-variable warnings in src/table/townname.h 8 years ago
Jonathan G Rennison 6e9ea59ab5 Add a simple scope guard include file. 8 years ago
Jonathan G Rennison bb6ea150a3 Use likely/__builtin_expect for assertion macros.
(cherry picked from commit f82002cda2)
8 years ago
Jonathan G Rennison 0b7d68a6d1 Add support for verbose asserts.
(cherry picked from commit 48e4c35fdc)
8 years ago
Jonathan G Rennison 51099c3572 Unconditionally use static_assert. 8 years ago
frosch 533cb7c156 (svn r27654) -Change: Enable C++11 for clang 3.3 (LordAro) 8 years ago
alberth f286ba8db2 (svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOperation to avoid nameclash with windows compiler toolkit. 8 years ago
alberth 0b8869930f (svn r27652) -Fix(r27650): Use the file operation being performed to set the _sl.action variable. 8 years ago
alberth e735bbebce (svn r27651) -Codechange: Introduce methods for setting the name and title of _file_to_saveload. 8 years ago
alberth a959c0c965 (svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType. 8 years ago
alberth c3bed437ee (svn r27649) -Codechange: Introduce detailed file type enum, rebuild FiosType with it. 8 years ago
alberth 3b84827773 (svn r27648) -Codechange: Remove remaining _saveload_mode usage. 8 years ago
alberth ec2b2fad58 (svn r27647) -Codechange: Introduce file operations, and use it to replace most of SaveLoadDialogMode 8 years ago
alberth ac72a6b1ed (svn r27646) -Codechange: Move _fios_items variable into the SaveLoadWindow class. 8 years ago
alberth 76cd96e709 (svn r27645) -Add: Give console commands their own file list storage. 8 years ago
alberth 8a9e9f838b (svn r27644) -Codechange: Split GetFiosItem into BuildFileList and FindItem, and move both to FileList. 8 years ago
alberth f618c0d0a5 (svn r27643) -Codechange: FiosGetDrives function also takes a destination file list. 8 years ago
alberth 93baf192a0 (svn r27642) -Codechange: FiosGet* file query functions take a destination file list. 8 years ago
alberth a38cdeccc0 (svn r27641) -Codechange: Fold the _fios_items file list vector into its own class. 8 years ago
alberth c530f89761 (svn r27640) -Codechange: Remove another use of _saveload_mode in the loading code. 8 years ago
alberth b6c29ae4eb (svn r27639) -Codechange: Also always set the abstract FileToSaveLoad::filetype when setting a mode. 8 years ago
alberth e78627f2f1 (svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType function. 8 years ago
alberth b5eb50da7b (svn r27637) -Codechange: Don't use _saveload_mode for scenario loading detection. 8 years ago
alberth 757bc0a97b (svn r27636) -Codechange: Rename FileType to AbstractFileType. 8 years ago
alberth a35e970ab0 (svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definitions. 8 years ago
alberth df2221ba7e (svn r27634) -Codechange: Improve name of the SmallFiosItem struct. 8 years ago
alberth 55c7c21c5d (svn r27633) -Codechange: Extract _saveload_mode use from BuildFileList 8 years ago
Jonathan G Rennison e6c7134935 Merge branch 'master' into save_ext
# Conflicts:
#	src/saveload/saveload.cpp
8 years ago
frosch f46996243b (svn r27632) -Feature: When dragging vehicles in group or depot GUI, draw the complete articulated vehicle. 8 years ago
frosch 0829753fd0 (svn r27631) -Codechange: Split GetSingleVehicleWidth from GetVehicleWidth. 8 years ago
frosch caa9bffb56 (svn r27630) -Codechange: Deduplicate code to attach vehicle to cursor. 8 years ago
frosch 0214caaac2 (svn r27629) -Fix: When dragging multiple vehicles in the depot, make the destination gap as long as the chain instead of just considering the first vehicle. 8 years ago
frosch 0e3e4eeb53 (svn r27628) -Codechange: Prepare for drawing cursors consisting of multiple sprites. 8 years ago
frosch 2337d169e8 (svn r27627) -Codechange: Deduplicate some cursor magic into SetMouseCursorBusy. 8 years ago
frosch 93d5995bed (svn r27626) -Codechange: Do not use the cursor sprite as PlaceObject status in the main toolbar. 8 years ago
frosch 2257d782b0 (svn r27625) -Doc: CursorVars 8 years ago
translators 9d5ed2c469 (svn r27624) -Update from Eints:
spanish (mexican): 24 changes by Absay
8 years ago
frosch cc18df4cb7 (svn r27622) -Change: In industry map view, give visible industry types the 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) 8 years ago
frosch 46aeed3817 (svn r27621) -Fix (r27620): Committed too early. 8 years ago
frosch bd6799a9f8 (svn r27620) -Codechange: Inline GetEffectiveTileType (adf88) 8 years ago
translators aa140bb928 (svn r27618) -Update from Eints:
latvian: 19 changes by Parastais
8 years ago
Jonathan G Rennison 8482fc6aef Merge branch 'tracerestrict' into tracerestrict-sx 8 years ago
Jonathan G Rennison 3d6cbb76b4 Allow value of "PBS entry signal" conditional to be a rail depot. 8 years ago
translators c6ac52e71a (svn r27617) -Update from Eints:
latvian: 6 changes by Parastais
8 years ago
translators 18bbe02337 (svn r27615) -Update from Eints:
spanish: 7 changes by SilverSurferZzZ
8 years ago
Jonathan G Rennison 7a18f9eeeb Merge branch 'tracerestrict' into tracerestrict-sx 8 years ago
Jonathan G Rennison 58817c26e0 Fix reservation through multiple reserve-through signals after a junction. 8 years ago
fonsinchen ff96590312 (svn r27614) -Codechange: Use a fixed array instead of a map for link refresher cargo capacities. (JGR) 8 years ago
fonsinchen a81b7a24a6 (svn r27613) -Codechange: Use a flat vector instead of a map in FlowEdgeIterator. (JGR) 8 years ago
fonsinchen 6b2eed0a70 (svn r27612) -Codechange: Replace three uses of std::list with std::queue/vector. (JGR) 8 years ago
fonsinchen 8d5566651b (svn r27611) -Codechange: Cache the calculated value of CapacityAnnotation 8 years ago
Jonathan G Rennison ed33a62bcd Merge branch 'tracerestrict' into tracerestrict-sx 8 years ago
Jonathan G Rennison 0ab2abbc23 Add client setting to show train weight ratios in details header.
Off by default.
8 years ago
Jonathan G Rennison 8ec1b2200e Change tracerestrict weight ratio properties to use decimals, and the weight unit.
Add {POWER_WEIGHT_RATIO} and {FORCE_WEIGHT_RATIO} string codes.
8 years ago
translators 8f2461cdfb (svn r27610) -Update from Eints:
korean: 1 change by telk5093
8 years ago
Jonathan G Rennison 71aa4c75cb Bump tracerestrict version due to weight/power/TE conditionals. 8 years ago
Jonathan G Rennison e4b932d53a Merge branch 'tracerestrict' into tracerestrict-sx 8 years ago
Jonathan G Rennison f942de699c Add power/weight and max TE/weight ratio tracerestrict conditionals.
Minor refactorings.
8 years ago
Jonathan G Rennison 91ba866852 Fix comment typo. 8 years ago
Jonathan G Rennison 2c6f74a982 Move header definition for unit conversion functions to own header. 8 years ago
Jonathan G Rennison b5531975da Add train weight, power, and max TE tracerestrict conditionals.
Minor refactorings.
8 years ago
rubidium dd5e3d9f33 (svn r27605) -Fix: GCC 6 warning about misleading indentation 8 years ago
translators 932951982f (svn r27604) -Update from Eints:
spanish: 3 changes by SilverSurferZzZ
8 years ago
translators 60d05aa27d (svn r27603) -Update from Eints:
spanish: 12 changes by SilverSurferZzZ
8 years ago
Jonathan G Rennison fe1fee456a Merge branch 'tracerestrict' into tracerestrict-sx 8 years ago
Jonathan G Rennison a091780843 Fix type mismatch in GRF externals. 8 years ago
frosch 5973140ac2 (svn r27602) -Fix [FS#6481]: Compilation with --disable-network. (Deranged) 8 years ago
translators 3d54c33180 (svn r27601) -Update from Eints:
spanish (mexican): 4 changes by Absay
8 years ago
frosch a073b276ba (svn r27600) -Fix: [NewGRF] shift-and-add-divide/modulo varadjusts use signed division/modulo. 8 years ago
translators 1234b7d0f8 (svn r27599) -Update from Eints:
persian: 2 changes by rkarimabadi
8 years ago
frosch 9a7618aeb6 (svn r27598) -Fix: Company 0 could accept engine previews before they were offered. 8 years ago
frosch 842aaf7cdd (svn r27594) -Fix [FS#6473]: [Script] Kill scripts, when a non-suspendable valuator call takes way too long. 8 years ago
frosch 05a91106b8 (svn r27586) -Fix [FS#6410]: Automatic servicing of road vehicles compared path finder costs with tile distances, thus vehicles went to depots which were factor 100 too far away. (juanjo) 8 years ago
frosch 0b2f8c13a2 (svn r27585) -Fix [FS#6437]: Enforce a non-zero load amount for all vehicles, so that vehicles can process their cargo reservations. 8 years ago
frosch a66e0ff1f4 (svn r27584) -Codechange: Add some assertions about Vehicle::cargo_payment. 8 years ago
frosch c5ae45c764 (svn r27583) -Fix [FS#6415]: Do not decrease the column width of depot windows when vehicles with high unitnumbers leave. (Airbus) 8 years ago
translators 39d588fa60 (svn r27582) -Update from Eints:
spanish (mexican): 18 changes by Absay
8 years ago
frosch 65ff8ef539 (svn r27581) -Fix [FS#6461]: Button size computation in script configuration window. (adf88) 8 years ago
frosch c9f68ede59 (svn r27580) -Fix [FS#6395]: Set date of last service on construction also for wagons and articulated parts. 8 years ago
frosch 51e274a523 (svn r27579) -Change [FS#6402]: Performance improvement for dedicated servers by skipping drawing calls earlier in the process. (JGR) 8 years ago
frosch 6981fee459 (svn r27578) -Fix [FS#6454]: Vehicles could not be hidden from the purchase list when they were in exclusive preview. 8 years ago
frosch b1272ee714 (svn r27577) -Fix [FS#6386]: Dock and roadstop picker, client list and town authority window did not auto-resize according to their content when they were positioned at the bottom of the screen. (Eearslya) 8 years ago
frosch 9aa9d7e898 (svn r27576) -Fix (r27570): Compilation failure with all compilers but mine. 8 years ago
frosch 7108b0aa3b (svn r27575) -Fix [FS#6404]: Memory leak when disabling palette animation. (JGR) 8 years ago
frosch 1124c15ccd (svn r27574) -Fix [FS#6432]: The house id as returned by house variable 66 was incorrect when querying neighboured tiles. (adf88) 8 years ago
frosch 6fafa3d93a (svn r27573) -Fix [FS#6467]: Compilation failure with gcc 6.1 due to headers included after safeguards.h (JGR) 8 years ago
frosch 2de4652d09 (svn r27572) -Fix [FS#6442]: Convenience savegame bump to distinguish 1.6 savegames from 1.5 savegames. 8 years ago
frosch 14c1a7ad0b (svn r27571) -Codechange: Consistent naming for command callbacks which play a sound effect. 8 years ago
frosch 998a6c1302 (svn r27570) -Fix [FS#6449]: Various incorrect but uncritical size computations in the content client. 8 years ago
translators f5c5783fac (svn r27569) -Update from Eints:
spanish (mexican): 3 changes by Absay
8 years ago
translators dd2f369e9d (svn r27568) -Update from Eints:
dutch: 1 change by habell
8 years ago
translators e71afa0c10 (svn r27567) -Update from Eints:
finnish: 1 change by jpx_
8 years ago
translators 101a63c3f5 (svn r27566) -Update from Eints:
spanish (mexican): 6 changes by Absay
8 years ago
translators 724dd44355 (svn r27565) -Update from Eints:
spanish (mexican): 13 changes by Absay
8 years ago
frosch bd71bcc616 (svn r27564) -Update: Ownname of es_MX. 8 years ago
translators edfe26f2ee (svn r27563) -Update from Eints:
korean: 1 change by Gimel3830
spanish (mexican): 93 changes by Absay
8 years ago
matthijs 7e06cdb455 (svn r27561) -Fix [Squirrel]: Fix typos in error messages 8 years ago
matthijs 91ddd32c20 (svn r27560) -Fix: typos in comments and string 8 years ago
translators f0db8a16d5 (svn r27556) -Update from Eints:
spanish (mexican): 36 changes by Absay
8 years ago
translators 3d476cf432 (svn r27555) -Update from Eints:
croatian: 3 changes by VoyagerOne
8 years ago
translators 3ae6dab58b (svn r27554) -Update from Eints:
korean: 1 change by Gimel3830
9 years ago
frosch a3ffac0025 (svn r27552) -Feature: Mexican Spanish (Absay) 9 years ago
translators 806d97435e (svn r27551) -Update from Eints:
ukrainian: 3 changes by odisseus
9 years ago
translators 729a03ea67 (svn r27550) -Update from Eints:
frisian: 7 changes by BAJansen
9 years ago
translators d23bcc13b1 (svn r27549) -Update from Eints:
chinese (traditional): 1 change by ww9980
9 years ago
translators fa83b145c8 (svn r27548) -Update from Eints:
korean: 1 change by telk5093
9 years ago
frosch 34b68c7a82 (svn r27547) -Fix: Use a more appropiate sound effect for convert-rail. (andythenorth) 9 years ago
frosch 732260853e (svn r27546) -Fix: Remove SetFill from vehicle GUI buttons, so that the viewport is resized instead of them in case of long window titles. 9 years ago
frosch e9fea1738a (svn r27545) -Fix: Remove special handling of classes with virtual methods from squirrel_export.awk. It seems to serve no purpose, except to break on 3 classes. 9 years ago
frosch 507e7135ec (svn r27544) -Fix-ish: Mark ScriptText::GetEncodedText as not part of any API, instead of relying on the export script to break on '/*'. 9 years ago
frosch d70da28365 (svn r27543) -Fix (r27379): ScriptExec/TestMode::FinalRelease is not part of the API. 9 years ago
translators c723ef85ff (svn r27540) -Update from Eints:
hebrew: 40 changes by dnd_man
9 years ago
translators 35aa952c36 (svn r27539) -Update from Eints:
hebrew: 66 changes by dnd_man
9 years ago
translators bff29d86b5 (svn r27538) -Update from Eints:
hebrew: 18 changes by dnd_man
luxembourgish: 1 change by Phreeze
9 years ago
translators 6ed602fab2 (svn r27537) -Update from Eints:
korean: 2 changes by telk5093
9 years ago
translators 0badab6d8e (svn r27536) -Update from Eints:
belarusian: 1 change by KorneySan
malay: 1 change by rionix88
9 years ago
translators 9a5db2063b (svn r27535) -Update from Eints:
norwegian (bokmal): 16 changes by Leifbk
9 years ago
Jonathan G Rennison faf8dab12a Bump tracerestrict version due to group conditional. 9 years ago
Jonathan G Rennison 9ed3dc2581 Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison 213b0e7e3a Tracerestrict: Add a group membership conditional. 9 years ago
frosch 76fc242666 (svn r27534) -Fix [FS#6435]: [NewGRF] Station spritelayouts did not accept the var10 flag for the palette. 9 years ago
translators 05b5c945cc (svn r27530) -Update from Eints:
catalan: 2 changes by juanjo
9 years ago
translators db8d95b1a0 (svn r27529) -Update from Eints:
scottish gaelic: 3 changes by GunChleoc
frisian: 6 changes by BAJansen
spanish: 13 changes by SilverSurferZzZ
portuguese (brazilian): 1 change by Tucalipe
9 years ago
translators c5aee2ac52 (svn r27528) -Update from Eints:
catalan: 233 changes by juanjo
portuguese (brazilian): 1 change by Tucalipe
9 years ago
translators 692458d8f5 (svn r27527) -Update from Eints:
tamil: 13 changes by aswn
9 years ago
translators 927d1a9490 (svn r27526) -Update from Eints:
malay: 2 changes by rionix88
9 years ago
translators 518eeac55f (svn r27525) -Update from Eints:
latin: 18 changes by Supercheese
9 years ago
translators 177c61477a (svn r27524) -Update from Eints:
esperanto: 3 changes by LaPingvino
9 years ago
translators fe4d076dd8 (svn r27523) -Update from Eints:
latvian: 1 change by Jancs
9 years ago
Jonathan G Rennison ec65659baf Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison 4d94470d08 Update all tracerestrict windows when a restricted signal is removed.
This fixes share counts in any open windows sharing the same program
not being updated.
9 years ago
translators 20373af117 (svn r27522) -Update from Eints:
slovenian: 72 changes by Necrolyte
9 years ago
translators 3912258035 (svn r27521) -Update from Eints:
malay: 5 changes by rionix88
9 years ago
Jonathan G Rennison 8dc76b0044 Be more strict checking for space in program pool in mgmt actions. 9 years ago
Jonathan G Rennison df2a1b1bcd Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison 1bb3024534 Fix unreserving through a green PBS signal not setting the state to red.
This also had the side effect of failed reservation attempts through
a reserve-through signal leaving the signal erroneously set to green.
9 years ago
frosch fbd79d88f0 (svn r27518) -Update: Numbers 9 years ago
frosch a8b5756718 (svn r27516) -Update: Documentation 9 years ago
translators 8284c69a61 (svn r27515) -Update from Eints:
polish: 1 change by lion
thai: 11 changes by ityellow
9 years ago
translators 815fce8bd9 (svn r27514) -Update from Eints:
turkish: 2 changes by wakeup
9 years ago
translators 4a64ced9b5 (svn r27513) -Update from Eints:
spanish: 5 changes by SilverSurferZzZ
9 years ago
translators d9da47f913 (svn r27512) -Update from Eints:
spanish: 6 changes by SilverSurferZzZ
9 years ago
translators e7f0902eaf (svn r27511) -Update from Eints:
japanese: 4 changes by nex259
esperanto: 4 changes by polluks
9 years ago
translators 9aaad3fa60 (svn r27510) -Update from Eints:
frisian: 55 changes by BAJansen
9 years ago
translators 561c4c2f02 (svn r27509) -Update from Eints:
frisian: 60 changes by BAJansen
9 years ago
Jonathan G Rennison a1d6c3ad64 Merge branch 'master' into save_ext 9 years ago
translators 9043cbf9bf (svn r27508) -Update from Eints:
german: 1 change by mini1025
9 years ago
frosch 9db36bd87a (svn r27507) -Add: [NewGRF] Allow custom sound IDs in RV property 0x12, ship property 0x10 and aircraft property 0x12. 9 years ago
Jonathan G Rennison 83369d5e71 Remove unused constant _tracerestrict_penalty_item_default_value. 9 years ago
translators 4b8c6983e7 (svn r27506) -Update from Eints:
french: 13 changes by OliTTD
9 years ago
Jonathan G Rennison 4b5c8b77b3 Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison 817ce019ca Fix use of nullptr which breaks compilation on legacy compilers. 9 years ago
translators 4b894775af (svn r27505) -Update from Eints:
portuguese: 2 changes by neuralshock
9 years ago
translators b23f22f0f6 (svn r27504) -Update from Eints:
catalan: 3 changes by juanjo
9 years ago
translators 3cc990d0f9 (svn r27503) -Update from Eints:
persian: 6 changes by Peymanpn
greek: 3 changes by Ferrum
9 years ago
translators da104bee01 (svn r27502) -Update from Eints:
greek: 54 changes by Ferrum
9 years ago
translators ff0c05f990 (svn r27501) -Update from Eints:
greek: 4 changes by Ferrum
9 years ago
Jonathan G Rennison 82081c768a Bump tracerestrict version due to long-reserve feature. 9 years ago
Jonathan G Rennison 4fdc495eea Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison a671f40fc8 Merge branch 'save_ext' into tracerestrict-sx 9 years ago
patch-import 82cab7f31c Tracerestrict: Import "Long Reserve" feature.
https://github.com/KeldorKatarn/OpenTTD_PatchPack

Minor code de-duplications.
9 years ago
Jonathan G Rennison 804245202a Merge branch 'master' into save_ext 9 years ago
translators 25bda8a417 (svn r27500) -Update from Eints:
frisian: 16 changes by gjannema
9 years ago
translators 4459e01f79 (svn r27499) -Update from Eints:
korean: 34 changes by telk5093
catalan: 10 changes by juanjo
9 years ago
Jonathan G Rennison feeae4a200 Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison b5b06351ac Tracerestrict: Fix GUI issue with picker button raise/lower states.
When a picker button was selected, clicking on a different picker button
would cause both buttons to be raised, instead of just the previous.
9 years ago
Jonathan G Rennison d2e8d205b9 Tracerestrict: Fix copying an unrestricted signal making an empty program. 9 years ago
translators 16fb5bf9bb (svn r27498) -Update from Eints:
greek: 11 changes by Ferrum
9 years ago
frosch 36e66a17dc (svn r27497) -Change: [NewGRF] Allow static NewGRF to enable the second rocky tile set. 9 years ago
translators 3b1696f13a (svn r27495) -Update from Eints:
greek: 37 changes by Ferrum
lithuanian: 1 change by BlinK_
9 years ago
translators d046a02c7d (svn r27494) -Update from Eints:
frisian: 61 changes by gjannema
afrikaans: 1 change by telanus
9 years ago
translators e45f9d32c1 (svn r27493) -Update from Eints:
greek: 10 changes by Ferrum
9 years ago
translators f5359a70be (svn r27492) -Update from Eints:
catalan: 48 changes by juanjo
greek: 2 changes by Jubilee
9 years ago
translators 9c6655a37c (svn r27491) -Update from Eints:
croatian: 1 change by VoyagerOne
9 years ago
translators 45adb8f172 (svn r27490) -Update from Eints:
chinese (simplified): 1 change by siu238X
9 years ago
translators 5102ba54ea (svn r27489) -Update from Eints:
vietnamese: 1 change by nglekhoi
9 years ago
Jonathan G Rennison 7d5df6b0db Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison 20a015e9d3 Fix actions_used_flags not being set when cloning tracerestrict programs.
This resulted in newly copied or unshared programs not being evaluated.
9 years ago
translators e1df8edf66 (svn r27488) -Update from Eints:
catalan: 19 changes by juanjo
9 years ago
translators ee00bef5a9 (svn r27487) -Update from Eints:
spanish: 1 change by SilverSurferZzZ
serbian: 57 changes by stravagante
catalan: 23 changes by juanjo
9 years ago
translators 60733359fa (svn r27486) -Update from Eints:
serbian: 86 changes by stravagante
catalan: 77 changes by juanjo
german: 1 change by mini1025
russian: 1 change by Lone_Wolf
latin: 1 change by Supercheese
9 years ago
Jonathan G Rennison e6cce973ae Merge branch 'master' into save_ext 9 years ago
translators 137ecd5377 (svn r27485) -Update from Eints:
croatian: 114 changes by UnderwaterHesus
9 years ago
translators 7ab291af95 (svn r27484) -Update from Eints:
croatian: 4 changes by UnderwaterHesus
english (us): 1 change by Supercheese
serbian: 21 changes by stravagante
latin: 1 change by Supercheese
9 years ago
translators 864c6360eb (svn r27483) -Update from Eints:
norwegian (bokmal): 1 change by cuthbert
esperanto: 1 change by LaPingvino
9 years ago
translators 8e5487c347 (svn r27482) -Update from Eints:
irish: 23 changes by tem
9 years ago
michi_cc 4445809dd9 (svn r27481) -Fix: [Win32] Stdin/out/err need to be re-assigned differently if the runtime lib of MSVC2015 is used. 9 years ago
translators 12915a202f (svn r27480) -Update from Eints:
irish: 12 changes by tem
greek: 1 change by frosch
swedish: 1 change by Zuu
9 years ago
frosch cc3fcf7d61 (svn r27479) -Fix: Remove genders from non-default cases. 9 years ago
translators e9d4e9b896 (svn r27478) -Update from Eints:
german: 8 changes by translators, 2 changes by frosch
arabic (egypt): 36 changes by translators
afrikaans: 4 changes by translators
hungarian: 1 change by translators
english (us): 1 change by translators
frisian: 2 changes by translators
norwegian (bokmal): 5 changes by translators
norwegian (nynorsk): 1 change by translators
lithuanian: 5 changes by translators
slovenian: 4 changes by translators
russian: 1 change by translators
ukrainian: 2 changes by translators
welsh: 3 changes by translators
french: 5 changes by glx
english (au): 1 change by translators
irish: 1 change by translators
tamil: 1 change by translators
belarusian: 2 changes by translators
bulgarian: 1 change by translators
italian: 1 change by translators
scottish gaelic: 1 change by translators
romanian: 2 changes by translators
urdu: 5 changes by translators
turkish: 11 changes by translators
portuguese: 1 change by translators
latvian: 2 changes by translators
esperanto: 1 change by translators
dutch: 3 changes by translators
serbian: 1 change by translators
spanish: 1 change by translators
czech: 4 changes by translators
indonesian: 2 changes by translators
latin: 1 change by translators
catalan: 2 changes by translators
hebrew: 9 changes by translators
greek: 5 changes by translators
polish: 1 change by translators
chinese (traditional): 1 change by translators
slovak: 1 change by translators
icelandic: 2 changes by translators
portuguese (brazilian): 4 changes by translators
danish: 2 changes by translators
vietnamese: 6 changes by translators
malay: 2 changes by translators
galician: 4 changes by translators
croatian: 1 change by translators
korean: 4 changes by translators
finnish: 1 change by translators
chinese (simplified): 1 change by translators
estonian: 3 changes by translators
persian: 4 changes by translators
thai: 6 changes by translators
swedish: 1 change by translators
luxembourgish: 3 changes by translators
japanese: 5 changes by translators
basque: 2 changes by translators
9 years ago
translators ff0f720e82 (svn r27477) -Update from WebTranslator v3.0:
greek - 76 changes by Ferrum
polish - 1 changes by ampersand
9 years ago
translators 82a412031b (svn r27476) -Update from WebTranslator v3.0:
german - 2 changes by mini1025
9 years ago
translators 7c7565e33c (svn r27475) -Update from WebTranslator v3.0:
slovak - 1 changes by Milsa
spanish - 3 changes by SilverSurferZzZ
9 years ago
translators afe19055bb (svn r27474) -Update from WebTranslator v3.0:
irish - 21 changes by tem
9 years ago
translators 1ebc92faec (svn r27473) -Update from WebTranslator v3.0:
welsh - 1 changes by kazzie
9 years ago
translators ed7e09833e (svn r27471) -Update from WebTranslator v3.0:
czech - 1 changes by djst
9 years ago
Jonathan G Rennison ecbbc03794 Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison ebf250d813 Reserve instruction 24 for train owner test. 9 years ago
Jonathan G Rennison 9c5189b212 Handle double instructions correctly when deleting stations/depots/etc.
Fix some whitespace and comment typos.
9 years ago
translators 7338ed075f (svn r27470) -Update from WebTranslator v3.0:
turkish - 69 changes by wakeup
9 years ago
zuu 8660a2c2b1 (svn r27469) -Fix (r27468): Don't fetch all content info from content server when showing a online content window with exactly one type of content. 9 years ago
zuu 566d7de6af (svn r27468) -Fix (r27444): Game Scripts were not displayed in the content download window when opened from the AI/GS settings window. 9 years ago
translators 696626a8e9 (svn r27467) -Update from WebTranslator v3.0:
simplified_chinese - 1 changes by Gavin
turkish - 34 changes by wakeup
9 years ago
Jonathan G Rennison 07aba3eb84 Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison a93714a720 Add setting to show restricted electric signals using the default sprites.
This is to improve visual distinctiveness of restricted signals when
using signal GRFs.
This defaults to off.
9 years ago
Jonathan G Rennison 8edf5e0a34 Special case OpenGFX as a "base" set to allow recolouring signals. 9 years ago
translators ae767d30a4 (svn r27466) -Update from WebTranslator v3.0:
hungarian - 1 changes by IPG
spanish - 2 changes by SilverSurferZzZ
9 years ago
translators ae1bb896e6 (svn r27465) -Update from WebTranslator v3.0:
spanish - 5 changes by SilverSurferZzZ
9 years ago
translators 1bf75b1abb (svn r27464) -Update from WebTranslator v3.0:
spanish - 8 changes by SilverSurferZzZ
9 years ago
frosch e78a03d7b4 (svn r27463) -Merge: Documentation updates from 1.5 branch 9 years ago
translators 244144f0f6 (svn r27460) -Update from WebTranslator v3.0:
spanish - 8 changes by SilverSurferZzZ
9 years ago
translators 9808cfdf5e (svn r27459) -Update from WebTranslator v3.0:
basque - 43 changes by Thadah
spanish - 3 changes by SilverSurferZzZ
9 years ago
translators bf61d7a797 (svn r27458) -Update from WebTranslator v3.0:
basque - 20 changes by Thadah
9 years ago
translators 786838d277 (svn r27457) -Update from WebTranslator v3.0:
croatian - 1 changes by VoyagerOne
spanish - 2 changes by SilverSurferZzZ
9 years ago
Jonathan G Rennison 8eac403224 Merge branch 'tracerestrict' into tracerestrict-sx 9 years ago
Jonathan G Rennison 4d484a858f Fix attempts to recolour signal sprites from GRFs. 9 years ago
translators e94c79227b (svn r27456) -Update from WebTranslator v3.0:
korean - 7 changes by telk5093
spanish - 4 changes by SilverSurferZzZ
9 years ago
Jonathan G Rennison dd5e6eaa28 Merge branch 'master' into save_ext 9 years ago
translators 06fc9283f7 (svn r27455) -Update from WebTranslator v3.0:
spanish - 4 changes by SilverSurferZzZ
9 years ago
translators ca93b0ef79 (svn r27454) -Update from WebTranslator v3.0:
korean - 4 changes by telk5093
9 years ago
translators d8b8f033d5 (svn r27453) -Update from WebTranslator v3.0:
italian - 1 changes by lorenzodv
9 years ago
translators 17e6f42f03 (svn r27452) -Update from WebTranslator v3.0:
russian - 1 changes by Lone_Wolf
9 years ago
alberth e1a00bc244 (svn r27451) -Feature[FS#6241]: Move sprite 8 positions in sprite aligner with ctrl+click. (based on work by juzza1) 9 years ago
alberth e32afcc4ea (svn r27450) -Feature[FS#6391](r27446): Lower the sell-chain button in the train depot GUI while dragging a vehicle over it. (Eearslya) 9 years ago
Jonathan G Rennison 9914ba7e63 Merge branch 'master' into save_ext 9 years ago
translators 05812cd61b (svn r27449) -Update from WebTranslator v3.0:
spanish - 2 changes by SilverSurferZzZ
9 years ago
translators 420eb83065 (svn r27448) -Update from WebTranslator v3.0:
spanish - 1 changes by SilverSurferZzZ
9 years ago
translators 7db053813b (svn r27447) -Update from WebTranslator v3.0:
spanish - 2 changes by SilverSurferZzZ
9 years ago
frosch 1a0723579b (svn r27446) -Feature: Lower the sell-vehicle button in the depot GUI while dragging a vehicle over it. (Eearslya) 9 years ago
translators 15b7e8faf1 (svn r27445) -Update from WebTranslator v3.0:
spanish - 1 changes by SilverSurferZzZ
9 years ago
zuu 0cff11130d (svn r27444) -Add: When viewing online content of a particular type, hide content of other types unless they have been (auto)selected for download. 9 years ago
zuu 90b340e689 (svn r27443) -Fix: Negoation in comment was wrong. 9 years ago
translators 4dcda474fc (svn r27442) -Update from WebTranslator v3.0:
spanish - 3 changes by SilverSurferZzZ
9 years ago
translators a55e6b6d5a (svn r27441) -Update from WebTranslator v3.0:
spanish - 3 changes by SilverSurferZzZ
9 years ago
translators 12229d80fe (svn r27440) -Update from WebTranslator v3.0:
spanish - 2 changes by SilverSurferZzZ
9 years ago
translators 7ce96b4d47 (svn r27439) -Update from WebTranslator v3.0:
spanish - 7 changes by SilverSurferZzZ
9 years ago