summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-07-18(svn r27618) -Update from Eints:translators
latvian: 19 changes by Parastais
2016-07-17(svn r27617) -Update from Eints:translators
latvian: 6 changes by Parastais
2016-07-17(svn r27616) -Codechange [FS#6487]: [Build] Change the GCC version detection ↵frosch
so that it works with two-digit and truncated versions.
2016-07-12(svn r27615) -Update from Eints:translators
spanish: 7 changes by SilverSurferZzZ
2016-07-10(svn r27614) -Codechange: Use a fixed array instead of a map for link ↵fonsinchen
refresher cargo capacities. (JGR)
2016-07-10(svn r27613) -Codechange: Use a flat vector instead of a map in ↵fonsinchen
FlowEdgeIterator. (JGR)
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 r27606) -Change/fix: GCC6 defaults to C++14, but our configure limits ↵rubidium
it to C++0x just because we want to use features from C++0x (which are also in C++14), so use the C++ standard that's the GCC6 default
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-31(svn r27595) -Fix: prevent GCC 6 over-optimizationsmatz
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