summaryrefslogtreecommitdiff
path: root/src/map/quest.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-7/+7
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-7/+11
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-10-21Fixed Typos (+1 squashed commits)ossi01101-1/+7
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-11Fixed an issue in the quest_db parsing function.Haru1-1/+1
2015-09-08Fixed some memory leaks in code using libconfigHaru1-0/+1
2015-08-15HPM compatibility improvementsHaru1-0/+2
2015-07-25Reduce memory usage in HPM in quest.cAndrei Karas1-0/+2
2015-06-19Removed ".." from include directivesHaru1-24/+24
2015-01-24Reduced quest db memory usage by about 900kBHaru1-18/+25
2015-01-24Added additional item drops support to the quest dbHaru1-8/+69
2015-01-24Converted quest_db to libconfigHaru1-53/+86
2015-01-17Another ~10 Fixesshennetsind1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-22/+23
2014-05-10Revert "Fixed order of includes in all source files"panikon1-23/+22
2014-05-09Fixed order of includes in all source filesHaru1-22/+23
2013-12-06Corrected some potential issues in the questlog systemHaru1-3/+3
2013-12-03Questlog fixesHaru1-129/+284
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-1/+4
2013-09-27Renamed iMap interface to mapHaru1-7/+6
2013-09-25Renamed local variables that would conflict with a rename of iStatus to statusHaru1-4/+4
2013-09-25Renamed more forgotten variables during interface conversionsHaru1-9/+8
2013-09-16HPM: Quest.c Interfaceshennetsind1-29/+49
2013-08-11Follow up @ d8b2eb622f14e10e4da0e521deb5dee6e849affamalufett1-0/+5
2013-08-10Fixed Bug#7643malufett1-1/+2
2013-07-29Added intif interfaceSusu1-1/+0
2013-06-25- Added chrif interfaceSusu1-4/+4
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-6/+6
2013-03-29Hercules Renewal: clif.cshennetsind1-9/+9
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-256/+260
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-260/+256
2012-08-17Added @reloadquestdb as per Script / DB Developer Joseph request.shennetsind1-54/+46
2012-02-16- Removed outdated version number handling (follow-up to r11503).gepard19841-1/+0
2012-01-30- Removed more trailing tabs.brianluau1-1/+1
2011-12-17added anti-bad-scripting check to quest.c, bugreport:5012shennetsind1-7/+10
2011-06-26Fixed quest index memory corruption when adding new quests (since r14039, bug...ultramage1-1/+1
2011-04-20* Fixed quest_check checking exactly 3 quest objectives instead of MAX_QUEST_...Gepard1-12/+8
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-1/+1
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-1/+1
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