Search found 116 matches

by mistake
Sun Apr 02, 2006 5:13 pm
Forum: Leagues: General Discussion
Topic: WebLeague help
Replies: 15
Views: 8302

Use mysqldump in your mysql package to create the dump.

would be something like this:

Code: Select all

mysqldump -h <yourhost> -u<user> -p<pwd> -a -c  -C -r outputfile.dump.sql --add-drop-table <database> <the list of tables to dump>
just read the manuals for details
by mistake
Fri Mar 31, 2006 11:42 am
Forum: Leagues: General Discussion
Topic: WebLeague help
Replies: 15
Views: 8302

1. Run the installer again and pipe all output in a file. Post that file here to inspect. 2. After the installer has run, make a table dump and send the resulting file. Maybe this gives menotume the opportunity to verify the difference between is and should. Is the server located on the same machine...
by mistake
Fri Mar 31, 2006 11:33 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: How!! How!!!
Replies: 12
Views: 4888

I have an Idea...don't go there.
by mistake
Fri Mar 31, 2006 11:31 am
Forum: Game Releases and Versions
Topic: BZFlag beta build 2.0.5b7
Replies: 20
Views: 14180

all your doing difent is P3 optimisations. I don't think that gets anyone anything big. Mh, when I use stable versions from SF i get a fps of about 140ms, when i compile it myself with all optimizations, i get a fps of upto 220ms. Not that my eye is fast enough to see the difference, it does seem t...
by mistake
Thu Mar 23, 2006 2:02 pm
Forum: Bugs and Problems
Topic: Radar / Hud bug
Replies: 14
Views: 7276

I thought that the tank in the radar was almost accurate (not in shape), and that the hud draws the tank a lot smaller than they actually are. In the screeny of carnage, if you would go about to shoot, the hud would say a miss, but the tank would still explode (radar says its a hit). maybe the thin ...
by mistake
Thu Mar 23, 2006 1:57 pm
Forum: Help: Source Code / Compiling / Development
Topic: error: 'isnan' is not a member of 'std'
Replies: 11
Views: 12949

Mh, seems that the standard template library is not compatible on your machine. Looks like you'll have to wait unti Xcode incorporates the latest standard template library, or until devs make a work around.

I may be wrong though.
by mistake
Sun Mar 12, 2006 1:38 pm
Forum: General Discussion
Topic: (UNKNOWN)
Replies: 38
Views: 13010

Not sure, I think it's when people send a public message who have just logged on, and the login procedure hasn't quite finished, maybe because they are still waiting for global login confirmation or something else.
by mistake
Sun Mar 12, 2006 12:02 pm
Forum: Help: Setup / Hardware / Performance Issues
Topic: Help I cannot log on to certain servers
Replies: 1
Views: 1226

not disapeared, look here
by mistake
Fri Mar 10, 2006 12:00 pm
Forum: Help: Source Code / Compiling / Development
Topic: lost curl.h file
Replies: 3
Views: 3015

1. building the program can in MSVC GUI app mode or command Line mode? yes, or both i use debug mode compiling OK, but runing program tell me i lost xxxx.dll file. and start projet set in "bzadmin" ?? Make a normal client installation with the normal bzflag installer and use that environm...
by mistake
Thu Mar 09, 2006 3:50 pm
Forum: Servers: General Discussion
Topic: Server Files
Replies: 20
Views: 4403

Depends what kind of access the host gives you. If the only thing you can do is upload and download files and create folders (FTP), than this is not enough. What you need is some kind of shell access or the possibility to start processes, or have processes registerd to be started. How to do this gre...
by mistake
Thu Mar 09, 2006 12:07 pm
Forum: Help: Source Code / Compiling / Development
Topic: lost curl.h file
Replies: 3
Views: 3015

in the top folder of the cvs repository you'll find readme files: You also need to have libCurl installed. Download it from http://curl.haxx.se/libcurl/ It is best if you do not get the SSL versions. Bzflag does not need or use SSL. The SSL versions of libCurl have aditional library dependencys that...
by mistake
Mon Mar 06, 2006 8:23 pm
Forum: Help: Source Code / Compiling / Development
Topic: BZFS under VC8
Replies: 10
Views: 7654

I don't know much about MSVC 8 and its changes to previous version, but it looks that there is the following code in the main() function: setvbuf(stdout,(char *)NULL, _IOLBF, 0); that causes problems with the new msvcr or msvcrt library in that size (the last parameter) is constrained between 2 and ...
by mistake
Mon Mar 06, 2006 3:45 pm
Forum: Servers: General Discussion
Topic: Gameunited port scan
Replies: 2
Views: 1740

I think you have to ask this one to the gamesunited staff, who will be not really checking this forum, since it seems to be a host for many types of games. But I am sure they just output the call of traceroute and have nothing to do with traceroutes implementation issues except for providing the ser...
by mistake
Mon Mar 06, 2006 2:19 am
Forum: Screenshots & Artwork
Topic: 103 and going...!!!
Replies: 23
Views: 10636

