Bug 55926

Summary: Units sometimes fail to attack while moving with attacking
Product: [Applications] boson Reporter: Rivo Laks <rivolaks>
Component: generalAssignee: The Boson Team <boson-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Rivo Laks 2003-03-13 18:15:59 UTC
Version:            (using KDE 3.1.1)
Installed from:    compiled sources
Compiler:          gcc version 3.2.1
OS:          Linux (i686) release 2.4.18

Under certain circumstances, units won't attack enemy units in range while moving (when moveAttacking). It happens when unit is not facing target. When unit reaches waypoint, it checks for enemies in range. If there are any enemies, then then sets advanceWork to WorkTurn and tries to turn to enemy, but when turning is completed, advanceWork is set to back to WorkMove and unit continues moving.
I'll try to fix it sometimes, but it's quite hard and ATM I've got no good ideas on how to do this.

Rivo
Comment 1 Rivo Laks 2003-03-23 15:06:22 UTC
It's fixed now. 
 
Rivo