<feed xmlns='http://www.w3.org/2005/Atom'>
<title>manaserv.git/src/utils, 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>Fixed a bunch of cppcheck warnings</title>
<updated>2013-05-02T19:45:54+00:00</updated>
<author>
<name>Erik Schilling</name>
<email>ablu.erikschilling@googlemail.com</email>
</author>
<published>2013-04-28T09:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=0261eb73e5588f5732aef5df753311d488c45d06'/>
<id>0261eb73e5588f5732aef5df753311d488c45d06</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>Used static_assert for static assertion</title>
<updated>2013-04-15T20:21:16+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2013-04-15T20:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=ac038aaf08d2c1047f2327ecaab17e84ca214015'/>
<id>ac038aaf08d2c1047f2327ecaab17e84ca214015</id>
<content type='text'>
Yay for C++11! static_assert is available since GCC 4.3.

Fixed warning when compiling with GCC 4.8:

src/utils/mathutils.cpp:53:18: warning: typedef ‘float_must_be_32_bits’
locally defined but not used [-Wunused-local-typedefs]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yay for C++11! static_assert is available since GCC 4.3.

Fixed warning when compiling with GCC 4.8:

src/utils/mathutils.cpp:53:18: warning: typedef ‘float_must_be_32_bits’
locally defined but not used [-Wunused-local-typedefs]
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed undefined #defines in mingw and c++0x</title>
<updated>2013-04-06T22:08:46+00:00</updated>
<author>
<name>Erik Schilling</name>
<email>ablu.erikschilling@googlemail.com</email>
</author>
<published>2013-04-06T22:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=f95135686eda29b8677b53e782c849ac2a7a7e37'/>
<id>f95135686eda29b8677b53e782c849ac2a7a7e37</id>
<content type='text'>
It looks like mingw does not define all the stuff in c++0x it does
without.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It looks like mingw does not define all the stuff in c++0x it does
without.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Debug class for more convenient debugging output</title>
<updated>2013-02-24T20:11:06+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2013-02-24T20:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=936af23bacc216bdf5cd5912728907b03eca0707'/>
<id>936af23bacc216bdf5cd5912728907b03eca0707</id>
<content type='text'>
Inspired by the QDebug class and qDebug() function from Qt. Actually it
might be nice if the LOG macro would also use this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inspired by the QDebug class and qDebug() function from Qt. Actually it
might be nice if the LOG macro would also use this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Small documentation updates for Point and Rectangle</title>
<updated>2013-01-10T22:45:07+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2013-01-10T22:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=cc59e5b7450bd496e778b079d246dc4bb6c19d76'/>
<id>cc59e5b7450bd496e778b079d246dc4bb6c19d76</id>
<content type='text'>
This documentation used to be accurate, until Point was merged with the
Position class in commit 8ff3e6674c1d4fc05fc1ba87f42484689fca0879.

Also fixed a typo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This documentation used to be accurate, until Point was merged with the
Position class in commit 8ff3e6674c1d4fc05fc1ba87f42484689fca0879.

Also fixed a typo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused functor obj_name_is</title>
<updated>2013-01-09T16:49:43+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2013-01-09T16:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=5b32d72db8fdb2ee81c8770a75678e8e7ad0201e'/>
<id>5b32d72db8fdb2ee81c8770a75678e8e7ad0201e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced 'unsigned int' with 'unsigned'</title>
<updated>2013-01-09T12:23:43+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2013-01-09T12:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=16074a7c2c8197a061281a6880ddbc3967d8ea0c'/>
<id>16074a7c2c8197a061281a6880ddbc3967d8ea0c</id>
<content type='text'>
Same thing, but shorter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same thing, but shorter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Small GCC 4.7 compile fix</title>
<updated>2012-05-05T20:51:46+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2012-05-05T20:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=0a3118a851540c2ad4048e3ff5f11d812f667043'/>
<id>0a3118a851540c2ad4048e3ff5f11d812f667043</id>
<content type='text'>
Not entirely according to the standards since this is a C99 header,
but that's better than not having it compile at all, or switching
it entirely over to C++11 mode just now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not entirely according to the standards since this is a C99 header,
but that's better than not having it compile at all, or switching
it entirely over to C++11 mode just now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use callbacks for items, monsters and status effects</title>
<updated>2012-03-03T20:24:45+00:00</updated>
<author>
<name>Thorbjørn Lindeijer</name>
<email>thorbjorn@lindeijer.nl</email>
</author>
<published>2012-03-02T22:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ablu/public_git/manaserv.git/commit/?id=84c87cc99be29a694f0ffe83ab7a06ae433bb0cd'/>
<id>84c87cc99be29a694f0ffe83ab7a06ae433bb0cd</id>
<content type='text'>
Previously, global function names were defined in the respective XML
definitions of items, monsters and status effects. This was reasonable when
they all had the same state, but now they're sharing the single global
Lua state.

Now the Lua API provides access to the ItemClass, MonsterClass and
StatusEffect instances, on which callbacks for both standard and custom
events can be explicitly set.

Reviewed-by: Erik Schilling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, global function names were defined in the respective XML
definitions of items, monsters and status effects. This was reasonable when
they all had the same state, but now they're sharing the single global
Lua state.

Now the Lua API provides access to the ItemClass, MonsterClass and
StatusEffect instances, on which callbacks for both standard and custom
events can be explicitly set.

Reviewed-by: Erik Schilling
</pre>
</div>
</content>
</entry>
</feed>
