yey.. when you plan to host it? ^^ (the other messages in the thread didnt arrived in my mail ó.ò) mark. ... it's time. If anyone (who hasn't had a side in...
... Uh... 10 September, a week from today That way the people who expressed interest but haven't sent their sides yet have time to. I have three new sides so...
... I guess its the opposite, especially in my case :( I guess i wont be able to participate this time.. ... Flickr agora em português. Você clica, todo...
I got two quick sides in, but could do with another month to perfect things, perhaps we could have another tournament in a month or twos time as well?...
I think we could have a tournament everyday, just to produce some statistics.. but carefully noting the side's versions, and maybe how much time the author ...
Newbie Tournament 4 results are up: http://grobots.sf.net/nt.html ... There's no need to have tournaments more often than new sides are added, since the...
Hello. Im thinking about adding 2 additional instructions to grobots. ifn nifn - conditional next, usable only in loops ifb nifb - conditional break, usable...
Unknown
borg@...
Sep 28, 2007 10:53 am
735
Hello.. There is a fix for Grobots crash when you click on Blaster that is created from Tools->Blast: GBShot.cpp 76: string GBShot::Description() const { ...
Unknown
borg@...
Sep 28, 2007 7:08 pm
736
seems nice.. what about adding a multi-level break (something i hate about c/c++ not having, and forcing me to use goto :D) .. like break 3.. and it breaks the...
Howdy. gotos arent that bad ;) anyway.. adding multi-level break would not be so easy. I usualy do return from loop for that purpose. tempoeray my need for...
Unknown
borg@...
Sep 29, 2007 3:06 pm
738
... I want to keep the language simple to make it easier for new users to learn. Even features they don't use make the documentation bigger, and they have to...
... 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...