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


Ignore:
Timestamp:
Dec 31, 2018, 1:18:51 AM (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10835, comment 16

    v7 v8  
    55* I moved project off crystal and onto the room. No more zombie "script" reference from being scheduled sometimes on crystal, sometimes on the room.
    66* I moved sMessages off the room and onto avis. No more spell blocking. And its lack of self-disposal doesn't matter there.
    7 * Regarding ProjObj's travel time... Some mistake that negated my attempts at setting moveSpeed threw me off initially, hence the setStep(). setSpeed() is cooperating, but IIRC 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.
     7* Regarding ProjObj's travel time...
     8  * 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.