<feed xmlns='http://www.w3.org/2005/Atom'>
<title>manaserv.git/Doxyfile, 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>Update some Doxygen settings</title>
<updated>2013-01-10T21:30:39+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2013-01-10T21:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=f7421d253747088c6cf83761f3e1ff1c664d25c2'/>
<id>f7421d253747088c6cf83761f3e1ff1c664d25c2</id>
<content type='text'>
Enabled source code browsing and excluded enet from the docs by only
including the 'src' directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enabled source code browsing and excluded enet from the docs by only
including the 'src' directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Doxyfile to Doxygen 1.7.4</title>
<updated>2012-03-07T21:10:00+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2012-03-04T22:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=b0225ccd7997e900d4276eacc1541ec80fadbb48'/>
<id>b0225ccd7997e900d4276eacc1541ec80fadbb48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A few late rebranding updates</title>
<updated>2009-12-06T19:04:30+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2009-12-06T18:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=4fecf78dcc60c9ba752115682e6f18e73f1f2885'/>
<id>4fecf78dcc60c9ba752115682e6f18e73f1f2885</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Doxygen now writes all warnings into a separate file</title>
<updated>2008-09-19T12:50:53+00:00</updated>
<author>
<name>Andreas Habel</name>
<email>mail@exceptionfault.de</email>
</author>
<published>2008-09-19T12:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=410f448669a2ed843ff0b412924c04c8fbe87458'/>
<id>410f448669a2ed843ff0b412924c04c8fbe87458</id>
<content type='text'>
* Added link to wiki documentation as comment into tmwserv.xml 
* Added table tmw_char_skills to store skills of a character and removed weapon skills from table tmw_characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added link to wiki documentation as comment into tmwserv.xml 
* Added table tmw_char_skills to store skills of a character and removed weapon skills from table tmw_characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>* Added installation scripts to set up database schemas for mysql, sqlite and postgresql. The create table statements have been completely removed out from the c++ source into separate, provider specific sql files. Accountserver will no longer create a sqlite file if none present. </title>
<updated>2008-09-17T11:32:45+00:00</updated>
<author>
<name>Andreas Habel</name>
<email>mail@exceptionfault.de</email>
</author>
<published>2008-09-17T11:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=a2af298fd993a129b657671a41f20e3975baf0ef'/>
<id>a2af298fd993a129b657671a41f20e3975baf0ef</id>
<content type='text'>
* Added database specific config parameters to configure each provider independent.
* Simplified the connect routine of DALStorage class since every dataprovider is now responsible to retrieve its own parameters.
* Extended abstract dataprovider to support transactions, functionally implemented for SQLite and mySQL. 
* Added methods to retrieve last inserted auto-increment value and the number of modified rows by the last statement.
* Rewrite of DALStorage class to be a little more transactional.
* Fixed a bug when deleting a character. Old function left data in quests table and guilds table. 
* Doxygen now also includes non-documented functions and provides a dictionary for all classes

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added database specific config parameters to configure each provider independent.
* Simplified the connect routine of DALStorage class since every dataprovider is now responsible to retrieve its own parameters.
* Extended abstract dataprovider to support transactions, functionally implemented for SQLite and mySQL. 
* Added methods to retrieve last inserted auto-increment value and the number of modified rows by the last statement.
* Rewrite of DALStorage class to be a little more transactional.
* Fixed a bug when deleting a character. Old function left data in quests table and guilds table. 
* Doxygen now also includes non-documented functions and provides a dictionary for all classes

</pre>
</div>
</content>
</entry>
<entry>
<title>* removed absolute paths</title>
<updated>2008-09-15T12:42:55+00:00</updated>
<author>
<name>Andreas Habel</name>
<email>mail@exceptionfault.de</email>
</author>
<published>2008-09-15T12:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=fb677eeec95d583b8b1928a907c815c95f8c4594'/>
<id>fb677eeec95d583b8b1928a907c815c95f8c4594</id>
<content type='text'>
* added filter to ignore subversion directories
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added filter to ignore subversion directories
</pre>
</div>
</content>
</entry>
<entry>
<title>* Added doxygen file, docu will be generated under docs/api/html</title>
<updated>2008-09-15T10:43:11+00:00</updated>
<author>
<name>Andreas Habel</name>
<email>mail@exceptionfault.de</email>
</author>
<published>2008-09-15T10:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=a613c53609185c436dcdca7eae3221b792ad523d'/>
<id>a613c53609185c436dcdca7eae3221b792ad523d</id>
<content type='text'>
* Added table definition "tmw_world_states" to store map and world-specific variables
* Extended DALStorage to set and get those new variables
* Applied Kess's diff file from mantis #424 with modifications for PostgreSQL support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added table definition "tmw_world_states" to store map and world-specific variables
* Extended DALStorage to set and get those new variables
* Applied Kess's diff file from mantis #424 with modifications for PostgreSQL support
</pre>
</div>
</content>
</entry>
</feed>
