RtsAiResearch / IStrategizer

AI engine for Real-Time strategy games
http://rtsairesearch.wordpress.com/
Apache License 2.0
21 stars 12 forks source link

replace orders by UnitCommandType in GameTraceCollector #118

Closed mohamed-samir-mohamed closed 10 years ago

mohamed-samir-mohamed commented 10 years ago

In Game Trace Collector we depend on Orders being given to the unit instead of depending on UnitCommadTypes to map this orders to IStrategizer's Action(s) although Commands is more relative to the level of action than Orders.

we need to verify that for the sake of extensibility.

ogail commented 10 years ago

Investigated this and looks like no need to do it