summaryrefslogtreecommitdiff
path: root/src/game-server
AgeCommit message (Expand)AuthorFilesLines
2010-10-17Fix hp regeneration units.Freeyorp1-2/+2
2010-10-17Get rid of some unneeded direct calls to setBase for attributes.Freeyorp1-8/+5
2010-10-17Synchronise defaults between configuration file and source.Freeyorp1-1/+1
2010-09-29Add log file rotation support based on ExceptionFault's work.Yohann Ferreira1-0/+10
2010-09-22Added options to disable the server log to standard output to the minimum.Yohann Ferreira1-9/+13
2010-09-22Centralized the servers' exit values.Yohann Ferreira3-14/+18
2010-09-19Small fixes.Freeyorp4-16/+11
2010-09-16Changed maxSkillCap to game_maxSkillCap as I forgot in last commit.Yohann Ferreira1-42/+54
2010-09-15Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira7-34/+49
2010-09-08Centralized stringToBool conversion.Yohann Ferreira4-35/+43
2010-09-07Added config options to set stats and log files and paths.Yohann Ferreira1-9/+10
2010-08-31Added a --config manaserv.xml file path options to both servers.Yohann Ferreira1-24/+71
2010-08-30Change primary and secondary tags in attributes.xml from stats and stat to at...Freeyorp1-2/+2
2010-08-30Added @mute chat command.Philipp Sehmisch4-4/+69
2010-08-29Merge branch 'testing'Freeyorp33-1575/+2702
2010-08-22Some coding style tweaksThorbjørn Lindeijer2-14/+4
2010-08-22Pass a script name to Lua for proper reporting of error locationsThorbjørn Lindeijer1-1/+2
2010-08-22Rename some stuff to conform to naming conventionsThorbjørn Lindeijer2-7/+6
2010-08-22Changed the location of configuration, logs and statsThorbjørn Lindeijer1-49/+18
2010-08-07Fixed typoThorbjørn Lindeijer1-1/+1
2010-08-07Renamed modifiedAttribute to updateDerivedAttributesThorbjørn Lindeijer6-17/+17
2010-08-03Add sanity checks for hp when hp or max hp change.Freeyorp1-0/+6
2010-08-03Allow default values for attributes at character creation time.Freeyorp1-7/+17
2010-08-02Changed the stat file name to attributes.xml.Yohann Ferreira2-3/+5
2010-07-30Fixed a little mistake done in Monster::setAttribute.Yohann Ferreira1-4/+4
2010-07-30Merge branch 'master' of gitorious.org:mana/manaservYohann Ferreira2-15/+121
2010-07-28Added back the forgotten Being::attackType enum in the server.Yohann Ferreira1-1/+15
2010-07-22Upgraded Skill Map loading.Yohann Ferreira2-19/+112
2010-07-10Add in stubs for scripted item effectsFreeyorp3-0/+41
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp33-1577/+2653
2010-07-09Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch4-22/+59
2010-07-08Made Manaserv accept parameters enclosed with double-quotes.Yohann Ferreira1-3/+34
2010-06-22Fixed the up down monster attack direction and comment trivial fixes.Philipp Sehmisch2-4/+4
2010-06-06Arbitrary cleanups and marked GameHandler::getClientByNameSlow constThorbjørn Lindeijer4-21/+18
2010-06-06More const correctness and small code cleanupsThorbjørn Lindeijer5-24/+19
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