Feynman's Mod

  • FeynmanLogomaker
    16th May 2015 Member 0 Permalink

    Sorry guys, development was set back a bit because I lost my entire source, but I can promise a new release within a month.

  • jacob2
    16th May 2015 Member 0 Permalink
    @FeynmanLogomaker (View Post)
    How much did you lose? Is an older version on github or on your computer?
  • FeynmanLogomaker
    16th May 2015 Member 0 Permalink

    I have the current release version stored on Github, but I lost a few new things.

  • jacob2
    17th May 2015 Member 0 Permalink
    Well that isn't that bad. You should push each change as you make it instead of waiting for a new release ... that's what I do. I have like 20-30 commits since my last release.
  • io
    17th May 2015 Member 1 Permalink

    You should have a master and a develop branch, so everyone can compile a stable version from github or a beta one from develop and you push to develop and you merge them on releases.

  • Factorial
    17th May 2015 Banned 0 Permalink
    This post is hidden because the user is banned
  • jacob2
    17th May 2015 Member 1 Permalink
    @io (View Post)
    Please no ...

    That could work for very active projects with lots of breakages and changes. it is just confusing for tpt.

    We already stopped using the develop branch, it is gone now. master is now the latest source, and a new 'stable' branch has the most recent version (even if tags might be a better option).
  • Mdkar
    20th May 2015 Member 0 Permalink

    The download for mac isn't working.  It just comes up as a text document.

  • jacob1
    20th May 2015 Developer 0 Permalink
    @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 need to distribute the compiled version as a .app file.
  • FeynmanLogomaker
    20th May 2015 Member 0 Permalink

    Thank you, that should be helpful