Search found 11187 matches

by Z-Man
Thu Jan 27, 2005 1:20 pm
Forum: Development
Topic: dedicated server source?
Replies: 11
Views: 4746

Bug Anti-Defamation League?? Whoa! There are too many negations in this for me to morally evaluate... A bug is something bad, right? Defaming is usually bad, too. That makes defaming a bug.... and preventing the defamation of a bug.... AAAARGH. I'm confused! The usual bugs aside, I currently have a ...
by Z-Man
Thu Jan 27, 2005 12:30 pm
Forum: Development
Topic: Eclipse
Replies: 14
Views: 5775

Eclipse

Is anyone except me using this IDE? It is cross-platform and has some wonderful features: CVS integration that can show you readable diffs before you commit, an integrated debugger almost as useful as that of visual c++ and of course syntax highlighting and automatic indentation and quite usable sou...
by Z-Man
Thu Jan 27, 2005 10:22 am
Forum: Development
Topic: Multiple installations of GCC and libraries
Replies: 12
Views: 4617

Just to clarify my intention: I want this gcc-version-switch for easy testing of different configurations. It is solely intended for developer use, the normal users should NOT do it. I just want a way to make as sure as possible that AA runs on as many configurations as I can test without installing...
by Z-Man
Wed Jan 26, 2005 9:05 pm
Forum: Development
Topic: Multiple installations of GCC and libraries
Replies: 12
Views: 4617

That brings me to the Windows side of the problem :) I dimly remember that you can install different compilers there, too, and have all accessible from the Visual Studio IDE. The intel compiler installation would do that automatically, and you could then switch somehow between the intel and microsof...
by Z-Man
Wed Jan 26, 2005 8:24 pm
Forum: Development
Topic: Multiple installations of GCC and libraries
Replies: 12
Views: 4617

D'oh! It's actually quite simple... Edit: the basic principle, I mean. The details are of course horrible. You install the various versions of GCC in whacky prefixes where they are out of every normal path, like /usr/local/gcc-VERSION. That way, they don't interfere with the rest of your system unle...
by Z-Man
Wed Jan 26, 2005 7:24 pm
Forum: Development
Topic: Multiple installations of GCC and libraries
Replies: 12
Views: 4617

Multiple installations of GCC and libraries

Does anyone of you know a good way to handle those? What I would like would be something like this: > mkdir tron-3.4 > mkdir tron-3.3 # fill both dirs with the source.... > gcc-config --set-version 3.4 > cd tron-3.4 # compile using gcc 3.4 and its libraries > ./configure; make # run with libraries f...
by Z-Man
Wed Jan 26, 2005 6:07 pm
Forum: Development
Topic: Help with armagetronad gcc34 support
Replies: 30
Views: 11585

(somedays I forget my head at home lol) hehehe Sounds familiar. Took me a while today to notice that the strange, light feeling I had was caused by my backpack still securely strapped to my bike while I was halfway to my office... I collected my favorite versions for each fix and committed it. The ...
by Z-Man
Wed Jan 26, 2005 2:52 pm
Forum: Development
Topic: Mind if I join you?
Replies: 26
Views: 10744

Wow, what a warm welcome. Thanks, everybody! iceman: I can promise nothing :) Hope you hid it well. If I cannot find it, I cannot fix it, right? ( In fact, I don't know what code you are talking about. Man, have I lost track... ) SuPerTaRD: wow, some of the artwork is truly amazing. Getting it neatl...
by Z-Man
Wed Jan 26, 2005 12:25 am
Forum: Development
Topic: Help with armagetronad gcc34 support
Replies: 30
Views: 11585

I'm still trying to understand the reinterpret_cast lesson (I understood the 'this' lesson) ;P Good. That makes you more of a language lawyer than a pointer wizard. In C++, pointer wizards tend to get themselves into trouble, as you can see here. The very basic lesson to learn is that reinterpret_c...
by Z-Man
Tue Jan 25, 2005 8:24 pm
Forum: Development
Topic: Help with armagetronad gcc34 support
Replies: 30
Views: 11585

Uff! I needed 3 reads of your post to understand something lol That was the intention :) No, seriously, sorry if I did not make myself clear. The basic point is that this particular code change ( just removing reinterpret_cast ) turns evil pointer magic into syntactically correct, but wrong ( and c...
by Z-Man
Tue Jan 25, 2005 3:18 pm
Forum: Development
Topic: Help with armagetronad gcc34 support
Replies: 30
Views: 11585

Possible explanation

( Background: We have shiny new AMD 64 machines here at the institute and I tried to set up Armagetron Advanced on mine. The source required some modification before it compiled and ran, so I decided to poke around a bit to see what progress has been made for 64 bit compatibility. Knowing that it is...
by Z-Man
Tue Jan 25, 2005 10:06 am
Forum: Development
Topic: Mind if I join you?
Replies: 26
Views: 10744

Mind if I join you?

Hello there! I hope it is not required that I introduce myself 8) Well, if I must: I am the terribly lazy monkey-coder who let his project rest unupdated and unmaintained for far too long so that you guys had to fork it to make your additions. What you need to know immediately: 1) I am happy and pro...