summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-18Fixed a crash in some skills' multi-hit codeHaru1-4/+4
2015-11-18Merge pull request #874 from Jedzkie/Script_ItemID_ConstantsFrost3-58/+626
2015-11-18Another follow up.Jedzkie1-17/+17
2015-11-18Follow up.Jedzkie1-0/+2
2015-11-18Converted some dealers to new trader format.Jedzkie3-58/+624
2015-11-18Revert "Update map_cache.dat.".Jedzkie4-122/+0
2015-11-17Revert "Item DB Updates:"Haru7-875/+795
2015-11-17Revert "ItemDB SQL Sync"Haru2-23/+23
2015-11-17ItemDB SQL SyncHercules.ws2-23/+23
2015-11-17Item DB Updates:Jedzkie7-795/+875
2015-11-17Update map_cache.dat.Jedzkie4-4/+125
2015-11-17Merge pull request #870 from Jedzkie/ItemDB_UpdatesFrost1-1/+1
2015-11-17Add some FAQ documentation that some script command can return valueAnnieRuru2-4/+7
2015-11-16Follow up https://github.com/HerculesWS/Hercules/commit/44a79fd2d56ca8c9ec0a1...Jedzkie1-1/+1
2015-11-16Merge pull request #869 from Jedzkie/ItemDB_UpdatesDastgir2-1/+62
2015-11-16Update new NPC ID's.Jedzkie2-1/+62
2015-11-15ItemDB SQL SyncHercules.ws2-4/+4
2015-11-15Fixed too-generic constant names of gettime() typesHaru33-259/+240
2015-11-15Merge pull request #857 from HerculesWS/scriptqueueAndrei Karas14-414/+557
2015-11-14Fix npc initialisation in first map (m == 0).Andrei Karas1-1/+1
2015-11-14Changed struct map_session_data::queues into a VECTOR and renamed to ::script...Haru5-29/+20
2015-11-14Changed struct script_queue_iterator::item into a VECTOR and Renamed to ::ent...Haru2-19/+23
2015-11-14HPM Hooks UpdateHaru1-8/+9
2015-11-14Changed struct script_queue::item into a VECTOR and Renamed to ::entriesHaru4-157/+127
2015-11-14Standardized script-queue related commandsHaru5-44/+53
2015-11-14Fix @QMapChangeTo$ not usable when HQO_OnMapChange triggeredAnnieRuru2-1/+4
2015-11-14Refactored the script queue systemHaru1-185/+333
2015-11-14HPM Hooks UpdateHaru2-6/+6
2015-11-14Renamed hQueue/hQueueIterator/hQueueOpt to latest standardsHaru6-59/+66
2015-11-14Changed script->hq and script->hqi into VECTOR typeHaru2-94/+87
2015-11-14Fixed some direct accesses to script->hq[] from other modules.Haru2-14/+16
2015-11-14Fixed include path in the doxygen configurationHaru1-1/+2
2015-11-14Corrected an issue causing queue iterators not to return their last valueHaru2-11/+25
2015-11-14Merge pull request #856 from 4144/fixhitHaruna3-4/+13
2015-11-14Add option for fix hit after warp.Andrei Karas3-4/+13
2015-11-14HPM Hooks UpdateHercules.ws3-6/+228
2015-11-14Merge pull request #820 from HerculesWS/instancewarningAndrei Karas3-264/+314
2015-11-12Split npc_duplicate_sub into separate functions based on subtypesHaru2-48/+85
2015-11-12Split frequently repeated code to add/register new NPCs to its own functionHaru2-58/+35
2015-11-12Added subtype initializer to npc_create_npcHaru3-19/+20
2015-11-12Moved class and dir initializers to npc_create_npcHaru3-57/+39
2015-11-12Split the duplication logic away from the parsing logic in NPC duplicatesHaru2-136/+155
2015-11-11Split the source path reference retain mechanism out of npc_parsename.Haru2-38/+72
2015-11-11Fixed Issue #860Emistry1-1/+1
2015-11-08Fixes missing new RC_ constants in some bonuses. Fixes #815Dastgir1-25/+102
2015-11-08Merge branch 'master' of https://github.com/HerculesWS/HerculesDastgir1-60/+60
2015-11-08Fixes Chance of Comodo Gambling (Thanks to @michaelforge for pointing itDastgir1-2/+2
2015-11-08ItemDB SQL SyncHercules.ws1-60/+60
2015-11-08Updated items trade restrictionDastgir1-232/+39
2015-10-31Add new config to allow player vend/chat room nearby hidden npcAnnieRuru3-3/+5