<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel">
    <title>gmane.comp.games.globulation.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6625"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6624"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6623"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6622"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6621"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6620"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6619"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6618"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6617"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6616"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6615"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6614"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6613"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6612"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6611"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6610"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6609"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6608"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6607"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6606"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6625">
    <title>Re: hi</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6625</link>
    <description>&lt;pre&gt;Leo,

&amp;lt;&amp;lt; I guess if glob2 ever gets revived it will be a rewrite. In less than 
10k LOC I would guess. &amp;gt;&amp;gt;
If any of the old developers are up for it, I can jump right in.
I guess lot of the original developers are better c++ programmers now. :-)

-wimk.

On 12/31/2012 12:05, Leo Wandersleb wrote:
&lt;/pre&gt;</description>
    <dc:creator>whereis Mykake</dc:creator>
    <dc:date>2012-12-31T19:01:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6624">
    <title>Re: hi</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6624</link>
    <description>&lt;pre&gt;Thanks Leo for the response.
&amp;lt;&amp;lt; As I understand you, you want to learn from code but essentially know 
how to code in other languages.&amp;gt;&amp;gt;
No. I want to learn OO deployed in C++ in Linux environment.Preferably 
with multi-threading.

&amp;lt;&amp;lt; glob2 has 100000 LOC and most likely none of it is best practice. &amp;gt;&amp;gt;
100K loc is about estimated size of my project. So i got interested in 
glob2.
also "what we are trying to achieve by the program" is easier to 
visualize in a game project than say in a language library project.
It is easier to see the effect on the overall program by changing some 
part of the code.
also the AI in glob2 got me interested.

I wish you are others can recommend some other project which has better 
OO practices.
I will search for individual mutex/ singelton examples. But will prefer 
a whole project where it is deployed.

&amp;lt;&amp;lt; If you want to actually work on glob2 though, you are more than 
welcome to revive this beautiful game. &amp;gt;&amp;gt;

It is beautiful. I am so far with only 3rd tutorial. But i am 
vi&lt;/pre&gt;</description>
    <dc:creator>whereis Mykake</dc:creator>
    <dc:date>2012-12-31T18:38:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6623">
    <title>Re: hi</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6623</link>
    <description>&lt;pre&gt;As I understand you, you want to learn from code but essentially know how to
code in other languages. glob2 has 100000 LOC and most likely none of it is best
practice. Why do you pick c++? If you know it is the tool of choice, try to
naively create your tool and improve it one aspect at a time. There are good
examples on OO designe and mutexes that don't mean digging into 100k LOC if you
just google for mutex c++ or singleton c++ or whatever you want to use.

If you want to actually work on glob2 though, you are more than welcome to
revive this beautiful game. I would say it is in a state of brokenness where the
new features don't justify to go back to any slightly more stable older version.
I guess if glob2 ever gets revived it will be a rewrite. In less than 10k LOC I
would guess.

Leo

On 12/31/2012 03:59 PM, whereis Mykake wrote:
&lt;/pre&gt;</description>
    <dc:creator>Leo Wandersleb</dc:creator>
    <dc:date>2012-12-31T17:05:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6622">
    <title>Re: hi</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6622</link>
    <description>&lt;pre&gt;Thanks for the replies Bradley and Valentin. at least i got few replies. 
The forum is not that dead. :-)

for the new algorithms to apply on glob2's market, i have to go through 
the existing algorithms and other code.
I am not certain if algorithms used in financial market back testing 
analysis/forward predictions can be used in context with glob2. but 
there could be other algorithms that can be tried.
I mean i am very new to glob2's code, so i should not comment on how to 
do that so early.

I liked that, there are only worker/explorer/warrior and NO managers.

Which other open source code project for c++/Linux you can suggest that 
has good OO concepts deployed? (preferably with multi-threading.)
Not too big project, so that new comers to C++ can digest it.

regards,
wimk.

On 12/30/2012 20:08, Bradley Arsenault wrote:
&lt;/pre&gt;</description>
    <dc:creator>whereis Mykake</dc:creator>
    <dc:date>2012-12-31T14:59:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6621">
    <title>Re: hi</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6621</link>
    <description>&lt;pre&gt;I agree, I wouldn't consider Globulation 2 to be a good example of
general programming technique. It was originally built by programmers
migrating from C, and then later I maintained it for a couple of years
and I was still relatively new at programming during that period. The
project does have some good examples of AI programming though.

Brad

On Sun, Dec 30, 2012 at 8:59 PM, Valentin Lorentz &amp;lt;progval&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Bradley Arsenault</dc:creator>
    <dc:date>2012-12-31T01:08:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6620">
    <title>Re: hi</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6620</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512



whereis Mykake &amp;lt;whereis.mykake&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


I'm glad to hear that (except in means your personality is... oops, no trolling here :) )


I can provide you raw logs of connection times in the last year(s?) if you want to use them.


As far as I can tell, the code is very dirty, and the few debugging I had to do in order to run the YOG server was painful.
But I'm a newbie in C++.


So basically, you want to apply new algorithms on glob2's markets?


- --
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
-----BEGIN PGP SIGNATURE-----
Version: APG v1.0.8

iQJCBAEBCgAsBQJQ4ONZJRxWYWxlbnRpbiBMb3JlbnR6IDxwcm9ndmFsQGdtYWls
LmNvbT4ACgkQ6xfx4M62OTDH/Q/8Cj/y8F5uLgG9MWrjfxl0T0nmIIdEDUL2nyVs
JUwIZAD9EsxMJq09MpmVvBXSdHJA2hn8cyWf2VPCKnqb4ZJ6X/+4UdDgraBiyWg2
mGn6ZeC8HPAiPvtYICnhrayB9VeuNtEpG4+wwQAOQzcICMY6MbKJaVUMVtwVJIXr
y7f8a4NADLYqJhcph7Sdq0K+0Dg29reW3HgxVTx6fnqz42iIflAugkQUMEbQoKo8
+3/iHmrLByGNZRKhQdw2tSkklbGsuIYvcTu08SJpjghlmWd3ECGSTguoOXJYjKD+
&lt;/pre&gt;</description>
    <dc:creator>Valentin Lorentz</dc:creator>
    <dc:date>2012-12-31T00:59:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6619">
    <title>Re: hi</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6619</link>
    <description>&lt;pre&gt;Project is dead as far as I know.

Brad

On Sun, Dec 30, 2012 at 3:50 PM, whereis Mykake
&amp;lt;whereis.mykake&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Bradley Arsenault</dc:creator>
    <dc:date>2012-12-31T00:51:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6618">
    <title>hi</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6618</link>
    <description>&lt;pre&gt;Hi friends,

I am very new to the gaming world. Been in IT for more than 15 years, 
but never in to Games.
Also i am new to open source project.
I am mainly in to scripting languages, but got in to c++ about 6 months 
back. C++ is amazing. It fits to my personality.
I was looking in to c++ good medium size open source project on Linux 
and i found glob2.

Amazing game. It has most of the things i was looking for.
Exactly: No heavy graphics, strategy based, AI driven, no 
micromanagement, c++ specific, OO driven, and Linux.

Just curious to know how active this project is from development point 
of view.
also how much active glob2 on ysagoon server?
Even if it is abandoned, I can still learn a lot by browsing through the 
code. It is bit harder without support.
either way, thanks to all the developers and other contributors who did 
a fantastic work.

Foe those who want more info:
I want to develop stock market simulation, back testing engine, strategy 
performance analysis, fully automated order entry manage&lt;/pre&gt;</description>
    <dc:creator>whereis Mykake</dc:creator>
    <dc:date>2012-12-30T19:50:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6617">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6617</link>
    <description>&lt;pre&gt;
not that I … yes, sure:
hg.globulation2.org :)
not sure though who really uses it or where it pointed to exactly.
I just yesterday made sure it is in sync with my bitbucket repository and with a
distributed version control system a central repository that nobody is
officially responsible for is kind of pointless anyway, so I don't see the need
to fix that but maybe to fix all the links that point to it.
Recently I guess my bb repo was more popular with programmers anyway, although
it was always in sync.

Regards,

Leo
&lt;/pre&gt;</description>
    <dc:creator>Leo Wandersleb</dc:creator>
    <dc:date>2012-07-02T22:08:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6616">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6616</link>
    <description>&lt;pre&gt;
Iirc, the IRC channel was hosted at OFTC (irc.oftc.net). The
irc.globulation2.org domain was apparently only redirecting to OFTC,
though I don't really know at which level.

The simplest would be a CNAME record, though it might possibly break
SSL certificates (wrong host name).

Having access to the previous DNS server config would probably be
helpful.

&lt;/pre&gt;</description>
    <dc:creator>Baptiste</dc:creator>
    <dc:date>2012-07-02T21:19:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6615">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6615</link>
    <description>&lt;pre&gt;Fixed (again, it may take time to apply).

I did not have the previous DNS config, so I had to write it from
scratch. I was not aware there was such domains. Is there any other
subdomain?

_______________________________________________
glob2-devel mailing list
glob2-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/glob2-devel
&lt;/pre&gt;</description>
    <dc:creator>Valentin Lorentz</dc:creator>
    <dc:date>2012-07-02T20:35:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6614">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6614</link>
    <description>&lt;pre&gt;oh, one thing I have no idea how it should work or what broke it:
I used to chat using irc.globulation2.org. I'm pretty sure I had no IRC
something on my server but this is broke now. IRC is pretty vital for glob2.

Anybody knows what went broke here??

Regards,

Leo Wandersleb


On 07/02/2012 01:46 PM, Leo Wandersleb wrote:
&amp;gt; &lt;/pre&gt;</description>
    <dc:creator>Leo Wandersleb</dc:creator>
    <dc:date>2012-07-02T17:49:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6613">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6613</link>
    <description>&lt;pre&gt;it already does work :)

Thanx!

On 07/02/2012 01:35 PM, Valentin Lorentz wrote:
&lt;/pre&gt;</description>
    <dc:creator>Leo Wandersleb</dc:creator>
    <dc:date>2012-07-02T17:46:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6612">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6612</link>
    <description>&lt;pre&gt;Done. Should be working in a few hours, once DNS servers refreshed
their cache.

_______________________________________________
glob2-devel mailing list
glob2-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/glob2-devel
&lt;/pre&gt;</description>
    <dc:creator>Valentin Lorentz</dc:creator>
    <dc:date>2012-07-02T17:35:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6611">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6611</link>
    <description>&lt;pre&gt;I already have (and use) ejabberd, but configured for progval.net. I
will try to set it up for globulation2.org.

_______________________________________________
glob2-devel mailing list
glob2-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/glob2-devel
&lt;/pre&gt;</description>
    <dc:creator>Valentin Lorentz</dc:creator>
    <dc:date>2012-07-02T17:31:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6610">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6610</link>
    <description>&lt;pre&gt;Thanks to Valentin for your server.
Thanks to Stéphane for changing the DNS.

Globulation2.org moved.

Actually I realized it due to my jabber address giszmo&amp;lt; at &amp;gt;globulation2.org not
working anymore. I guess, only one other guy and I used … well … had such an
address. Valentin if you feel lucky installing ejabberd (I found it surprisingly
easy), it would be nice but I consider it not a priority at all. I use
leowandersleb.de for my main jabber thingy anyway.

Regards,

Leo

On 07/02/2012 01:33 AM, Leo Wandersleb wrote:
&amp;gt; &lt;/pre&gt;</description>
    <dc:creator>Leo Wandersleb</dc:creator>
    <dc:date>2012-07-02T17:04:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6609">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6609</link>
    <description>&lt;pre&gt;Ok, I just went through all of http://glob2.progval.net/wiki/Special:AllPages
and deleted 13 pages http://glob2.progval.net/wiki/Special:Log/delete

I did not run into any big surprises.

