summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-11Fix basic money handling using the ATTR_GP attribute.Yohann Ferreira2-7/+23
2011-02-11Synced the libmana-constants.lua file with the current protocol.Yohann Ferreira1-59/+68
2011-02-11Added lua attributes getters/setters thanks to Freeyorp.Yohann Ferreira1-68/+155
2011-02-08Implemented LUA binding to get the gender of a characterPhilipp Sehmisch3-1/+27
2011-01-30Revert "Fixed the money handling."Jared Adams5-34/+7
2011-01-31Added first visible npcs and play with them a bit.Yohann Ferreira5-6/+55
2011-01-31Fixed the money handling.Yohann Ferreira5-7/+34
2011-01-30Made the code tell a bit more when a monster is lacking values.Yohann Ferreira1-14/+30
2011-01-30Trivial code format fixes in monstermanager.cpp.Yohann Ferreira1-28/+45
2011-01-30Added the missing Magical dodge monster property.Yohann Ferreira2-1/+3
2011-01-30Made the monsters' attributes compute fine again.Yohann Ferreira4-18/+67
2011-01-27Simply fixing the map script header while i see it.Yohann Ferreira1-4/+4
2011-01-27Updates to the example data.Yohann Ferreira42-8/+794
2011-01-27Add collisions to the template map.Yohann Ferreira2-2/+10
2011-01-26Removed the outdated net_clientVersion config options.Yohann Ferreira1-6/+0
2011-01-26Add an heartbeat time flag in the statistics file.Yohann Ferreira4-58/+101
2011-01-25Upgraded the manaserv protocol version to 1.Yohann Ferreira1-1/+1
2011-01-22Fix the default slot values when upgrading the database to version 14.Yohann Ferreira2-2/+2
2011-01-22Made the being direction be updated only at the end of the movement.Yohann Ferreira1-3/+3
2011-01-11Made the servers report their protocol version.Yohann Ferreira5-5/+13
2011-01-10Removing default argument values from Map definitionStefan Dombrowski3-4/+3
2011-01-09Fix being direction discrepancies by syncing the BeingDirection.Yohann Ferreira7-21/+118
2011-01-09Removed the superfluous point struct.Yohann Ferreira17-41/+31
2011-01-06Get rid of the server tick magic number.Yohann Ferreira6-15/+19
2011-01-03Got rid of the superfluous DEFAULT_TILE_HEIGHT/WIDTH.Yohann Ferreira4-10/+10
2011-01-03Change Actor::mActionTime to mMoveTime member to reflect more its actual use.Yohann Ferreira3-12/+14
2011-01-03Added missing using namespace clauses. Cmake's fault, I guess. ;)Yohann Ferreira3-0/+6
2011-01-03Cleaned up and document a bit more the speed conversion functions.Yohann Ferreira5-13/+28
2011-01-03Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira6-0/+12
2010-12-30Added new example files needed to start a more complete feature-showing map.Yohann Ferreira120-11/+2304
2010-12-29Corrected the database version of newly created databases.Yohann Ferreira2-2/+2
2010-12-29Updated the attributes.xml file with a more up-to-date version.Yohann Ferreira1-12/+10
2010-12-29protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira11-10/+10
2010-12-29Updated the manaserv.xml to reflect latest functionalities.Yohann Ferreira1-10/+13
2010-12-29Moved parts needing to be in sync with the client in protocol.h.Yohann Ferreira7-65/+70
2010-12-29Made the server handle properly the characters slots.Yohann Ferreira12-73/+241
2010-12-27Implemented @log and @logsay commands.Philipp Sehmisch2-0/+44
2010-12-27Added @kick and @kill commands.Philipp Sehmisch6-1/+77
2010-12-27Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch9-7/+156
2010-12-17Implemented @die chat commandPhilipp Sehmisch2-2/+12
2010-12-17Fixed a compiler warning.Philipp Sehmisch1-1/+1
2010-12-16Added last missing try catch implementation in storage.cppYohann Ferreira1-103/+175
2010-12-16Use bound values for Storage::flush() since it leaked sensitive info.Yohann Ferreira1-7/+19
2010-12-16Fix existing binding use in storage.cpp.Yohann Ferreira1-55/+98
2010-12-16Deharcoded the host and port options for each servers.Yohann Ferreira4-13/+56
2010-12-16Standardized the current errors thrown.Yohann Ferreira3-110/+139
2010-12-15Fix string comparison in map readingJared Adams1-14/+14
2010-12-15Fix compareStrI functionJared Adams1-1/+7
2010-12-15Allow names and types in map files to be of any caseJared Adams1-14/+14
2010-12-14Dummy commit since it seems my private repo didn't want to updateYohann Ferreira1-0/+1