[FreePrince] Source code of freeprince

Threads about other remakes and ports.
Post Reply
User avatar
floppy
Vizier
Vizier
Posts: 104
Joined: October 10th, 2010, 3:26 pm
Location: Germany

[FreePrince] Source code of freeprince

Post by floppy »

because Butcher has removed the old post from me, I it ask again:

Does everybody know where I can Download the freeprince source (NOT the windows binary)
I've already send a new PM to poirot. Hope he answer me, when he has time for that.

EDIT: There is an announcement with the title "freeprince server is back", but it is from 2009. What does it mean?

EDIT 2: poirot had sended me an PM with an git directory: git://sdfg.com.ar/fp-git.git but I wait until I have installed Linux and then I download it.
what should we do without Prince of Perisa? How would called this forum? :P
_losko_
Scholar Scribe
Scholar Scribe
Posts: 1
Joined: September 7th, 2010, 12:45 pm
Location: Italy

Re: Source code of freeprince

Post by _losko_ »

The provided address doesn't seem to work. Just tried:

Code: Select all

$ git checkout git://sdfg.com.ar/fp-git.git
fatal: Not a git repository (or any of the parent directories): .git
So what?
I would like to build freeprince by myself, also. But where is the source code hosted today?
Is anyone developing it nowadays?

Edit: I actually cannot reach the old source code host http://gforge.lug.fi.uba.ar/snapshots.php?group_id=21, is it now down?
poirot
Developer
Developer
Posts: 394
Joined: March 24th, 2003, 8:52 pm
Location: Australia
Contact:

Re: Source code of freeprince

Post by poirot »

I've mailed the git repository administrator (rata) to see what happened. I have the latest checkout here, I can send you the sources if you want, but always the git method is better. Let's see what happens.
User avatar
floppy
Vizier
Vizier
Posts: 104
Joined: October 10th, 2010, 3:26 pm
Location: Germany

Re: Source code of freeprince

Post by floppy »

I've upload the source at mediafire: http://www.mediafire.com/?48gzi76el7sgulh
what should we do without Prince of Perisa? How would called this forum? :P
poirot
Developer
Developer
Posts: 394
Joined: March 24th, 2003, 8:52 pm
Location: Australia
Contact:

Re: Source code of freeprince

Post by poirot »

Rata told me the git is working fine. I wasn't able to access the HTTP page because it's different, but the clone command works:

Code: Select all

git clone git://sdfg.com.ar/fp-git.git
and the HTTP actually is: http://sdfg.com.ar/git/?p=fp-git.git;a=summary
User avatar
Norbert
The Prince of Persia
The Prince of Persia
Posts: 5743
Joined: April 9th, 2009, 10:58 pm

Re: Source code of freeprince

Post by Norbert »

Note that it's no longer possible to run make install, because the script expects one or more file(s) to be available on the old fp.princed.com.ar. So, just run make and copy the (lowercase!) .dat files from the Windows binary package to FP/src/bin/freeprince/.

To disable fullscreen mode, either edit the Makefile or remove |fullscreen from line 429 of FP/src/out/output.c before compiling.
Post Reply