Age | Commit message (Expand) | Author | Files | Lines |
2015-11-15 | Fixed too-generic constant names of gettime() types | Haru | 33 | -259/+240 |
2015-11-15 | Merge pull request #857 from HerculesWS/scriptqueue | Andrei Karas | 14 | -414/+557 |
2015-11-14 | Fix npc initialisation in first map (m == 0). | Andrei Karas | 1 | -1/+1 |
2015-11-14 | Changed struct map_session_data::queues into a VECTOR and renamed to ::script... | Haru | 5 | -29/+20 |
2015-11-14 | Changed struct script_queue_iterator::item into a VECTOR and Renamed to ::ent... | Haru | 2 | -19/+23 |
2015-11-14 | HPM Hooks Update | Haru | 1 | -8/+9 |
2015-11-14 | Changed struct script_queue::item into a VECTOR and Renamed to ::entries | Haru | 4 | -157/+127 |
2015-11-14 | Standardized script-queue related commands | Haru | 5 | -44/+53 |
2015-11-14 | Fix @QMapChangeTo$ not usable when HQO_OnMapChange triggered | AnnieRuru | 2 | -1/+4 |
2015-11-14 | Refactored the script queue system | Haru | 1 | -185/+333 |
2015-11-14 | HPM Hooks Update | Haru | 2 | -6/+6 |
2015-11-14 | Renamed hQueue/hQueueIterator/hQueueOpt to latest standards | Haru | 6 | -59/+66 |
2015-11-14 | Changed script->hq and script->hqi into VECTOR type | Haru | 2 | -94/+87 |
2015-11-14 | Fixed some direct accesses to script->hq[] from other modules. | Haru | 2 | -14/+16 |
2015-11-14 | Fixed include path in the doxygen configuration | Haru | 1 | -1/+2 |
2015-11-14 | Corrected an issue causing queue iterators not to return their last value | Haru | 2 | -11/+25 |
2015-11-14 | Merge pull request #856 from 4144/fixhit | Haruna | 3 | -4/+13 |
2015-11-14 | Add option for fix hit after warp. | Andrei Karas | 3 | -4/+13 |
2015-11-14 | HPM Hooks Update | Hercules.ws | 3 | -6/+228 |
2015-11-14 | Merge pull request #820 from HerculesWS/instancewarning | Andrei Karas | 3 | -264/+314 |
2015-11-12 | Split npc_duplicate_sub into separate functions based on subtypes | Haru | 2 | -48/+85 |
2015-11-12 | Split frequently repeated code to add/register new NPCs to its own function | Haru | 2 | -58/+35 |
2015-11-12 | Added subtype initializer to npc_create_npc | Haru | 3 | -19/+20 |
2015-11-12 | Moved class and dir initializers to npc_create_npc | Haru | 3 | -57/+39 |
2015-11-12 | Split the duplication logic away from the parsing logic in NPC duplicates | Haru | 2 | -136/+155 |
2015-11-11 | Split the source path reference retain mechanism out of npc_parsename. | Haru | 2 | -38/+72 |
2015-11-11 | Fixed Issue #860 | Emistry | 1 | -1/+1 |
2015-11-08 | Fixes missing new RC_ constants in some bonuses. Fixes #815 | Dastgir | 1 | -25/+102 |
2015-11-08 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | Dastgir | 1 | -60/+60 |
2015-11-08 | Fixes Chance of Comodo Gambling (Thanks to @michaelforge for pointing it | Dastgir | 1 | -2/+2 |
2015-11-08 | ItemDB SQL Sync | Hercules.ws | 1 | -60/+60 |
2015-11-08 | Updated items trade restriction | Dastgir | 1 | -232/+39 |
2015-10-28 | Merge pull request #832 from 4144/fix831 | Haruna | 1 | -0/+1 |
2015-10-28 | Fix memory leak in quest sending packet (closes #831) | Andrei Karas | 1 | -0/+1 |
2015-10-27 | Replaced parameter type with constant. | Emistry | 27 | -182/+218 |
2015-10-27 | ItemDB SQL Sync | Hercules.ws | 1 | -3/+3 |
2015-10-27 | Missing Teleport Skill in RMSC2012 Headgears. | Emistry | 1 | -0/+3 |
2015-10-26 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | Dastgir | 6 | -9/+129 |
2015-10-26 | Force Serial Documentation | Dastgir | 1 | -0/+5 |
2015-10-26 | ItemDB SQL Sync | Hercules.ws | 1 | -2/+2 |
2015-10-26 | Merge pull request #824 from Jedzkie/master | Dastgir | 4 | -5/+125 |
2015-10-26 | - Update the Status Icons based in kRO Update 10-21-2015. | Jedzkie | 4 | -5/+125 |
2015-10-26 | ItemDB SQL Sync | Hercules.ws | 2 | -2/+2 |
2015-10-26 | Fixes Constant Name in item_db(#821) | Dastgir | 2 | -2/+2 |
2015-10-26 | Fixed OldGlastHeim instance not showing any npc | Dastgir | 1 | -5/+6 |
2015-10-26 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | Dastgir | 13 | -263/+417 |
2015-10-26 | Updated script documentation | Dastgir | 1 | -0/+15 |
2015-10-25 | Merge pull request #516 from milky-milk/pre-re_defender | Haruna | 1 | -0/+5 |
2015-10-24 | Updated libconfig to GNU Bison 2.5 | Haru | 3 | -224/+264 |
2015-10-24 | Merge pull request #811 from ossi0110/master | Haruna | 6 | -29/+100 |