log

age author description
Wed, 29 Jul 2009 20:27:24 +0000 frosch (svn r16984) -Codechange: Document and assertify (Start|End)SpriteCombine. draft
Wed, 29 Jul 2009 20:24:48 +0000 rubidium (svn r16983) -Change: work around a bogus GCC 4.4+ warning that can't be disabled draft
Wed, 29 Jul 2009 17:45:22 +0000 translators (svn r16982) -Update from WebTranslator v3.0: draft
Wed, 29 Jul 2009 16:45:51 +0000 rubidium (svn r16981) -Fix [FS#3062]: the last manually added server would not be saved draft
Wed, 29 Jul 2009 14:46:08 +0000 michi_cc (svn r16980) -Fix (r16976): source.list and project files were not updated. draft
Wed, 29 Jul 2009 14:33:32 +0000 belugas (svn r16979) -Codechange[FS#3066]: Add notion of Ctrl_Click in the tooltip for Loan borrow/repay buttons (planetmaker) draft
Wed, 29 Jul 2009 12:45:15 +0000 belugas (svn r16978) -Fix(r16977): tab indentation instead of space indentation at beginning of a line, please draft
Wed, 29 Jul 2009 03:02:13 +0000 belugas (svn r16977) -Fix(r1772)[FS#3059]: make it so that failing to generate many random towns in scenario editor returns a failing message. draft
Tue, 28 Jul 2009 21:06:38 +0000 rubidium (svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favour of their Station variants draft
Tue, 28 Jul 2009 18:54:24 +0000 yexo (svn r16975) -Change [MSVC]: Make all language files depend on english.txt draft
Tue, 28 Jul 2009 18:52:16 +0000 rubidium (svn r16974) -Codechange: do simple station build checks and 'decode' p1/p2 first draft
Tue, 28 Jul 2009 17:45:13 +0000 translators (svn r16973) -Update from WebTranslator v3.0: draft
Tue, 28 Jul 2009 13:35:50 +0000 rubidium (svn r16972) -Fix [FS#3058] (r16942): mixup of variables caused, in some cases, rail stations to have incorrect width/height. draft
Mon, 27 Jul 2009 21:16:13 +0000 alberth (svn r16970) -Codechange: Transparency window uses nested widgets only. draft
Mon, 27 Jul 2009 20:46:50 +0000 alberth (svn r16969) -Codechange: Normalizing transparency gui widget numbers. draft
Mon, 27 Jul 2009 17:45:26 +0000 translators (svn r16968) -Update from WebTranslator v3.0: draft
Mon, 27 Jul 2009 11:59:36 +0000 rubidium (svn r16967) -Fix [FS#0356]: assert when UFO tried to destroy rail draft
Sun, 26 Jul 2009 21:50:30 +0000 rubidium (svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TILE_LOOP, which means no more duplication of parameters between BEGIN_TILE_LOOP and END_TILE_LOOP draft
Sun, 26 Jul 2009 21:07:03 +0000 rubidium (svn r16965) -Codechange: use tile area instead of sets of variables for the station joiner code. draft
Sun, 26 Jul 2009 17:45:18 +0000 translators (svn r16964) -Update from WebTranslator v3.0: draft
Sun, 26 Jul 2009 17:29:01 +0000 alberth (svn r16963) -Codechange: Added NWidgetViewport widget. draft
Sun, 26 Jul 2009 16:17:49 +0000 rubidium (svn r16962) -Codechange: more work towards multi tile waypoints draft
Sun, 26 Jul 2009 13:19:23 +0000 alberth (svn r16961) -Codechange: Moving some methods up in the class hierarchy to avoid code duplication. draft
Sun, 26 Jul 2009 12:49:26 +0000 alberth (svn r16960) -Doc: Added some viewport and vehicle type doxygen strings. draft
Sun, 26 Jul 2009 09:25:00 +0000 rubidium (svn r16959) -Codechange: make the station joiner a bit more aware of the difference between waypoints and stations. draft
Sat, 25 Jul 2009 17:45:24 +0000 translators (svn r16958) -Update from WebTranslator v3.0: draft
Sat, 25 Jul 2009 15:58:48 +0000 frosch (svn r16957) -Fix: Trigger the same window repositioning after changing font/language as it is done after resizing the main OpenTTD window. draft
Sat, 25 Jul 2009 15:43:40 +0000 rubidium (svn r16956) -Update: 'pre' translate some strings that can't be translated, like {BLACK}{STRING} draft
Sat, 25 Jul 2009 15:22:23 +0000 rubidium (svn r16955) -Fix (r16954): removed a few strings too many from the translations draft
Sat, 25 Jul 2009 15:10:52 +0000 rubidium (svn r16954) -Codechange: make the Game Options window use the nested widget system. draft
Sat, 25 Jul 2009 11:54:53 +0000 alberth (svn r16953) -Codechange: Use SetStringParameters() for simple parameterized strings. draft
Sat, 25 Jul 2009 11:32:53 +0000 alberth (svn r16952) -Codechange: Use a label for the world population in the town directory window. draft
Sat, 25 Jul 2009 11:02:15 +0000 rubidium (svn r16951) -Change: order the strings in the options dropdown slightly more logical draft
Sat, 25 Jul 2009 10:56:36 +0000 rubidium (svn r16950) -Codechange: unduplicate waypoint + station sign drawing draft
Sat, 25 Jul 2009 10:54:42 +0000 rubidium (svn r16949) -Codechange: unify the way the DisplayOption enums are written draft
Sat, 25 Jul 2009 10:39:58 +0000 rubidium (svn r16948) -Codechange: some code reductions and usage of wrapper functions draft
Sat, 25 Jul 2009 08:54:19 +0000 rubidium (svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and trainst_h. draft
Sat, 25 Jul 2009 07:49:49 +0000 alberth (svn r16946) -Doc: Adding docs for some string parameter manipulation functions. draft
Fri, 24 Jul 2009 19:17:45 +0000 rubidium (svn r16945) -Fix (r16940): comments got swapped draft
Fri, 24 Jul 2009 19:09:48 +0000 rubidium (svn r16944) -Codechange: remove needlessly complex way of getting the offset of items within a struct that are within a struct draft
Fri, 24 Jul 2009 17:45:27 +0000 translators (svn r16943) -Update from WebTranslator v3.0: draft
Fri, 24 Jul 2009 17:05:17 +0000 rubidium (svn r16942) -Codechange: document CanExpandRailStation and remove the 'magic' array of numbers for a named struct draft
Fri, 24 Jul 2009 15:27:31 +0000 rubidium (svn r16941) -Document: some map accessors draft
Fri, 24 Jul 2009 15:18:25 +0000 rubidium (svn r16940) -Codechange: make the pathfinders behave the same when finding waypoints or stations, i.e. don't force exactly one destination tile for a waypoint draft
Fri, 24 Jul 2009 11:47:12 +0000 rubidium (svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written. draft
Fri, 24 Jul 2009 11:15:11 +0000 rubidium (svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile draft
Fri, 24 Jul 2009 09:56:37 +0000 alberth (svn r16937) -Codechange: Make the station build window look good when resized. draft
Fri, 24 Jul 2009 09:45:39 +0000 alberth (svn r16936) -Fix [FS#3053]: Rail station build window with NewGRFs could crash due to uninitialized string parameter. draft
Fri, 24 Jul 2009 09:14:36 +0000 alberth (svn r16935) -Codechange: Improve wording of .lng file error message (found by cmoiromain). draft
Fri, 24 Jul 2009 07:38:10 +0000 rubidium (svn r16934) -Codechange: introduce a simple helper function to check whether a station is pending deletion or not draft
Fri, 24 Jul 2009 00:08:48 +0000 rubidium (svn r16933) -Fix [FS#3054] (r16694): vehicles would wait "very long" when they had nothing to unload and gradual loading was disabled. draft
Thu, 23 Jul 2009 22:26:12 +0000 translators (svn r16932) -Update from WebTranslator v3.0: draft
Thu, 23 Jul 2009 22:01:25 +0000 smatz (svn r16931) -Cleanup (r16922): one semicolon too much draft
Thu, 23 Jul 2009 19:31:50 +0000 rubidium (svn r16930) -Codechange: more StringID name unification and grouping draft
Thu, 23 Jul 2009 18:45:53 +0000 frosch (svn r16929) -Change: There is no point in not randomising engine introduction-date before 1922. Instead disable the randomisation for the first two years after game-start, so you do not have to wait for the first engine. draft
Thu, 23 Jul 2009 17:45:47 +0000 translators (svn r16928) -Update from WebTranslator v3.0: draft
Thu, 23 Jul 2009 15:39:21 +0000 rubidium (svn r16927) -Change: make the 'there is no AI' error message translatable draft
Thu, 23 Jul 2009 12:13:53 +0000 rubidium (svn r16926) -Fix (r16925): if checking whether a station can be adjoined, don't check whether 'the other station you have already found' to be valid but the station that you just found. Especially because you won't have found as station until you have found one. draft
Thu, 23 Jul 2009 12:02:09 +0000 rubidium (svn r16925) -Fix (r16909): guard commands more against using waypoints as stations and/or accidentally reusing waypoints for stations or vice versa. draft
Thu, 23 Jul 2009 08:47:14 +0000 rubidium (svn r16924) -Fix (r16922): selling or sending to depot, what's the difference? :) draft