Unable to find source code
#1
I recently upgraded my graphics card, so I wanted to test it out by adding some new graphic stuff to AssaultCube.

Now I am under the impression that AssaultCube is open-source. Is there a code repository that I can access?
Thanks given by:
#2
The source code for many versions can be found in their corresponding folder: http://sourceforge.net/projects/actiongame/files/
Thanks given by:
#3
Thank you.

My one and only question is, is there compiler specific tricks involved? Will it compile with minimal fuss on VC++?
Thanks given by:
#4
Or you just could use the SVN repository ... https://sourceforge.net/p/actiongame/code/

There´s a Visual Studio Project included, so yes, you can compile it with VCPP.
Thanks given by:
#5
(19 Dec 12, 10:10PM)SlamDrag Wrote: Now I am under the impression that AssaultCube is open-source (......?)
(19 Dec 12, 10:35PM)SlamDrag Wrote: My one and only question is, (......?) (.....?)

I keep re-counting, but get the same results every time.....
Thanks given by:
#6
Just get Visual Studio Express do your things, change from Debug to Release version hit compile, done. NO tricks.

Offtopic: Let's face it, as much as I hate windows the Visual Studio IDE is the most powerful, enjoyable and productive developer tool there is and there will ever be for the upcoming years.
It saves you huge time.
Thanks given by:
#7
That´s why I got Visual Studio 2008 Professional and 2010 Ultimate ;)
Thanks given by:
#8
No love for Code::Blocks :V
Thanks given by:
#9
I recently tried Code::Blocks (again) and it failed compiling AC again and again ... :P

(I wanted to know if mingw is as good as vcpp)
Thanks given by:
#10
Although I have VS2010Exp, I always use mingw for test compiles :)

mingw creates bigger .exe files though, I don't know, I like gnu better, makes me feel more cross platform compatible.
Thanks given by: