log

age author description
Sat, 21 Oct 2006 23:00:27 +0000 Darkvater (svn r6881) -Fix r6874: uint > int to remove signedness warning MSVC (peter1138) draft
Sat, 21 Oct 2006 22:50:57 +0000 Darkvater (svn r6879) -Codechange: Remove the superflouos argument CharsetFilter parameter from HandleEditBoxKey draft
Sat, 21 Oct 2006 22:38:50 +0000 Darkvater (svn r6878) -Fix r6876 +add network.c, network_client.c draft
Sat, 21 Oct 2006 22:33:45 +0000 Darkvater (svn r6877) -Fix r6876 +add main_gui.c draft
Sat, 21 Oct 2006 22:29:14 +0000 Darkvater (svn r6876) -Codechange: Change the naming of _PLAYER in DESTTYPE_PLAYER/NETWORK_ACTION_CHAT_PLAYER draft
Sat, 21 Oct 2006 22:24:28 +0000 Darkvater (svn r6875) -Feature: Allow for " to be in console tokens. Escape them with \. eg \". draft
Sat, 21 Oct 2006 19:32:46 +0000 peter1138 (svn r6874) - [NewStations] Mark all tiles of a railway station dirty when adding or removing tiles. draft
Sat, 21 Oct 2006 17:58:14 +0000 miham (svn r6873) WebTranslator2 update to 2006-10-21 19:57:49 draft
Sat, 21 Oct 2006 17:36:29 +0000 miham (svn r6872) WebTranslator2 update to 2006-10-21 19:36:04 draft
Sat, 21 Oct 2006 14:53:57 +0000 peter1138 (svn r6870) - Codechange: (re-)unify the code to retrieve the sprite group for a vehicle. draft
Sat, 21 Oct 2006 13:42:47 +0000 miham (svn r6867) WebTranslator2 update to 2006-10-21 15:42:20 draft
Sat, 21 Oct 2006 07:49:22 +0000 miham (svn r6865) WebTranslator2 update to 2006-10-21 09:47:34 draft
Fri, 20 Oct 2006 19:48:25 +0000 peter1138 (svn r6858) - Fix (r6855): Handle rail vehicles with no capacity (N/A) by setting cargo type to CT_INVALID and handling it later. STR_8838_N_A is not a valid cargo type... draft
Fri, 20 Oct 2006 14:31:35 +0000 peter1138 (svn r6857) - Fix (r6855): Update all languages with {STRING} -> {CARGO} change draft
Fri, 20 Oct 2006 11:53:29 +0000 peter1138 (svn r6855) - Codechange: When displaying a "quantity of cargo" string, use the {CARGO} command and supply the cargo type and quantity, instead of manually looking up the cargo type's string. draft
Fri, 20 Oct 2006 10:48:46 +0000 Darkvater (svn r6854) -Codechange: Use DrawSringCentered instead of DrawStringMultiCenter for simple draft
Thu, 19 Oct 2006 12:21:35 +0000 peter1138 (svn r6838) - Fix (r6836): MS VC complains beecause it doesn't understand consts... (or I don't...) draft
Thu, 19 Oct 2006 10:40:21 +0000 peter1138 (svn r6837) - Codechange: More const SpriteGroups missed in r6836 draft
Thu, 19 Oct 2006 10:20:36 +0000 peter1138 (svn r6836) - Codechange: constify SpriteGroup references. These used to be non-const when we kept a reference count, which we don't do anymore. draft
Thu, 19 Oct 2006 09:39:29 +0000 peter1138 (svn r6835) - Fix: Pressing ^D (EOF) at a dedicated console caused it to repeat the last command, instead of doing nothing. draft
Wed, 18 Oct 2006 21:38:45 +0000 Darkvater (svn r6828) -Fix: Properly fix r6842 draft
Wed, 18 Oct 2006 21:33:59 +0000 glx (svn r6827) -Fix r6824: removed warning draft
Wed, 18 Oct 2006 21:19:04 +0000 Darkvater (svn r6825) -Codechange: Remove two globals from chat-window draft
Wed, 18 Oct 2006 21:07:36 +0000 Darkvater (svn r6824) -Feature: Change the functionality of the chat window. SHIFT+ENTER (SHIFT+T) draft
Wed, 18 Oct 2006 17:44:46 +0000 peter1138 (svn r6823) - Codechange: Ignore bit 0 of a NewStation custom tile callback result. This fixes cosmetic problems with some add on stations. draft
Wed, 18 Oct 2006 14:42:19 +0000 glx (svn r6822) -Fix r6821: add type for measure_strings_length[] draft
Wed, 18 Oct 2006 14:20:10 +0000 Darkvater (svn r6821) -Codechange: For the measurement tool do not show the tooltip when the selection draft
Wed, 18 Oct 2006 13:17:46 +0000 Darkvater (svn r6820) -Codechange: Some more const correctness, coding style. draft
Wed, 18 Oct 2006 10:57:32 +0000 miham (svn r6819) WebTranslator2 update to 2006-10-18 12:54:18 draft
Wed, 18 Oct 2006 00:10:38 +0000 glx (svn r6817) -Fix: set svn:eol-style for vs80 files draft
Tue, 17 Oct 2006 23:34:12 +0000 Darkvater (svn r6816) -Codechange: Some coding style, variable localization, const correctness. draft
Tue, 17 Oct 2006 22:21:13 +0000 miham (svn r6815) WebTranslator2 update to 2006-10-18 00:20:47 draft
Tue, 17 Oct 2006 22:16:46 +0000 Darkvater (svn r6814) -Codechange: For network games ci->client_playas was always p->index + 1. To draft
Tue, 17 Oct 2006 20:36:03 +0000 miham (svn r6811) WebTranslator2 update to 2006-10-17 22:35:27 draft
Tue, 17 Oct 2006 19:12:30 +0000 miham (svn r6807) WebTranslator2 update to 2006-10-17 21:11:51 draft
Tue, 17 Oct 2006 18:36:39 +0000 miham (svn r6806) WebTranslator2 update to 2006-10-17 20:36:04 draft
Tue, 17 Oct 2006 18:15:35 +0000 Darkvater (svn r6804) -Codechange: Remove the unused NF_NOEXPIRE flag. draft
Tue, 17 Oct 2006 17:59:41 +0000 Darkvater (svn r6803) -Codechange: Substitute magic numbers by an enum for the news windows draft
Tue, 17 Oct 2006 17:17:51 +0000 peter1138 (svn r6802) - Fix (r6800): Remove now unused 'lost train' strings from all language files. draft
Tue, 17 Oct 2006 17:10:39 +0000 peter1138 (svn r6801) - Fix (r6619): Always disable the train refit button. It will be enabled later if refitting is possible. draft
Tue, 17 Oct 2006 16:16:19 +0000 KUDr (svn r6800) -Feature change: [train is lost] message is now generated immediately when pathfinder can't find the path. (thanks MeusH, peter1138 and Brianetta for ideas and help). draft
Tue, 17 Oct 2006 14:52:55 +0000 peter1138 (svn r6795) - NewGRF: Add support for cargo-specific wagon overrides. draft
Tue, 17 Oct 2006 07:33:05 +0000 peter1138 (svn r6794) - Fix: In the train detail window, split up articulated parts if they can contain cargo. This allows us to show the full cargo contents. draft
Tue, 17 Oct 2006 03:39:30 +0000 belugas (svn r6793) -Fix(5464): When checking items on an array, make sure to respect boundaries(jez). draft
Mon, 16 Oct 2006 21:30:08 +0000 bjarni (svn r6792) -Cleanup: improved the English used in STR_VEH_WITH_SHARED_ORDERS_LIST_TIP (jez) draft
Mon, 16 Oct 2006 19:17:30 +0000 KUDr (svn r6791) -Fix: [YAPF] YapfFindNearestRailDepotTwoWay() did not work for train inside tunnel. draft
Mon, 16 Oct 2006 11:46:47 +0000 miham (svn r6790) WebTranslator2 update to 2006-10-16 13:46:16 draft
Mon, 16 Oct 2006 10:29:29 +0000 peter1138 (svn r6789) - Codechange: Tidy up VehicleNameSorter() to use no global vars, and match the style of EngineNameSorter(). This also removes a bug where _internal_name_sorter_id was never set properly for anything other than trains. draft
Mon, 16 Oct 2006 10:26:22 +0000 peter1138 (svn r6788) - Codechange: Add and use a function to test if a string ID is a custom name. draft
Sun, 15 Oct 2006 23:48:34 +0000 Darkvater (svn r6787) -Codechange: Use PLAYER_NEW_COMPANY as a player identifier wishing to become a draft
Sun, 15 Oct 2006 23:42:18 +0000 Darkvater (svn r6786) -Codechange: To join a new company CMD_PLAYER_CTRL is executed with so far a draft
Sun, 15 Oct 2006 23:37:15 +0000 Darkvater (svn r6785) -Cleanup: Remove unused _network_playas from NetworkAddServer. This function draft
Sun, 15 Oct 2006 23:35:26 +0000 Darkvater (svn r6784) -Codechange: Change invalid PlayerID type into ClientID which it is in CmdPlayerCtrl draft
Sun, 15 Oct 2006 23:31:22 +0000 Darkvater (svn r6783) -Codechange: Allow ParseConnectionString to allow players with more than one digit draft
Sun, 15 Oct 2006 20:46:10 +0000 peter1138 (svn r6782) - Fix (r3947): Invalidate depot & vehicle windows when reversing a single engine with ctrl-click. draft
Sun, 15 Oct 2006 19:01:40 +0000 peter1138 (svn r6781) - Fix (r5926): Some house introduction dates were incorrectly adjusted in the move to 32bit dates. draft
Sun, 15 Oct 2006 17:01:19 +0000 Darkvater (svn r6780) -Codechange: Remove GPMI leftovers (-b impersonisation of AI in MP). draft
Sun, 15 Oct 2006 16:56:58 +0000 glx (svn r6779) -Fix r6631: waypoint selector now correctly shows the current selected waypoint type (thx Maedhros) draft
Sun, 15 Oct 2006 13:28:20 +0000 miham (svn r6778) WebTranslator2 update to 2006-10-15 15:27:37 draft
Sun, 15 Oct 2006 03:40:53 +0000 belugas (svn r6777) -GuiChange: When painting a lowered button on CargoPaymentsRates, displace the content of one pixel to the right and to the bottom. This will make it look like a normal button draft