log

age author description
Wed, 25 Nov 2009 18:45:41 +0000 translators (svn r18288) -Update from WebTranslator v3.0: draft
Wed, 25 Nov 2009 17:48:44 +0000 rubidium (svn r18287) -Fix (r17841): a not properly updated list caused reading just freed memory which caused buttons to not work as they should draft
Wed, 25 Nov 2009 16:26:25 +0000 frosch (svn r18286) -Fix (r18280): Number of platforms and platform length start with 1. draft
Wed, 25 Nov 2009 16:17:06 +0000 rubidium (svn r18285) -Feature: show the expected arrival/departure dates in the timetable window. Based on work by PhilSophus. draft
Tue, 24 Nov 2009 23:34:46 +0000 frosch (svn r18284) -Cleanup (r18268, r18283): Replace magic value with enum. draft
Tue, 24 Nov 2009 22:15:42 +0000 frosch (svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns. draft
Tue, 24 Nov 2009 22:02:23 +0000 frosch (svn r18282) -Codechange: Remove IndustrySpec::raw_industry_cost_multiplier and use 8 * cost_multiplier instead. draft
Tue, 24 Nov 2009 21:18:11 +0000 smatz (svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJosh, GeekToo, Terkhen and others) draft
Tue, 24 Nov 2009 21:13:36 +0000 rubidium (svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input draft
Tue, 24 Nov 2009 18:45:22 +0000 translators (svn r18279) -Update from WebTranslator v3.0: draft
Tue, 24 Nov 2009 18:27:58 +0000 frosch (svn r18278) -Cleanup (r1): No need to set a cost multiplier for raw-industry-construction of banks. They have never been raw industries. draft
Tue, 24 Nov 2009 18:05:55 +0000 rubidium (svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions draft
Tue, 24 Nov 2009 17:56:45 +0000 frosch (svn r18276) -Fix: [NoAI] Make AIIndustryType::GetConstructionCost() return -1, if the industry is neither buildable nor prospectable. draft
Tue, 24 Nov 2009 17:40:38 +0000 frosch (svn r18275) -Fix (r18266): Need to update regression due to different rounding. draft
Tue, 24 Nov 2009 17:28:29 +0000 rubidium (svn r18274) -Codechange: remove the unused WDF flags draft
Tue, 24 Nov 2009 17:13:24 +0000 rubidium (svn r18273) -Codechange: do not require widget numbers for default widgets (close, sticky, resize buttons and the caption), except when you want to use SetStringParameter for the caption ofcourse. Also remove the requirement for some of the WDF flags; no need to test for both the flag whether a feature is used and whether the feature is in action. draft
Tue, 24 Nov 2009 16:54:52 +0000 rubidium (svn r18272) -Codechange: make FindScrollbar a const function draft
Tue, 24 Nov 2009 14:20:39 +0000 rubidium (svn r18271) -Fix [FS#3315]: road vehicles wouldn't reserve a road stop in tunnels/on bridges so when they leave wormhole they're still focussed on the main road stop causing unneededly long queues draft
Tue, 24 Nov 2009 14:19:21 +0000 rubidium (svn r18270) -Codechange: split the code for finding a road stop to stop at into a seperate function draft
Tue, 24 Nov 2009 13:28:18 +0000 rubidium (svn r18269) -Fix [FS#3326]: crash because there was no (hidden) one way widget for the tram toolbar draft
Tue, 24 Nov 2009 13:15:58 +0000 frosch (svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicles only apply to the GRF locally, if it defines engines of that type itself. draft
Tue, 24 Nov 2009 13:14:48 +0000 rubidium (svn r18267) -Codechange: make the music window big font aware draft
Tue, 24 Nov 2009 13:12:34 +0000 frosch (svn r18266) -Codechange: Add a function to compute prices from price base and cost factor and use it consistently for vehicle purchase, running cost, and refit cost. draft
Tue, 24 Nov 2009 12:42:36 +0000 rubidium (svn r18265) -Codechange: make the finance overview window big font aware draft
Mon, 23 Nov 2009 22:01:42 +0000 rubidium (svn r18264) -Codechange: make the company league window big font aware draft
Mon, 23 Nov 2009 21:34:33 +0000 rubidium (svn r18263) -Codechange: make the town views resizable draft
Mon, 23 Nov 2009 20:25:14 +0000 rubidium (svn r18262) -Codechange: make the status bar big font aware draft
Mon, 23 Nov 2009 20:14:42 +0000 rubidium (svn r18261) -Codechange: center the company icons in the toolbar dropdowns draft
Mon, 23 Nov 2009 20:13:37 +0000 rubidium (svn r18260) -Codechange: make the company station view big font aware draft
Mon, 23 Nov 2009 19:53:58 +0000 rubidium (svn r18259) -Codechange: make the graphs big font aware draft
Mon, 23 Nov 2009 18:45:23 +0000 translators (svn r18258) -Update from WebTranslator v3.0: draft
Mon, 23 Nov 2009 16:23:42 +0000 rubidium (svn r18257) -Fix: glitch when the news message is wider than the status bar draft
Mon, 23 Nov 2009 16:18:01 +0000 rubidium (svn r18256) -Codechange: make the vehicle details window big font aware draft
Mon, 23 Nov 2009 14:04:03 +0000 rubidium (svn r18255) -Codechange: make the town authority window big font aware draft
Mon, 23 Nov 2009 13:18:20 +0000 rubidium (svn r18254) -Codechange: make the highscore windows big font aware-ish till the point that it still fits within the graphics draft
Mon, 23 Nov 2009 13:14:45 +0000 frosch (svn r18253) -Codechange: Convert the linked list of loaded GRFFiles into a SmallVector. draft
Mon, 23 Nov 2009 13:01:12 +0000 rubidium (svn r18252) -Fix: crash when news is shown when the end game window is opened (status bar goes missing for a while etc.) draft
Mon, 23 Nov 2009 12:45:01 +0000 rubidium (svn r18251) -Codechange: make the join status window big font aware draft
Sun, 22 Nov 2009 22:21:00 +0000 rubidium (svn r18250) -Codechange: make the graph legend big font aware draft
Sun, 22 Nov 2009 22:17:06 +0000 rubidium (svn r18249) -Codechange: make the network client list big font aware draft
Sun, 22 Nov 2009 22:12:00 +0000 rubidium (svn r18248) -Codechange: remove magic numbers from the AI debug window, making it big font aware in the process draft
Sun, 22 Nov 2009 22:08:28 +0000 rubidium (svn r18247) -Codechange: make the AI settings window big font aware draft
Sun, 22 Nov 2009 20:56:39 +0000 frosch (svn r18246) -Codechange: Make signs and station/town names big font aware. draft
Sun, 22 Nov 2009 20:38:06 +0000 frosch (svn r18245) -Codechange: Deduplicate code wrt. clicking on signs and station/town names. draft
Sun, 22 Nov 2009 20:23:41 +0000 frosch (svn r18244) -Codechange: Make texteffects big font aware. draft
Sun, 22 Nov 2009 19:53:49 +0000 frosch (svn r18243) -Codechange: Deduplicate code wrt. drawing signs and station/town names. draft
Sun, 22 Nov 2009 19:40:48 +0000 rubidium (svn r18242) -Codechange: make the refit window big font aware draft
Sun, 22 Nov 2009 19:31:52 +0000 rubidium (svn r18241) -Codechange: make the rail depot 'buttons' centered in the window draft
Sun, 22 Nov 2009 19:27:51 +0000 rubidium (svn r18240) -Change: align the 'select' sprite in the network content GUI based on the font height draft
Sun, 22 Nov 2009 19:24:02 +0000 rubidium (svn r18239) -Codechange: make the AI 'selection' list window big font aware draft
Sun, 22 Nov 2009 19:19:11 +0000 rubidium (svn r18238) -Codechange: make the autoreplace window big font aware draft
Sun, 22 Nov 2009 19:18:51 +0000 rubidium (svn r18237) -Codechange: make the group GUI big font aware draft
Sun, 22 Nov 2009 18:51:58 +0000 rubidium (svn r18236) -Codechange: make the group gui behave 'better aligned' draft
Sun, 22 Nov 2009 18:51:21 +0000 rubidium (svn r18235) -Fix: like r18233, but for the non-trains draft
Sun, 22 Nov 2009 18:45:19 +0000 translators (svn r18234) -Update from WebTranslator v3.0: draft
Sun, 22 Nov 2009 18:32:03 +0000 alberth (svn r18233) -Fix: Fix matrix widget of the autoreplace gui. draft
Sun, 22 Nov 2009 18:31:17 +0000 alberth (svn r18232) -Fix: Extend container widgets to accomadate multiples of filling step size. draft
Sun, 22 Nov 2009 18:29:52 +0000 alberth (svn r18231) -Fix: Enable filling of matrix widget in the depot gui. draft
Sun, 22 Nov 2009 18:28:14 +0000 alberth (svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize(). draft
Sun, 22 Nov 2009 18:26:01 +0000 alberth (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. draft