A word from our sponsors:

FF2: GPL-ed (and an update to cig-a)

I shall put on my cool sunglasses for this one. 8) — But thats right, the source, including artwork, is now open. I hope people enjoy it. The sources are generally very compact and would be a great tool for learning. Continue to the next page for links to the downloads.

I didn’t clean any of them up at all, so they might have some useless files and odd stuff hanging around, but regardless, they work. Also, I kept the Anjuta project files, so if you use anjuta, lucky for you. :)

And lastly, I am a lamer and didn’t include the license. Since in practical aspects the license is the restriction of restrictions, please go find the details on your own accord. Its released under the GPL. :P

ff2-1-src.tar.gz
ff2-2-src.tar.gz
ff2-3-src.tar.gz
ff2-koh-src.tar.gz
ff2-art-src.tar.gz
libcig-a-1-2.tar.gz


posted by Curved - 2006.12.01:14:38   Comments (2)

Digg this!Add to my del.icio.us.
2 Comments »
  1. I am having a hard time compiling it.. I assume that I am suppose to compile libcig first, right? But I am having this issue:

    /bin/sh ../libtool –mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O3 -g -O2 -c CIGData.cc
    g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O3 -g -O2 -Wp,-MD,.deps/CIGData.pp -c CIGData.cc -fPIC -DPIC -o .libs/CIGData.o
    CIGData.cc:17:29: error: CIG/MemoryBlock.h: No such file or directory
    CIGData.cc:18:22: error: CIG/Node.h: No such file or directory
    CIGData.cc:20: error: ‘MemoryBlock’ does not name a type

    am I missing something?

    Comment by nate — December 5, 2006 @ 5:51 am

  2. Hehe, its funny that you bring that error up. Someone suggested that I change it a couple days ago. — You need to edit the includes of the library’s files from

    #include <CIG/....h>

    to

    #include "....h"

    I have it purposefully that way, but its not good practice apparently and will be changed for the next release. :)

    Go on the cig-a forum if you have any other problems, as its good to keep a record in case anyone else has a similar problem.

    Comment by Curved — December 5, 2006 @ 9:03 am

RSS feed for comments on this post. TrackBack URI

Leave a comment

All original content, games, and art Copyright 2006 Chase Adams.