index
:
evol/evol-hercules
citest
master
Evol plugin for TMW Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
emap
/
script_buildins.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-25
Fix compilation after hercules update.
Andrei Karas
1
-1
/
+2
2018-09-25
Hercules update.
Andrei Karas
1
-0
/
+7
2018-03-26
add missing hashtable iterator buildins
s20180406
gumi
1
-0
/
+39
2018-02-27
Add missing return into htexist script function.
Andrei Karas
1
-0
/
+1
2018-02-27
Add script function for check is hash table exists.
Andrei Karas
1
-0
/
+6
2018-02-15
Add script command for check is id belong to existing instance.
Andrei Karas
1
-0
/
+8
2018-01-16
Fix compilation after hercules update.
Andrei Karas
1
-2
/
+2
2017-11-07
Update from new hercules.
s20171129
Andrei Karas
1
-5
/
+5
2017-07-25
Fix compilation after hercules update.
Andrei Karas
1
-1
/
+1
2017-07-12
Add player self flags packet (0xb25)
Andrei Karas
1
-0
/
+1
2017-06-27
Fix item options in script functions successRemoveCardsIndex and failRemoveCa...
Andrei Karas
1
-47
/
+11
2017-06-05
Remove areatimer from buildins.
s20170627
Andrei Karas
1
-41
/
+0
2017-06-05
remove isstr
gumi
1
-15
/
+0
2017-06-05
remove misceffect
gumi
1
-30
/
+0
2017-04-20
Remove unused functions.
Andrei Karas
1
-10
/
+0
2017-04-20
Drop support for client protocol version 15 (Oct 26 2015).
Andrei Karas
1
-3
/
+1
2017-04-20
Drop support for client protocol version 10 (Aug 16 2015).
Andrei Karas
1
-6
/
+2
2017-04-20
Drop support for client protocol version 6 (Feb 17 2015).
Andrei Karas
1
-10
/
+2
2017-04-19
Add script functions for manipulate item options.
Andrei Karas
1
-0
/
+124
2016-12-13
Fix plugin after server update.
Andrei Karas
1
-3
/
+3
2016-09-26
Add/extend functions for manipulate quest variables and time.
Andrei Karas
1
-2
/
+70
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 serv...
Andrei Karas
1
-0
/
+7
2016-09-01
Add hack for avoid npc_str buffer size limitation.
Andrei Karas
1
-12
/
+80
2016-08-17
Add function for convert label to int and int to label.
Andrei Karas
1
-0
/
+12
2016-07-05
Fix getitem* commands for old clients.
Andrei Karas
1
-8
/
+8
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
2016-06-21
Add script command for remove card in item by inventory and card index.
Andrei Karas
1
-0
/
+37
2016-06-21
Add script command for get card from item by inventory index.
Andrei Karas
1
-0
/
+37
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
2016-06-12
From script function npcwalkto return status code about is moving possible or...
Andrei Karas
1
-3
/
+3
2016-04-28
Fix different warnings.
Andrei Karas
1
-5
/
+5
2016-03-30
Add script command failedremovecardsindex.
Andrei Karas
1
-0
/
+85
2016-03-30
Add script command successremovecardsindex.
Andrei Karas
1
-0
/
+65
2016-03-30
Split script.c into buildins and other script functions.
Andrei Karas
1
-0
/
+1655