summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix basic money handling using the ATTR_GP attribute.Yohann Ferreira2011-02-111-4/+18
* Added lua attributes getters/setters thanks to Freeyorp.Yohann Ferreira2011-02-111-68/+155
* Implemented LUA binding to get the gender of a characterPhilipp Sehmisch2011-02-081-0/+17
* Revert "Fixed the money handling."Jared Adams2011-01-305-34/+7
* Fixed the money handling.Yohann Ferreira2011-01-315-7/+34
* Made the code tell a bit more when a monster is lacking values.Yohann Ferreira2011-01-301-14/+30
* Trivial code format fixes in monstermanager.cpp.Yohann Ferreira2011-01-301-28/+45
* Added the missing Magical dodge monster property.Yohann Ferreira2011-01-301-0/+2
* Made the monsters' attributes compute fine again.Yohann Ferreira2011-01-303-10/+59
* Add an heartbeat time flag in the statistics file.Yohann Ferreira2011-01-264-58/+101
* Upgraded the manaserv protocol version to 1.Yohann Ferreira2011-01-251-1/+1
* Fix the default slot values when upgrading the database to version 14.Yohann Ferreira2011-01-222-2/+2
* Made the being direction be updated only at the end of the movement.Yohann Ferreira2011-01-221-3/+3
* Made the servers report their protocol version.Yohann Ferreira2011-01-115-5/+13
* Removing default argument values from Map definitionStefan Dombrowski2011-01-101-2/+1
* Fix being direction discrepancies by syncing the BeingDirection.Yohann Ferreira2011-01-097-21/+118
* Removed the superfluous point struct.Yohann Ferreira2011-01-0915-39/+29
* Get rid of the server tick magic number.Yohann Ferreira2011-01-066-15/+19
* Got rid of the superfluous DEFAULT_TILE_HEIGHT/WIDTH.Yohann Ferreira2011-01-034-10/+10
* Change Actor::mActionTime to mMoveTime member to reflect more its actual use.Yohann Ferreira2011-01-033-12/+14
* Added missing using namespace clauses. Cmake's fault, I guess. ;)Yohann Ferreira2011-01-033-0/+6
* Cleaned up and document a bit more the speed conversion functions.Yohann Ferreira2011-01-035-13/+28
* Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira2011-01-036-0/+12
* Corrected the database version of newly created databases.Yohann Ferreira2010-12-292-2/+2
* protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2010-12-2911-10/+10
* Moved parts needing to be in sync with the client in protocol.h.Yohann Ferreira2010-12-297-65/+70
* Made the server handle properly the characters slots.Yohann Ferreira2010-12-2912-73/+241
* Implemented @log and @logsay commands.Philipp Sehmisch2010-12-271-0/+42
* Added @kick and @kill commands.Philipp Sehmisch2010-12-276-1/+77
* Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch2010-12-278-7/+154
* Implemented @die chat commandPhilipp Sehmisch2010-12-171-2/+11
* Fixed a compiler warning.Philipp Sehmisch2010-12-171-1/+1
* Added last missing try catch implementation in storage.cppYohann Ferreira2010-12-161-103/+175
* Use bound values for Storage::flush() since it leaked sensitive info.Yohann Ferreira2010-12-161-7/+19
* Fix existing binding use in storage.cpp.Yohann Ferreira2010-12-161-55/+98
* Deharcoded the host and port options for each servers.Yohann Ferreira2010-12-164-13/+56
* Standardized the current errors thrown.Yohann Ferreira2010-12-163-110/+139
* Fix string comparison in map readingJared Adams2010-12-151-14/+14
* Fix compareStrI functionJared Adams2010-12-151-1/+7
* Allow names and types in map files to be of any caseJared Adams2010-12-151-14/+14
* Dummy commit since it seems my private repo didn't want to updateYohann Ferreira2010-12-141-0/+1
* Remove an outdated comment talking about subversion tagging.Yohann Ferreira2010-12-141-3/+1
* Removed the code preventing from being able to sync items with id < 500.Yohann Ferreira2010-12-141-4/+1
* Second round of small random cleanups on storage.Yohann Ferreira2010-12-142-63/+59
* Small random hacking cleanups.Yohann Ferreira2010-12-141-163/+189
* Moved storage doc from .cpp to .h and updated it.Yohann Ferreira2010-12-132-248/+311
* Fix return codes for many lua functionsFreeyorp2010-12-081-6/+6
* Minor cleanup in a number of script functionsFreeyorp2010-12-081-30/+6
* Fix many compiler warnings.Freeyorp2010-12-0810-33/+31
* Improve warp commandsJared Adams2010-12-061-15/+120