summaryrefslogtreecommitdiff
path: root/src/game-server
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Use XML::Document to automate memory cleanupThorbjørn Lindeijer9-151/+72
2010-05-29Use const std::string & to avoid a copyThorbjørn Lindeijer2-6/+5
2010-05-29Only skip the UTF-8 BOM for Lua scriptsThorbjørn Lindeijer6-14/+7
2010-05-29Made the logLevel be taken from configuration for both servers.Yohann Ferreira1-24/+35
2010-05-29Made disabling of HP regeneration during combat configurablePhilipp Sehmisch1-1/+2
2010-05-28Added some more log infos, and made small cleanups.Yohann Ferreira6-34/+54
2010-05-28Modified the npc_trade() lua function to permit selling the whole player inve...Yohann Ferreira2-6/+44
2010-05-27Fixes the random drops made by monsters once they've reached their lifetime l...Yohann Ferreira1-11/+12
2010-05-21Fixes based on cppcheck errors report.Yohann Ferreira1-0/+1
2010-05-21Some cleanup in StatusEffect classThorbjørn Lindeijer2-14/+14
2010-05-16Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer1-2/+2
2010-05-16Changed and split up the default location for loading dataThorbjørn Lindeijer10-248/+18
2010-05-12Fixed a forbidden use of char bomBuffer[utf8Bom.length()]; with ISO C++Bertram1-8/+8
2010-05-09Floor items are now removed after a (configurable) time.Philipp Sehmisch2-4/+29
2010-05-06Compile-fix for manaserv, post protocol merge.Bertram1-17/+2
2010-04-25Added a Byte Order Mask (BOM) filter to the ResourceManager.Bertram8-9/+41
2010-04-11Implemented handler for on_chr_death and put the loading of the global script...Philipp Sehmisch1-13/+10
2010-04-11Implemented global event function call to on_chr_deathPhilipp Sehmisch2-13/+12
2010-04-11Added global lua event script (only on_being_death_accept for now)Philipp Sehmisch2-9/+33
2010-04-02Remove empty LOG print when deallocatingChuck Miller1-2/+0
2010-03-30Fix sitting and standingChuck Miller1-5/+6
2010-03-30Remove unneed debug outputChuck Miller1-1/+0
2010-03-08Remove an unused function and two protocol messages.Bertram3-20/+1
2010-02-25Added script bindings for healing characters and other beings.Philipp Sehmisch2-0/+21
2010-02-23Removed some unnecessary log messagesPhilipp Sehmisch1-2/+2
2010-02-22Fixed unused variable warningsThorbjørn Lindeijer1-2/+0
2010-02-07Update Copyright date for Manaserv.Bertram62-62/+62
2010-02-07Fixed gameserver termination under unices environnements when the account ser...Bertram1-1/+1
2010-01-29Rename enum elements to avoid clashing with macrosBernd Wachter1-1/+1
2010-01-17Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch1-82/+20
2010-01-17Some refractoring at the command handler for easier maintainabilityPhilipp Sehmisch1-84/+112
2010-01-17Added commands for setting permissions by aliasPhilipp Sehmisch1-0/+116
2010-01-17Added permission manager. Currently only used for @commands and doesn't suppo...Philipp Sehmisch2-90/+54
2010-01-08Added script binding for checking the kill count for each monster so that uni...Philipp Sehmisch2-0/+17
2010-01-08Added tracing of kill count for each monster per characterPhilipp Sehmisch4-0/+38
2009-12-28Tweaked the skip detection a bit more to show less groups of small skips in t...Philipp Sehmisch1-2/+2
2009-12-28Made world tick skip detection more laxPhilipp Sehmisch1-12/+12
2009-12-28Added parser for mana-skills.xmlPhilipp Sehmisch1-1/+60
2009-12-28Added support for skill names as weapon types in items.xml (still hardcoded)Philipp Sehmisch4-2/+118
2009-12-28Nerfed HP regeneration by disabling it while in combat.Philipp Sehmisch1-7/+11
2009-12-09Fix detecting collision layer for mapsJared Adams1-3/+2
2009-12-06A few late rebranding updatesThorbjørn Lindeijer1-2/+2
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer60-519/+475
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer28-63/+63
2009-12-06Fixed crash when an invalid status effect is requestedThorbjørn Lindeijer3-11/+18
2009-12-06A host of code style changesThorbjørn Lindeijer5-9/+9
2009-12-06Moved rectangle intersection to the Rectangle classThorbjørn Lindeijer2-39/+15
2009-12-06Fixed the default visual rangeThorbjørn Lindeijer1-1/+1
2009-12-06Made the Being timer accessors constThorbjørn Lindeijer2-20/+25
2009-12-05Fixed a bug which prevented monsters from attackingPhilipp Sehmisch1-1/+0