------------------------------------------------------------------------ r17134 | translators | 2009-08-09 17:45:15 +0000 (Sun, 09 Aug 2009) | 6 lines -Update from WebTranslator v3.0: simplified_chinese - 2 changes by Gavin galician - 2 changes by Condex greek - 22 changes by fumantsu urdu - 1 changes by yasirniazkhan ------------------------------------------------------------------------ r17133 | rubidium | 2009-08-09 16:54:03 +0000 (Sun, 09 Aug 2009) | 2 lines -Codechange: generalise the code that searches for base graphics ------------------------------------------------------------------------ r17132 | smatz | 2009-08-09 15:58:34 +0000 (Sun, 09 Aug 2009) | 1 line -Fix: comments in company_cmd.cpp ------------------------------------------------------------------------ r17131 | smatz | 2009-08-09 14:40:34 +0000 (Sun, 09 Aug 2009) | 1 line -Codechange: apply coding style to some switch statements ------------------------------------------------------------------------ r17130 | alberth | 2009-08-09 10:42:01 +0000 (Sun, 09 Aug 2009) | 1 line -Fix [FS#3099]: Last line of output in the AI debug window did not fit entirely. ------------------------------------------------------------------------ r17129 | rubidium | 2009-08-09 10:20:09 +0000 (Sun, 09 Aug 2009) | 2 lines -Codechange: also let strgen warn if the translation uses STRINGn or RAW_STRING instead of STRING. ------------------------------------------------------------------------ r17128 | smatz | 2009-08-08 22:58:49 +0000 (Sat, 08 Aug 2009) | 1 line -Codechange: make code used for generating new subsidies nicer ------------------------------------------------------------------------ r17127 | smatz | 2009-08-08 22:42:52 +0000 (Sat, 08 Aug 2009) | 1 line -Fix (r17124): destructor has to be defined else operator delete might be called with NULL parameter ------------------------------------------------------------------------ r17126 | alberth | 2009-08-08 22:26:45 +0000 (Sat, 08 Aug 2009) | 1 line -Fix [FS#3096]: Initialize graph data from the constructor of the derived class. ------------------------------------------------------------------------ r17125 | yexo | 2009-08-08 22:09:53 +0000 (Sat, 08 Aug 2009) | 1 line -Cleanup: remove an unused variable ------------------------------------------------------------------------ r17124 | smatz | 2009-08-08 20:53:36 +0000 (Sat, 08 Aug 2009) | 1 line -Codechange: store subsidies in a pool (instead of an array) ------------------------------------------------------------------------ r17123 | alberth | 2009-08-08 20:39:45 +0000 (Sat, 08 Aug 2009) | 1 line -Codechange (r17122): Use this for calling methods. ------------------------------------------------------------------------ r17122 | alberth | 2009-08-08 20:06:38 +0000 (Sat, 08 Aug 2009) | 1 line -Codechange: Message history window uses nested widget tree. ------------------------------------------------------------------------ r17121 | frosch | 2009-08-08 18:45:12 +0000 (Sat, 08 Aug 2009) | 1 line -Fix [FS#3060]: Update vehicle position cache when the vehicle sprite changes. ------------------------------------------------------------------------ r17120 | smatz | 2009-08-08 18:44:35 +0000 (Sat, 08 Aug 2009) | 1 line -Fix (r17114): {STRING2} isn't supposed to be in other lang files except english.txt ------------------------------------------------------------------------ r17119 | smatz | 2009-08-08 18:26:25 +0000 (Sat, 08 Aug 2009) | 1 line -Codechange: replace constants in subsidy.cpp by enum values ------------------------------------------------------------------------ r17118 | frosch | 2009-08-08 18:24:48 +0000 (Sat, 08 Aug 2009) | 1 line -Fix: Mark industry tiles dirty when trigger are triggered. ------------------------------------------------------------------------ r17117 | smatz | 2009-08-08 18:22:29 +0000 (Sat, 08 Aug 2009) | 1 line -Fix (r1): don't create pax subsidy when source town, not destination town, has good service ------------------------------------------------------------------------ r17116 | translators | 2009-08-08 17:45:14 +0000 (Sat, 08 Aug 2009) | 5 lines -Update from WebTranslator v3.0: galician - 12 changes by Condex greek - 114 changes by fumantsu turkish - 2 changes by niw3 ------------------------------------------------------------------------ r17115 | smatz | 2009-08-08 16:53:22 +0000 (Sat, 08 Aug 2009) | 2 lines -Add [NoAI]: AISubsidy::SubsidyParticipantType, AISubsidy::GetSourceType, AISubsidy::GetSourceIndex, AISubsidy::GetDestinationType, AISubsidy::GetDestinationIndex for better subsidy management -Change [NoAI]: mark AISubsidy::SourceIsTown, AISubsidy::GetSource, AISubsidy::GetDestinationType, AISubsidy::GetDestination as deprecated ------------------------------------------------------------------------ r17114 | smatz | 2009-08-08 16:45:59 +0000 (Sat, 08 Aug 2009) | 1 line -Update (r17113): use {STRING} instead of {STATION} in related strings in other language files too ------------------------------------------------------------------------ r17113 | smatz | 2009-08-08 16:42:55 +0000 (Sat, 08 Aug 2009) | 3 lines -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source -Change [FS#1134]: subsidies aren't bound to stations after awarding anymore, they still apply to town or industry, no matter what station is used for loading and unloading. Awarded subsidies from older savegames are lost -Change [NoAI]: due to these changes, AISubsidy::GetSource and AISubsidy::GetDestination now return STATION_INVALID for awarded subsidies ------------------------------------------------------------------------ r17112 | yexo | 2009-08-08 16:36:06 +0000 (Sat, 08 Aug 2009) | 1 line -Change [NoAI]: AIVehicleList_Station now also works for waypoints ------------------------------------------------------------------------ r17111 | yexo | 2009-08-08 14:44:17 +0000 (Sat, 08 Aug 2009) | 1 line -Fix (r17110): forgot to include ai_log.hpp ------------------------------------------------------------------------ r17110 | yexo | 2009-08-08 13:50:18 +0000 (Sat, 08 Aug 2009) | 1 line -Fix [NoAI]: Print a warning message in the AI console when a deprecated function is used ------------------------------------------------------------------------ r17109 | smatz | 2009-08-08 12:26:03 +0000 (Sat, 08 Aug 2009) | 1 line -Fix (r15027): squirrel_export.sh failed for some locales ------------------------------------------------------------------------ r17108 | frosch | 2009-08-08 08:48:39 +0000 (Sat, 08 Aug 2009) | 1 line -Fix (r17107): ST_INDUSTRY and ST_TOWN got swapped when setting up cargo subsidy. ------------------------------------------------------------------------ r17107 | smatz | 2009-08-07 22:23:34 +0000 (Fri, 07 Aug 2009) | 1 line -Codechange: store type of subsidy source and destination in the Subsidy struct instead of determining it every time it's needed ------------------------------------------------------------------------ r17106 | smatz | 2009-08-07 21:11:58 +0000 (Fri, 07 Aug 2009) | 1 line -Codechange: move computation of station's catchment rectagle to separate function ------------------------------------------------------------------------ r17105 | smatz | 2009-08-07 20:30:38 +0000 (Fri, 07 Aug 2009) | 1 line -Codechange: no need to reset list of industries nearby that often, clearing is enough ------------------------------------------------------------------------ r17104 | smatz | 2009-08-07 20:24:33 +0000 (Fri, 07 Aug 2009) | 1 line -Codechange: move code related to subsidy awarding to separate procedure ------------------------------------------------------------------------ r17103 | rubidium | 2009-08-07 19:48:20 +0000 (Fri, 07 Aug 2009) | 2 lines -Update: pretranslate a bunch of strings that can't be translated ------------------------------------------------------------------------ r17102 | translators | 2009-08-07 17:45:11 +0000 (Fri, 07 Aug 2009) | 4 lines -Update from WebTranslator v3.0: polish - 69 changes by Adam123 spanish - 1 changes by Terkhen ------------------------------------------------------------------------ r17101 | smatz | 2009-08-07 13:33:55 +0000 (Fri, 07 Aug 2009) | 1 line -Revert [FS#3065](r16546): large table on stack caused stack overflow on some architectures ------------------------------------------------------------------------ r17097 | rubidium | 2009-08-06 22:00:32 +0000 (Thu, 06 Aug 2009) | 2 lines -Fix [FS#3092] (r13256): make restart command work again and make the help show how it works and how it doesn't work ------------------------------------------------------------------------ r17096 | rubidium | 2009-08-06 20:29:13 +0000 (Thu, 06 Aug 2009) | 2 lines -Fix [FS#3091]: news message about ordered refits failing wasn't very clear ------------------------------------------------------------------------ r17095 | rubidium | 2009-08-06 20:21:53 +0000 (Thu, 06 Aug 2009) | 2 lines -Codechange: make ParseStringChoice a bit safer ------------------------------------------------------------------------ r17094 | rubidium | 2009-08-06 19:35:58 +0000 (Thu, 06 Aug 2009) | 2 lines -Update: AI changelog ------------------------------------------------------------------------ r17092 | translators | 2009-08-06 17:45:15 +0000 (Thu, 06 Aug 2009) | 6 lines -Update from WebTranslator v3.0: simplified_chinese - 2 changes by Gavin frisian - 36 changes by huddekul german - 57 changes by Roujin spanish - 48 changes by Terkhen ------------------------------------------------------------------------ r17091 | smatz | 2009-08-06 17:35:20 +0000 (Thu, 06 Aug 2009) | 1 line -Fix (r17089)(r17090): regression test was right ------------------------------------------------------------------------ r17090 | smatz | 2009-08-06 17:23:53 +0000 (Thu, 06 Aug 2009) | 1 line -Fix (r17089): regression test failed (frosch123) ------------------------------------------------------------------------ r17089 | smatz | 2009-08-06 17:02:49 +0000 (Thu, 06 Aug 2009) | 1 line -Codechange: move RunVehicleDayProc() to vehicle.cpp ------------------------------------------------------------------------ r17088 | smatz | 2009-08-06 16:01:31 +0000 (Thu, 06 Aug 2009) | 1 line -Codechange: split IncreaseDate() to more procedures ------------------------------------------------------------------------ r17086 | smatz | 2009-08-06 13:51:48 +0000 (Thu, 06 Aug 2009) | 1 line -Cleanup (r16654): remove code used only for debugging ------------------------------------------------------------------------ r17085 | smatz | 2009-08-06 12:44:10 +0000 (Thu, 06 Aug 2009) | 1 line -Codechange: unify the place where vehicle's cargo ages ------------------------------------------------------------------------ r17084 | smatz | 2009-08-06 12:33:13 +0000 (Thu, 06 Aug 2009) | 1 line -Codechange: _age_cargo_skip_counter is common to all vehicle types ------------------------------------------------------------------------ r17076 | translators | 2009-08-05 18:56:43 +0000 (Wed, 05 Aug 2009) | 2 lines -Update: reflect the changes Rubidium made in the last few days to all languages ------------------------------------------------------------------------ r17075 | rubidium | 2009-08-05 17:59:21 +0000 (Wed, 05 Aug 2009) | 2 lines -Codechange: rename ~750 strings to be more uniform with their relatives ------------------------------------------------------------------------ r17074 | translators | 2009-08-05 17:45:40 +0000 (Wed, 05 Aug 2009) | 13 lines -Update from WebTranslator v3.0: simplified_chinese - 8 changes by Gavin dutch - 50 changes by Rubidium, TrueBrain finnish - 4 changes by jpx_ french - 47 changes by glx frisian - 38 changes by huddekul galician - 20 changes by Condex german - 2 changes by Roujin indonesian - 7 changes by fanioz romanian - 9 changes by kkmic russian - 51 changes by Lone_Wolf, MajestiC spanish - 1 changes by Terkhen ------------------------------------------------------------------------ r17073 | smatz | 2009-08-05 16:14:40 +0000 (Wed, 05 Aug 2009) | 1 line -Codechange: constify iec_prefixes[], change the code around a bit ------------------------------------------------------------------------ r17072 | rubidium | 2009-08-05 15:10:37 +0000 (Wed, 05 Aug 2009) | 2 lines -Fix: don't let squirrel export make a 'stub' for ai_changelog.hpp ------------------------------------------------------------------------ r17071 | smatz | 2009-08-05 14:33:30 +0000 (Wed, 05 Aug 2009) | 1 line -Fix: give a better error message when trying to make road one-way when it doesn't belong to you ------------------------------------------------------------------------ r17070 | rubidium | 2009-08-05 14:30:30 +0000 (Wed, 05 Aug 2009) | 2 lines -Codechange: some minor fixes to the order in english.txt ------------------------------------------------------------------------ r17069 | smatz | 2009-08-05 14:12:39 +0000 (Wed, 05 Aug 2009) | 1 line -Fix (r17004): invalid read when converting old waypoints ------------------------------------------------------------------------ r17068 | rubidium | 2009-08-05 12:48:48 +0000 (Wed, 05 Aug 2009) | 2 lines -Change: make a number of strings more consistent with their relatives ------------------------------------------------------------------------ r17067 | rubidium | 2009-08-05 12:37:09 +0000 (Wed, 05 Aug 2009) | 2 lines -Fix (r17064): local authority window got messed up a bit; also move OS names to a more logical place. ------------------------------------------------------------------------ r17066 | rubidium | 2009-08-05 11:48:20 +0000 (Wed, 05 Aug 2009) | 2 lines -Codechange: unify the order of {TINYFONT}/{BIGFONT} and {} ------------------------------------------------------------------------ r17065 | rubidium | 2009-08-05 11:32:32 +0000 (Wed, 05 Aug 2009) | 2 lines -Codechange: reorder last 1/3 of the strings. Hope it makes a bit more sense now ------------------------------------------------------------------------ r17064 | rubidium | 2009-08-04 22:56:12 +0000 (Tue, 04 Aug 2009) | 2 lines -Codechange: reorder another 1/3 of the strings ------------------------------------------------------------------------ r17063 | rubidium | 2009-08-04 22:19:46 +0000 (Tue, 04 Aug 2009) | 2 lines -Fix: terraform toolbar had the wrong tooltip for building trees. ------------------------------------------------------------------------ r17062 | rubidium | 2009-08-04 18:04:33 +0000 (Tue, 04 Aug 2009) | 2 lines -Change: unify the naming of some 125 strings ------------------------------------------------------------------------ r17061 | translators | 2009-08-04 17:45:27 +0000 (Tue, 04 Aug 2009) | 9 lines -Update from WebTranslator v3.0: dutch - 313 changes by TrueBrain, Yexo english_US - 5 changes by agenthh korean - 24 changes by telk5093 portuguese - 112 changes by SupSuper serbian - 98 changes by etran swedish - 20 changes by hgj turkish - 50 changes by niw3 ------------------------------------------------------------------------ r17060 | rubidium | 2009-08-04 17:16:24 +0000 (Tue, 04 Aug 2009) | 2 lines -Codechange: reorder 1/3 of the strings so they are more logically grouped (rest still needs to be done) ------------------------------------------------------------------------ r17059 | yexo | 2009-08-03 21:32:35 +0000 (Mon, 03 Aug 2009) | 1 line -Codechange: Rename a few strings to reflect their usage ------------------------------------------------------------------------ r17058 | belugas | 2009-08-03 20:02:25 +0000 (Mon, 03 Aug 2009) | 2 lines -Codechange: magic numbers removal. Two values used intead of just one, as it gives more possibilities to those who dare... ------------------------------------------------------------------------ r17057 | translators | 2009-08-03 17:45:33 +0000 (Mon, 03 Aug 2009) | 12 lines -Update from WebTranslator v3.0: arabic_egypt - 28 changes by kasakg simplified_chinese - 4 changes by Gavin dutch - 12 changes by habell english_US - 54 changes by agenthh finnish - 9 changes by jpx_ french - 8 changes by glx frisian - 65 changes by huddekul russian - 9 changes by Lone_Wolf serbian - 126 changes by etran slovak - 9 changes by James ------------------------------------------------------------------------ r17056 | alberth | 2009-08-03 16:42:02 +0000 (Mon, 03 Aug 2009) | 1 line -Codechange: Reduce width of the drop-down in the bridge gui. ------------------------------------------------------------------------ r17055 | alberth | 2009-08-03 16:36:40 +0000 (Mon, 03 Aug 2009) | 1 line -Codechange: Improve aligning of bridge sprites and descriptions in bridge gui. ------------------------------------------------------------------------ r17054 | alberth | 2009-08-03 15:25:52 +0000 (Mon, 03 Aug 2009) | 1 line -Codechange: Bridge gui uses nested widgets only. ------------------------------------------------------------------------ r17053 | rubidium | 2009-08-03 15:23:49 +0000 (Mon, 03 Aug 2009) | 2 lines -Codechange: pass a Rect to DrawGraph so it knows where to draw ------------------------------------------------------------------------ r17052 | rubidium | 2009-08-03 14:44:55 +0000 (Mon, 03 Aug 2009) | 2 lines -Codechange: move state changes out of OnPaint for the graph windows ------------------------------------------------------------------------ r17051 | rubidium | 2009-08-03 14:44:08 +0000 (Mon, 03 Aug 2009) | 2 lines -Codechange: make the graph legend window use nested widgets ------------------------------------------------------------------------ r17050 | rubidium | 2009-08-03 09:10:28 +0000 (Mon, 03 Aug 2009) | 2 lines -Codechange: replace custom implementation of TILE_LOOP with TILE_LOOP. ------------------------------------------------------------------------ r17049 | yexo | 2009-08-02 21:07:30 +0000 (Sun, 02 Aug 2009) | 1 line -Fix [NoAI]: documentation of AITile::LevelTiles was wrong ------------------------------------------------------------------------ r17048 | alberth | 2009-08-02 21:04:15 +0000 (Sun, 02 Aug 2009) | 1 line -Codechange: Airport toolbar and airport builder window use nested widgets. ------------------------------------------------------------------------ r17047 | frosch | 2009-08-02 19:49:22 +0000 (Sun, 02 Aug 2009) | 1 line -Fix: Mark house tiles dirty when triggers were triggered. ------------------------------------------------------------------------ r17046 | frosch | 2009-08-02 19:48:51 +0000 (Sun, 02 Aug 2009) | 1 line -Fix (r11411) [FS#3085]: Trigger house trigger 02 only for the north tile. ------------------------------------------------------------------------ r17045 | frosch | 2009-08-02 19:04:48 +0000 (Sun, 02 Aug 2009) | 1 line -Fix (r16867) [FS#3084]: Also 'p's can be important. ------------------------------------------------------------------------ r17044 | alberth | 2009-08-02 18:54:49 +0000 (Sun, 02 Aug 2009) | 1 line -Codechange: ai windows use nested widget tree. ------------------------------------------------------------------------ r17043 | yexo | 2009-08-02 18:26:32 +0000 (Sun, 02 Aug 2009) | 1 line -Change [NoAI]: Load the API before compiling an AI script so AIs can subclass API classes and use API constants as part of their own constants ------------------------------------------------------------------------ r17042 | translators | 2009-08-02 17:45:37 +0000 (Sun, 02 Aug 2009) | 13 lines -Update from WebTranslator v3.0: catalan - 35 changes by arnaullv danish - 3 changes by silentStatic english_US - 30 changes by agenthh frisian - 133 changes by huddekul german - 6 changes by Roujin hungarian - 9 changes by alyr indonesian - 8 changes by prof italian - 3 changes by lorenzodv norwegian_bokmal - 4 changes by CyberKenny spanish - 3 changes by Terkhen turkish - 14 changes by niw3 ------------------------------------------------------------------------ r17041 | rubidium | 2009-08-02 16:45:53 +0000 (Sun, 02 Aug 2009) | 2 lines -Fix [FS#3083] (r14735): graphical glitch with graph key ------------------------------------------------------------------------