... Yeah, good aproach. ... Well.. but they need a bit more code to be added IMHO. ... No no.. and-nif sounds perfect to me.. I dont understand anything you ...
Unknown
borg@...
Oct 1, 2007 6:12 pm
740
... Perfect! (it actually took me a while to figure if this would mean the same as and nif, with no ambiguities or colateral effects) Mark. Abra sua conta no...
... When you put it that way, it makes sense. That example shows I don't read AND-IF as "AND IF" (since it's not exactly the same anyway) but as "the AND-y...
... Great! Well, I vote for AND-NIF since its very clear to me what it does. UNLESS goes out of scope of currently used IF constructs and its much more...
Unknown
borg@...
Oct 4, 2007 5:33 pm
743
Howdy.. I noticed that in CVS repo there is AND-NIF already added. Still no FI (THEN alias). Do you schedule any release soon? Last release was quite some time...
Unknown
borg@...
Oct 16, 2007 9:57 am
744
Is that smell function still in place? What is the syntax for it? Zooming views are nice. I don't mind fi, but I'm used to then so I will use it. Would you...
... What that function is supposed to do? Never heard of that one. ... Yeah, FI is just an Alias to THEN. ... Hehe, yeah.. I got confused a bit first time...
Unknown
borg@...
Oct 16, 2007 4:48 pm
746
Cyclops is a cool side. Once that army gets built up it seems almost impossible to attack (although someone will figure out how). Cyclops takes lots of ideas...
New builds are on the website, with AND-NIF but not FI (yet). ... It never was - it's only in Ziggystar's patch. I'm ambivalent about it. It produces the most...
... Cool. I had just downloaded the OS X build minutes before receiving this. Thanks. I have never actually tried the OS X build yet. Which version of OS X...
... I've only tried it on 10.4, but it doesn't use anything exotic, so it should work on any version. ... Unusable in general? Or just the resource files? ... ...
... Well, just the resource files and any other files that have important data in that fork (probably none). The ZIP archives created by 10.3+ separate the...
... I'm not sure about the release version, but earlier ones were vulnerable to Revenges and missiles, and to attacks from beyond their own range. Cyclops is...
I am surprised that you say Cyclops is vulnerable to revenges. I have always thought that syphons were very effective against them. I guess you have to get...
OK. Trying to compile Grobots on MacOS 9 turned out to be a little more difficult than I thought it would be. First, I had to update my MPW tools and then I...
Actually, #including <algorithm> did not solve the problem, but changing min and max to std::min and std::max did. It just finished building successfully....
... Yeah, I know about that one. It's an error in the compiler (it's reporting the location in its own source, not in the file it's compiling) but it still...
... Why not use #if or #ifdef/#ifndef to build portable application? http://predef.sourceforge.net/precomp.html Regards, Borg...
Unknown
borg@...
Oct 26, 2007 4:35 pm
758
... Because when I ported to MSVC, there were only a few of these cases, and it seemed easier to just rewrite them (as a < b ? b : a) than to fix the problem....
If min() and max() are defined as macros on VC++ then that is a serious bug in their std library. I was just thinking that they weren't in namespace std, in...
... It was an old version of VC++, with many standard-compliance bugs - missing STL methods and wrong for-loop scoping, at least. But I don't think min and max...
Should Shield & Coward even work? It is an extremely simple side. All it does is move to a corner and shoot at anything that comes near. It is all solar...
... A little, yes.. Maybe if the map was bigger, or the food more efficient? or there would be other stuff on the map for motivation? maybe the food sensor...
... It is a bit annoying to see something so simple winning, but I don't think it'll last. S+C gets the benefit of hiding in the corner and fighting less - but...
... revenges. ... against ... It takes a lot of Revenges, but they work because they kill the decoys so quickly, and then the grenades aren't much use. I think...
It probably means you win by elimination a lot. The biomass graph counts elimination as a score of zero for the rest of the round, which makes it pretty...
... They return the vector from the cell that fired them to their position, as if they moved the whole distance in one frame. (They don't actually live long...
... I agree with you with all aspects except this caution about wars, i think it will at max become something still quite unstable. Maybe it will come a period...
Hi, Im trying to understand shields: it seems that when u turn the shield on, it starts to gather energy. There is a number raising, which I suppose is the...