Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |