Search found 19 matches

by Jo-Con-El
Tue Jul 12, 2016 9:50 am
Forum: Programming
Topic: Weekly/nightly snapshot support?
Replies: 8
Views: 2413

Re: Weekly/nightly snapshot support?

I asked back in 2007 why FO didn't have gettext support and it's still not in the code, so I might convert all the string files into proper .po's and add gettext support, but I don't know if it's too disruptive at this point. It's been suggested a couple times, but I haven't seen an convincing expl...
by Jo-Con-El
Tue Jul 12, 2016 1:22 am
Forum: Programming
Topic: Weekly/nightly snapshot support?
Replies: 8
Views: 2413

Re: Weekly/nightly snapshot support?

...there's no nightly/weekly snapshots. Vezzra provides weekly Windows and OSX builds: http://www.freeorion.org/forum/viewtopic.php?p=84588#p84588 http://www.freeorion.org/forum/viewtopic.php?p=84587#p84587 Builds for various Linux distributions might get some minor interest, particularly if there'...
by Jo-Con-El
Mon Jul 11, 2016 5:51 pm
Forum: Programming
Topic: Weekly/nightly snapshot support?
Replies: 8
Views: 2413

Weekly/nightly snapshot support?

It's been almost 10 years since I posted for the last time in the forums and it's fantastic to see that things are progressing nicely (and Geoff is still leading this crazy thing :-)). I'm still reading some forums but I noticed a couple of things: - The commit rate is really strong. There's an aver...
by Jo-Con-El
Wed Jan 02, 2008 3:52 am
Forum: Graphics
Topic: Licence we are using for graphics.
Replies: 14
Views: 27817

Re: Licence we are using for graphics.

Thanks for the fast reply, Geoff!

I am uploading just now Debian packages for libgigi0 and freeorion to http://ftp.es.debian.org/~ender, in case someone wants to test them.

Regards,


Ender.
by Jo-Con-El
Wed Jan 02, 2008 2:31 am
Forum: Graphics
Topic: Licence we are using for graphics.
Replies: 14
Views: 27817

Re: Licence we are using for graphics.

Hello there. It's been some time since I said I would take a SVN snapshot. Now I had the time to do it and I've seen that you have not modified default/COPYING, could you please do it? I am going to modify it in my local copy, but it must be in the upstream repository.

Many thanks,


Ender.
by Jo-Con-El
Wed Jul 25, 2007 10:14 pm
Forum: Graphics
Topic: Licence we are using for graphics.
Replies: 14
Views: 27817

Re: Licence we are using for graphics.

I will take that for a thumbs-up, as I was waiting to take a snapshot from the SVN after the license change.

Thank you very much for your support,


Ender.
by Jo-Con-El
Sat Sep 30, 2006 10:48 am
Forum: Programming
Topic: The Help Thread
Replies: 293
Views: 62334

Re: Problems with FreeOrion in Debian unstable.

tzlaine wrote:Fixed in SVN. Thanks for reporting it.
Many thanks, Zach. I will verify later if everything is working correctly, and if so, I will probably release the packages for Debian.

Best regards,

  • Ender.
by Jo-Con-El
Fri Sep 29, 2006 4:36 pm
Forum: Programming
Topic: The Help Thread
Replies: 293
Views: 62334

Re: Problems with FreeOrion in Debian unstable.

I am going to rebuild the package and will come back with the results. Hello again. I had to comment out the 'Logger().debugStream()' line in FocusSelector.cpp due to: UI/FocusSelector.cpp: In member function 'void FocusSelector::PrimaryFocusClicked(int)': UI/FocusSelector.cpp:306: error: 'Logger' ...
by Jo-Con-El
Fri Sep 29, 2006 2:43 pm
Forum: Programming
Topic: The Help Thread
Replies: 293
Views: 62334

Re: Problems with FreeOrion in Debian unstable.

Hello, Geoff. Many thanks for the help. Could you add the following at the end of SidePanel::PlanetPanel::PlanetPanel(...)? Logger().debugStream() << "SidePanel::PlanetPanel::PlanetPanel: planet id: " << planet.ID(); Logger().debugStream() << "SidePanel::PlanetPanel::PlanetPanel: cons...
by Jo-Con-El
Fri Sep 29, 2006 10:42 am
Forum: Programming
Topic: The Help Thread
Replies: 293
Views: 62334

Re: Problems with FreeOrion on Debian unstable.

std::runtime_error exception caught in GUI::Run(): SidePanel::PlanetPanel::GetPlanet: planet not found! I get this message too, when my crashes occur ("compiler questions" thread). Also, I discovered that some boost regression tests for boost::signals library fail on my system when compil...
by Jo-Con-El
Fri Sep 29, 2006 10:38 am
Forum: Programming
Topic: The Help Thread
Replies: 293
Views: 62334

Re: Problems with FreeOrion in Debian unstable.

I know I've seen this before, but I can't remember what the problem was. Before I look into any further, are you using the latest GG from SVN? You list GG 0.6.0 above, but you should be using the one that comes with an FO checkout in Freeorion/GG, which will always be the latest. Hello, tzlaine. I ...
by Jo-Con-El
Tue Sep 26, 2006 10:45 pm
Forum: Programming
Topic: The Help Thread
Replies: 293
Views: 62334

Re: Problems with FreeOrion in Debian unstable.

I know I've seen this before, but I can't remember what the problem was. Before I look into any further, are you using the latest GG from SVN? No, I prefer to package GG separately, and so did I. You list GG 0.6.0 above, but you should be using the one that comes with an FO checkout in Freeorion/GG...
by Jo-Con-El
Tue Sep 26, 2006 3:27 pm
Forum: Programming
Topic: The Help Thread
Replies: 293
Views: 62334

Problems with FreeOrion on Debian unstable.

Hello, developers. I have fully packaged freeorion and freeorion-data, but I am having problems with running it. I have patched the code in order to print the planet number before the 'throw'. The errors I am finding are (I tried several times): ender@polgara:~$ freeorion NOTE: All warnings about &q...
by Jo-Con-El
Mon Sep 25, 2006 2:53 pm
Forum: Graphics
Topic: Why is not the artwork in SVN?
Replies: 4
Views: 3332

Artwork in SVN.

Great! Many thanks, Zach. It will be a great addition.

Best regards,


Ender.
by Jo-Con-El
Mon Sep 18, 2006 12:09 pm
Forum: Graphics
Topic: Why is not the artwork in SVN?
Replies: 4
Views: 3332

Artwork in SVN, reasons.

SVN isn't very appropriate, since it is designed to keep differences between text files. Because of this design, it just keeps around individual copies of all binary files. So every time we changed an image file, we'd grow the SVN repository by a large amount, and permanently. Also, SF doesn't allo...