Search found 5 matches

by justinchudgar
Thu Nov 16, 2006 5:19 pm
Forum: Bugs
Topic: Cannot build SVN Server
Replies: 3
Views: 597

Trunk vs Branch

Thanks for the refinement of what is going into the trunk vs the 1.x branch. I'm what you might call a pathological beta tester... That is, I tend to use the bleeding edge of whatever software I can get. I'm writing from a box that does semi-automated dist-upgrades of Ubuntu Feisty daily.

Now that ...
by justinchudgar
Thu Nov 16, 2006 8:12 am
Forum: General chat
Topic: Client-side scripting [poll]
Replies: 13
Views: 2698

Why LUA

I'm a hack in half a dozen languages; and, I really do NOT want to learn another one just to script a game. If scripting were in Python, great, Lua, no.
by justinchudgar
Thu Nov 16, 2006 8:08 am
Forum: General chat
Topic: What is your favorite race?
Replies: 22
Views: 4799

I tend to agree with the previous post. I've never been the slightest bit tempted to play a half-orc, halfling, gnome, or northman because they seem, well, boring and stinky. I'm playing a fantasy game and I'd prefer to either be myself - human - or to be bigger, stronger or more dangerous.

My ...
by justinchudgar
Thu Nov 16, 2006 7:51 am
Forum: Bugs
Topic: Cannot build SVN Server
Replies: 3
Views: 597

Cannot build SVN Server

I have been running the CVS and now the SVN versions of crossfire for a while now; and, I have not had build problems before. I just checked out 5117 and the client builds find. The server, however, does not. This is the error I get:

...
make collect
make[2]: Entering directory `/home/justin/src ...
by justinchudgar
Sun Sep 24, 2006 9:12 pm
Forum: Bugs
Topic: GTK2 Client Bug - User Text Input Doubled
Replies: 2
Views: 444

GTK2 Client Bug - User Text Input Doubled

Any text entered by keyboard or by paste from another application is doubled. I.e. typing the <a> key results in "aa" in the text entry box. Pasting "say hello" from gedit results in "say hellosay hello" in the text entry box. The backspace key and the delete key remove 2 characters at a time ...