You are here

Phun Portable Dev 2

11 posts / 0 new
Last post
Jacob Mastel
Offline
Last seen: 3 years 5 months ago
Developer
Joined: 2007-06-13 19:36
Phun Portable Dev 2

Application: Phun
Category: Games
Description: Phun is meant to be a playground where people can be creative. It can also be used as an educational tool to learn about physics concepts such as restitution and friction.

Phun was coded in C++ using OpenGL, GLEW, SDL (for window management), SDL_image (for reading images) and boost, including boost_filesystem. Everything was coded by Emil Ernerfeldt, including the physics engine and user interface.

Download Phun Portable [2.58 / download | 10.3 / installed]
(MD5: a3944cf9ef9618b4617ab20720d607ad)

Dev Test 2:

Fixed:

  • License Stuff

Development Test 1 (2008-04-5): Initial release

digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
Woot!

First to download!!!!!!!
I'll test ASAP

Insert original signature here with Greasemonkey Script.

Jacob Mastel
Offline
Last seen: 3 years 5 months ago
Developer
Joined: 2007-06-13 19:36
And report!

Don't forget the most important part. Blum

Release Team Member

digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
Okay, here it goes:
  • There's no readme.txt under app
  • Under AppInfo.ini, the website should be Portableapps.com/PhunPortable, not Portableapps.com/Phun
  • Still no readme.txt or license.txt under Source
  • Line 22 of PhunPortable.nsi, Name should be in quote marks ""
  • Not PhunPortable.ini Anywhere
  • *Optional:* Add the comments into the launcher (makes it look more proffesional ;)).
  • I got this on the first run:
    workdir = C:\Documents and Settings\all\Desktop\PhunPortable\App\Phun\
    Loading language English...
    Parsing C:\Documents and Settings\all\Desktop\PhunPortable\App\Phun\autoexec.cfg
    ...
    !! ERROR: Failed loading config file: Failed to open file "C:\Documents and Sett
    ings\all\Desktop\PhunPortable\App\Phun\autoexec.cfg"
    Creating window...
    46 resources loaded
    Window created.
    Loaded scene _ONEXITSAVE.phn
    Running program...

    I think DefaultData is the way to go

  • Make sure that the user doesn't close the command window. You'll have to make the launcher launch a batch file that changes to the title to "Phun Portable Window [DO NOT CLOSE]" and echo that Phun Portable will close if you close this window.
  • In the help file, you might want to add the bullets from https://portableapps.com/support/portable_app
  • You don't need to link to phun twice in the help file, with the links next to each other ;).

That's all I could catch. I love having Phun! :P.

Insert original signature here with Greasemonkey Script.

Jacob Mastel
Offline
Last seen: 3 years 5 months ago
Developer
Joined: 2007-06-13 19:36
Couple questions.

What do you mean default data is the way to go? I have no clue how to make or run the .bat file. Can you help with that? What does "Not PhunPortable.ini anywhere mean? Thanks for the help! Smile

Edit: Do you have an instant messenger? jacob _ m 001 @ hotmail.com

Release Team Member

ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 2 months ago
Developer
Joined: 2006-12-06 18:07
This holds true for ALL of

This holds true for ALL of your apps.

You need to stick to the existing naming convention. All of your test release names should be in the following format:

[AppName]_Portable_[App Version]_Development_Test_[Test Version]_en-us.paf.exe

AND STOP DELETING JOHN'S COPYRIGHTS FROM YOUR LAUNCHERS

The developer formerly known as ZGitRDun8705

Jacob Mastel
Offline
Last seen: 3 years 5 months ago
Developer
Joined: 2007-06-13 19:36
John's Copyright?

I thought we put our own name in on the launchers.

Release Team Member

ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 2 months ago
Developer
Joined: 2006-12-06 18:07
This section:

This section:

;Copyright 2004-2008 John T. Haller

;Website: http://PortableApps.com/

;This software is OSI Certified Open Source Software.
;OSI Certified is a certification mark of the Open Source Initiative.

;This program is free software; you can redistribute it and/or
;modify it under the terms of the GNU General Public License
;as published by the Free Software Foundation; either version 2
;of the License, or (at your option) any later version.

;This program is distributed in the hope that it will be useful,
;but WITHOUT ANY WARRANTY; without even the implied warranty of
;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;GNU General Public License for more details.

;You should have received a copy of the GNU General Public License
;along with this program; if not, write to the Free Software
;Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

;EXCEPTION: Can be used with non-GPL apps distributed by PortableApps.com

And to put your copyright into it, you would add the line

;Copyright 2007-2008 Jacob Mastel

right under John's name

VIAddVersionKey LegalCopyright "Jacob Mastel" should be

VIAddVersionKey LegalCopyright "PortableApps.com & Contributors"

The developer formerly known as ZGitRDun8705

Jacob Mastel
Offline
Last seen: 3 years 5 months ago
Developer
Joined: 2007-06-13 19:36
I totally forgot..

About the top stuff. I'll get that fixed for the second dev test.

Release Team Member

digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
In the installer

he didn't delete the copyright...

Insert original signature here with Greasemonkey Script.

Travis Carrico
Offline
Last seen: 15 years 3 months ago
Developer
Joined: 2006-10-22 00:30
license issues

first let me say that the video on their website of this app in action is awesome. now i'm not 100% but i don't think this app is open source ...yet. i didn't see anything about the license except "free for non-commercial use" and there's no link to download the source code. their FAQ says this:

Is the source code going to be released?

I'm planning on it, yes, but I haven't decided on a license or set a date yet.

So as awesome as this app look, i don't think we can distribute the app with the launcher yet.

Log in or register to post comments