<feed xmlns='http://www.w3.org/2005/Atom'>
<title>manaserv.git/README, branch abilities</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/'/>
<entry>
<title>Made the scripts being able to install</title>
<updated>2013-02-24T19:38:57+00:00</updated>
<author>
<name>Erik Schilling</name>
<email>ablu.erikschilling@googlemail.com</email>
</author>
<published>2013-01-15T09:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=9860dacbb6526138ae8edf57adc42ddc3e6073fa'/>
<id>9860dacbb6526138ae8edf57adc42ddc3e6073fa</id>
<content type='text'>
The game server will now look for the scripts in this order:
 - serverPath - config value
 - current working directory
 - the PKG_DATADIR #define
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The game server will now look for the scripts in this order:
 - serverPath - config value
 - current working directory
 - the PKG_DATADIR #define
</pre>
</div>
</content>
</entry>
<entry>
<title>Rephrased the README about the server data a bit</title>
<updated>2013-02-20T16:30:23+00:00</updated>
<author>
<name>Erik Schilling</name>
<email>ablu.erikschilling@googlemail.com</email>
</author>
<published>2013-02-20T16:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=ad1d58b795681cad74642c0f4818b66a3f869794'/>
<id>ad1d58b795681cad74642c0f4818b66a3f869794</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced EventListener with signals based on libsigc++</title>
<updated>2013-01-09T16:12:15+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2012-05-27T21:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=0b339e547b77f80d6e81313bfb38249ce8995553'/>
<id>0b339e547b77f80d6e81313bfb38249ce8995553</id>
<content type='text'>
This replaces the rather hard to understand event dispatcher with a
probably even harder to understand templated library, but fortunately
we can rely on the available documentation.

Hopefully it will also help with the readability of our code and with
adding additional signals to other classes.

Added libsigc++ to README and Travis CI configuration.

Reviewed-by: Erik Schilling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces the rather hard to understand event dispatcher with a
probably even harder to understand templated library, but fortunately
we can rely on the available documentation.

Hopefully it will also help with the readability of our code and with
adding additional signals to other classes.

Added libsigc++ to README and Travis CI configuration.

Reviewed-by: Erik Schilling
</pre>
</div>
</content>
</entry>
<entry>
<title>Added zlib to the dependencies documented in the README</title>
<updated>2012-07-21T14:50:48+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2012-07-21T14:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=212581e67ed1a969c4182c8375bdf93ac98eb5b9'/>
<id>212581e67ed1a969c4182c8375bdf93ac98eb5b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged the example client and server data</title>
<updated>2012-02-25T21:14:44+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2012-02-25T20:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=3629aebb96959afc56cf04d1f2fc4a9f03e94183'/>
<id>3629aebb96959afc56cf04d1f2fc4a9f03e94183</id>
<content type='text'>
It's easier to just talk about world data and to modify it as a whole.
If there is really a need to separate it, a project can still choose to do
that (and in whatever suitable way). There is no need to enforce this
separation or to do it in our example.

Reviewed-by: Erik Schilling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's easier to just talk about world data and to modify it as a whole.
If there is really a need to separate it, a project can still choose to do
that (and in whatever suitable way). There is no need to enforce this
separation or to do it in our example.

Reviewed-by: Erik Schilling
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention MySQL as an optional dependency</title>
<updated>2011-10-18T18:16:17+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2011-10-18T18:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=ae8a5ce84a80381eb862468091154c2cc7c60124'/>
<id>ae8a5ce84a80381eb862468091154c2cc7c60124</id>
<content type='text'>
Reviewed-by: Ablu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Ablu
</pre>
</div>
</content>
</entry>
<entry>
<title>README: add section for inital db setup</title>
<updated>2011-08-10T19:37:12+00:00</updated>
<author>
<name>Stefan Beller</name>
<email>stefanbeller@googlemail.com</email>
</author>
<published>2011-04-30T12:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=e10c05a77923093aa2be00b9ca6e5976ca9951e6'/>
<id>e10c05a77923093aa2be00b9ca6e5976ca9951e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed obsolete autoconf files</title>
<updated>2010-10-25T10:35:43+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2010-10-25T10:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=a931fa498a64d575c543aaa016fdd75f6e7bc6ec'/>
<id>a931fa498a64d575c543aaa016fdd75f6e7bc6ec</id>
<content type='text'>
Replaced by cmake.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced by cmake.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed the location of configuration, logs and stats</title>
<updated>2010-08-21T22:26:47+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2010-08-21T21:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=296577b5a88732b8a97a3ebce7cda8f92ab7511f'/>
<id>296577b5a88732b8a97a3ebce7cda8f92ab7511f</id>
<content type='text'>
Instead of searching for the configuration file in ~/.manaserv.xml, the
file is now expected to be in the working directory of the server. The
logs and statistics will also be written there.

This should make it easier to run differently configured servers on the
same machine, and should also be a bit more straight-forward to setup.

Reviewed-by: Yohann Ferreira
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of searching for the configuration file in ~/.manaserv.xml, the
file is now expected to be in the working directory of the server. The
logs and statistics will also be written there.

This should make it easier to run differently configured servers on the
same machine, and should also be a bit more straight-forward to setup.

Reviewed-by: Yohann Ferreira
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some documentation about the dependencies</title>
<updated>2010-05-16T21:25:33+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2010-05-13T17:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=1e164776a737b57c54a71f6eab8f93263146b089'/>
<id>1e164776a737b57c54a71f6eab8f93263146b089</id>
<content type='text'>
Reviewed-by: Jared Adams
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Jared Adams
</pre>
</div>
</content>
</entry>
</feed>
