summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-12-29(svn r21663) -Add: [NoAI]: AIRail::GetName() to get the name of a railtypeyexo
2010-12-29(svn r21660) -Fix [FS#4354]: autofill timetable had side effects in test ↵rubidium
mode, possibly causing desyncs in MP
2010-12-29(svn r21659) -Update from WebTranslator v3.0:translators
hungarian - 6 changes by IPG indonesian - 9 changes by fanioz italian - 3 changes by lorenzodv malay - 24 changes by rionix88 norwegian_bokmal - 5 changes by Utvik romanian - 130 changes by tonny
2010-12-29(svn r21658) -Fix [FS#4351]: cargo payment window wasn't properly ↵rubidium
invalidated when payment changed
2010-12-29(svn r21657) -Cleanup (r17107): remove superfluous semicolonsmatz
2010-12-29(svn r21656) -Fix [FS#4345] (r3722, r15301): Use a bool instead of uint8 to ↵planetmaker
store a bool and use the dedicated accessor function when reading boolean settings (glx, rubidium)
2010-12-29(svn r21655) -Add: mention AITown::IsCity in the NoAI changelogyexo
2010-12-29(svn r21654) -Add: [NoAI] AITown::IsCity() so AIs can find out which towns ↵yexo
grow faster than others (Lord Aro)
2010-12-28(svn r21653) -Update from WebTranslator v3.0:translators
catalan - 2 changes by arnau english_US - 6 changes by Rubidium esperanto - 13 changes by Christopher estonian - 35 changes by notAbot french - 8 changes by glx japanese - 63 changes by dchou serbian - 76 changes by etran spanish - 6 changes by Terkhen swedish - 48 changes by Zuu turkish - 11 changes by niw3
2010-12-28(svn r21652) -Cleanup: one semicolon is enoughsmatz
2010-12-27(svn r21651) -Fix [FS#4338] (r21229): infinite loop in the road pathfinder ↵rubidium
due to bouncing around in an "one way" trap; two one ways pointing towards eachother making it impossible to leave
2010-12-27(svn r21650) -Fix [FS#4339]: make "centre [main] view" consistent, and make ↵rubidium
"[main|global] view" consistent
2010-12-27(svn r21649) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by KorneySan dutch - 34 changes by Hirundo, Hyronymus esperanto - 2 changes by Christopher malay - 12 changes by rionix88 marathi - 100 changes by jaguarnac russian - 2 changes by KorneySan serbian - 2 changes by etran
2010-12-27(svn r21648) -Codechange: unduplicate a bit of coderubidium
2010-12-26(svn r21647) -Fix: failure of WT3 to properly validate some string...rubidium
2010-12-26(svn r21646) -Update from WebTranslator v3.0:translators
croatian - 2 changes by VoyagerOne english_US - 2 changes by Rubidium finnish - 2 changes by jpx_ greek - 91 changes by fumantsu hungarian - 2 changes by IPG italian - 3 changes by lorenzodv brazilian_portuguese - 58 changes by Ic3cold slovenian - 2 changes by ntadej spanish - 2 changes by Terkhen swedish - 18 changes by Ledel
2010-12-26(svn r21645) -Doc: Document SmallPair and SmallMap template parameters.alberth
2010-12-26(svn r21644) -Change: keep showing "No orders" when the order list is filled ↵rubidium
with only automatic orders
2010-12-26(svn r21643) -Fix (r21642): crash when a train with no orders (or actually ↵rubidium
no order list) stops at a station
2010-12-26(svn r21642) -Feature: concept of automatic station orders; add stub orders ↵rubidium
for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen
2010-12-26(svn r21641) -Fix (r21639): ofcourse MSVC wants to have something to warn aboutrubidium
2010-12-25(svn r21640) -Change/Feature-ish: allow disabling the shading when drawing textrubidium
2010-12-25(svn r21639) -Codechange: simplify setting the colour remaprubidium
2010-12-25(svn r21638) -Codechange (r1): Simplify testing that outersize.x is bigger ↵alberth
than 0.
2010-12-25(svn r21637) -Codechange: make it more clear that IS_PALETTE_COLOUR belongs ↵rubidium
to TextColour
2010-12-25(svn r21636) -Update from WebTranslator v3.0:translators
esperanto - 10 changes by Christopher polish - 6 changes by wojteks86 slovenian - 1 changes by ntadej turkish - 3 changes by niw3
2010-12-25(svn r21635) -Change: simplify/reduce release preparations/changesrubidium
2010-12-25(svn r21634) -Codechange: apparantly the "broken" iconv interface is the new ↵rubidium
official interface, so update the variable/definition naming slightly as it's not broken just different from the earlier iconv interface
2010-12-25(svn r21633) -Fix (r21616): newly created skip-to order was created at wrong ↵smatz
place
2010-12-25(svn r21632) -Codechange: call ResetObjectToPlace() even when current ↵smatz
place_mode is HT_NONE
2010-12-25(svn r21631) -Fix [FS#4325]: ships with the old pathfinder would easily show ↵rubidium
up as lost, even when it would eventually find a path. Now also the distance from the "end" of the pathfinding run to the destination is compared to the current distance to the destination; if the distance to the destination at the end of the pathfinder run is less than the current distance from the destination the ship won't be marked as lost. This means that the ships with the old pathfinder will less likely get marked as lost, but due to the design of the old ship pathfinder there "lostness" is merely a best guess. When you still get a lost message
2010-12-24(svn r21629) -Update from WebTranslator v3.0:translators
belarusian - 71 changes by KorneySan czech - 56 changes by SmatZ danish - 9 changes by Gummipalle dutch - 61 changes by Hirundo esperanto - 36 changes by Christopher marathi - 188 changes by jaguarnac portuguese - 15 changes by SupSuper russian - 3 changes by KorneySan ukrainian - 1 changes by Fixer
2010-12-24(svn r21628) -Codechange: Remove local variables that just point to global _thd.alberth
2010-12-24(svn r21627) -Codechange: Remove _place_proc global variable.alberth
2010-12-24(svn r21626) -Codechange: Remove more small static functions.alberth
2010-12-24(svn r21625) -Codechange: Record last started highlight action, and use it ↵alberth
in the callback methods.
2010-12-24(svn r21624) -Codechange: Remove many small static functions.alberth
2010-12-24(svn r21623) -Codechange: Remove _terraform_button_proc and ↵alberth
_editor_terraform_button_proc arrays.
2010-12-24(svn r21622) -Doc: Clarify the documentation of highlighting constants somewhat.alberth
2010-12-24(svn r21621) -Codechange: Only consider tile highlighting mode bits in tile ↵alberth
selection functions.
2010-12-24(svn r21620) -Codechange: Don't consider direction bits when checking for an ↵alberth
active highlight mode.
2010-12-24(svn r21619) -Fix [FS#4327]: Don't copy direction bits when restarting a ↵alberth
rail selection.
2010-12-24(svn r21618) -Fix: Use correct 3 bit mask for directions.alberth
2010-12-24(svn r21617) -Doc: refer to table/autorail.h, not autorail.hsmatz
2010-12-24(svn r21616) -Change: do not highlight tile when selecting a vehicle to ↵smatz
clone or an order to skip to
2010-12-23(svn r21613) -Update: sync comments in the translation files with English ↵rubidium
for some recently untouched translations
2010-12-23(svn r21612) -Fix (r21608): dragging with HT_POINT was half a tile offsmatz
2010-12-23(svn r21611) -Update from WebTranslator v3.0:translators
catalan - 147 changes by arnau danish - 45 changes by Gummipalle german - 1 changes by planetmaker hungarian - 3 changes by IPG indonesian - 4 changes by fanioz korean - 1 changes by junho2813 brazilian_portuguese - 80 changes by Ic3cold romanian - 7 changes by kkmic russian - 1 changes by Lone_Wolf slovenian - 56 changes by ntadej
2010-12-23(svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing ↵alberth
of areas.
2010-12-23(svn r21608) -Codechange: Move diagnonal rectangle dragging detection ↵alberth
completely to tile highlighting.