<feed xmlns='http://www.w3.org/2005/Atom'>
<title>manaserv.git/src/game-server/mapmanager.cpp, 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>Maps are now configured in settings.xml too</title>
<updated>2013-05-03T13:28:41+00:00</updated>
<author>
<name>Przemysław Grzywacz</name>
<email>nexather@gmail.com</email>
</author>
<published>2013-05-03T13:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=f6f27a9ffaf72f9856240db1bb788a9efa3e86f0'/>
<id>f6f27a9ffaf72f9856240db1bb788a9efa3e86f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use nullptr instead of NULL everywhere</title>
<updated>2013-04-27T19:42:58+00:00</updated>
<author>
<name>Erik Schilling</name>
<email>ablu.erikschilling@googlemail.com</email>
</author>
<published>2013-04-27T19:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=d4f3105d9a879f27baad6e43b8b3cb6fe2f0ef50'/>
<id>d4f3105d9a879f27baad6e43b8b3cb6fe2f0ef50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow map objects as warp targets</title>
<updated>2012-09-02T11:32:29+00:00</updated>
<author>
<name>Erik Schilling</name>
<email>ablu.erikschilling@googlemail.com</email>
</author>
<published>2012-08-31T21:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=6a584f49867811e2c122a3eb01111b325d1ed6a8'/>
<id>6a584f49867811e2c122a3eb01111b325d1ed6a8</id>
<content type='text'>
This patch allows map objects as warp targets.
For use:
 - Create object in tiled with type="WARP_DEST"
 - Set name to anything you want
 - Create usual WARP object
 - Leave out the DEST_{X,Y} part
 - Add DEST_NAME property with the name of the first object

This requires the game server to parse all maps at startup.

Change is tested.

Reviewed-by: bjorn.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch allows map objects as warp targets.
For use:
 - Create object in tiled with type="WARP_DEST"
 - Set name to anything you want
 - Create usual WARP object
 - Leave out the DEST_{X,Y} part
 - Add DEST_NAME property with the name of the first object

This requires the game server to parse all maps at startup.

Change is tested.

Reviewed-by: bjorn.
</pre>
</div>
</content>
</entry>
<entry>
<title>Took interpreting the objects out of the map reader</title>
<updated>2011-10-19T20:32:28+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2011-10-17T22:13:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=c8f2916bdc60f7c5b632655cfe9bddaad3a15bc0'/>
<id>c8f2916bdc60f7c5b632655cfe9bddaad3a15bc0</id>
<content type='text'>
The map reader is now only concerned with parsing the XML, whereas the
MapComposite turns some of the objects into Warps, Spawns and NPCs.

Reviewed-by: Yohann Ferreira
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The map reader is now only concerned with parsing the XML, whereas the
MapComposite turns some of the objects into Warps, Spawns and NPCs.

Reviewed-by: Yohann Ferreira
</pre>
</div>
</content>
</entry>
<entry>
<title>Rely more on the functionality in XML::Document</title>
<updated>2011-03-24T18:08:09+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2011-03-23T21:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=a3dc6e19b1cb7eec1dcbbcef5d370f4ab55a9ade'/>
<id>a3dc6e19b1cb7eec1dcbbcef5d370f4ab55a9ade</id>
<content type='text'>
By default XML::Document will use the ResourceManager to resolve the
file name you pass to it. There is no point in disabling that
functionality only to resolve it manually.

Reviewed-by: Jared Adams
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default XML::Document will use the ResourceManager to resolve the
file name you pass to it. There is no point in disabling that
functionality only to resolve it manually.

Reviewed-by: Jared Adams
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed .hpp files into .h for consistency.</title>
<updated>2010-11-14T12:18:14+00:00</updated>
<author>
<name>Yohann Ferreira</name>
<email>yohann_dot_ferreira_at_orange_dot_efer</email>
</author>
<published>2010-11-14T12:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=196c1c0bffa8bb594ff0a7442748030f47cc9c58'/>
<id>196c1c0bffa8bb594ff0a7442748030f47cc9c58</id>
<content type='text'>
Also added an header to the autoattack.{h,cpp} files.

Big but trivial fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added an header to the autoattack.{h,cpp} files.

Big but trivial fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made the servers check for positive id in xml db loading.</title>
<updated>2010-10-22T11:16:30+00:00</updated>
<author>
<name>Yohann Ferreira</name>
<email>yohann_dot_ferreira_at_orange_dot_efer</email>
</author>
<published>2010-10-22T11:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=bf6e38872829f87ff408f294184da14c8c24bfd4'/>
<id>bf6e38872829f87ff408f294184da14c8c24bfd4</id>
<content type='text'>
Also fixed a memleak when loading an invalid monster attack.

Resolves: Mana-Mantis #215.

Reviewed-by: Thorbjorn.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixed a memleak when loading an invalid monster attack.

Resolves: Mana-Mantis #215.

Reviewed-by: Thorbjorn.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use XML::Document to automate memory cleanup</title>
<updated>2010-05-30T15:51:00+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2010-05-30T15:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=117fa948708616405ae7ffeffd790cbfb707ac69'/>
<id>117fa948708616405ae7ffeffd790cbfb707ac69</id>
<content type='text'>
Makes the code a little nicer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes the code a little nicer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only skip the UTF-8 BOM for Lua scripts</title>
<updated>2010-05-29T18:49:40+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2010-05-29T16:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=7d01ae57c61c604ed6078bb3910283d9a8a6ffc7'/>
<id>7d01ae57c61c604ed6078bb3910283d9a8a6ffc7</id>
<content type='text'>
libxml2 should be able to handle files with a BOM fine.

Reviewed-by: Bertram
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libxml2 should be able to handle files with a BOM fine.

Reviewed-by: Bertram
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some more log infos, and made small cleanups.</title>
<updated>2010-05-28T14:58:26+00:00</updated>
<author>
<name>Yohann Ferreira</name>
<email>yohann_dot_ferreira_at_orange_dot_fr</email>
</author>
<published>2010-05-28T14:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=32018c0b78bd5408ec5032ac5960a2b640ed89f9'/>
<id>32018c0b78bd5408ec5032ac5960a2b640ed89f9</id>
<content type='text'>
Reviewed-by: Thorbjorn, Jaxad0127
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Thorbjorn, Jaxad0127
</pre>
</div>
</content>
</entry>
</feed>
