Jump to content

Home

Accessing the OJP Source (Pre-SVN Posts)


razorace

Recommended Posts

Posted

Alrightly, I've just done a massive revision to the tutorial to reflect the changes in newer TortoiseCVS versions. The great thing about it is that you no longer have to use the command line or my hackish cvs zips anymore! Yeah!

  • Replies 114
  • Created
  • Last Reply
  • 1 month later...
Posted

I've created a new branch (SPNAVCODEPORT) off OJP_BASIC to contain the SP Nav port code until I can get it to a working state. This code currently doesn't not properly compile or run but all the declarations/defines should be right. I'm currently in the process of filling out all the undefined functions/classes that make this all work.

  • 2 months later...
  • 1 month later...
Posted

First time in this forum; forgive the very assinine question.

 

I was trying to use that TortoiseCVS program to download the repository, followed the instructions to the letter, however when the login.bat program prompts me for my password, it won't allow me to enter anything. It then tells me that I've entered an empty password, and the operation fails. Is there anything I can do about this?

Posted

The login.bat method is no longer nessicary under the newer version of the tutorial. All you have to do is do a CVS Checkout and input your modified CVSRoot.

  • 3 weeks later...
Posted

just a suggestion but uhm i think it would make it easier if you converted to svn instead of cvs and its like 100x better, many many projects are making the change.

Posted

I think that's more of an issue with the tarball generator and the way we have our branched set up. I beleive Keshire was able to tarball it without issues.

  • 4 weeks later...
Posted

I'm not very internet savvy, and until I found this site had never heard of "CVS" before.

 

I've still been having alot of trouble trying to get the CVS to work properly (everytime I tried to install Tortoise, the program would be gone after reboot). Just today I decided to bite the bullet and download each file from the repository manually :headbump . About halfway through cgame, which I started with, I noticed something at the top left of the screen, something about "downloading OJP tarballs". I didn't know what that meant, but I was bored as hell and figured I'd find out. Lo, and behold, I found something wonderful - Freepository.com has a tar file containing EVERY single file in the OJP repository :emodanc: . Just download it, open it with WinZip, and extract. Yahoo!

 

The latest version of WinZip can be found here.

  • 1 month later...
  • 2 weeks later...
Posted

Alright, I didn't follow the directions completely, but I have the code downloaded so I can at least view it and compare it with base (which is all I should be doing considering my sad knowledge of C).

 

I was wondering: does anyone know where I can find the most of the changes made to the saber combat for Enhanced? I compared the code with base code for hours and only found a few irrelavate things that were different, so can anyone tell me the line and file/class (or whatever those things are called in C Example: bg_saber or w_saber ) of where much of the changes are made. I would most like to see the code for the attackfake btw.

Posted

most of it is in bg_saber and w_saber, but it's thruout the code. The key is to look for the "[saberSys]" tags that I've used to mark all those changes.

Posted
most of it is in bg_saber and w_saber, but it's thruout the code. The key is to look for the "[saberSys]" tags that I've used to mark all those changes.

 

Cool, I'll check it out. Great to have you back!!

Posted

Weird, I couldn't find any of those tags. I even ran a search on the code for them for both bg_saber and w_saber. I guess I'm just going to have to look for the changes the hard way. :(

Posted

Question: What all is required to successfully compile and run the OJP source? I'm thinking of getting in on some code changes myself (I do program, as it happens) but I'd like to know what infrastructure I'll need. Razor, what compiler do you use? Do you use any sort of project file or makefile? If I download the source, is it ready to compile or do I have to tweak some stuff first? And if I do need to tweak...what? :)

Posted
Question: What all is required to successfully compile and run the OJP source? I'm thinking of getting in on some code changes myself (I do program, as it happens) but I'd like to know what infrastructure I'll need. Razor, what compiler do you use? Do you use any sort of project file or makefile? If I download the source, is it ready to compile or do I have to tweak some stuff first? And if I do need to tweak...what? :)

All the project files (for Visual Studios 2003) are on the repository where they should be. All you gotta do is get the files off the repository and compile them with VS 2003. You can technically compile the code with any compiler that can output .dlls but you'd have to figure out all the project file stuff on your own.

Posted
Weird, I couldn't find any of those tags. I even ran a search on the code for them for both bg_saber and w_saber. I guess I'm just going to have to look for the changes the hard way. :(

How did you get the files?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...