On 07/02/2012 12:39 AM, Valentin Lorentz wrote:
&lt;/pre&gt;</description>
    <dc:creator>Leo Wandersleb</dc:creator>
    <dc:date>2012-07-02T05:33:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6608">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6608</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256



Leo Wandersleb &amp;lt;leo.wandersleb&amp;lt; at &amp;gt;gmx.de&amp;gt; wrote:


The only thing we can do is to find translators. I can do it for French translations, but not for other languages.


Didn't I already did that in General news?


- --
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
-----BEGIN PGP SIGNATURE-----
Version: APG v1.0.8

iQJCBAEBCAAsBQJP8SX2JRxWYWxlbnRpbiBMb3JlbnR6IDxwcm9ndmFsQGdtYWls
LmNvbT4ACgkQ6xfx4M62OTDMRQ//cFo+PYK/S6qk0F/9+vhPXI7gRNOVmS7R91GU
jLLU1VBNkXatocpQybEZis1mFtQjUphZxJ2dtyY2A1imwtMKtF3CEBqAmjODW6vt
SKd4ZBtidGdH+PijXUT6mRb6oZ4iOmjceTi73dy/cZSd163DZdSTtLfBG+VJoR0H
1rllYPmOXW22CfKDTODSlhlm5EXBAdoH/bNd3W6bWqE5hlyDTIP3G0+fpAC9DOWQ
pHOM9O3hrRmlCmysDeF+ZN6bB5jEB9L7N0HM4ynMfsv0//JFS25+wR+a7IdyIJI8
CUwUlFQOPVDiiED1XW5ANYqtVet9Y7iJESPU7DpP+ZFE8DNWDnI+q9TWfbfdOhaD
sWYMbnVzAmttVJcbtimjoCnSnBPgKmSTF9aMylTlHZRiKFaLvXIwaXC9T/uYqxAh
Ie7SgK4t/1r2KO+encoJHYkaj547KgLCOD/rHXiVAUsodoshoD5hvhO2cctcFugY
RS/ZlmAA/I7WxVYEseT1a6Kal8IbHSGB4z11fqo7sktFKs05PKo9q&lt;/pre&gt;</description>
    <dc:creator>Valentin Lorentz</dc:creator>
    <dc:date>2012-07-02T04:39:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6607">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6607</link>
    <description>&lt;pre&gt;
On 07/02/2012 12:31 AM, Leo Wandersleb wrote:

nevermind. I will just reorganize it so the date that popps into your eyes is
not 2009.
&lt;/pre&gt;</description>
    <dc:creator>Leo Wandersleb</dc:creator>
    <dc:date>2012-07-02T04:34:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6606">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6606</link>
    <description>&lt;pre&gt;Hi Valentin,

I'm just going through some (all?) pages and I'm a bit worried about the
localized versions. Luckily people always first get the english main page, as
the other main page versions are even more outdated.

Mind putting some news update about the server move on the main page? reading
some recent activity is less repelling than reading "2009". ;)

Regards,

Leo

On 06/30/2012 06:19 AM, Valentin Lorentz wrote:
&amp;gt; &lt;/pre&gt;</description>
    <dc:creator>Leo Wandersleb</dc:creator>
    <dc:date>2012-07-02T04:31:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.globulation.devel/6617">
    <title>Re: Migration status</title>
    <link>http://permalink.gmane.org/gmane.comp.games.globulation.devel/6617</link>
    <description>&lt;pre&gt;
not that I … yes, sure:
hg.globulation2.org :)
not sure though who really uses it or where it pointed to exactly.
I just yesterday made sure it is in sync with my bitbucket repository and with a
distributed version control system a central repository that nobody is
officially responsible for is kind of pointless anyway, so I don't see the need
to fix that but maybe to fix all the links that point to it.
Recently I guess my bb repo was more popular with programmers anyway, although
it was always in sync.

Regards,

Leo
&lt;/pre&gt;</description>
    <dc:creator>Leo Wandersleb</dc:creator>
    <dc:date>2012-07-02T22:08:11</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.games.globulation.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.games.globulation.devel</link>
  </textinput>
</rdf:RDF>
