Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-26 | add missing hashtable iterator buildinss20180406 | gumi | 1 | -0/+3 | |
2018-02-27 | Add script function for check is hash table exists. | Andrei Karas | 1 | -0/+1 | |
New script function: htexists. | |||||
2018-02-15 | Add script command for check is id belong to existing instance. | Andrei Karas | 1 | -0/+1 | |
New script command: isinstance id | |||||
2017-06-05 | Remove areatimer from buildins.s20170627 | Andrei Karas | 1 | -1/+0 | |
2017-06-05 | remove isstr | gumi | 1 | -1/+0 | |
2017-06-05 | remove misceffect | gumi | 1 | -1/+0 | |
2017-04-19 | Add script functions for manipulate item options. | Andrei Karas | 1 | -0/+4 | |
New functions: getitemoptionidbyindex getitemoptionvaluebyindex getitemoptionparambyindex setitemoptionbyindex | |||||
2016-09-26 | Add/extend functions for manipulate quest variables and time. | Andrei Karas | 1 | -0/+3 | |
See evol script docs. | |||||
2016-09-05 | add slide buildin | gumi | 1 | -0/+1 | |
2016-09-04 | Add script command for close npc dialog only on client without affecting ↵ | Andrei Karas | 1 | -0/+1 | |
server side. New script command: closeclientdialog | |||||
2016-09-04 | Fix hack with input string. Previous commit missing custom input function. | Andrei Karas | 1 | -0/+1 | |
2016-08-17 | Add function for convert label to int and int to label. | Andrei Karas | 1 | -0/+2 | |
New functions: getlabel - get label and return int tolabel - get int and return label | |||||
2016-06-21 | Add script command for remove card in item by inventory and card index. | Andrei Karas | 1 | -0/+1 | |
New script command: removecardbyindex itemIndex, cardIndex | |||||
2016-06-21 | Add script command for get card from item by inventory index. | Andrei Karas | 1 | -0/+1 | |
New script command: getcardbyindex itemIndex, cardIndex | |||||
2016-06-20 | add buildin setfakecells (fake client-side collision) | mekolat | 1 | -0/+1 | |
2016-06-15 | add hashtable functions | Joseph Botosh | 1 | -0/+10 | |
htnew, htdelete, htput, htget, htclear, htsize htiterator, htinextkey, hticheck, htidelete | |||||
2016-03-30 | Add script command failedremovecardsindex. | Andrei Karas | 1 | -0/+1 | |
For remove all cards from item by inventory index. | |||||
2016-03-30 | Add script command successremovecardsindex. | Andrei Karas | 1 | -0/+1 | |
For remove all cards from item by inventory index. | |||||
2016-03-30 | Split script.c into buildins and other script functions. | Andrei Karas | 1 | -0/+73 | |