supertuxkart-sourceforge-migration / stk-migration-test2

0 stars 0 forks source link

Defining 0 as water speed makes water disappear #199

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: magned

hiker: if I define 0 as water speed, the water disappears altogether I just wanted to disable water movement without downloading the property browser ok, I got it working (kinda) No idea, that might be a bug. What if you set speed to a very small value >0 then it goes insane or rather, animates extremely fast I set it to 1000 and height to 0 that seemed to work Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/199
supertuxkart-sourceforge-migration commented 10 years ago

Author: hikerstk Fixed in r12858. I added documentation to the code and the wiki about the actual meaning of 'speed'.

I've also added support to specify the 'time' instead of speed in r12859 to make it more intuitive for artists to set the time and to avoid the ugly formula (2_PI_speed/1000). But if we want to go this way we need to add it to the exporter. Assigning it to auria to decide if we want to change 'speed' to 'time' or not.

supertuxkart-sourceforge-migration commented 10 years ago

Author: hikerstk After discussion with auria I am closing this bug. If artists want to change this parameter, please reopen - stk already understands the 'time' syntax (instead of speed)>