Search the web
Sign In
New User? Sign Up
atlantisdev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7575 - 7604 of 8087   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7575
On Tue, 2006-10-31 at 23:20 -0500, Rad Killmer wrote: > I have started my Dadelis game, and it appears that Times Rewards are not > working on 5.0 Times...
Jan Rietema
ravanrooke
Offline Send Email
Nov 1, 2006
3:39 pm
7576
Yes, my script adds "TimesReward" to the players.in file. If I add "Reward: 50" then the player gets the 50, so that works and is a work around. I have been...
Rad Killmer
radkillmer
Offline Send Email
Nov 1, 2006
7:20 pm
7577
I've only played around with the 4.x Atlantis code, so not sure if this applies. In Atlantis 4.x the scripts for #times reward needs to add a line to the...
wyrmswyrd
Offline Send Email
Nov 1, 2006
8:03 pm
7578
Hello, all. I'm a new participant, playing with Atlantis as a hobby. I work on a Windows environment, using Visual C++ 2005 Express. I've noticed the 5.0...
Robert Bunn
adalger
Offline Send Email
Nov 1, 2006
11:36 pm
7579
WinCVS is a good choice. Rad ... From: Robert Bunn To: atlantisdev@yahoogroups.com Sent: Wednesday, November 01, 2006 5:54 PM Subject: [atlantisdev] 5.0...
Rad Killmer
radkillmer
Offline Send Email
Nov 2, 2006
4:52 am
7580
Hi, all. When I try to compile the sources as downloaded, I get an error in npc.cpp from the while loop starting on line 320. It seems my compiler (VC++ 2005)...
Robert Bunn
adalger
Offline Send Email
Nov 3, 2006
6:56 pm
7581
... From: "Robert Bunn" <adalger@...> To: <atlantisdev@yahoogroups.com> Sent: Friday, November 03, 2006 6:57 AM Subject: [atlantisdev] npc.cpp build...
Rad Killmer
radkillmer
Offline Send Email
Nov 3, 2006
7:28 pm
7582
... I wonder--is this a VC++ bug, or is this an issue of not following the correct C++ grammar? I really don't know OTTOMH--I haven't looked at the Atlantis...
Rick C
frost_cat
Offline Send Email
Nov 3, 2006
7:38 pm
7583
... This makes sense, as non-leaders cannot learn more than one skill....
Rick C
frost_cat
Offline Send Email
Nov 3, 2006
7:44 pm
7584
... From: "Rick C" <pixelcat@...> To: <atlantisdev@yahoogroups.com> Sent: Friday, November 03, 2006 2:34 PM Subject: RE: [atlantisdev] npc.cpp build error,...
Robert Bunn
adalger
Offline Send Email
Nov 3, 2006
11:27 pm
7585
... From: "Rick C" <pixelcat@...> To: <atlantisdev@yahoogroups.com> Sent: Friday, November 03, 2006 2:36 PM Subject: RE: [atlantisdev] npc.cpp build error,...
Robert Bunn
adalger
Offline Send Email
Nov 3, 2006
11:43 pm
7586
... I knew not mentioning that was going to pull someone out of the woodwork. :) I don't know how much that setting has been used. I wouldn't be surprised if...
Rick C
frost_cat
Offline Send Email
Nov 3, 2006
11:50 pm
7587
... From: "Rick C" <pixelcat@...> To: <atlantisdev@yahoogroups.com> Sent: Friday, November 03, 2006 6:41 PM Subject: Re: [atlantisdev] npc.cpp build error,...
Robert Bunn
adalger
Offline Send Email
Nov 4, 2006
3:08 am
7588
... 'cos even with SKILL_LIMIT_NONLEADERS turned off, peasants should get a max skill rating of three (2 if the skill in question isn't one of their racial...
Stephen Baillie
argentrune
Offline Send Email
Nov 4, 2006
3:17 am
7589
... From: Rick C To: atlantisdev@yahoogroups.com Sent: Friday, November 03, 2006 6:41 PM Subject: Re: [atlantisdev] npc.cpp build error, maintenance issues ......
Rad Killmer
radkillmer
Offline Send Email
Nov 4, 2006
3:39 am
7590
... From: "Rad Killmer" <radsgames@...> To: <atlantisdev@yahoogroups.com> Sent: Friday, November 03, 2006 10:33 PM Subject: Re: [atlantisdev] npc.cpp...
Robert Bunn
adalger
Offline Send Email
Nov 4, 2006
5:49 am
7591
I noticed in the TODO list that a desire was expressed to convert uses of AString to std::string. Is this still live? If so, I've put a couple functions into...
Robert Bunn
adalger
Offline Send Email
Nov 5, 2006
2:30 am
7592
... I think it'd make a lot of sense; then again, I'm not the maintainer....
Rick C
frost_cat
Offline Send Email
Nov 5, 2006
3:31 am
7593
... You're correct. It's one of several gcc extensions which will make code only compile with gcc and friends. Best not to use them (-ansi is a good compiler...
Enno Rehling
ennorehling
Offline Send Email
Nov 5, 2006
9:16 am
7594
Cute Amateur Biker Babes looking for playmate! Check their profiles here: http://www.bestbikerclub.com/bikerpro/sexybikerbabes.htm...
sexybikerbabes089
sexybikerbab...
Offline Send Email
Nov 6, 2006
7:27 am
7595
The latest version is 2.5.2. http://www.geocities.com/pbemah/ - Can buy 'peasants' (as opposed to nomads, etc), thanks to Zorky. - TAX_PER_TAXER config option...
Max Shariy
mshariy
Offline Send Email
Nov 9, 2006
4:43 am
7596
I have STL implementations, if anyone wants them. Tested and working in local use. -Rob...
Robert Bunn
adalger
Offline Send Email
Nov 9, 2006
5:13 am
7597
... Which version? I'd be interested in it for version 5....
Gary A Mort
garyamort
Offline Send Email
Nov 21, 2006
10:17 pm
7598
... Version 5. :) Unfortunately, my AString died in a hard drive crash and I haven't reproeduced it yet. The AList did too, but that was easier to replace, and...
Robert Bunn
adalger
Offline Send Email
Nov 22, 2006
12:57 pm
7599
Does anyone know if it's possible to run Atlantis Advisor on a Mac? As far as I can tell, the only client application that runs in OS X is ALH?...
Brian Doyle
gaelphoncan
Offline Send Email
Nov 22, 2006
7:09 pm
7600
... I run advisor in Parallels, as I prefer that Atlantis client. It probably will work without Paralles once crossover works -- if they can get Office to run...
Christopher Allen - G...
gmfangs_asmr...
Offline Send Email
Nov 22, 2006
7:50 pm
7601
... The Office on Macs is not the normal PC-Version, but a special one for Mac. Runing the Advisor on the new Intel-Mac may work in whatsoever way I don't...
Arno Saxena
torojima
Offline Send Email
Nov 29, 2006
3:22 am
7602
This isn't exactly relevant, but I run Advisor on PC and made enquiries about registering. I received a reply saying that the author was no longer offering...
Mike Watson
redhorn48
Offline Send Email
Nov 29, 2006
2:40 pm
7603
More recently the author of advisor has made both versions (his, and a fork) available in source for free because he is no longer developing the code. The ...
Christopher Allen - G...
gmfangs_asmr...
Offline Send Email
Nov 29, 2006
5:23 pm
7604
Hello! After long time of silence Lost Land II is ready to star and invites you to join this great game. Read more about changes in forum here: ...
skyforgerz
Offline Send Email
Dec 1, 2006
5:34 pm
Messages 7575 - 7604 of 8087   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help