log

age author description
Fri, 22 Apr 2011 15:54:42 +0000 rubidium (svn r22363) -Codechange: NetworkFindClientStateFromClientID -> NetworkClientSocket::GetByClientID draft
Fri, 22 Apr 2011 15:54:16 +0000 rubidium (svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientInfo::GetByClientID draft
Fri, 22 Apr 2011 15:53:40 +0000 rubidium (svn r22361) -Codechange: delete the client list popup when the client got removed (instead of previously selecting some other client) draft
Fri, 22 Apr 2011 15:52:50 +0000 rubidium (svn r22360) -Codechange: use globally unique client id to mark the selected client instead of the position in the client list draft
Fri, 22 Apr 2011 15:51:52 +0000 rubidium (svn r22359) -Codechange: pass client info pointers instead of the position to the client popup list's callbacks draft
Fri, 22 Apr 2011 15:50:13 +0000 rubidium (svn r22358) -Codechange: WC_TOOLBAR_MENU isn't the right name when its only used for client list popups draft
Fri, 22 Apr 2011 15:03:08 +0000 smatz (svn r22357) -Fix (r22345): crash when opening the chat box or company password input box draft
Thu, 21 Apr 2011 19:21:02 +0000 glx (svn r22356) -Fix (r22342): somehow empty and useless new files were added draft
Thu, 21 Apr 2011 17:45:14 +0000 translators (svn r22355) -Update from WebTranslator v3.0: draft
Wed, 20 Apr 2011 17:45:33 +0000 translators (svn r22354) -Update from WebTranslator v3.0: draft
Tue, 19 Apr 2011 18:50:03 +0000 smatz (svn r22353) -Cleanup (r22352): remove unused strings from all language files draft
Tue, 19 Apr 2011 18:47:36 +0000 smatz (svn r22352) -Change: make YAPF the default pathfinder for ships, don't discourage players from using it draft
Tue, 19 Apr 2011 18:20:34 +0000 smatz (svn r22351) -Revert (r17101): and reinstall r16546. Hash tables are much smaller now, so it shouldn't cause crash anymore draft
Tue, 19 Apr 2011 18:12:47 +0000 smatz (svn r22350) -Change: make YAPF hash tables much smaller, it should improve performance significantly (about 15%) draft
Tue, 19 Apr 2011 17:45:16 +0000 translators (svn r22349) -Update from WebTranslator v3.0: draft
Tue, 19 Apr 2011 15:00:11 +0000 smatz (svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_node_ship.hpp draft
Mon, 18 Apr 2011 17:45:34 +0000 translators (svn r22347) -Update from WebTranslator v3.0: draft
Sun, 17 Apr 2011 18:45:36 +0000 terkhen (svn r22346) -Cleanup: Textbuf::max_pixels is not required anymore. draft
Sun, 17 Apr 2011 18:44:09 +0000 terkhen (svn r22345) -Change: Remove pixel limiter for text buffers. draft
Sun, 17 Apr 2011 18:43:17 +0000 terkhen (svn r22344) -Codechange: Remove width constant from the sign list window. draft
Sun, 17 Apr 2011 18:42:17 +0000 terkhen (svn r22343) -Change: Remove pixel limiter for query strings. draft
Sun, 17 Apr 2011 17:56:33 +0000 glx (svn r22342) -Fix (r22338): fix the right place and run the script draft
Sun, 17 Apr 2011 17:56:31 +0000 peter1138 (svn r22341) -Change: Remove string unused since r22337 draft
Sun, 17 Apr 2011 17:45:20 +0000 translators (svn r22340) -Update from WebTranslator v3.0: draft
Sun, 17 Apr 2011 17:34:18 +0000 glx (svn r22339) -Fix: french uses NBSP as digit separator, not dot draft
Sun, 17 Apr 2011 17:34:09 +0000 peter1138 (svn r22338) -Fix (r22337): Compile-before-commit... draft
Sun, 17 Apr 2011 17:28:33 +0000 peter1138 (svn r22337) -Fix: Overly specific error message draft
Sun, 17 Apr 2011 17:17:09 +0000 frosch (svn r22336) -Fix (r22304): {DECIMAL} printed too many thousand separators. draft
Sun, 17 Apr 2011 13:36:51 +0000 smatz (svn r22335) -Cleanup (r22308): remove superfluous tabs draft
Sat, 16 Apr 2011 17:45:08 +0000 translators (svn r22334) -Update from WebTranslator v3.0: draft
Sat, 16 Apr 2011 17:20:08 +0000 frosch (svn r22333) -Change: Prefer deleting automatic orders instead of inserting new ones. draft
Sat, 16 Apr 2011 17:18:04 +0000 frosch (svn r22332) -Fix: When inserting automatic orders, do not create consecutive duplicate orders. draft
Sat, 16 Apr 2011 17:06:59 +0000 frosch (svn r22331) -Change: When inserting an (automatic) order A in front of an order B, disable modifications of automatic orders for all vehicles currently heading for B as we do not know whether they will reach A or B first. (except for the vehicle causing the insertion of the automatic order itself) draft
Sat, 16 Apr 2011 17:02:28 +0000 frosch (svn r22330) -Change: When a conditional order triggers and causes skipping to a particular order, disable modifications to automatic orders. till reaching the next real order, as we do not know whether to change the targets of conditional orders when inserting automatic orders. (So, when the vehicle skips to an order and later inserts an automatic order, the conditional order will still point to the same order, so the automatic order will be inserted again the next time.) draft
Sat, 16 Apr 2011 16:56:24 +0000 frosch (svn r22329) -Change: When the current orders are interrupted for non-ordered service, disable modifications to automatic orders until the next real order is completed. (train part already slipped by in r22328) draft
Sat, 16 Apr 2011 16:45:35 +0000 frosch (svn r22328) -Add: a flag to GroundVehicles to disable insertion and removal of automatic orders until the next real order is reached. draft
Sat, 16 Apr 2011 16:41:02 +0000 frosch (svn r22327) -Add: Vehicle::GetGroundVehicleFlags() for accessing GroundVehicle<>::gv_flags through a Vehicle struct. draft
Sat, 16 Apr 2011 16:26:08 +0000 frosch (svn r22326) -Fix: Destinations of conditional orders were update incorrectly when deleting orders in front of the conditional orders, if the target order wwas the order just before of the conditional order. draft
Fri, 15 Apr 2011 19:04:42 +0000 rubidium (svn r22325) -Fix: Slovenian iso code was wrong draft
Fri, 15 Apr 2011 19:03:55 +0000 frosch (svn r22324) -Fix: Vehicles skipped orders when inserting automatic orders failed. draft
Fri, 15 Apr 2011 17:45:13 +0000 translators (svn r22323) -Update from WebTranslator v3.0: draft
Fri, 15 Apr 2011 06:20:01 +0000 planetmaker (svn r22322) -Fix [FS#4593]: Obey the law of conservation of parantheses in the console help draft
Wed, 13 Apr 2011 17:45:11 +0000 translators (svn r22321) -Update from WebTranslator v3.0: draft
Wed, 13 Apr 2011 14:45:49 +0000 orudge (svn r22320) -Fix [FS#4590]: "Shopping centre" is more accurate in British English draft
Tue, 12 Apr 2011 17:45:13 +0000 translators (svn r22319) -Update from WebTranslator v3.0: draft
Mon, 11 Apr 2011 17:45:14 +0000 translators (svn r22318) -Update from WebTranslator v3.0: draft
Sun, 10 Apr 2011 17:45:28 +0000 translators (svn r22317) -Update from WebTranslator v3.0: draft
Sun, 10 Apr 2011 17:21:43 +0000 frosch (svn r22316) -Fix: [NewGRF] When determining refittability use the cargo translation table of the GRF setting the refitmask instead of the GRF defining the action 3. draft
Sun, 10 Apr 2011 16:10:06 +0000 frosch (svn r22315) -Fix (r22314): Update comment as well. draft
Sun, 10 Apr 2011 16:08:14 +0000 frosch (svn r22314) -Change: Put NewGRF supplied townnames at the top of the dropdown list. draft
Sun, 10 Apr 2011 15:30:24 +0000 frosch (svn r22313) -Cleanup (r22312): Remove some dead code. draft
Sun, 10 Apr 2011 15:30:08 +0000 frosch (svn r22312) -Codechange: Add GameOptionsWindow::BuildDropDownList() for construction of all dropdown lists in the GameOptionsWindow. draft
Sun, 10 Apr 2011 15:01:14 +0000 frosch (svn r22311) -Add: DropDownListStringItem::NatSortFunc() which can be used as comparator function in DropDownList::sort(). draft
Sun, 10 Apr 2011 14:56:14 +0000 frosch (svn r22310) -Codechange: Derive DropDownListCharStringItem from DropDownListStringItem. draft
Sun, 10 Apr 2011 10:47:21 +0000 frosch (svn r22309) -Fix: Make road vehicles, ships and aircraft skip orders if they are leaving a depot and heading to the same one again; just like trains since r16322. draft
Sat, 09 Apr 2011 21:52:38 +0000 rubidium (svn r22308) -Fix [FS#4574]: waiting on a server could kick the client, or rather the client would kick itself due to an unexpected packet draft
Sat, 09 Apr 2011 21:15:24 +0000 frosch (svn r22307) -Fix: When drawing the town authority window, check whether the availability of the actions changed, and force a complete redraw in that case. draft
Sat, 09 Apr 2011 20:33:07 +0000 rubidium (svn r22306) -Fix-ish: WT3 still doesn't validate the amount of plural parameters draft
Sat, 09 Apr 2011 20:27:34 +0000 frosch (svn r22305) -Add: One digit for the fractional part of train lengths in the depot view. draft
Sat, 09 Apr 2011 20:26:14 +0000 frosch (svn r22304) -Add: {DECIMAL} string code to print decimal fractions. draft