how can I prevent wood from only burning

  • boxmein
    8th Mar 2014 Former Staff 0 Permalink
    @zBuilder (View Post)
    If you use scons, just add
    --sse3
    to the compile flags, but compiling a legacy version is 100% fine and will run on more devices, with the only exception that it'll miss out on some awesome assembly instructions (that have been commonplace since 2004)
    Edited once by boxmein. Last: 8th Mar 2014
  • zBuilder
    8th Mar 2014 Member 0 Permalink

    ok. it seems some of the elements have a legacy update function and a regular update function, so I was concerned that if I am constantly making the legacy version then the elements wouldn't behave as expected

  • jacksonmj
    8th Mar 2014 Developer 0 Permalink

    @zBuilder (View Post)

    The legacy update functions are unrelated to the executable name, they're actually to do with whether heat simulation is turned on.

  • zBuilder
    9th Mar 2014 Member 0 Permalink

    hmm... still not quite sure how to check for particles. I think I know it in LUA but not sure about C++