Search Results
Searched for posts by capristo in all forums

Showing results 691 - 700 out of 1651 total
Modify your search
Posted by capristo, Nov 20, 2013 at 9:17 pm
great to have you lum4r! Added you both to Trello

Github's UI is a little confusing, I'm still trying to figure out how to add you. You should be able to check out and work on the code locally though
Posted by capristo, Nov 19, 2013 at 7:16 pm
Ahoy ! in forum Other Coding
Instead of downloading CVS just use the Github repository. You can either clone it or "download as zip"
https://github.com/Attnam/ivan

this includes the valdemar and unarmed combat bug fixes and will always be the latest code and other bug fixes.
Posted by capristo, Nov 11, 2013 at 9:31 pm
Pity that they all disappeared. I definitely had that trick played on me before, though it was just 1 item (flaming valpurium sword)

P.S. Never apologize for posting IVAN-related threads
Posted by capristo, Nov 6, 2013 at 7:23 pm
I was referring more to the lightning bouncing back into me. I tend to pick them up as a light source, then use them in an act of desperation before I have any electricity resistance, and then I die
Posted by capristo, Nov 6, 2013 at 2:49 pm
Lightning hammers have never worked out well for me Not saying they can't, just not for me
Posted by capristo, Oct 3, 2013 at 9:12 am
Our first commit... I fixed the valedmar spawn rate and default 19 skill level for unarmed combat. Woo!
Posted by capristo, Oct 3, 2013 at 9:12 am
chaostrom wrote
http://ivan.sourceforge.net/beta/ivan_beta_060903.zip

That's the latest CVS with Blob's artwork, I believe. Took me a while to dig it up on greatboards :/

Found this post again through search... what artwork did Blob contribute? Is this missing from the CVS version that's in the downloads page? I tried playing it and didn't see anything different
Posted by capristo, Oct 2, 2013 at 6:45 pm
I imagine so. From what I remember, this was the only copy of the CVS code we could find
Posted by capristo, Oct 2, 2013 at 5:31 pm
Done, added the link in my previous post. This is the code modified by nukes to support 64-bit systems. Hopefully everything will work and compile!
Posted by capristo, Oct 2, 2013 at 5:01 pm
2. GitHub

The GitHub repository is here: https://github.com/Attnam/ivan

You will need to create a GitHub account. You can pull the code anonymously, but i need to add you to the "Attnam" organization in order to be able to commit changes.

To get started, simply find the "clone URL" in the right hand sidebar. For Windows I recommend TortoiseGit. For Linux I believe the command would be

$ git clone https://github.com/Attnam/ivan.git

I'll update this post with a basic tutorial for those who are new to Git.