- Timestamp:
- Jan 8, 2017, 10:20:03 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 11 11 lib 12 12 heaptrclog.trc 13 c-evo
-
- Property svn:ignore
-
trunk/AI/AI.pas
r23 r29 1 {$INCLUDE switches.inc}1 {$INCLUDE Switches.inc} 2 2 unit AI; 3 3 -
trunk/AI/AIProject.lpr
r23 r29 1 {$INCLUDE switches.inc}1 {$INCLUDE Switches.inc} 2 2 library AIProject; 3 3 -
trunk/AI/CustomAI.pas
r23 r29 1 {$INCLUDE switches.inc}1 {$INCLUDE Switches.inc} 2 2 unit CustomAI; 3 3 -
trunk/AI/Pile.pas
r23 r29 2 2 main parts contributed by Rassim Eminli } 3 3 4 {$INCLUDE switches.inc}4 {$INCLUDE Switches.inc} 5 5 unit Pile; 6 6 -
trunk/AI/ToolAI.pas
r23 r29 1 {$INCLUDE switches.inc}1 {$INCLUDE Switches.inc} 2 2 unit ToolAI; 3 3
Note:
See TracChangeset
for help on using the changeset viewer.