Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-17 | Merge pull request #870 from Jedzkie/ItemDB_Updates | Frost | 1 | -1/+1 | |
Follow up. | |||||
2015-11-17 | Add some FAQ documentation that some script command can return value | AnnieRuru | 2 | -4/+7 | |
- getitemname can return "null" - getmapusers can return -1 and fix the bad ... misleading global function example | |||||
2015-11-16 | Follow up ↵ | Jedzkie | 1 | -1/+1 | |
https://github.com/HerculesWS/Hercules/commit/44a79fd2d56ca8c9ec0a13eb3ce206d940e0d4ae Signed-off-by: Jedzkie <jedzkie13@rocketmail.com> | |||||
2015-11-16 | Merge pull request #869 from Jedzkie/ItemDB_Updates | Dastgir | 2 | -1/+62 | |
Update new NPC ID's. | |||||
2015-11-16 | Update new NPC ID's. | Jedzkie | 2 | -1/+62 | |
Signed-off-by: Jedzkie <jedzkie13@rocketmail.com> | |||||
2015-11-15 | ItemDB SQL Sync | Hercules.ws | 2 | -4/+4 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-11-15 | Fixed too-generic constant names of gettime() types | Haru | 33 | -259/+240 | |
- Follow-up to 3bd77ffc0daca508352834add828766490075aee - The names were too generic (not namespaced), and were easily clashing with custom (and potential future official) constants or variables. - Constants are now prefixed with a 'GETTIME_' namespace: - GETTIME_SECOND - GETTIME_MINUTE - GETTIME_HOUR - GETTIME_WEEKDAY - GETTIME_DAYOFMONTH - GETTIME_MONTH - GETTIME_YEAR - GETTIME_DAYOFYEAR - Fixed some excessive (and some times incorrect) parentheses in various scripts using gettime(). - Updated documentation. Signed-off-by: Haru <haru@dotalux.com> | |||||
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-31 | Add new config to allow player vend/chat room nearby hidden npc | AnnieRuru | 3 | -3/+5 | |
make changes to (#837) - mske better battle_config clarification - Add FAKE_NPC constant in the source and use them - also use the HIDDEN_WARP_NPC constants | |||||
2015-10-29 | Add new config to allow player vend/chat room nearby hidden npc (#834) | AnnieRuru | 4 | -0/+8 | |
credit to Emistry for the idea | |||||
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> |