Search found 4717 matches

by Dilvish
Sun Sep 23, 2012 4:55 pm
Forum: Programming
Topic: First Pass at an AI upgrade
Replies: 70
Views: 3654

Re: First Pass at an AI upgrade

You didn't do this correctly for the stringtable. Several strings are marked as being removed or other changes undone in your modified version when I compare with the latest SVN. Ah, well, I did intentionally remove strings that I had superseded, such as SD_MARK1 --> SD_MARK_A1 since I believed the...
by Dilvish
Sun Sep 23, 2012 3:49 pm
Forum: General Discussion
Topic: starting at war
Replies: 11
Views: 1794

starting at war

Say, thought I'd mention, I much prefer changing EmpireManager::ResetDiplomacy() so it starts us all off in a state of war. I know the player can go ahead and declare war on the AI's right off anyways, but it seems to me they ought to start off at war with each other also :twisted: Perhaps there sho...
by Dilvish
Sun Sep 23, 2012 2:43 pm
Forum: Programming
Topic: First Pass at an AI upgrade
Replies: 70
Views: 3654

Re: First Pass at an AI upgrade

oh, btw, it seems that updating fully to the current SVN fixed the disconnect issues I was having, so it seems not have been related to my being miserly with ship descriptions.
by Dilvish
Sun Sep 23, 2012 8:41 am
Forum: Programming
Topic: First Pass at an AI upgrade
Replies: 70
Views: 3654

Re: First Pass at an AI upgrade

Hi, I've made a number of changes to the AI that really help it be more challenging. A few requested changes: * Update SVN to the latest revision, so that your stringtable file has the additions since the version you based your changes on. * Replace all tab characters with four spaces in changes yo...
by Dilvish
Sat Sep 22, 2012 9:49 pm
Forum: Programming
Topic: First Pass at an AI upgrade
Replies: 70
Views: 3654

Re: First Pass at an AI upgrade

Hi, I've been working on AI upgrades and am pretty pleased with them. I'll upload a zip file & make a separate post for it. Be sure to note in your post that you release the changes under the GPL 2.0 or later. Also, what version of FreeOrion are these changes written for? I believe I grabbed th...
by Dilvish
Sat Sep 22, 2012 7:19 pm
Forum: Programming
Topic: First Pass at an AI upgrade
Replies: 70
Views: 3654

First Pass at an AI upgrade

Hi, I've made a number of changes to the AI that really help it be more challenging. First off, I've given it a fixed research schedule that I think works better than the previous arrangement. Second, I gave it a few more ship building options, and implemented a naming scheme so that it always build...
by Dilvish
Sat Sep 22, 2012 6:28 pm
Forum: General Discussion
Topic: AI Plans
Replies: 4
Views: 1111

Re: AI Plans

Hi, I've been working on AI upgrades and am pretty pleased with them. I'll upload a zip file & make a separate post for it.