summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add included enet to CMakeBernd Wachter2010-08-153-3/+65
* Add enet filesBernd Wachter2010-08-1522-0/+5862
* Fix enet check macros.Freeyorp2010-08-132-3/+3
* Fix enet version checkJared Adams2010-08-092-3/+15
* Worked around a typo in the update script from version 7 to 8Thorbjørn Lindeijer2010-08-072-2/+3
* Also provide an update script for MySQLThorbjørn Lindeijer2010-08-071-0/+3
* Fixed index creation on mana_char_kill_stats tableThorbjørn Lindeijer2010-08-073-2/+11
* Fixed typoThorbjørn Lindeijer2010-08-071-1/+1
* Revert "Added a method of updating the passwords of an existing database"Thorbjørn Lindeijer2010-08-072-50/+0
* Renamed modifiedAttribute to updateDerivedAttributesThorbjørn Lindeijer2010-08-076-17/+17
* Fix enet version checkJared Adams2010-08-022-13/+7
* Add support for enet 1.3Jared Adams2010-08-022-0/+27
* Added back the forgotten Being::attackType enum in the server.Yohann Ferreira2010-07-281-1/+15
* Added a simple sanity check to avoid a gameserver crash at login.Yohann Ferreira2010-07-231-5/+11
* Fixing compatibility with cmake 2.6.0Renato Alves2010-07-231-2/+2
* Upgraded Skill Map loading.Yohann Ferreira2010-07-224-19/+151
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-0918-32/+374
* Made Manaserv accept parameters enclosed with double-quotes.Yohann Ferreira2010-07-081-3/+34
* Fixed the up down monster attack direction and comment trivial fixes.Philipp Sehmisch2010-06-222-4/+4
* Update Code::Blocks project filesJared Adams2010-06-072-2/+4
* Arbitrary cleanups and marked GameHandler::getClientByNameSlow constThorbjørn Lindeijer2010-06-064-21/+18
* More const correctness and small code cleanupsThorbjørn Lindeijer2010-06-0613-86/+65
* Made methods of GuildManager const where appropriateThorbjørn Lindeijer2010-06-062-42/+18
* Made methods of the Guild class const where appropriateThorbjørn Lindeijer2010-06-063-37/+24
* Added minimal example global_events.luaPhilipp Sehmisch2010-05-311-0/+57
* Use XML::Document to automate memory cleanupThorbjørn Lindeijer2010-05-3011-153/+74
* Copied basic Lua libs back from tmwserv-data and added dummy dataThorbjørn Lindeijer2010-05-3013-15/+752
* Use const std::string & to avoid a copyThorbjørn Lindeijer2010-05-292-6/+5
* Only skip the UTF-8 BOM for Lua scriptsThorbjørn Lindeijer2010-05-2911-49/+24
* Made the logLevel be taken from configuration for both servers.Yohann Ferreira2010-05-293-51/+85
* Set example paths to those documented on the wikiPhilipp Sehmisch2010-05-291-2/+2
* Added path and hp regen in combat config options to example manaserv.xmlPhilipp Sehmisch2010-05-291-3/+7
* 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
* Added .mailmap file to clean up shortlogThorbjørn Lindeijer2010-05-171-0/+4
* Fixed CMake build by removing now unused defineThorbjørn Lindeijer2010-05-171-2/+0
* Changed contact email address to the Mana developer listThorbjørn Lindeijer2010-05-161-1/+1
* Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer2010-05-169-49/+29
* Added some documentation about the dependenciesThorbjørn Lindeijer2010-05-161-0/+9
* 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-1619-177/+248
* 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-093-7/+35
* Compile-fix for manaserv, post protocol merge.Bertram2010-05-062-24/+16