Age | Commit message (Expand) | Author | Files | Lines |
2015-09-08 | Added pre-re/re support to the pet db. Fixes #702 | Haru | 1 | -38/+33 |
2015-09-08 | Fixed a failed assertion in skill_get_ele. Fixes #708 | Haru | 1 | -17/+20 |
2015-09-08 | Fixed some memory leaks in code using libconfig | Haru | 7 | -7/+9 |
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 |
2015-09-06 | Revert "Revert "Updated getwaitingroomstate() script command."" | Emistry | 1 | -1/+15 |
2015-09-06 | Revert "Updated getwaitingroomstate() script command." | Emistry | 1 | -15/+1 |
2015-09-06 | Updated getwaitingroomstate() script command. | Emistry | 1 | -1/+15 |
2015-08-31 | npctalk support extra npc name parameter. | Emistry | 1 | -2/+10 |
2015-08-27 | HPM Hooks Update | Hercules.ws | 4 | -0/+32 |
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 |
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 |
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 |
2015-08-17 | Removed some useless variables reported by the Clang static analyzer | Haru | 1 | -14/+8 |
2015-08-17 | HPM Hooks Update | Hercules.ws | 4 | -0/+32 |
2015-08-17 | Merge pull request #619 from dastgir/2015-3ceam | Haruna | 4 | -81/+188 |
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 |
2015-08-15 | Removed some unnecessary shared symbols, already present in interfaces | Haru | 4 | -272/+278 |
2015-08-15 | Moved sql_handle into the HPMi interface | Haru | 7 | -12/+5 |
2015-08-15 | HPM Hooks Update | Haru | 14 | -0/+112 |
2015-08-15 | Added core HPM interface | Haru | 15 | -83/+73 |
2015-08-15 | HPM Hooks Update | Haru | 1 | -1/+1 |
2015-08-15 | Enabled HPMDataCheck for login and char servers | Haru | 3 | -17/+1 |
2015-08-15 | HPM Hooks Update | Haru | 5 | -121/+448 |
2015-08-15 | HPM compatibility improvements | Haru | 147 | -439/+501 |
2015-08-15 | Moved session array into the socket interface | Haru | 12 | -214/+210 |
2015-08-15 | HPM Hooks Update | Haru | 15 | -0/+22728 |
2015-08-15 | Added HPMHooking support for common interfaces | Haru | 2 | -1/+23 |
2015-08-15 | Minor symbols cleanup to avoid conflicts | Haru | 4 | -45/+45 |
2015-08-15 | Added showmsg HPM interface | Haru | 11 | -121/+173 |
2015-08-15 | Cleaned up strlib interface | Haru | 2 | -120/+73 |
2015-08-15 | Cleaned up socket interface | Haru | 16 | -210/+190 |
2015-08-13 | Added script_mapquit plugin (moved from the StaffPlugins repository) | Haru | 1 | -0/+47 |
2015-08-13 | Added check for execinfo.h/backtrace() to the configure script | Haru | 1 | -6/+6 |
2015-08-13 | Corrected some include guards | Haru | 2 | -6/+6 |
2015-08-12 | Fix weapon field size in char_mmo_char_tobuf. | Andrei Karas | 1 | -1/+1 |
2015-08-12 | HPM Hooks Update | Hercules.ws | 1 | -6/+6 |
2015-08-12 | Merge pull request #636 from 4144/equippos | Haruna | 2 | -3/+16 |
2015-08-12 | Fixed some issues reported by Coverity | Haru | 2 | -2/+2 |
2015-08-11 | Add n parameter to function pc_equipitem_pos. | Andrei Karas | 2 | -3/+16 |
2015-08-11 | HPM Hooks Update | Hercules.ws | 7 | -96/+33 |