Tremulous Forum

General => General Discussion => Topic started by: |GBA|QweefZilLa on March 20, 2011, 05:13:01 am

Title: How do I get the source code for 1.2 ?
Post by: |GBA|QweefZilLa on March 20, 2011, 05:13:01 am
???
Title: Re: How do I get the source code for 1.2 ?
Post by: DraZiLoX on March 20, 2011, 09:04:35 am
http://svn.icculus.org/tremulous/ (http://svn.icculus.org/tremulous/)
Title: Re: How do I get the source code for 1.2 ?
Post by: CreatureofHell on March 20, 2011, 03:31:31 pm
http://svn.icculus.org/tremulous/ (http://svn.icculus.org/tremulous/)

I agree.
Title: Re: How do I get the source code for 1.2 ?
Post by: DraZiLoX on March 21, 2011, 05:54:29 pm
« Last Edit: Today at 04:31:09 AM by mooseberry »
lol
Title: Re: How do I get the source code for 1.2 ?
Post by: CreatureofHell on March 21, 2011, 10:12:47 pm
« Last Edit: Today at 04:31:09 AM by mooseberry »
lol
Noooooo! Obviously my plans were so accurate that they had to be taken down for fear that he might actually follow them.
Title: Re: How do I get the source code for 1.2 ?
Post by: mooseberry on March 22, 2011, 03:04:49 am
« Last Edit: Today at 04:31:09 AM by mooseberry »
lol
Noooooo! Obviously my plans were so accurate that they had to be taken down for fear that he might actually follow them.

I figured I may as well have a bit of fun changing your """""accurate""""" reply rather than just deleting it.  :P
Title: Re: How do I get the source code for 1.2 ?
Post by: zybork on March 22, 2011, 12:27:12 pm
???

Or, if you --censored-- on svn, you may go to tremulous.net, go to section “files” and download the zip-file. It has the source included.
Title: Re: How do I get the source code for 1.2 ?
Post by: ULTRA Random ViruS on July 12, 2011, 05:48:38 pm
I know this topic is old, but i found it through search engine, and don't want to create another topic.

Anyways...

Do i have to download every individual file to get the latest source code pack? That would be troublesome unless there's another way to get them.
Title: Re: How do I get the source code for 1.2 ?
Post by: Qrntz on July 12, 2011, 06:53:33 pm
Do i have to download every individual file to get the latest source code pack? That would be troublesome unless there's another way to get them.
(http://bfolder.ru/_ph/25/2/414554224.jpg)

Subversion allows you to check out entire repositories/branches in one run, using one command (which is part of its purpose - it's a version control system, not a fancy word everyone around uses for no visible reason). ;)
If you're on windblows, I'd recommend TortoiseSVN as a client.
Title: Re: How do I get the source code for 1.2 ?
Post by: ULTRA Random ViruS on July 14, 2011, 03:11:04 pm
Macbook. Yes, they suck, but it's the only computer that is ABLE to run Tremulous at a fps above 20.
Title: Re: How do I get the source code for 1.2 ?
Post by: Qrntz on July 14, 2011, 10:36:54 pm
Macbook. Yes, they suck, but it's the only computer that is ABLE to run Tremulous at a fps above 20.
Then just install the regular svn client and
Code: [Select]
svn co [the_repository_url] [optional_folder_name_to_check_out_into]
from the Terminal app.
Title: Re: How do I get the source code for 1.2 ?
Post by: David on July 14, 2011, 11:39:55 pm
Anyone who's too thick to use Google and work it out themselves is either too thick to be able to do anything with the code, or more likely a troll.

Either way do him a favour and stop replying.
Title: Re: How do I get the source code for 1.2 ?
Post by: Qrntz on July 15, 2011, 12:20:08 am
Either way do him a favour and stop replying.
I enjoy helping impaired people or having fun out of them. Unfortunately, this turned to be the first case at the time of writing.
I sincerely apologize, sir. This is no more to be repeated.
Title: Re: How do I get the source code for 1.2 ?
Post by: ULTRA Random ViruS on July 17, 2011, 06:02:08 pm
Anyone who's too thick to use Google and work it out themselves is either too thick to be able to do anything with the code, or more likely a troll.

Either way do him a favour and stop replying.
I DID use google, and this is what i found, i just forgot to post it on this forum. I posted on xserverx's forums though.
gpp source code i found about two thirds of a month before this post:
http://svn.icculus.org/tremulous/trunk

I just don't know how to get the latest update of each file without downloading the whole subsite itself.
Title: Re: How do I get the source code for 1.2 ?
Post by: Pazuzu on July 17, 2011, 06:22:19 pm
Anyone who's too thick to use Google and work it out themselves is either too thick to be able to do anything with the code, or more likely a troll.

Either way do him a favour and stop replying.
I DID use google, and this is what i found, i just forgot to post it on this forum. I posted on xserverx's forums though.
gpp source code i found about two thirds of a month before this post:
http://svn.icculus.org/tremulous/trunk

I just don't know how to get the latest update of each file without downloading the whole subsite itself.

facepalm.jpg
If you don't know at least what Subversion is already, I wouldn't trust you with the source code.