Age | Commit message (Expand) | Author | Files | Lines |
2016-02-17 | Renamed config->read_file to config->load_file | Haru | 1 | -1/+4 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -7/+7 |
2016-01-06 | Change all TBL_PC to struct map_session_data as per style guidelines | hemagx | 1 | -7/+11 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-10-21 | Fixed Typos (+1 squashed commits) | ossi0110 | 1 | -1/+7 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-11 | Fixed an issue in the quest_db parsing function. | Haru | 1 | -1/+1 |
2015-09-08 | Fixed some memory leaks in code using libconfig | Haru | 1 | -0/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+2 |
2015-07-25 | Reduce memory usage in HPM in quest.c | Andrei Karas | 1 | -0/+2 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -24/+24 |
2015-01-24 | Reduced quest db memory usage by about 900kB | Haru | 1 | -18/+25 |
2015-01-24 | Added additional item drops support to the quest db | Haru | 1 | -8/+69 |
2015-01-24 | Converted quest_db to libconfig | Haru | 1 | -53/+86 |
2015-01-17 | Another ~10 Fixes | shennetsind | 1 | -1/+1 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -22/+23 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -23/+22 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -22/+23 |
2013-12-06 | Corrected some potential issues in the questlog system | Haru | 1 | -3/+3 |
2013-12-03 | Questlog fixes | Haru | 1 | -129/+284 |
2013-11-05 | Introducing the Hercules Standalone Script Syntax Checker | Haru | 1 | -1/+4 |
2013-09-27 | Renamed iMap interface to map | Haru | 1 | -7/+6 |
2013-09-25 | Renamed local variables that would conflict with a rename of iStatus to status | Haru | 1 | -4/+4 |
2013-09-25 | Renamed more forgotten variables during interface conversions | Haru | 1 | -9/+8 |
2013-09-16 | HPM: Quest.c Interface | shennetsind | 1 | -29/+49 |
2013-08-11 | Follow up @ d8b2eb622f14e10e4da0e521deb5dee6e849affa | malufett | 1 | -0/+5 |
2013-08-10 | Fixed Bug#7643 | malufett | 1 | -1/+2 |
2013-07-29 | Added intif interface | Susu | 1 | -1/+0 |
2013-06-25 | - Added chrif interface | Susu | 1 | -4/+4 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -6/+6 |
2013-03-29 | Hercules Renewal: clif.c | shennetsind | 1 | -9/+9 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -256/+260 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -260/+256 |
2012-08-17 | Added @reloadquestdb as per Script / DB Developer Joseph request. | shennetsind | 1 | -54/+46 |
2012-02-16 | - Removed outdated version number handling (follow-up to r11503). | gepard1984 | 1 | -1/+0 |
2012-01-30 | - Removed more trailing tabs. | brianluau | 1 | -1/+1 |
2011-12-17 | added anti-bad-scripting check to quest.c, bugreport:5012 | shennetsind | 1 | -7/+10 |
2011-06-26 | Fixed quest index memory corruption when adding new quests (since r14039, bug... | ultramage | 1 | -1/+1 |
2011-04-20 | * Fixed quest_check checking exactly 3 quest objectives instead of MAX_QUEST_... | Gepard | 1 | -12/+8 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -1/+1 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -1/+1 |
2010-11-14 | * Updated quest_read_db. Might need reviewing. ;-; | L0ne_W0lf | 1 | -1/+7 |
2010-10-09 | Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. | Paradox924X | 1 | -2/+2 |
2009-12-08 | Corrected a variable defined in a header file. | ultramage | 1 | -0/+4 |
2009-10-27 | Fixed quest will never get erased when it's the only quest you have. | Inkfish | 1 | -0/+5 |
2009-09-13 | * Progressbar aborts when player is attacked. | Inkfish | 1 | -0/+22 |
2009-09-12 | * Clarified the names of some questlog functions and eventually implemented k... | Inkfish | 1 | -13/+9 |
2009-09-04 | Added missing memmove() when adding quests. Sorry, can't be more careless... | Inkfish | 1 | -0/+1 |
2009-09-04 | add missing memmove (follow up to r14036) | Inkfish | 1 | -0/+4 |
2009-09-04 | * QuestLog Fix. | Inkfish | 1 | -34/+19 |