summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-07-10(svn r27612) -Codechange: Replace three uses of std::list with ↵fonsinchen
std::queue/vector. (JGR)
2016-07-10(svn r27611) -Codechange: Cache the calculated value of CapacityAnnotationfonsinchen
2016-07-02(svn r27610) -Update from Eints:translators
korean: 1 change by telk5093
2016-06-27(svn r27605) -Fix: GCC 6 warning about misleading indentationrubidium
2016-06-24(svn r27604) -Update from Eints:translators
spanish: 3 changes by SilverSurferZzZ
2016-06-19(svn r27603) -Update from Eints:translators
spanish: 12 changes by SilverSurferZzZ
2016-06-17(svn r27602) -Fix [FS#6481]: Compilation with --disable-network. (Deranged)frosch
2016-06-13(svn r27601) -Update from Eints:translators
spanish (mexican): 4 changes by Absay
2016-06-13(svn r27600) -Fix: [NewGRF] shift-and-add-divide/modulo varadjusts use ↵frosch
signed division/modulo.
2016-06-12(svn r27599) -Update from Eints:translators
persian: 2 changes by rkarimabadi
2016-06-09(svn r27598) -Fix: Company 0 could accept engine previews before they were ↵frosch
offered.
2016-05-30(svn r27594) -Fix [FS#6473]: [Script] Kill scripts, when a non-suspendable ↵frosch
valuator call takes way too long.
2016-05-29(svn r27586) -Fix [FS#6410]: Automatic servicing of road vehicles compared ↵frosch
path finder costs with tile distances, thus vehicles went to depots which were factor 100 too far away. (juanjo)
2016-05-29(svn r27585) -Fix [FS#6437]: Enforce a non-zero load amount for all ↵frosch
vehicles, so that vehicles can process their cargo reservations.
2016-05-29(svn r27584) -Codechange: Add some assertions about Vehicle::cargo_payment.frosch
2016-05-29(svn r27583) -Fix [FS#6415]: Do not decrease the column width of depot ↵frosch
windows when vehicles with high unitnumbers leave. (Airbus)
2016-05-22(svn r27582) -Update from Eints:translators
spanish (mexican): 18 changes by Absay
2016-05-22(svn r27581) -Fix [FS#6461]: Button size computation in script configuration ↵frosch
window. (adf88)
2016-05-22(svn r27580) -Fix [FS#6395]: Set date of last service on construction also ↵frosch
for wagons and articulated parts.
2016-05-22(svn r27579) -Change [FS#6402]: Performance improvement for dedicated ↵frosch
servers by skipping drawing calls earlier in the process. (JGR)
2016-05-22(svn r27578) -Fix [FS#6454]: Vehicles could not be hidden from the purchase ↵frosch
list when they were in exclusive preview.
2016-05-22(svn r27577) -Fix [FS#6386]: Dock and roadstop picker, client list and town ↵frosch
authority window did not auto-resize according to their content when they were positioned at the bottom of the screen. (Eearslya)
2016-05-22(svn r27576) -Fix (r27570): Compilation failure with all compilers but mine.frosch
2016-05-22(svn r27575) -Fix [FS#6404]: Memory leak when disabling palette animation. (JGR)frosch
2016-05-22(svn r27574) -Fix [FS#6432]: The house id as returned by house variable 66 ↵frosch
was incorrect when querying neighboured tiles. (adf88)
2016-05-22(svn r27573) -Fix [FS#6467]: Compilation failure with gcc 6.1 due to headers ↵frosch
included after safeguards.h (JGR)
2016-05-22(svn r27572) -Fix [FS#6442]: Convenience savegame bump to distinguish 1.6 ↵frosch
savegames from 1.5 savegames.
2016-05-22(svn r27571) -Codechange: Consistent naming for command callbacks which play ↵frosch
a sound effect.
2016-05-22(svn r27570) -Fix [FS#6449]: Various incorrect but uncritical size ↵frosch
computations in the content client.
2016-05-20(svn r27569) -Update from Eints:translators
spanish (mexican): 3 changes by Absay
2016-05-18(svn r27568) -Update from Eints:translators
dutch: 1 change by habell
2016-05-17(svn r27567) -Update from Eints:translators
finnish: 1 change by jpx_
2016-05-14(svn r27566) -Update from Eints:translators
spanish (mexican): 6 changes by Absay
2016-05-13(svn r27565) -Update from Eints:translators
spanish (mexican): 13 changes by Absay
2016-05-12(svn r27564) -Update: Ownname of es_MX.frosch
2016-05-12(svn r27563) -Update from Eints:translators
korean: 1 change by Gimel3830 spanish (mexican): 93 changes by Absay
2016-05-11(svn r27561) -Fix [Squirrel]: Fix typos in error messagesmatthijs
2016-05-11(svn r27560) -Fix: typos in comments and stringmatthijs
2016-05-11(svn r27556) -Update from Eints:translators
spanish (mexican): 36 changes by Absay
2016-05-08(svn r27555) -Update from Eints:translators
croatian: 3 changes by VoyagerOne
2016-05-07(svn r27554) -Update from Eints:translators
korean: 1 change by Gimel3830
2016-04-30(svn r27552) -Feature: Mexican Spanish (Absay)frosch
2016-04-28(svn r27551) -Update from Eints:translators
ukrainian: 3 changes by odisseus
2016-04-25(svn r27550) -Update from Eints:translators
frisian: 7 changes by BAJansen
2016-04-23(svn r27549) -Update from Eints:translators
chinese (traditional): 1 change by ww9980
2016-04-21(svn r27548) -Update from Eints:translators
korean: 1 change by telk5093
2016-04-19(svn r27547) -Fix: Use a more appropiate sound effect for convert-rail. ↵frosch
(andythenorth)
2016-04-17(svn r27546) -Fix: Remove SetFill from vehicle GUI buttons, so that the ↵frosch
viewport is resized instead of them in case of long window titles.
2016-04-17(svn r27545) -Fix: Remove special handling of classes with virtual methods ↵frosch
from squirrel_export.awk. It seems to serve no purpose, except to break on 3 classes.
2016-04-17(svn r27544) -Fix-ish: Mark ScriptText::GetEncodedText as not part of any ↵frosch
API, instead of relying on the export script to break on '/*'.