View Issue Details

IDProjectCategoryView StatusLast Update
0001726AIAIpublic2010-11-23 02:56
ReporterAgon Assigned Toabma  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionno change required 
Summary0001726: Java AI interface: BuildCommand events
DescriptionI would like to have BuildCommand events in the Java AI interface for eg. build is finished, started or canceled.

Thank you
TagsNo tags attached.

Relationships

related to 0000069 new Explosions event in Ai interface 

Activities

abma

2009-11-16 03:18

administrator   ~0004333

Two of your requested events are already there
build started: unitCreated()
build finished: unitFinished()

build canceled... hmm this should check your ai yourself :)

gajop

2010-09-23 18:54

developer   ~0005638

http://abma.de/projects/agai/doc-ai-interface/com/springrts/ai/oo/OOAI.html#commandFinished(com.springrts.ai.oo.Unit, int, int)

http://abma.de/projects/agai/doc-ai-interface/com/springrts/ai/event/CommandFinishedAIEvent.html
this may also be useful if you're interested which command finished
i'm not sure if those are triggered when commands fail as well, you'd have to try that one out

abma

2010-11-23 02:56

administrator   ~0005965

nothing to do here, already implemented! :)

Issue History

Date Modified Username Field Change
2009-11-11 18:05 Agon New Issue
2009-11-16 03:18 abma Note Added: 0004333
2009-11-28 11:48 hoijui Relationship added related to 0000069
2010-09-23 18:54 gajop Note Added: 0005638
2010-11-23 02:56 abma Note Added: 0005965
2010-11-23 02:56 abma Status new => resolved
2010-11-23 02:56 abma Resolution open => no change required
2010-11-23 02:56 abma Assigned To => abma