-
Started 20th May 2015 in Powder Toy mods
The .app file here is definitely a bit screwed up. I would just delete it and start over following this guide: https://powdertoy.co.uk/Wiki/W/Compiling_for_Mac_on_Linux.html
-
Started 20th May 2015 in Powder Toy mods
@FeynmanLogomaker I recommend you read https://powdertoy.co.uk/Wiki/W/Compiling_for_Mac_on_Linux.html to get the mac version working. It's a new guide I made this week. You nee...
-
Started 19th May 2015 in The Powder Toy/Lua scripting
I did find a strange bug, it doesn't set velocity if there is a Newtonian Gravity field. Instead of setting velocity when vx or vy is 0, I recommend you set it when .tmp is 0. And then set .tmp ...
-
Started 19th May 2015 in The Powder Toy/Lua scripting
only return true if the particle changes type (inside that "if" inside the reaction). If not, return false (returning nothing should have the same effect). returning true will ...
-
Started 19th May 2015 in The Powder Toy/Lua scripting
Whenever a particle changes type or is killed in an update function, it needs to return true to tell the game to stop simulating that particle because it is something else now. I suggest adding "...
-
Started 19th May 2015 in Development Assistance
Ok I updated it with GRVT.cpp and the new files in debug/. I also updated the required libraries, I put the needed dll's in Debug/ and removed all the generated files except for a b...
-
Started 17th May 2015 in General
@kungfushark (View Post) done! join at starcatcher.us
-
Started 16th May 2015 in General
I already had exams last week :), in the classes with exams I had two A's and a B+ on them. And my final grades were 3 A's and two B+'s :D
-
Started 16th May 2015 in Development Assistance
I just added a guide on cross compiling for OS X from Linux. It's the same thing I use for my mod, just cleaned up and fixed now, with an automated script to compile the libraries statically for...
-
Started 15th May 2015 in Powder Toy mods
@Factorial (View Post) My mod or Feynman's mod? I haven't tested for compatibility between this mod and feynman's but they should work together fine. Maybe he uses a really old v...