summaryrefslogtreecommitdiff
path: root/src/char/int_quest.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2017-11-18Pass the correct types and sizes to the StmtBind functionsHaru1-6/+8
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-09-27Save also quest time while updating quest in db.Andrei Karas1-1/+1
2016-03-20Removed unnecessary typedefs from sql.hHaru1-1/+1
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-1/+1
2016-02-24Added const qualifier to several variable/argument pointersHaru1-1/+2
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-2/+2
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Cleaned up some #includesHaru1-3/+1
2015-06-19Removed ".." from include directivesHaru1-13/+13
2015-04-12Fix issue http://hercules.ws/board/tracker/issue-8620-error-in-quest/Andrei Karas1-2/+3
2015-04-09Add checks to int_quest.cAndrei Karas1-1/+4
2015-01-12Fixed some -Wformat-security warningsHaru1-3/+3
2014-11-16Whitespace cleanup (no code changes)Haru1-1/+1
2014-11-15Move global variable into interface in inter.cAndrei Karas1-7/+7
2014-11-15Add most functions from int_quest.c to interfaces.Andrei Karas1-16/+33
2014-11-15Split functions in int_quest.c.Andrei Karas1-15/+24
2014-05-30Fixed typos inside src/Shido1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-10/+12
2014-05-10Revert "Fixed order of includes in all source files"panikon1-12/+10
2014-05-09Fixed order of includes in all source filesHaru1-10/+12
2014-01-22Improved questlog handling to honor the value of MAX_QUEST_OBJECTIVESHaru1-15/+52
2013-12-17Fixed several compiler warningsHaru1-0/+1
2013-12-05Follow-up to 6f55c00e72ca6db130a84fe92218f73a777428f4Haru1-2/+5
2013-12-04Follow-up to 6f55c00e72ca6db130a84fe92218f73a777428f4Haru1-1/+1
2013-12-03Questlog fixesHaru1-90/+139
2013-06-10Added SqlStmt functions to the SQL interfaceSusu1-12/+12
2013-05-15HPM Updateshennetsind1-5/+6
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-122/+128
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-128/+122
2012-01-20Merged TXT removal branch back to trunk.gepard19841-0/+184