Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-15 | Merge pull request #857 from HerculesWS/scriptqueue | Andrei Karas | 14 | -414/+557 | |
Scriptqueue | |||||
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 ↵ | Haru | 5 | -29/+20 | |
::script_queues Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-14 | Changed struct script_queue_iterator::item into a VECTOR and Renamed to ↵ | Haru | 2 | -19/+23 | |
::entries Signed-off-by: Haru <haru@dotalux.com> | |||||
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 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-14 | Standardized script-queue related commands | Haru | 5 | -44/+53 | |
- The commands queueadd, queueremove, queueopt, queuedel and qiclear now all return true (success) or false (failure). - Taken/extended from AnnieRuru's PR #847. - The constants HQO_OnDeath, HQO_OnLogOut, HQO_OnMapChange were renamed to QUEUEOPT_DEATH, QUEUEOPT_LOGOUT, QUEUEOPT_MAPCHANGE respectively. - The name of the variable @QMapChangeTo$ used during the QUEUEOPT_MAPCHANGE event has been renamed to @Queue_Destination_Map$. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-14 | Fix @QMapChangeTo$ not usable when HQO_OnMapChange triggered | AnnieRuru | 2 | -1/+4 | |
- also add documentation for it | |||||
2015-11-14 | Refactored the script queue system | Haru | 1 | -185/+333 | |
- Corrected return value in bool functions (true always means success, false means failure, some were inverted). The script command return values are left unchanged for backwards compatibility. - Added some missing script_pushint to commands that are expected to return a value (on failure). - Cleaned up and optimized various functions. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-14 | HPM Hooks Update | Haru | 2 | -6/+6 | |
2015-11-14 | Renamed hQueue/hQueueIterator/hQueueOpt to latest standards | Haru | 6 | -59/+66 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-14 | Changed script->hq and script->hqi into VECTOR type | Haru | 2 | -94/+87 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-14 | Fixed some direct accesses to script->hq[] from other modules. | Haru | 2 | -14/+16 | |
- script->hq[] should only be accessed through the provided interface, script->queue(). Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-14 | Fixed include path in the doxygen configuration | Haru | 1 | -1/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-14 | Corrected an issue causing queue iterators not to return their last value | Haru | 2 | -11/+25 | |
- Follow-up to 918b1123963ac2f91a4d074b092ceef1db71b4e8, a9042bf0bee2d2453058b22973bea8f335c5a201 - Thanks to Dastgir Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-14 | Merge pull request #856 from 4144/fixhit | Haruna | 3 | -4/+13 | |
fix hit after warp. | |||||
2015-11-14 | Add option for fix hit after warp. | Andrei Karas | 3 | -4/+13 | |
Introduced new configuration option: fix_warp_hit_delay_abuse. Official way is to set this option to false. | |||||
2015-11-14 | HPM Hooks Update | Hercules.ws | 3 | -6/+228 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-11-14 | Merge pull request #820 from HerculesWS/instancewarning | Andrei Karas | 3 | -264/+314 | |
Fix a warning when loading instance duplicates (#812) | |||||
2015-11-12 | Split npc_duplicate_sub into separate functions based on subtypes | Haru | 2 | -48/+85 | |
- For plugin overriding purposes. Thanks to Andrei Karas for the idea. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-12 | Split frequently repeated code to add/register new NPCs to its own function | Haru | 2 | -58/+35 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-12 | Added subtype initializer to npc_create_npc | Haru | 3 | -19/+20 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-12 | Moved class and dir initializers to npc_create_npc | Haru | 3 | -57/+39 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-12 | Split the duplication logic away from the parsing logic in NPC duplicates | Haru | 2 | -136/+155 | |
- Fixes #812 (warning message while creating instances) Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-11 | Split the source path reference retain mechanism out of npc_parsename. | Haru | 2 | -38/+72 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-11 | Fixed Issue #860 | Emistry | 1 | -1/+1 | |
Fixed invalid zeny deduction. | |||||
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 | |
out) | |||||
2015-11-08 | ItemDB SQL Sync | Hercules.ws | 1 | -60/+60 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
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 | |
Fix memory leak in quest sending packet (closes #831) | |||||
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 | |
constant for gettime( <type> ) constant for Weekday and Month. | |||||
2015-10-27 | ItemDB SQL Sync | Hercules.ws | 1 | -3/+3 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-10-27 | Missing Teleport Skill in RMSC2012 Headgears. | Emistry | 1 | -0/+3 | |
http://www.divine-pride.net/database/item?Name=RMSC2012&function=&find=Search | |||||
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 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-10-26 | Merge pull request #824 from Jedzkie/master | Dastgir | 4 | -5/+125 | |
- Update the Status Icons of Items. | |||||
2015-10-26 | - Update the Status Icons based in kRO Update 10-21-2015. | Jedzkie | 4 | -5/+125 | |
- Update 2 new costume items: • Ljosalfar (ID# 20099) • Mermaid Bubbles (ID# 20209) Signed-off-by: Jedzkie <jedzkie13@rocketmail.com> | |||||
2015-10-26 | ItemDB SQL Sync | Hercules.ws | 2 | -2/+2 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
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 | |
Fixed defending aura bug in pre-renewal | |||||
2015-10-24 | Updated libconfig to GNU Bison 2.5 | Haru | 3 | -224/+264 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-10-24 | Merge pull request #811 from ossi0110/master | Haruna | 6 | -29/+100 | |
Fixed Quest Log Packet for 2014-10-22 + Clients | |||||
2015-10-24 | Merge pull request #813 from 4144/instancefix | Haruna | 1 | -2/+2 | |
Fix crash in instance.c |