Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-26 | Add/extend functions for manipulate quest variables and time. | Andrei Karas | 1 | -2/+70 | |
See evol script docs. | |||||
2016-09-05 | add slide buildin | gumi | 1 | -0/+24 | |
2016-09-04 | Add script command for close npc dialog only on client without affecting ↵ | Andrei Karas | 1 | -0/+7 | |
server side. New script command: closeclientdialog | |||||
2016-09-01 | Add hack for avoid npc_str buffer size limitation. | Andrei Karas | 1 | -12/+80 | |
Now for npc_str used global variable. And it cant be used in any functions except input related buildins. | |||||
2016-08-17 | Add function for convert label to int and int to label. | Andrei Karas | 1 | -0/+12 | |
New functions: getlabel - get label and return int tolabel - get int and return label | |||||
2016-07-05 | Fix getitem* commands for old clients. | Andrei Karas | 1 | -8/+8 | |
Add force termination command if in getitem* commands wrong data was sent to server. | |||||
2016-06-24 | Fix another i386 warning. | Andrei Karas | 1 | -1/+1 | |
2016-06-24 | Fox compilation warning again. | Andrei Karas | 1 | -1/+1 | |
2016-06-24 | Fix compilation warning on i386 arch. | Andrei Karas | 1 | -1/+1 | |
2016-06-22 | Dont translate item links for old clients. | Andrei Karas | 1 | -4/+4 | |
Now client can get item id and show translated name without server. | |||||
2016-06-21 | Add script command for remove card in item by inventory and card index. | Andrei Karas | 1 | -0/+37 | |
New script command: removecardbyindex itemIndex, cardIndex | |||||
2016-06-21 | Add script command for get card from item by inventory index. | Andrei Karas | 1 | -0/+37 | |
New script command: getcardbyindex itemIndex, cardIndex | |||||
2016-06-20 | add buildin setfakecells (fake client-side collision) | mekolat | 1 | -0/+30 | |
2016-06-19 | Use exname in setnpcdir command. | Andrei Karas | 1 | -1/+1 | |
2016-06-15 | add hashtable functions | Joseph Botosh | 1 | -0/+181 | |
htnew, htdelete, htput, htget, htclear, htsize htiterator, htinextkey, hticheck, htidelete | |||||
2016-06-12 | From script function npcwalkto return status code about is moving possible ↵ | Andrei Karas | 1 | -3/+3 | |
or not. false mean error happend. true mean moving is working. | |||||
2016-04-28 | Fix different warnings. | Andrei Karas | 1 | -5/+5 | |
2016-03-30 | Add script command failedremovecardsindex. | Andrei Karas | 1 | -0/+85 | |
For remove all cards from item by inventory index. | |||||
2016-03-30 | Add script command successremovecardsindex. | Andrei Karas | 1 | -0/+65 | |
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/+1655 | |