summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-25(svn r21630) -Fix (r20308, r21615): version detection of subversion branches ↵rubidium
and tags got broken
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 r21614) -Fix: the spelling of some of the documentationrubidium
-Update: some of the documentation
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 r21610) -Fix: some svn properties were wrongsmatz
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.
2010-12-23(svn r21607) -Codechange: Be more robust against having extra bits in ↵alberth
HighLightStyle vars.
2010-12-23(svn r21606) -Fix (r14636): DOS binary was broken when not strippingsmatz
2010-12-23(svn r21605) -Fix [FS#4324]: crash due to cargo payments belonging to an ↵rubidium
non-existing company
2010-12-22(svn r21604) -Add: Variable 7B for accessing 60+x variables while taking the ↵frosch
parameter from the accumulator.
2010-12-22(svn r21603) -Codechange: no need to assign something to a variable and then ↵rubidium
test it for NULL when you're never using it again
2010-12-22(svn r21602) -Codechange: split actual adding/removing of orders to/from a ↵rubidium
vehicle's order list from the validation of those (user) commands. Based on patch by fonsinchen
2010-12-22(svn r21601) -Fix [FS#4323]: company league table used stats from two ↵rubidium
quarters ago instead of last quarter
2010-12-22(svn r21600) -Codechange: Remove new_drawstyle and new_diagonal variables ↵alberth
from the _thd structure.
2010-12-22(svn r21599) -Update from WebTranslator v3.0:translators
croatian - 1 changes by VoyagerOne czech - 1 changes by marek995 dutch - 21 changes by habell italian - 57 changes by lorenzodv polish - 3 changes by voythas
2010-12-22(svn r21598) -Fix (r3139, r21236, r21249)[FS#4275]: The default visual ↵frosch
effect only depends on properties of the Engine (wagon or not, tractiontype, ...), not whether it is used as articulated part, front engine or whatever in a specific consist.
2010-12-22(svn r21597) -Fix (r21239): Also catch the case when callback 10 returns ↵frosch
VE_DEFAULT.
2010-12-22(svn r21596) -Codechange: Rename a misleading-named variable.frosch
2010-12-22(svn r21595) -Codechange: Some header files had their name changed, update ↵alberth
the ifndef/define/endif lines.
2010-12-22(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines.alberth
2010-12-22(svn r21593) -Codechange: endif comment correcttions.alberth
2010-12-21(svn r21592) -Codechange: Return unique values for placing a sign and ↵alberth
land-info querying, store the callback information locally, and use it instead of the global _place_proc.
2010-12-21(svn r21591) -Codechange: Align case functions.alberth
2010-12-21(svn r21590) -Codechange: All click handling functions of the main toolbar ↵alberth
return CBF_NONE.
2010-12-21(svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, ↵alberth
introduce a ShowLandInfo() function.
2010-12-21(svn r21588) -Update from WebTranslator v3.0:translators
croatian - 56 changes by VoyagerOne czech - 62 changes by SmatZ english_US - 57 changes by Rubidium finnish - 57 changes by USephiroth, jpx_ french - 57 changes by glx german - 57 changes by planetmaker hungarian - 54 changes by IPG indonesian - 7 changes by fanioz russian - 56 changes by Lone_Wolf spanish - 57 changes by Terkhen swedish - 142 changes by Zuu
2010-12-21(svn r21587) -Codechange: Move simple callback functions into the switch.alberth