------------------------------------------------------------------------ r21653 | translators | 2010-12-28 18:45:33 +0000 (Tue, 28 Dec 2010) | 12 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r21652 | smatz | 2010-12-28 14:22:51 +0000 (Tue, 28 Dec 2010) | 1 line -Cleanup: one semicolon is enough ------------------------------------------------------------------------ r21651 | rubidium | 2010-12-27 22:32:47 +0000 (Mon, 27 Dec 2010) | 2 lines -Fix [FS#4338] (r21229): infinite loop in the road pathfinder due to bouncing around in an "one way" trap; two one ways pointing towards eachother making it impossible to leave ------------------------------------------------------------------------ r21650 | rubidium | 2010-12-27 21:10:52 +0000 (Mon, 27 Dec 2010) | 2 lines -Fix [FS#4339]: make "centre [main] view" consistent, and make "[main|global] view" consistent ------------------------------------------------------------------------ r21649 | translators | 2010-12-27 18:45:24 +0000 (Mon, 27 Dec 2010) | 9 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r21648 | rubidium | 2010-12-27 18:21:19 +0000 (Mon, 27 Dec 2010) | 2 lines -Codechange: unduplicate a bit of code ------------------------------------------------------------------------ r21647 | rubidium | 2010-12-26 19:26:48 +0000 (Sun, 26 Dec 2010) | 2 lines -Fix: failure of WT3 to properly validate some string... ------------------------------------------------------------------------ r21646 | translators | 2010-12-26 18:45:33 +0000 (Sun, 26 Dec 2010) | 12 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r21645 | alberth | 2010-12-26 17:47:00 +0000 (Sun, 26 Dec 2010) | 1 line -Doc: Document SmallPair and SmallMap template parameters. ------------------------------------------------------------------------ r21644 | rubidium | 2010-12-26 13:25:34 +0000 (Sun, 26 Dec 2010) | 2 lines -Change: keep showing "No orders" when the order list is filled with only automatic orders ------------------------------------------------------------------------ r21643 | rubidium | 2010-12-26 12:55:12 +0000 (Sun, 26 Dec 2010) | 2 lines -Fix (r21642): crash when a train with no orders (or actually no order list) stops at a station ------------------------------------------------------------------------ r21642 | rubidium | 2010-12-26 09:03:19 +0000 (Sun, 26 Dec 2010) | 2 lines -Feature: concept of automatic station orders; add stub orders 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 ------------------------------------------------------------------------ r21641 | rubidium | 2010-12-26 06:52:38 +0000 (Sun, 26 Dec 2010) | 2 lines -Fix (r21639): ofcourse MSVC wants to have something to warn about ------------------------------------------------------------------------ r21640 | rubidium | 2010-12-25 20:02:04 +0000 (Sat, 25 Dec 2010) | 2 lines -Change/Feature-ish: allow disabling the shading when drawing text ------------------------------------------------------------------------ r21639 | rubidium | 2010-12-25 19:59:56 +0000 (Sat, 25 Dec 2010) | 2 lines -Codechange: simplify setting the colour remap ------------------------------------------------------------------------ r21638 | alberth | 2010-12-25 19:58:50 +0000 (Sat, 25 Dec 2010) | 1 line -Codechange (r1): Simplify testing that outersize.x is bigger than 0. ------------------------------------------------------------------------ r21637 | rubidium | 2010-12-25 19:47:15 +0000 (Sat, 25 Dec 2010) | 2 lines -Codechange: make it more clear that IS_PALETTE_COLOUR belongs to TextColour ------------------------------------------------------------------------ r21636 | translators | 2010-12-25 18:45:16 +0000 (Sat, 25 Dec 2010) | 6 lines -Update from WebTranslator v3.0: esperanto - 10 changes by Christopher polish - 6 changes by wojteks86 slovenian - 1 changes by ntadej turkish - 3 changes by niw3 ------------------------------------------------------------------------ r21635 | rubidium | 2010-12-25 15:41:12 +0000 (Sat, 25 Dec 2010) | 2 lines -Change: simplify/reduce release preparations/changes ------------------------------------------------------------------------ r21634 | rubidium | 2010-12-25 12:49:36 +0000 (Sat, 25 Dec 2010) | 2 lines -Codechange: apparantly the "broken" iconv interface is the new official interface, so update the variable/definition naming slightly as it's not broken just different from the earlier iconv interface ------------------------------------------------------------------------ r21633 | smatz | 2010-12-25 12:48:23 +0000 (Sat, 25 Dec 2010) | 1 line -Fix (r21616): newly created skip-to order was created at wrong place ------------------------------------------------------------------------ r21632 | smatz | 2010-12-25 12:47:05 +0000 (Sat, 25 Dec 2010) | 1 line -Codechange: call ResetObjectToPlace() even when current place_mode is HT_NONE ------------------------------------------------------------------------ r21631 | rubidium | 2010-12-25 12:20:18 +0000 (Sat, 25 Dec 2010) | 2 lines -Fix [FS#4325]: ships with the old pathfinder would easily show 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 ------------------------------------------------------------------------ r21630 | rubidium | 2010-12-25 08:22:55 +0000 (Sat, 25 Dec 2010) | 2 lines -Fix (r20308, r21615): version detection of subversion branches and tags got broken ------------------------------------------------------------------------ r21629 | translators | 2010-12-24 18:45:31 +0000 (Fri, 24 Dec 2010) | 11 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r21628 | alberth | 2010-12-24 17:51:46 +0000 (Fri, 24 Dec 2010) | 1 line -Codechange: Remove local variables that just point to global _thd. ------------------------------------------------------------------------ r21627 | alberth | 2010-12-24 15:08:19 +0000 (Fri, 24 Dec 2010) | 1 line -Codechange: Remove _place_proc global variable. ------------------------------------------------------------------------ r21626 | alberth | 2010-12-24 15:06:58 +0000 (Fri, 24 Dec 2010) | 1 line -Codechange: Remove more small static functions. ------------------------------------------------------------------------ r21625 | alberth | 2010-12-24 15:06:18 +0000 (Fri, 24 Dec 2010) | 1 line -Codechange: Record last started highlight action, and use it in the callback methods. ------------------------------------------------------------------------ r21624 | alberth | 2010-12-24 15:04:33 +0000 (Fri, 24 Dec 2010) | 1 line -Codechange: Remove many small static functions. ------------------------------------------------------------------------ r21623 | alberth | 2010-12-24 15:03:19 +0000 (Fri, 24 Dec 2010) | 1 line -Codechange: Remove _terraform_button_proc and _editor_terraform_button_proc arrays. ------------------------------------------------------------------------ r21622 | alberth | 2010-12-24 14:56:21 +0000 (Fri, 24 Dec 2010) | 1 line -Doc: Clarify the documentation of highlighting constants somewhat. ------------------------------------------------------------------------ r21621 | alberth | 2010-12-24 14:55:31 +0000 (Fri, 24 Dec 2010) | 1 line -Codechange: Only consider tile highlighting mode bits in tile selection functions. ------------------------------------------------------------------------ r21620 | alberth | 2010-12-24 14:52:42 +0000 (Fri, 24 Dec 2010) | 1 line -Codechange: Don't consider direction bits when checking for an active highlight mode. ------------------------------------------------------------------------ r21619 | alberth | 2010-12-24 14:48:38 +0000 (Fri, 24 Dec 2010) | 1 line -Fix [FS#4327]: Don't copy direction bits when restarting a rail selection. ------------------------------------------------------------------------ r21618 | alberth | 2010-12-24 14:38:00 +0000 (Fri, 24 Dec 2010) | 1 line -Fix: Use correct 3 bit mask for directions. ------------------------------------------------------------------------ r21617 | smatz | 2010-12-24 13:14:11 +0000 (Fri, 24 Dec 2010) | 1 line -Doc: refer to table/autorail.h, not autorail.h ------------------------------------------------------------------------ r21616 | smatz | 2010-12-24 13:13:28 +0000 (Fri, 24 Dec 2010) | 1 line -Change: do not highlight tile when selecting a vehicle to clone or an order to skip to ------------------------------------------------------------------------ r21614 | rubidium | 2010-12-23 22:40:01 +0000 (Thu, 23 Dec 2010) | 3 lines -Fix: the spelling of some of the documentation -Update: some of the documentation ------------------------------------------------------------------------ r21613 | rubidium | 2010-12-23 21:50:31 +0000 (Thu, 23 Dec 2010) | 2 lines -Update: sync comments in the translation files with English for some recently untouched translations ------------------------------------------------------------------------ r21612 | smatz | 2010-12-23 20:25:55 +0000 (Thu, 23 Dec 2010) | 1 line -Fix (r21608): dragging with HT_POINT was half a tile off ------------------------------------------------------------------------ r21611 | translators | 2010-12-23 18:45:35 +0000 (Thu, 23 Dec 2010) | 12 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r21610 | smatz | 2010-12-23 16:54:41 +0000 (Thu, 23 Dec 2010) | 1 line -Fix: some svn properties were wrong ------------------------------------------------------------------------ r21609 | alberth | 2010-12-23 14:38:01 +0000 (Thu, 23 Dec 2010) | 1 line -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of areas. ------------------------------------------------------------------------ r21608 | alberth | 2010-12-23 14:24:34 +0000 (Thu, 23 Dec 2010) | 1 line -Codechange: Move diagnonal rectangle dragging detection completely to tile highlighting. ------------------------------------------------------------------------ r21607 | alberth | 2010-12-23 14:15:05 +0000 (Thu, 23 Dec 2010) | 1 line -Codechange: Be more robust against having extra bits in HighLightStyle vars. ------------------------------------------------------------------------ r21606 | smatz | 2010-12-23 11:02:47 +0000 (Thu, 23 Dec 2010) | 1 line -Fix (r14636): DOS binary was broken when not stripping ------------------------------------------------------------------------ r21605 | rubidium | 2010-12-23 07:17:00 +0000 (Thu, 23 Dec 2010) | 2 lines -Fix [FS#4324]: crash due to cargo payments belonging to an non-existing company ------------------------------------------------------------------------ r21604 | frosch | 2010-12-22 22:03:57 +0000 (Wed, 22 Dec 2010) | 1 line -Add: Variable 7B for accessing 60+x variables while taking the parameter from the accumulator. ------------------------------------------------------------------------ r21603 | rubidium | 2010-12-22 21:19:39 +0000 (Wed, 22 Dec 2010) | 2 lines -Codechange: no need to assign something to a variable and then test it for NULL when you're never using it again ------------------------------------------------------------------------ r21602 | rubidium | 2010-12-22 21:16:34 +0000 (Wed, 22 Dec 2010) | 2 lines -Codechange: split actual adding/removing of orders to/from a vehicle's order list from the validation of those (user) commands. Based on patch by fonsinchen ------------------------------------------------------------------------ r21601 | rubidium | 2010-12-22 19:52:23 +0000 (Wed, 22 Dec 2010) | 2 lines -Fix [FS#4323]: company league table used stats from two quarters ago instead of last quarter ------------------------------------------------------------------------ r21600 | alberth | 2010-12-22 19:24:36 +0000 (Wed, 22 Dec 2010) | 1 line -Codechange: Remove new_drawstyle and new_diagonal variables from the _thd structure. ------------------------------------------------------------------------ r21599 | translators | 2010-12-22 18:45:18 +0000 (Wed, 22 Dec 2010) | 7 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r21598 | frosch | 2010-12-22 15:40:22 +0000 (Wed, 22 Dec 2010) | 1 line -Fix (r3139, r21236, r21249)[FS#4275]: The default visual 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. ------------------------------------------------------------------------ r21597 | frosch | 2010-12-22 14:51:12 +0000 (Wed, 22 Dec 2010) | 1 line -Fix (r21239): Also catch the case when callback 10 returns VE_DEFAULT. ------------------------------------------------------------------------ r21596 | frosch | 2010-12-22 14:38:24 +0000 (Wed, 22 Dec 2010) | 1 line -Codechange: Rename a misleading-named variable. ------------------------------------------------------------------------ r21595 | alberth | 2010-12-22 11:46:41 +0000 (Wed, 22 Dec 2010) | 1 line -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. ------------------------------------------------------------------------ r21594 | alberth | 2010-12-22 11:24:38 +0000 (Wed, 22 Dec 2010) | 1 line -Codechange: Whitespace fixes in ifndef/define lines. ------------------------------------------------------------------------ r21593 | alberth | 2010-12-22 10:50:32 +0000 (Wed, 22 Dec 2010) | 1 line -Codechange: endif comment correcttions. ------------------------------------------------------------------------ r21592 | alberth | 2010-12-21 22:00:08 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Return unique values for placing a sign and land-info querying, store the callback information locally, and use it instead of the global _place_proc. ------------------------------------------------------------------------ r21591 | alberth | 2010-12-21 21:54:16 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Align case functions. ------------------------------------------------------------------------ r21590 | alberth | 2010-12-21 21:48:31 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: All click handling functions of the main toolbar return CBF_NONE. ------------------------------------------------------------------------ r21589 | alberth | 2010-12-21 21:46:19 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function. ------------------------------------------------------------------------ r21588 | translators | 2010-12-21 18:45:39 +0000 (Tue, 21 Dec 2010) | 13 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r21587 | alberth | 2010-12-21 18:07:07 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Move simple callback functions into the switch. ------------------------------------------------------------------------