|
Post by sitarman on Jun 13, 2009 15:39:07 GMT
I am interested in studying the source to this awesome implementation in windows C++, how does one get to join the project or download the source? The link on the project page appears to not lead to a read-only version. Would actually prefer to have source files to compile myself. Thanx!
|
|
|
Post by Mindless on Jun 14, 2009 12:01:20 GMT
you check out the source using a svn (subversion) client, for example, TortoiseSVN.
|
|
galaxieretter
Member
Trent punched his ship into overdrive.
Posts: 16
|
Post by galaxieretter on Aug 2, 2009 12:13:49 GMT
Alternatively you can do this: Lets say you want to get the Main.m of Open Tyrian. What you do is go to the page, code.google.com/p/opentyrian/source/browse/branches/opentyrian2000/src/main.mand right click on "View Raw File" under "File Info" on the right side. Then just click "Save link as" or the equivalent of that for your browser. If it's not there, just click on "Show Details." Do that to every file. Save all the files in a folder and there you go. That's how I got the files. If you can't get that to work, you can always directly copy all the text from the page and paste it into a .txt file renamed as either .c or .h. That is more work though.
|
|