ai/trolly/trolly.h
Sun, 04 Jun 2006 09:10:24 +0000 tron (svn r5092) -Fix: There was a gross race condition in the AI code which made it pretty random if the AI could give a new vehicle its orders
Sun, 21 May 2006 15:19:20 +0000 tron (svn r4941) Replace some ints and magic numbers by proper types and enums
Sun, 23 Apr 2006 19:08:33 +0000 tron (svn r4553) int and magic numbers -> Slope and DiagDirection
Wed, 08 Mar 2006 06:55:33 +0000 tron (svn r3783) Replace further ints and magic numbers by Direction, DiagDirection and friends
Sun, 29 Jan 2006 21:38:24 +0000 Darkvater (svn r3481) - Try and fix an svn discrepancy of trolly.h #2
Sun, 29 Jan 2006 21:37:39 +0000 Darkvater (svn r3480) - Try and fix an svn discrepancy of trolly.h
Fri, 02 Sep 2005 19:10:45 +0000 truelight (svn r2907) -Codechange: splitted the AIs to their own directory. AINew becomes 'trolly', AIOld becomes 'default', both in their own dir in the 'ai' dir. More AIs to come.