Technical support > Feature Requests

SVN 9088 Ship problem

<< < (6/7) > >>

kracken:

--- Quote from: "vvb" --- What was that? Platform-dependent bug?
--- End quote ---


There was a test 'if (value > 0.0) {...}', where value is a float.
On my computer, when value was set to 0, this test is false. But on yours, the test was true.

So I just changed it to 'if (value > 0.00001) {...}', and now it works fine for both.

Thanks for your help and your patience

vvb:

--- Quote from: "vvb" ---
--- Quote from: "Mattn" ---the crashes will last for some days - we are currently redoing the model system
--- End quote ---


 Could you be so kind and tell when "good" revision will come out? ;)

--- End quote ---


 Mattn, is "good version" come out?
 Can I download and test it?
 Or it'll be better to wait some days? 8-)

Mattn:
there is a new testinstaller at mattn.ninex.info - this installer should already include kracken's latest patch

vvb:

--- Quote from: "Mattn" ---there is a new testinstaller at mattn.ninex.info - this installer should already include kracken's latest patch
--- End quote ---


Kracken's patch is very important, but I can bypass this bug. Frankly, I've asked about "redoing the model system". 8-) Is it finished?
 And I'm terribly sorry, but I have no resources to download big traffic. In Russia you have to pay a lot of money for Internet... 8-(
That's why SVN is best for me. I can easily update programm without downloading it from the beginning.

Mattn:
no, this is not yet finished - and will take longer than expected. but i'm still working on it (besides other things)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version