summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-31Use a full user data object for MapObject referencesThorbjørn Lindeijer3-53/+84
2012-01-30Fixed some lua_newtable/createtable usageThorbjørn Lindeijer2-5/+5
2012-01-29Removed unused createRandomPassword functionThorbjørn Lindeijer3-99/+0
2012-01-25Fixed use of checkstring method in the script functionsErik Schilling1-4/+7
2012-01-22Added announce(text [, sender]) lua functionErik Schilling1-4/+18
2012-01-22Removed logging of chatErik Schilling2-15/+0
2012-01-21Made @announce fully functionalErik Schilling5-47/+40
2012-01-18Added the chr_get_inventory and chr_get_equipment functions.Yohann Ferreira1-0/+137
2012-01-18Fixed the chr_inv_count function to handle equipment.Yohann Ferreira3-16/+48
2012-01-16Made the lua item_drop script function returns whether it succeeded.Yohann Ferreira1-4/+4
2012-01-16Added several script warnings on errors.Yohann Ferreira1-7/+10
2012-01-10Made the game server execute the chr_respawn_accept script evenYohann Ferreira4-19/+52
2012-01-10Random small fixes linked to lua c++ scripting functions.Yohann Ferreira1-10/+39
2012-01-10Added unequip lua script functions.Yohann Ferreira3-0/+111
2012-01-10Added equip lua script functions.Yohann Ferreira3-1/+87
2012-01-03Fixed code not getting executed since it was behind a returnErik Schilling1-1/+1
2012-01-02Made all beings capable of having a genderErik Schilling12-44/+91
2011-12-04Added @skills command which lists all skillsErik Schilling1-0/+41
2011-12-03Allowed larger item amounts for mysql database.Erik Schilling5-4/+20
2011-11-21Allow includes in configuration file.Erik Schilling1-6/+35
2011-11-12Prevented the equipment to remove the item when something went wrong.Yohann Ferreira1-10/+12
2011-11-12Made the server warn the player when equip/unequip failed.Yohann Ferreira1-4/+15
2011-11-07Removed unused singleton templateThorbjørn Lindeijer1-71/+0
2011-11-07Merged three global script states into oneThorbjørn Lindeijer7-68/+38
2011-11-07Small cleanups in utils::TimerThorbjørn Lindeijer4-21/+21
2011-11-02Added @permissions commandErik Schilling1-18/+47
2011-11-01Removed some superfluous new character initializationsThorbjørn Lindeijer1-13/+0
2011-11-01Removed the inventory checkThorbjørn Lindeijer1-46/+0
2011-11-01Have one place where the Configuration is initializedThorbjørn Lindeijer4-94/+39
2011-11-01Renamed the db update 15 to 18 as requested by Bjorn.Yohann Ferreira5-6/+6
2011-11-01Merge github.com:mana/manaservYohann Ferreira12-23/+71
2011-11-01dos2unix src/common/manaserv_protocol.hYohann Ferreira1-448/+448
2011-10-26End the confusion about the missing upgrade scriptThorbjørn Lindeijer2-0/+0
2011-10-23Made @money functional again.Erik Schilling1-6/+5
2011-10-23Added function to determine the script engine by the file name extensionjurkan6-11/+60
2011-10-22Added a default skill id getter in the skill manager.Yohann Ferreira1-0/+4
2011-10-22Fixed the get_level doxygen documentation.Yohann Ferreira1-1/+1
2011-10-22Officially added the being gender to the protocol.Yohann Ferreira3-6/+32
2011-10-22Added the chr_get_level script function.Yohann Ferreira1-0/+18
2011-10-22Added the chr_set_gender() script function.Yohann Ferreira1-0/+20
2011-10-22.find() -> .value due to recent API changes.Yohann Ferreira1-1/+1
2011-10-22Merge branch 'master' of github.com:mana/manaservYohann Ferreira5-7/+13
2011-10-20Return a const & from NameMap to avoid potential deep copiesThorbjørn Lindeijer5-7/+13
2011-10-19Merge branch 'master' of github.com:mana/manaservYohann Ferreira18-381/+493
2011-10-19Have one place where the Logger is initializedThorbjørn Lindeijer4-38/+21
2011-10-19Took interpreting the objects out of the map readerThorbjørn Lindeijer8-216/+229
2011-10-19Removed inappropriate assignment to mOld in Being::findPathThorbjørn Lindeijer1-5/+7
2011-10-19Made get_beings_in_circle capable of taking a being as argument.Erik Schilling1-3/+16
2011-10-15Added script bindings for reading map objectsErik Schilling6-155/+264
2011-09-29Don't log private chat messages.Yohann Ferreira1-8/+0