summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-11-28Change server version to 3.Andrei Karas1-1/+1
2014-11-28Add script function setnpcsex.Andrei Karas3-0/+40
2014-11-28Set default map mask to 1.Andrei Karas1-1/+1
2014-11-28fix errror with parsing map flags.Andrei Karas1-1/+1
2014-11-28Add empty extension object to npc.Andrei Karas4-0/+61
2014-11-28Move data files into data directory.Andrei Karas11-14/+14
2014-11-28Move struct files into struct directory.Andrei Karas11-12/+12
2014-11-28Add script command "getnpcclass".Andrei Karas3-0/+30
2014-11-28Send map mask to clients.Andrei Karas6-1/+74
2014-11-28Add map flag "mask".Andrei Karas1-0/+7
2014-11-28add map mask and script functions for manipulate with it.Andrei Karas6-2/+90
2014-11-27Impliment invisible map flag.Andrei Karas6-1/+107
2014-11-27add map flag "invisible". For now unused.Andrei Karas4-0/+29
2014-11-26fix compilation warnings.Andrei Karas6-13/+13
2014-11-26remove files for dummy script functions.Andrei Karas4-54/+0
2014-11-26Replace script function misceffect2 to misceffect.Andrei Karas3-2/+32
2014-11-26fix memory leaks on exit.Andrei Karas1-1/+2
2014-11-26Remove deprecated script functions.Andrei Karas3-27/+0
2014-11-26map: set default map.Andrei Karas1-0/+4
2014-11-23Partially impliment script command countitemcolor.Andrei Karas3-1/+42
2014-11-23Impliment rif script command.Andrei Karas3-1/+29
2014-11-23Impliment script command setnpcdir.Andrei Karas3-1/+34
2014-11-23Impliment script command getnpcdir.Andrei Karas3-1/+30
2014-11-23map: send player own extended slots equipped items.Andrei Karas4-2/+13
2014-11-23map: show most slots to other players on warp or enter visible area.Andrei Karas5-0/+57
2014-11-22map: show most slots on item equip/unequip.Andrei Karas3-0/+82
2014-11-21map: add missing include in script.c.Andrei Karas1-0/+1
2014-11-21Impliment lg script function.Andrei Karas3-0/+8
2014-11-21map: translate also npc names.Andrei Karas4-3/+44
2014-11-20Fix languages initialisation.Andrei Karas3-3/+10
2014-11-20Add missing interface initialisation again.Andrei Karas1-0/+1
2014-11-20Use format script function in 'l' script function.Andrei Karas4-2/+118
2014-11-20Use translation in implimented script commands.Andrei Karas1-13/+4
2014-11-20Add lang.c with translation related functionality.Andrei Karas3-0/+228
2014-11-20Extend setq/getq to using objectives to storing quest value.Andrei Karas7-34/+207
2014-11-19Impliment script commands setq and getq.Andrei Karas4-3/+58
2014-11-17Allow continue npc script execution if distance to npc bigger than limit.Andrei Karas4-0/+60
2014-11-17map: fix buffer usage in send_local_message.Andrei Karas1-4/+4
2014-11-17Fix compilation warnings in script command requestlang.Andrei Karas1-5/+0
2014-11-17fix some issues in script command npcTalk3.Andrei Karas1-4/+4
2014-11-17char: init all interfaces.Andrei Karas1-0/+31
2014-11-17Use all common interface initialisation in all servers.Andrei Karas3-6/+11
2014-11-17Move common interfaces initialisation into separate file.Andrei Karas5-13/+44
2014-11-17map: init all interfaces.Andrei Karas2-6/+67
2014-11-17map: add missing interface initialisation.Andrei Karas1-0/+1
2014-11-17In make file add copy plugins option also if sources located in symlinked dir...Andrei Karas1-2/+2
2014-11-17login: fix memory leak on exit.Andrei Karas3-0/+8
2014-11-16map: add missing interfaces initialization.Andrei Karas1-0/+4
2014-11-16Impliment script command requestLang.Andrei Karas3-4/+59
2014-11-15Impliment script function getItemLink.Andrei Karas3-1/+48