summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Add function for convert label to int and int to label.Andrei Karas1-0/+12
2016-07-05Fix getitem* commands for old clients.Andrei Karas1-8/+8
2016-06-24Fix another i386 warning.Andrei Karas1-1/+1
2016-06-24Fox compilation warning again.Andrei Karas1-1/+1
2016-06-24Fix compilation warning on i386 arch.Andrei Karas1-1/+1
2016-06-22Dont translate item links for old clients.Andrei Karas1-4/+4
2016-06-21Add script command for remove card in item by inventory and card index.Andrei Karas1-0/+37
2016-06-21Add script command for get card from item by inventory index.Andrei Karas1-0/+37
2016-06-20add buildin setfakecells (fake client-side collision)mekolat1-0/+30
2016-06-19Use exname in setnpcdir command.Andrei Karas1-1/+1
2016-06-15add hashtable functionsJoseph Botosh1-0/+181
2016-06-12From script function npcwalkto return status code about is moving possible or...Andrei Karas1-3/+3
2016-04-28Fix different warnings.Andrei Karas1-5/+5
2016-03-30Add script command failedremovecardsindex.Andrei Karas1-0/+85
2016-03-30Add script command successremovecardsindex.Andrei Karas1-0/+65
2016-03-30Split script.c into buildins and other script functions.Andrei Karas1-0/+1655