src/signal.cpp
Tue, 30 Sep 2008 20:51:04 +0000 rubidium (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
Tue, 30 Sep 2008 20:39:50 +0000 rubidium (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
Sun, 07 Sep 2008 11:23:10 +0000 rubidium (svn r14258) -Codechange: rework the way to query the vehicle hash to make sure it always results in the same irregardless of the order of the hash-linked-list.
Sat, 02 Aug 2008 22:55:52 +0000 rubidium (svn r13960) -Codechange [YAPP]: Reserve a path when exiting a depot into a PBS block. (michi_cc)
Sat, 02 Aug 2008 22:48:57 +0000 rubidium (svn r13933) -Codechange [YAPP]: Handle through and PBS signals correctly in the signal code. (michi_cc)
Fri, 01 Aug 2008 15:07:31 +0000 rubidium (svn r13912) -Codechange: remove some casts by returning the proper type instead of void*.
Thu, 17 Jul 2008 20:13:01 +0000 rubidium (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
Thu, 19 Jun 2008 20:06:55 +0000 smatz (svn r13589) -Fix (r11802): signals could be propagated through waypoints built in orthogonal axis
Thu, 22 May 2008 00:37:27 +0000 smatz (svn r13207) -Fix: misleading comments (michi_cc)
Wed, 14 May 2008 16:38:53 +0000 smatz (svn r13088) -Codechange: use SigSegState enum instead of bool variable (michi_cc)
Fri, 18 Apr 2008 04:54:09 +0000 rubidium (svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).
Wed, 20 Feb 2008 17:49:50 +0000 frosch (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
Thu, 17 Jan 2008 18:21:31 +0000 smatz (svn r11903) -Fix: try to fix MorphOS compilation
Wed, 16 Jan 2008 01:18:15 +0000 smatz (svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station
Tue, 15 Jan 2008 15:00:01 +0000 smatz (svn r11864) -Codechange: pass owner whose signals we will update instead of complex detection later
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces.
Fri, 11 Jan 2008 22:29:47 +0000 smatz (svn r11815) -Codechange (r11802): some compilers were giving a false warning about uninitialized variable
Thu, 10 Jan 2008 22:46:04 +0000 smatz (svn r11810) -Fix (r11802): reset sets when leaving prematurely
Wed, 09 Jan 2008 23:00:59 +0000 smatz (svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track