[Copied to AtlantisDev to keep non-Arcadians up to date] I've written some code for Arc IV which allows items to be shared between units of the same faction,...
7102
Stephen Baillie
argentrune
Feb 14, 2005 9:39 am
... You might like to have a look at the code I added for Atlantis 5, which does exactly that. I added a "sharing" flag, so only units who are sharing will...
7103
Will Walker
wwcpu
Feb 14, 2005 9:08 pm
I achieved an impressive level of expertise with the crossbow: ;bowmen (1738), behind, revealing faction, 1800 nomads [NOMA], 1200 ; crossbows [XBOW]. Weight:...
7104
starstrike99
Feb 15, 2005 2:26 am
My apologies; I missed that someone had already written code for this. Arcadia III/IV is based on A5.0, but a CVS version from mid to late 2003 - which is when...
7105
starstrike99
Feb 15, 2005 6:25 am
... unit's ... when ... Hi, I'm looking at the code for BUY orders. As far as I can see, you haven't covered the main problem here: that silver gets counted ...
7106
starstrike99
Feb 15, 2005 7:24 am
... of ... I would suggest the BUILD code where resources are deducted be replaced by: if (it == I_WOOD_OR_STONE) { if (num > u->items.GetNum(I_STONE)) { num...
7107
Stephen Baillie
argentrune
Feb 15, 2005 8:31 am
Truly you have a dizzing intellect! You're quite right, although I feel that I cannot take full credit for some of these flaws - now that you point them out, I...
7108
starstrike99
Feb 15, 2005 10:32 pm
... for ... there ... Mmm ... the main one I was thinking earlier was exchange; the way exchange is coded (in A4 and original A5, I haven't checked your code)...
7109
starstrike99
Feb 15, 2005 10:49 pm
Hi all, I seem to have ended my CVS saga getting commit access through WinCVS. I was trying to commit all the arcadia files into the arcadia directory for now...
7110
Arno Saxena
torojima
Feb 16, 2005 10:56 pm
does anybody of you know of any Mac OS X Atlantis GUI? I've just converted :D greetings Arno...
7111
Anthony Briggs
anthony_s_br...
Feb 16, 2005 11:03 pm
... I use Atlantis Little Helper, which I've run under Linux and Windows. No reason it shouldn't run under OS X too. You'll need wxWindows (and optionally...
7112
radk@...
rad_killmer
Feb 16, 2005 11:08 pm
Converted to Mac OS. I believe you will be on your own here. These guys are "ahem" unix guys, just kidding around... ;-) I use, how do you whisper?, windows...
7113
Brandon
bbs00
Feb 17, 2005 4:42 am
speaking of xp... I just had my last fight with it... as soon as I get getmail mail and sendmail on my unix box working I'll be using it from now on......
7114
Brandon
bbs00
Feb 17, 2005 5:02 am
my only advice.. do like me and toss windows and get unix or other nix system nothing wrong with linux, I just didn't have a copy laying close enough so...
7115
Max Shariy
mshariy
Feb 17, 2005 5:23 am
... Correct, ALH should run under OS X (if wxWindows for Mac is good enough), but I have never tried that (donīt have a Mac box). But it might need some...
7116
Anthony Briggs
anthony_s_br...
Feb 17, 2005 5:57 am
... Mac OS *is* UNIX these days -- based on FreeBSD :) Ant -- ... HyPEraCtiVE? HeY, WhO aRE YoU cALliNg HypERaCtIve?! aBRiGgS@......
7117
radk@...
rad_killmer
Feb 17, 2005 12:56 pm
Thats good. I thought they would be proprietary. I haven't looked at it lately, so did not know. Rad...
7118
radk@...
rad_killmer
Feb 17, 2005 12:59 pm
I guess I donwloaded the wrong stuff for ALH. What I got from their home page source was some .cpp and .h source. I will need to look again. Rad...
7119
Ales Privetivy
s_lesa_a
Feb 17, 2005 3:35 pm
Hi, ... Have you added the files before commit? The new files have to be added to local repository prior to commiting, which is essentialy the same as editing...
7120
Jonas Tehler
jegt
Feb 17, 2005 7:34 pm
Hi I am also looking for a Mac OS X client. I tried to get ALH running but it didn't work, some kind of version mismatch with wxMac I think. I will probably...
7121
starstrike99
Feb 17, 2005 10:47 pm
... added ... Thanks, that was the help I needed :). Arcadia work-in-progress code is now on the CVS; I make no guarantees of stability or compatibility. ...
7122
Arno Saxena
torojima
Feb 18, 2005 10:51 am
I defenitely keep the ALH portation onto the mac in mind. But right now I do not feel knowledgable enough to pull this through, since my experience with mac os...
7123
Enno Rehling
ennorehling
Feb 18, 2005 10:58 am
... "And yet, after spending 20+ years trying to evolve the user interface into something better, what's the most powerful improvement Apple was able to make?...
7124
Ales Privetivy
s_lesa_a
Feb 20, 2005 11:45 am
Hi, I tried the second case with the current version of Standard Atlantis from dragoncat CVS and was not able to reproduce the error. I hope I did as was...
7125
starstrike99
Feb 20, 2005 10:44 pm
... arithmetic ... either that ... size ... using ... look into it. ... 1200 ... large ... that ... It certainly looks like an underflow problem. Unit study...
7126
Christopher Allen - G...
gmfangs_asmr...
Feb 21, 2005 12:48 am
I've noticed a problem with the assassins and quartermasters. Quartermasters are particularly vulnerable to assassins, as they are easily identifiable as they...
7127
starstrike99
Feb 21, 2005 2:29 am
Hi all, The Arcadia IV testgame is taking registrations. It will run three turns a week; details on order/times submission will come with the first turn, most...
7128
Arno Saxena
torojima
Feb 22, 2005 7:51 am
... my suggestion would be a bit different, if there would be used a realistic approach, the assasin would get nothing at all. The assasin is in a hostile...
7129
Janis Ancens
napalmeye
Feb 22, 2005 10:29 am
... I like the idea and I would suggest going even further. How about introducing a pair of new skills - assassination and stealing, enabling unit to engage...
7130
starstrike99
Feb 27, 2005 11:24 pm
I've implemented a fix for BUY which I think should work. I've only put it in the Arcadia source on the CVS for now though; feel free to check it out and let...