summaryrefslogtreecommitdiff
path: root/src/map/quest.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-14* Updated quest_read_db. Might need reviewing. ;-;L0ne_W0lf1-1/+7
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-2/+2
2009-12-08Corrected a variable defined in a header file.ultramage1-0/+4
2009-10-27Fixed quest will never get erased when it's the only quest you have.Inkfish1-0/+5
2009-09-13* Progressbar aborts when player is attacked.Inkfish1-0/+22
2009-09-12* Clarified the names of some questlog functions and eventually implemented k...Inkfish1-13/+9
2009-09-04Added missing memmove() when adding quests. Sorry, can't be more careless...Inkfish1-0/+1
2009-09-04add missing memmove (follow up to r14036)Inkfish1-0/+4
2009-09-04* QuestLog Fix.Inkfish1-34/+19
2009-08-21Fixed the wrong packet length makes client choke when add_quest packets are s...Inkfish1-8/+3
2009-08-12Fixed changequest behavior(before: completequest+setquest, now: erasequest+se...Inkfish1-13/+1
2009-08-02* Questlog code cleanup.Inkfish1-21/+21
2009-07-28Corrected two mistakes when I was trying to do some tricks...Inkfish1-2/+2
2009-07-28* Some more updates to Quest LogInkfish1-110/+95
2009-07-26Fixed mob counts and quest states are not saved properly sometimesInkfish1-5/+5
2009-07-26* Some updates of Quest Log systemInkfish1-3/+10
2009-07-25Rewrote Quest Log system.Inkfish1-67/+236
2008-04-26Added script function hasquest.Kevin1-0/+9
2008-04-15 * Corrected some invalid syntax in skill_db.txt (wrong usage of commas)ultramage1-1/+1
2008-04-14Some more updates to the quest log system. It has been completely moved to th...Kevin1-17/+0
2008-04-13Major updates to the quest system.Kevin1-7/+74
2008-04-11Changed eol-style to native for these files.Kevin1-142/+142
2008-04-11Finished most of the quest log code, still bits here and there but it's usabl...Kevin1-8/+9
2008-04-11Some quest log changes and removed one of the set char offline calls that was...Kevin1-0/+4
2008-04-11More questlog code.Kevin1-0/+137