log

age author description
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
Sat, 14 Oct 2006 22:31:18 +0000 Darkvater (svn r6776) -Codechange: Use IsValidPlayer() function to determine of a PlayerID is an draft
Sat, 14 Oct 2006 22:22:48 +0000 Darkvater (svn r6775) -Codechange: Use some more proper types, especially Owner and PlayerID as draft
Sat, 14 Oct 2006 15:49:43 +0000 Darkvater (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPECTATOR and draft
Sat, 14 Oct 2006 15:44:28 +0000 Darkvater (svn r6773) -eh...I had to test it didn't i, just forgot to save draft
Sat, 14 Oct 2006 15:43:37 +0000 Darkvater (svn r6772) -Codechange: Do not abuse OWNER_SPECTATOR as the "owner" of the industry for draft
Sat, 14 Oct 2006 15:15:56 +0000 Darkvater (svn r6771) -Codechange: Replace two macros with functions. IS_HUMAN_PLAYER and draft
Sat, 14 Oct 2006 10:26:13 +0000 Darkvater (svn r6770) -Codechange: Make the airport checking a bit stricter...fix unnoticed errors: draft
Sat, 14 Oct 2006 09:51:04 +0000 Darkvater (svn r6769) -Codechange: Minor syntax, const correctness, variable localization, coding draft
Fri, 13 Oct 2006 23:08:55 +0000 Darkvater (svn r6768) -Cleanup: For airports change *Airport to *apc (variable naming coding style draft
Fri, 13 Oct 2006 17:55:56 +0000 miham (svn r6767) WebTranslator2 update to 2006-10-13 19:54:10 draft
Fri, 13 Oct 2006 15:52:22 +0000 Darkvater (svn r6766) -Codechange: Move _openttd_revision[] into the functions that use it instead of global draft
Fri, 13 Oct 2006 15:15:22 +0000 peter1138 (svn r6765) - Fix: Don't add up running cost of articulated engine parts. draft
Thu, 12 Oct 2006 22:11:18 +0000 Darkvater (svn r6764) -Fix (r6758): Wrong height difference calculated because invalid drag-type draft
Thu, 12 Oct 2006 16:12:06 +0000 miham (svn r6761) WebTranslator2 update to 2006-10-12 18:11:37 draft
Thu, 12 Oct 2006 15:39:33 +0000 Darkvater (svn r6760) -Codechange: Do a case insensitive sort of train engine names and just normally draft
Thu, 12 Oct 2006 15:38:37 +0000 Darkvater (svn r6759) -Codechange: Remove the brainheaded usage of STR_JUST_STRING to pass a StringID draft
Thu, 12 Oct 2006 15:13:40 +0000 Darkvater (svn r6758) -Feature: Add a measurement tool that will show dimensions and height draft
Thu, 12 Oct 2006 15:06:59 +0000 Darkvater (svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah draft
Thu, 12 Oct 2006 15:05:25 +0000 peter1138 (svn r6756) - Fix: When resolving vehicle groups, only fall back to the default group if the group chosen is undefined, not if it returns a bad result. This fixes some issues with UKRS. draft
Thu, 12 Oct 2006 15:03:19 +0000 peter1138 (svn r6755) - Fix: Pass the newly created vehicle when checking for articulated engines. As this could result in more parts being added than previously counted, we check to see if we need to allocate more vehicles as we add parts. draft
Thu, 12 Oct 2006 14:59:27 +0000 Darkvater (svn r6754) -Codechange: Remove some #idef ENABLE_NETWORK specific defines. With networking draft
Thu, 12 Oct 2006 14:48:36 +0000 Darkvater (svn r6753) -Codechange: Move some function declerations from functions.h into network.h draft
Thu, 12 Oct 2006 14:42:00 +0000 Darkvater (svn r6752) -Codechange: Move command functions from messy functions.h into command.h draft