Changes between Version 8 and Version 9 of Ticket #10835, comment 16


Ignore:
Timestamp:
12/31/18 01:19:20 (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10835, comment 16

    v8 v9  
    77* Regarding ProjObj's travel time...
    88  * Some mistake that negated my attempts at setting moveSpeed threw me off initially, hence the setStep(). Whatever it was, movespeed and setSpeed() are cooperating now.
    9   * A single fixed value doesn't fit all slider positions well. I'm working on patching ProjObj::init() to vary setSpeed()'s value based on hero's speed, with a bit of arithmetic to convert to the needed range of values. Need to verify that every value for speeds 0-15 will come out appropriate.
     9  * A single fixed value doesn't fit all slider positions well. I'm working on patching ProjObj::init() to vary moveSpeed's value based on hero's speed, with a bit of arithmetic to convert to the needed range of values. Need to verify that every value for speeds 0-15 will come out appropriate.