summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-03Add air walk constant.Andrei Karas1-0/+1
2015-10-03Add walk mask constants and set walk mask in npc4.Andrei Karas2-2/+8
2015-10-03Update map_cache.datAndrei Karas1-0/+0
2015-10-03Update map_cache.dat again (fix converter)Andrei Karas1-0/+0
2015-10-03Update map_cache.datAndrei Karas1-0/+0
2015-10-03Update map_cache.datAndrei Karas1-0/+0
2015-10-03Update map_cache.datAndrei Karas1-0/+0
2015-10-02update map_cache.datAndrei Karas1-0/+0
2015-09-29Update map_cache.Reid1-0/+0
2015-09-29Replace checkcell to checknpccell.Andrei Karas1-3/+3
2015-09-28Add joinchat demo to npc1 menu.Andrei Karas1-1/+5
2015-09-28In npc1 call setbgteam before warping players to battle ground.Andrei Karas1-0/+1
2015-09-28Juscare now stops moving and turns to player for dialogJoseph Botosh1-2/+29
2015-09-28Add new movegraph functions:Joseph Botosh1-0/+49
2015-09-28add abs(N) functionJoseph Botosh1-0/+6
2015-09-28update doc comment of setmovegraphcmd functionJoseph Botosh1-1/+1
2015-09-27Replace npcspeed to .speedAndrei Karas3-4/+4
2015-09-27Replace setnpcdisplay to '.class'.Andrei Karas2-2/+2
2015-09-27Add script for run gprof. Also add temp files to .gitignoreAndrei Karas2-0/+5
2015-09-27Replace getnpcdir and setnpcdir with one or zero parameters to variable '.dir'.Andrei Karas15-46/+46
2015-09-27Replace setnpcdistance to '.distance'.Andrei Karas79-133/+133
2015-09-27Replace calls to setnpcsex by assigning '.sex' variable.Andrei Karas64-106/+106
2015-09-27modify Juscare's walk pathJoseph Botosh1-58/+54
2015-09-27add functions open_door, close_doorJoseph Botosh1-0/+20
2015-09-27add flags to move graphJoseph Botosh1-23/+55
2015-09-26add sit and stand commands to movegraph, extend warp commandJoseph Botosh1-2/+23
2015-09-25Add support for sit and stand command in npcmove engine.Andrei Karas2-0/+9
2015-09-25change intro text on some fishing spotsJoseph Botosh1-3/+3
2015-09-24Improve Salem and add some missing dialogues section.Reid1-19/+40
2015-09-24update some fishing-related scripts for new narrator functionJoseph Botosh3-29/+30
2015-09-24Move the shovel from item 729 TO 526.Reid1-30/+30
2015-09-24update qonan and shovel scripts to use new narrator functionJoseph Botosh2-16/+15
2015-09-24update function narrator and speech: using optional bit flags as first argJoseph Botosh1-16/+41
2015-09-24add comment to qonan script about quest stagesJoseph Botosh1-0/+5
2015-09-24add quest for QOnan (shovel quest)Joseph Botosh1-4/+80
2015-09-24add quest var ArtisQuests_QOnan with id 23Joseph Botosh1-0/+4
2015-09-24shovel script: add functions for custom quests, +adddigrect, +addquest functionsJoseph Botosh1-2/+66
2015-09-24add PlayerIsTired function to shovel npcJoseph Botosh1-0/+22
2015-09-24change some scripts according to new narrator functionJoseph Botosh3-22/+18
2015-09-24add constrains to shovel usage (rectangular areas)Joseph Botosh1-1/+46
2015-09-24add Dig and Bury actions/functions to ShovelJoseph Botosh1-4/+60
2015-09-24add optional first integer arg to narrator and speech functions -- number of ...Joseph Botosh1-2/+32
2015-09-24add basic Shovel NPC/itemJoseph Botosh3-1/+40
2015-09-24Add IronShovel on item db.Reid1-0/+26
2015-09-24Rebuild translations.Andrei Karas11-0/+5214
2015-09-23fix debug warnings in npc5 scriptJoseph Botosh1-1/+2
2015-09-23Update map_cache.dat.Andrei Karas1-0/+0
2015-09-23remove debug message in flyingpiou scriptJoseph Botosh1-4/+0
2015-09-23change flying piou script to use new movement algorythmJoseph Botosh1-44/+45
2015-09-23improve graph-based npc moving: endpoints can be rectangular areas nowJoseph Botosh1-36/+139