Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-17 | Added Configuration in enabling/disabling monster hp bar on new clients. | Frost | 4 | -13/+16 | |
Closes #558 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-17 | HPM Hooks Update | Hercules.ws | 3 | -0/+124 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-09-15 | Add missing checks into duel.c | Andrei Karas | 1 | -0/+12 | |
2015-09-15 | Add missing checks into clif.c | Andrei Karas | 2 | -131/+791 | |
2015-09-14 | Add missing checks into chrif.c | Andrei Karas | 1 | -4/+27 | |
2015-09-14 | Add missing checks into chat.c | Andrei Karas | 1 | -0/+10 | |
2015-09-14 | Add missing checks into channel.c | Andrei Karas | 4 | -9/+16 | |
2015-09-14 | Add missing checks into buyingstore.c | Andrei Karas | 1 | -5/+11 | |
2015-09-14 | Add missing checks into battleground.c. | Andrei Karas | 1 | -2/+20 | |
2015-09-14 | Add missing checks into battle.c. | Andrei Karas | 1 | -9/+51 | |
2015-09-14 | Add missing checks into atcommand.c | Andrei Karas | 2 | -504/+527 | |
2015-09-12 | Merge pull request #713 from 4144/pathext | Haruna | 8 | -49/+49 | |
Add to path search functions source bl for plugins usage. | |||||
2015-09-10 | Update HPM hooks. | Andrei Karas | 1 | -18/+18 | |
2015-09-10 | Add to path search functions source bl for plugins usage. | Andrei Karas | 7 | -31/+31 | |
2015-09-10 | Add extra checks into mail system. | Andrei Karas | 2 | -4/+14 | |
2015-09-08 | Added pre-re/re support to the pet db. Fixes #702 | Haru | 1 | -38/+33 | |
Thanks to aleprincess Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-08 | Fixed a failed assertion in skill_get_ele. Fixes #708 | Haru | 1 | -17/+20 | |
- Thanks to AnisotropicDefixation Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-08 | Fixed some memory leaks in code using libconfig | Haru | 7 | -7/+9 | |
- Special thanks to Dastgir Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-05 | Added RE/Pre-RE start_point ability. | Taylor Locke | 1 | -13/+38 | |
2015-09-06 | Fixed compilation error. | Emistry | 1 | -1/+2 | |
error: ‘for’ loop initial declarations are only allowed in C99 mode | |||||
2015-09-06 | Revert "Revert "Updated getwaitingroomstate() script command."" | Emistry | 1 | -1/+15 | |
This reverts commit c3ce0fb9b04d4c51d632c21f24f7a348c2681bf2. | |||||
2015-09-06 | Revert "Updated getwaitingroomstate() script command." | Emistry | 1 | -15/+1 | |
This reverts commit 1bd8e9d50ed6de9433c3d6ccb842491cdafcd0a1. | |||||
2015-09-06 | Updated getwaitingroomstate() script command. | Emistry | 1 | -1/+15 | |
type 0 - return number of users in the waiting room and account_id list stored in $@chatmembers[] type 34 - Minimum Base Level to enter waiting room. type 35 - Maximum Base Level to enter waiting room. type 36 - Minimum Zeny to enter waiting room. | |||||
2015-08-31 | npctalk support extra npc name parameter. | Emistry | 1 | -2/+10 | |
The command will display the message on the NPC that name specified in the parameter. Useful in quest script that required a lot of different NPC to talk at the same time. Especially instances script. | |||||
2015-08-27 | HPM Hooks Update | Hercules.ws | 4 | -0/+32 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-08-27 | Hotkey Rotate Packet Implemented | Dastgir | 6 | -20/+45 | |
2015-08-27 | Fixes Unidentified items bug in client >= 20150226 | Dastgir | 2 | -12/+12 | |
2015-08-26 | Fixed a faulty usage of sg->unit in land skill code | Haru | 2 | -42/+52 | |
- Changed sg->unit and sg->unit_count into an explicit vector struct, to enforce the correct access. - Related: rathena/rathena#583 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-26 | Fix buffer overflow in @set command. Closes #667 | Andrei Karas | 1 | -1/+1 | |
2015-08-26 | FollowUp 509df4d7, fixes a typo | Dastgir | 1 | -1/+1 | |
2015-08-23 | Fix server crash with some ground skills or traps. Closes #615. | Andrei Karas | 1 | -0/+1 | |
2015-08-18 | Fixed a qiget/qicheck crash in queue iterators | Haru | 1 | -2/+2 | |
- Fixes #652 - Follow-up to 918b1123963ac2f91a4d074b092ceef1db71b4e8 - Thanks to Dastgir, Andrei Karas Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-17 | Fix wrong index access and probably wrong hp/sp calculation. Closes #653 | Andrei Karas | 1 | -6/+42 | |
2015-08-17 | Dont call memset with null pointer. | Andrei Karas | 1 | -1/+2 | |
2015-08-17 | Fixed a minor issue in the Hercules startup banner | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-17 | Removed some useless variables reported by the Clang static analyzer | Haru | 1 | -14/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-17 | HPM Hooks Update | Hercules.ws | 4 | -0/+32 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-08-17 | Merge pull request #619 from dastgir/2015-3ceam | Haruna | 4 | -81/+188 | |
New EquipPackets Support | |||||
2015-08-16 | New EquipPackets Support | Dastgir | 4 | -81/+188 | |
2015-08-15 | HPM Hooks Update | Haru | 1 | -2/+5 | |
2015-08-15 | Automatic HPM symbol sharing | Haru | 9 | -117/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-15 | Removed some unnecessary shared symbols, already present in interfaces | Haru | 4 | -272/+278 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-15 | Moved sql_handle into the HPMi interface | Haru | 7 | -12/+5 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-15 | HPM Hooks Update | Haru | 14 | -0/+112 | |
2015-08-15 | Added core HPM interface | Haru | 15 | -83/+73 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-15 | HPM Hooks Update | Haru | 1 | -1/+1 | |
2015-08-15 | Enabled HPMDataCheck for login and char servers | Haru | 3 | -17/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-15 | HPM Hooks Update | Haru | 5 | -121/+448 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-15 | HPM compatibility improvements | Haru | 147 | -439/+501 | |
Improved compatibility, portability and standards conformance. - Since it is not possible to portably and reliably re-use the core's symbols in plugins, symbols are no longer exported unless explicitly required, in the UNIX builds. This mimics the Windows behavior and adds HPM compatibility to OSes such as FreeBSD. Credits to Andrei Karas for making this possible. - For convenience, it is no longer necessary to call GET_SYMBOL, since the plugin will automatically import all the available symbols when it's loaded, depending on the included headers. - Plugins are now supposed to include the "common/hercules.h" header before including anything else. Incluing common/HPMi.h, common/cbasetypes.h or conf/core.h is no longer necessary, as those are guaranteed to be automatically included by hercules.h. - HPM API version bumped to 1.1. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-15 | Moved session array into the socket interface | Haru | 12 | -214/+210 | |
Signed-off-by: Haru <haru@dotalux.com> |