newsbot
18.01.2010, 10:40
<pre>m src/game/TargetedMovementGenerator.cpp
m src/game/TargetedMovementGenerator.h
m src/shared/revision_nr.h
[9207] Fixed chase/follow functions calls in movegen templates system.
This commit specially made indeepndent from other changes for show problem
in my prev. commit where 2 new movegens added.
For proper call Initilize/Finilize/Reset/Interrupt/Update functions _important_
set second template arg in MovementGeneratorMedium< T, D >
in _last_ class in class chain. In other case in chase/follow instead TargetedMovementGeneratorMedium
In other cases will called referenced functions from TargetedMovementGeneratorMedium
instead proper subclasses.</pre>
Дальше... (http://github.com/mangos/mangos/commit/a8e08a897c47bbd99c7076a5b29e7ffcdfec5c0e)
m src/game/TargetedMovementGenerator.h
m src/shared/revision_nr.h
[9207] Fixed chase/follow functions calls in movegen templates system.
This commit specially made indeepndent from other changes for show problem
in my prev. commit where 2 new movegens added.
For proper call Initilize/Finilize/Reset/Interrupt/Update functions _important_
set second template arg in MovementGeneratorMedium< T, D >
in _last_ class in class chain. In other case in chase/follow instead TargetedMovementGeneratorMedium
In other cases will called referenced functions from TargetedMovementGeneratorMedium
instead proper subclasses.</pre>
Дальше... (http://github.com/mangos/mangos/commit/a8e08a897c47bbd99c7076a5b29e7ffcdfec5c0e)