summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add included enet to CMakeBernd Wachter2010-08-151-3/+8
* 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-0916-30/+332
* 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
* 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
* 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-302-2/+4
* 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-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