summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Made the logLevel be taken from configuration for both servers.Yohann Ferreira2010-05-292-51/+73
* Made disabling of HP regeneration during combat configurablePhilipp Sehmisch2010-05-291-1/+2
* Added some more log infos, and made small cleanups.Yohann Ferreira2010-05-287-34/+59
* Modified the npc_trade() lua function to permit selling the whole player inve...Yohann Ferreira2010-05-285-20/+133
* Fixes the random drops made by monsters once they've reached their lifetime l...Yohann Ferreira2010-05-271-11/+12
* Fixes based on cppcheck errors report.Yohann Ferreira2010-05-212-2/+3
* Some cleanup in StatusEffect classThorbjørn Lindeijer2010-05-212-14/+14
* Added a package loader that goes through the resource managerThorbjørn Lindeijer2010-05-213-1/+41
* Removed unused parameter from being_get_speed Lua functionThorbjørn Lindeijer2010-05-201-4/+4
* Fixed CMake build by removing now unused defineThorbjørn Lindeijer2010-05-171-2/+0
* Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer2010-05-169-49/+29
* Don't return configuration value by referenceThorbjørn Lindeijer2010-05-162-3/+3
* Changed and split up the default location for loading dataThorbjørn Lindeijer2010-05-1618-177/+236
* Fixed a forbidden use of char bomBuffer[utf8Bom.length()]; with ISO C++Bertram2010-05-121-8/+8
* Floor items are now removed after a (configurable) time.Philipp Sehmisch2010-05-092-4/+29
* Compile-fix for manaserv, post protocol merge.Bertram2010-05-062-24/+16
* synchronised protocol.h between manaserv, mana and manamobile.Maximilian Philipps2010-05-031-37/+65
* Added a Byte Order Mask (BOM) filter to the ResourceManager.Bertram2010-04-2510-11/+45
* Implemented handler for on_chr_death and put the loading of the global script...Philipp Sehmisch2010-04-114-15/+29
* Implemented global event function call to on_chr_deathPhilipp Sehmisch2010-04-114-13/+34
* Added global lua event script (only on_being_death_accept for now)Philipp Sehmisch2010-04-114-9/+36
* Remove empty LOG print when deallocatingChuck Miller2010-04-021-2/+0
* Fix sitting and standingChuck Miller2010-03-301-5/+6
* Remove unneed debug outputChuck Miller2010-03-301-1/+0
* Fixed a typo in mysql database update script for v7 to v8.Philipp Sehmisch2010-03-181-1/+1
* Add methods to get and set being speedJonathan Kolberg2010-03-131-1/+35
* Remove an unused function and two protocol messages.Bertram2010-03-084-23/+1
* Added script bindings for healing characters and other beings.Philipp Sehmisch2010-02-253-0/+55
* Removed some unnecessary log messagesPhilipp Sehmisch2010-02-232-3/+2
* Fixed unused variable warningsThorbjørn Lindeijer2010-02-222-3/+1
* Send update host also with registration responseThorbjørn Lindeijer2010-02-221-3/+8
* Update Copyright date for Manaserv.Bertram2010-02-07161-161/+161
* Fixed gameserver termination under unices environnements when the account ser...Bertram2010-02-071-1/+1
* Win32 build fixes when building with cmakeBernd Wachter2010-01-301-2/+6
* Rename enum elements to avoid clashing with macrosBernd Wachter2010-01-294-19/+19
* Add/fix win32 build rulesBernd Wachter2010-01-294-1/+74
* Switch inverted binary namesBernd Wachter2010-01-291-2/+2
* Fix build flags for optional libraries, add extra link librariesBernd Wachter2010-01-291-5/+10
* Use the module shipped with CMake 2.6 to detect Lua 5.1Bernd Wachter2010-01-291-5/+5
* Upgraded CMakeLists.txt files to deal with compile option. I have still one p...Bertram2010-01-291-64/+94
* Added WIP entries for Cmake build. This is configurable but non-working atm.Bertram2010-01-282-1/+253
* Adding compilation warnings for automake.Bertram2010-01-261-0/+4
* Fix a syntax error in MYSQL createTable scriptBlue Sans Douze2010-01-231-4/+4
* Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...Philipp Sehmisch2010-01-185-10/+21
* Updated project filesPhilipp Sehmisch2010-01-181-0/+2
* Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch2010-01-177-112/+59
* Some refractoring at the command handler for easier maintainabilityPhilipp Sehmisch2010-01-173-84/+141
* Added some missing headers, and added some missing files to Makefile.amChuck Miller2010-01-173-2/+7
* Merge branch 'master' of gitorious.org:mana/manaservPhilipp Sehmisch2010-01-173-3/+32
|\
| * Updates mysql to database version 8Chuck Miller2010-01-162-2/+31