Search found 374 matches

by Yoghurt
Sat Mar 18, 2006 11:57 am
Forum: Programming
Topic: Python in EVE
Replies: 1
Views: 2117

Python is already on its way: viewtopic.php?t=1320
by Yoghurt
Mon Mar 13, 2006 1:53 pm
Forum: Programming
Topic: The Help Thread
Replies: 293
Views: 62337

I think the first bt is after he pressed Ctrl+C (SIGINT), the second one is the one you are looking for.
NetworkCore::RecieveData throws an out_of_range exception.
by Yoghurt
Thu Mar 09, 2006 12:47 am
Forum: General Discussion
Topic: Font support for Central European languages...
Replies: 24
Views: 6021

Save it in UTF-8. I'm sure Zach will modify GiGi's font routines soon.
by Yoghurt
Wed Mar 08, 2006 1:15 pm
Forum: General Discussion
Topic: How to add a new font?
Replies: 16
Views: 5907

Did Zach say anything about the encoding?

I'd go with UTF-8, as already said.
by Yoghurt
Mon Mar 06, 2006 1:52 pm
Forum: Other Game Design
Topic: Nanite Plague
Replies: 17
Views: 3894

To prevent another race from colonizing the wiped out world, perhaps?
by Yoghurt
Sun Mar 05, 2006 6:33 pm
Forum: Programming
Topic: Sir, I've got something on the screen here
Replies: 5
Views: 3454

Thanks! :D
by Yoghurt
Sun Mar 05, 2006 2:59 am
Forum: Compile
Topic: Problem compiling Free Orion
Replies: 1
Views: 1567

You need to get the most recent version of gigi through subversion.

The easiest way is to simply checkout FreeOrion's Subversion-repository; it will automatically fetch GiGi for you (in FreeOrion/GG)
by Yoghurt
Sat Mar 04, 2006 11:20 pm
Forum: Compile
Topic: Problem with graphviz and FO compilation
Replies: 8
Views: 2812

You will need to specify the path to the libs too, probably with_graphviz_libdir=/usr/lib/graphviz Also, in that case, you will have to either set LD_LIBRARY_PATH or modify ld.so.conf to get freeorion to run. First method: export LD_LIBRARY_PATH=/usr/lib/graphviz #or whatever your path is ./freeorio...
by Yoghurt
Sat Mar 04, 2006 11:10 pm
Forum: Programming
Topic: Sir, I've got something on the screen here
Replies: 5
Views: 3454

You guys are hard to convince! ;) OK, here's another one. Notice that I selected one of Empire2's Ship, which isn't controlled by me, as you cannot see the stats for the Scout. http://freeorion.sourceforge.net/SecondAI.png I'm playing a little bit more with AI and maybe I can show you an attack on m...
by Yoghurt
Sat Mar 04, 2006 10:08 pm
Forum: Programming
Topic: Sir, I've got something on the screen here
Replies: 5
Views: 3454

Sir, I've got something on the screen here

Image
Yes, these are AI controlled through a Python script.

Still much work to do, though, but finally you can expect some results from me. :D
by Yoghurt
Sat Mar 04, 2006 5:26 pm
Forum: General Discussion
Topic: Russian Translation
Replies: 22
Views: 13824

You could mail it to Zach, the main programmer, he will also be able to adjust the code, if the need arises.

His email is: whatXwasXthatXaddressXatXgmailX.com (remove X and replace at by @)
by Yoghurt
Sat Mar 04, 2006 12:01 am
Forum: Off-Topic
Topic: Build process is a big entry barrier
Replies: 1
Views: 2790

Re: Build process is a big entry barrier

If that's the case, shouldn't a binary version of the libraries be shipped with the code so the bugs are reproducible for all developers??? I'm working (and worked) on this, but one thing that Windows does much better than Linux is keeping binary compability of libraries. A file compiled under Win9...
by Yoghurt
Fri Mar 03, 2006 7:58 pm
Forum: General Discussion
Topic: How to add a new font?
Replies: 16
Views: 5907

I think we will just replace Vera with DejaVu, as DejaVu == Vera + additional chars
by Yoghurt
Fri Mar 03, 2006 6:54 pm
Forum: General Discussion
Topic: How to add a new font?
Replies: 16
Views: 5907

I've added DejaVu to the SVN repository.
by Yoghurt
Fri Mar 03, 2006 6:44 pm
Forum: General Discussion
Topic: How to add a new font?
Replies: 16
Views: 5907

BTW: What encoding are you using?

I'd propose UTF-8