Xonotic Forums
Source code for the 0.1 preview release? - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10)
+--- Forum: Xonotic - Development (https://forums.xonotic.org/forumdisplay.php?fid=12)
+--- Thread: Source code for the 0.1 preview release? (/showthread.php?tid=1422)



Source code for the 0.1 preview release? - twistedlincoln - 01-02-2011

Where can I find the source code for the 0.1 preview release? I don't see a link on the release announcement. If it isn't available as an archive, is there a particular git branch I can checkout to get the exact source for 0.1?


RE: Source code for the 0.1 preview release? - Samual - 01-03-2011

Well firstly what is the main reason you want the 0.1 preview source code? Because if you want it just to compile your own binaries for THAT RELEASE ONLY, it can be found in Sources/ inside the package of the game. (I'm going off the top of my head here, I don't remember if this is correct precisely... but it should be in the .zip file somewhere -- separated into engine source and game code source)

If you want to check out the latest code though, you should see the git repository which you can gain access to by following this page on the development wiki.


RE: Source code for the 0.1 preview release? - Akari - 01-03-2011

Xonotic/source/darkplaces - engine sourcecode.
Xonotic/source/qcsrc - QuakeC sourcecode, the game logic is programmed here.
Xonotic/source/fteqcc - Sources of FTEQCC, a QuakeC compiller. You will need this in order to compile the game logic.


RE: Source code for the 0.1 preview release? - divVerent - 01-03-2011

Also, you find the exact released version in the "xonotic-v0.1.0preview" tag on git.


RE: Source code for the 0.1 preview release? - twistedlincoln - 01-03-2011

(01-03-2011, 07:52 AM)divVerent Wrote: Also, you find the exact released version in the "xonotic-v0.1.0preview" tag on git.

Exactly what I was looking for, thanks!