ok, i think point is taken. The fact that he did show an admin of the server his changes in code (if i understand correctly he demonstrated them), cleares him a bit of the assumption that he tries to destruct the fun of others. The main point is to understand, that modifying clients to have an advan...
by mistake
Sat Mar 04, 2006 2:12 pm
Forum: Screenshots & Artwork
Topic: 103 and going...!!!
Replies: 23
Views: 10636

I modify the source myself, build the client, and then play I still think photoshopping is easier. Hint: And when you do it right, nobody will notice and you'll be the Hero of us all. And since you are interested in understanding the code and the game: If you modify your client to show a different ...
by mistake
Fri Mar 03, 2006 12:16 pm
Forum: Help: Setup / Hardware / Performance Issues
Topic: bzflag.exe - cpu utilization > 90%
Replies: 11
Views: 5309

Re: bzflag.exe - cpu utilization > 90%

@snick // limit the fps to save battery life by minimizing cpu usage Uh Ah, maybe that was what was happening to me, my FPS sometimes droped from 180 to 8 FPS. I thought that it was due to heat, that my computer turned itself down some nogges. Well, maybe it was the heat. When does that BZFlagPowerS...
by mistake
Fri Mar 03, 2006 11:54 am
Forum: Servers: General Discussion
Topic: Starting a bot from cmd
Replies: 18
Views: 5593

wait a sec. Trop-Bot dosn't have the '[auto]' annotation to the right of his name.....? I believe that any player who joins AFTER you enable Roger will not see the [auto] annotation. Been tested. :D I think its the same with NR sometimes, the [auto] is annotated for you by your client when he recie...
by mistake
Wed Mar 01, 2006 12:32 pm
Forum: Help: Setup / Hardware / Performance Issues
Topic: BZAdmin-taken over my Terminal (Mac OS)
Replies: 8
Views: 3164

Dunno what kind of shell MacOSX is running, depending on it, also check on entries in bash: ~/.bashrc csh: ~/.cshrc tcsh: ~/.cshrc, ~/.tcshrc and also under /etc some files that has to do with profile or profile.d If you have never even touched those files, then probably the fault would not be there.
by mistake
Wed Mar 01, 2006 1:16 am
Forum: General Discussion
Topic: Join the hunt for Oma...
Replies: 79
Views: 39697

Oma Herta, never have i seen you, but heared many stories. I think that name will stay attached to bzflag and to the good old days, them old days when even the future looked brighter. Just a note, you know how "uiuiuiuiui" is banned from using, it was proven that it caused lag (joke by Che...
by mistake
Tue Feb 28, 2006 2:49 pm
Forum: Help: Setup / Hardware / Performance Issues
Topic: Error connecting to server
Replies: 4
Views: 1732

Not sure, but sometimes there is problems with global login on some servers, I get the same error message often, After a couple of retries it works again, occasionally it takes a bit longer.
by mistake
Fri Feb 24, 2006 12:41 pm
Forum: Leagues: General Discussion
Topic: for clarifacation
Replies: 4
Views: 3780

  • ducati
    (CTF, no-jump, 2 shot, random map)
  • GU Gamesunited
    (CTF, jump, 3 shot, hix2 map)
  • 1vs1
    (FFA, no-jump, 2 shot, random map)
by mistake
Thu Feb 23, 2006 2:14 pm
Forum: Screenshots & Artwork
Topic: my best ever score!!!!!
Replies: 23
Views: 10687

grand slam wrote:whats a life?
Completely wrong forum for these kind of questions, nobody here really knows :P
by mistake
Sat Feb 18, 2006 4:34 am
Forum: Leagues: General Discussion
Topic: Help Wanted
Replies: 9
Views: 5822

Seems that the port you specifed is already taken. Maybe there is, eh..., already a bzfs server process running on that port. check taskmanager and terminate it. and btw, you didnt just zipped and posted your batchfile, you included the whole desktop too. use paintbrush to cut out the batch file only
by mistake
Sat Feb 18, 2006 12:10 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: chat logging
Replies: 6
Views: 3454

if its windows>>>

Code: Select all

bzfs -conf confile > logfile
:twisted: macosx someone? :twisted:

great works also tee (unixes, or with cygwin under windows):

Code: Select all

bzfs -conf confile | tee logfile
by mistake
Tue Feb 14, 2006 8:31 pm
Forum: Help: Setup / Hardware / Performance Issues
Topic: Problem: FPS suddently drops from 180 to 20 for a couple
Replies: 2
Views: 1153

ok, i may have found the problem, thonolan and sc gave the right tips, and winxp wasnt to far away either. I8kfanGUI only registers CPU temperature. It may be that my GFX Card was to hot. At work we not only have other firewalls, internet connection and net policies, but also different tabletops, ma...