Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-04 | (svn r5092) -Fix: There was a gross race condition in the AI code which made ↵ | tron | |
it pretty random if the AI could give a new vehicle its orders | |||
2006-05-21 | (svn r4941) Replace some ints and magic numbers by proper types and enums | tron | |
2006-04-23 | (svn r4553) int and magic numbers -> Slope and DiagDirection | tron | |
2006-03-08 | (svn r3783) Replace further ints and magic numbers by Direction, ↵ | tron | |
DiagDirection and friends | |||
2006-01-29 | (svn r3481) - Try and fix an svn discrepancy of trolly.h #2 | Darkvater | |
2006-01-29 | (svn r3480) - Try and fix an svn discrepancy of trolly.h | Darkvater | |
2005-09-02 | (svn r2907) -Codechange: splitted the AIs to their own directory. AINew ↵ | truelight | |
becomes 'trolly', AIOld becomes 'default', both in their own dir in the 'ai' dir. More AIs to come. |