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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 7272 - 7301 of 8087   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7272
Hi, I am running a couple of games of 4.0.10 atlantis. I have discovered a problem when merging very large units. If a player tries to merge a unit with 4500...
RadK
rad_killmer
Offline Send Email
Jul 1, 2005
9:14 pm
7273
Hello every body, I tried to download the latest version of atlantis V5 on the CVS server with de GAMEMASTER file intruction from the V5.0.0 On UNIX If you...
ssaretta2001
Offline Send Email
Jul 2, 2005
1:18 am
7274
... Hash: SHA1 ... Enter an empty password. ... You need to use /data/cvs rather than /home/cvs. When I rebuilt dragoncat.net last I had to move those things...
JT
jttraub
Online Now Send Email
Jul 2, 2005
4:38 am
7275
Thank a lots for informations I download the last one :o) Best regard Stephane ... This mail sent through IMP: http://horde.org/imp/...
ssaretta@...
ssaretta2001
Offline Send Email
Jul 2, 2005
11:37 am
7276
Bradley, I got this reply from yahoo when I replied to your email. I wonder what is happening to yahoo... Rad PS: See my response below... ... From:...
RadK
rad_killmer
Offline Send Email
Jul 4, 2005
4:28 am
7277
... My guess, without looking at the code: The total number of days is stored with the unit. say we have a unit of 10,000 men and 500 days each (I'll use...
Enno Rehling
ennorehling
Offline Send Email
Jul 4, 2005
5:16 pm
7278
Hi Enno, ... From: "Enno Rehling" <enno.rehling@...> To: <atlantisdev@yahoogroups.com> Sent: Monday, July 04, 2005 1:14 PM Subject: Re: [atlantisdev]...
RadK
rad_killmer
Offline Send Email
Jul 4, 2005
5:49 pm
7279
Hi Enno, You are in fact right. The game.in file does store 8550000 for 19000 leaders at comb-5. So the multiplication does go well beyond an int. I will...
RadK
rad_killmer
Offline Send Email
Jul 4, 2005
6:19 pm
7280
... no, simply use a double for the multiplication. you never need to store something that's bigger than 32 bit (and you won't get 32 bit variables in many...
Enno Rehling
ennorehling
Offline Send Email
Jul 4, 2005
7:47 pm
7281
Hi, I posted this some time ago in the tarmellion-dev forum, but maybe it fits better here. I would like to propose an idea for a new order: gamble. The main ...
Elricz
m4zapic
Offline Send Email
Jul 7, 2005
10:20 pm
7282
Hi all, Just thought I'd let you know that I'm trying to put together a new PBEM which borrows heavily from Atlantis but will be based in a Post Apocalyptic...
thesixuk
Offline Send Email
Jul 12, 2005
12:56 pm
7283
Hi there, I'm trying to compile AtlantisGUI sources with Dev-C++ and I get following error: Compiler: Default compiler Building Makefile: "E:\My ...
Jani Eränen
jeranen
Offline Send Email
Jul 12, 2005
9:38 pm
7284
... I wrote up directions on how to compile using Dev-C++, the direction for which which is now located in the v5 GAMEMASTER file. I don't know if it was ...
Christopher Allen - G...
gmfangs_asmr...
Offline Send Email
Jul 12, 2005
9:52 pm
7285
Thanks for the directions Christopher, but I was talking about the AtlantisGUI not Atlantis. I have compiled Atlantis 4.0.10k with my own changes for the rules...
Jani Eränen
jeranen
Offline Send Email
Jul 13, 2005
5:51 am
7286
One of my players just send in a bug report. I'm using the 4.0.10-k source. Is this weather lore bug known already? Is there a fix for it? greetings Arno ... ...
Arno Saxena
torojima
Offline Send Email
Jul 28, 2005
7:57 pm
7287
Hi, I've uploaded to the Files->Client tools section some Perl scripts made to help me in playing the game. The file is called ALH_scripts.zip, and contains...
Elricz
m4zapic
Offline Send Email
Aug 6, 2005
5:00 am
7288
With all respect to Jani... I think that if you have a problem it is the best idea to ask for help. I know I have done it enough times.... Christopher, do you...
Daniel Hadson
dhadson
Offline Send Email
Aug 7, 2005
4:22 pm
7289
... I had not read the question right -- it was regarding compiling the AtlantisGUI, not Atlantis. I've never been able to get DevCPP to compile any GUI...
Christopher Allen - G...
gmfangs_asmr...
Offline Send Email
Aug 7, 2005
6:37 pm
7290
Version 2.4.5 is available from http://www.geocities.com/pbemah - Many default values for configuration (such as 'men' unit property) are generated from the...
Max Shariy
mshariy
Offline Send Email
Sep 7, 2005
4:47 am
7291
Hi I made a new attempt at compiling Atlantis Helper on Mac OS X with wxWindows 2.6.1 and got the following error: g++ -c -g -O2...
Jonas Tehler
jegt
Offline Send Email
Sep 9, 2005
6:17 pm
7292
In files.cpp lines 206-207 read: CStr S; S.Format("Error reading file %s", m_FileName.GetData()); try replacing with: wxString S; S = wxString::Format("Error...
Max Shariy
mshariy
Offline Send Email
Sep 10, 2005
2:42 am
7293
Hi That didn't work right away, but I googled it and found that I should add _T() around the string i Format() like this: S = wxString::Format(_T("Error...
Jonas Tehler
jegt
Offline Send Email
Sep 10, 2005
7:54 am
7294
From your first post I can guess that you are using Unicode version of wxWindows. ALH is not Unicode compliant, can you get non-Unicode wxWindows? Max...
Max Shariy
mshariy
Offline Send Email
Sep 11, 2005
5:44 am
7295
Hi I disabled unicode and recompiled wxWindows. ALH compiles without problems now, but when I run ah I get this: "Trace/BPT trap" I have no idea how to find...
Jonas Tehler
jegt
Offline Send Email
Sep 11, 2005
7:54 am
7296
Hi I tried to run it in gdb and got this:' Program received signal SIGTRAP, Trace/breakpoint trap. 0x8fe0376c in...
Jonas Tehler
jegt
Offline Send Email
Sep 11, 2005
8:04 am
7297
Something crashes deep, deep inside wxEntry function. It is wxWindows initialization function, so it looks something is wrong with your wxWindows. Can it be...
Max Shariy
mshariy
Offline Send Email
Sep 12, 2005
3:23 am
7298
XML reports would be only a positive thing! I red some of the previous post and some of the things that were said were wrong - WRONG! 1. An XML report woun't...
bibeneus
Offline Send Email
Sep 19, 2005
5:48 pm
7299
I've had to close this mailbox due to a massive amount of spam e-mail messages. My new e-mail address is: john(AT)hamtramckfirefighters.com Please make a note...
dropchuk@...
Send Email
Sep 19, 2005
5:52 pm
7300
An xml report will take significantly more space to store and to email unless it is compressed. Even then it will be bigger. I would not sent them to players...
John Woolsey
j_woolsey
Offline Send Email
Sep 19, 2005
6:03 pm
7301
I've had to close this mailbox due to a massive amount of spam e-mail messages. My new e-mail address is: john(AT)hamtramckfirefighters.com Please make a note...
dropchuk@...
Send Email
Sep 19, 2005
6:04 pm
Messages 7272 - 7301 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