Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-06 | ItemDB SQL Sync | Hercules.ws | 1 | -2/+5 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-09-05 | Merge pull request #696 from HerculesWS/Criatura_Academy | Kisuka | 12 | -31/+15196 | |
Episode 14.2 Criatura Academy Release. | |||||
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 | 2 | -2/+21 | |
This reverts commit c3ce0fb9b04d4c51d632c21f24f7a348c2681bf2. | |||||
2015-09-06 | Revert "Updated getwaitingroomstate() script command." | Emistry | 2 | -21/+2 | |
This reverts commit 1bd8e9d50ed6de9433c3d6ccb842491cdafcd0a1. | |||||
2015-09-05 | Episode 14.2 Criatura Academy Release. | Taylor Locke | 12 | -31/+15196 | |
2015-09-06 | Updated getwaitingroomstate() script command. | Emistry | 2 | -2/+21 | |
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 | Fixed issue #670 | Emistry | 1 | -3/+3 | |
Ancient Golden Decoration which is upper headgear. | |||||
2015-08-31 | npctalk support extra npc name parameter. | Emistry | 2 | -3/+12 | |
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-31 | Updated doc/script_commands.txt | Emistry | 1 | -4/+7 | |
isequipped() and isequippedcnt() support not only card id, but also support any item id. | |||||
2015-08-30 | Follow up@2b4b33b06a964e83bf5df9f7f0b795ddf76f9dd0 | malufett | 1 | -0/+1 | |
- missing sql upgrade index. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com> | |||||
2015-08-27 | HPM Hooks Update | Hercules.ws | 4 | -0/+32 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-08-27 | Merge pull request #674 from HerculesWS/hotkey | Dastgir | 8 | -20/+50 | |
Hotkey Rotate Packet Implemented | |||||
2015-08-27 | Hotkey Rotate Packet Implemented | Dastgir | 8 | -20/+50 | |
2015-08-27 | Fixes Unidentified items bug in client >= 20150226 | Dastgir | 2 | -12/+12 | |
2015-08-27 | Added an availability check for the -rdynamic linker option | Haru | 2 | -5/+61 | |
- Fixes an issue preventing to compile on non-ELF systems (i.e. OS X) using recent gcc versions (such as 5.2) that are unable to filter out this option where it's not needed. - Thanks to Smokexyz for reporting the issue. Signed-off-by: Haru <haru@dotalux.com> | |||||
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 | fix travis.sh from previous commit. | Andrei Karas | 1 | -1/+1 | |
2015-08-26 | Show errors in travis tests after server crashed or terminated with non zero ↵ | Andrei Karas | 1 | -1/+6 | |
exit code. | |||||
2015-08-26 | FollowUp 509df4d7, fixes a typo | Dastgir | 1 | -1/+1 | |
2015-08-23 | Merge pull request #658 from 4144/fixcrash | Haruna | 1 | -0/+1 | |
Fix server crash with some ground skills or traps. Closes #615. | |||||
2015-08-23 | Fix server crash with some ground skills or traps. Closes #615. | Andrei Karas | 1 | -0/+1 | |
2015-08-19 | Fixed an issue preventing the VS2015 projects to compile in Release mode | Haru | 4 | -4/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
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-18 | Detect other sanitizer run time errors. | Andrei Karas | 1 | -1/+9 | |
2015-08-17 | Added sanitizer (gcc-5) to the travis build script | Haru | 1 | -6/+28 | |
- Made possible thanks to Andrei Karas Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-17 | Switched to the new, faster, travis build environment | Haru | 1 | -0/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-17 | Merge pull request #654 from 4144/memfixes | Haruna | 3 | -8/+45 | |
Different memory corruption fixes | |||||
2015-08-17 | Fix wrong index access and probably wrong hp/sp calculation. Closes #653 | Andrei Karas | 2 | -7/+43 | |
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 | Updated Xcode project to reflect the recent changes | Haru | 1 | -3/+225 | |
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 | Corrected a warp destination typo in The Sign quest | Haru | 1 | -1/+1 | |
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 | Merge pull request #643 from HerculesWS/hpmfixes_v2 | Andrei Karas | 173 | -1853/+24905 | |
HPM Compatibility Improvements | |||||
2015-08-15 | HPM Hooks Update | Haru | 1 | -2/+5 | |
2015-08-15 | Automatic HPM symbol sharing | Haru | 10 | -119/+11 | |
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 | 4 | -19/+10 | |
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 | 152 | -469/+573 | |
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> |