Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-17 | Update packets table | Andrei Karas | 3 | -2/+121 | |
2020-06-28 | Add detection of ARMv8 and improve detection of ARMv7 | Haru | 2 | -2/+11 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-16 | Fix HPM data check violations between server and plugins | Andrei Karas | 1 | -4/+8 | |
2020-06-16 | Disable error in atomic.h | Andrei Karas | 1 | -1/+1 | |
2020-06-01 | Merge pull request #2220 from carloshenrq/configure_newopt | Haru | 1 | -0/+16 | |
New configure options | |||||
2020-06-01 | Merge pull request #2671 from Helianthella/binliteral | Haru | 1 | -1/+4 | |
add support for binary and octal number literals | |||||
2020-06-01 | Merge pull request #2713 from 4144/updatepackets | Haru | 2 | -0/+40 | |
Update packets up to 2020-05-20 | |||||
2020-06-01 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-01 | Update packets table | Andrei Karas | 2 | -0/+40 | |
2020-05-10 | Merge pull request #2705 from Kenpachi2k13/string_var_size | Haru | 1 | -1/+4 | |
Cap string variable value length and unify corresponding SQL columns size | |||||
2020-05-07 | add support for number separators | gumi | 1 | -0/+1 | |
2020-05-05 | Merge branch 'master' into configure_newopt | Kenpachi2k13 | 110 | -90989/+120448 | |
2020-05-02 | Add constant for maximum string variable value length | Kenpachi Developer | 1 | -1/+4 | |
Also add static assert check for SCRIPT_VARNAME_LENGTH | |||||
2020-04-14 | Add Windows support for predefined identifier __func__ | Kenpachi Developer | 1 | -1/+1 | |
__func__ is supported since VS 2015, which is Hercules' oldest supported version. | |||||
2020-04-05 | Add enum for pet intimacy levels and use its constants | Kenpachi Developer | 1 | -0/+11 | |
2020-04-05 | Add enum for pet hunger levels and use its constants | Kenpachi Developer | 1 | -0/+10 | |
2020-04-05 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-04-05 | Merge pull request #2663 from 4144/updatepackets | Haru | 3 | -5/+22 | |
Update packets up to 2020-04-01 | |||||
2020-04-02 | Fix typo in packet PACKET_ZC_SE_CASHSHOP_OPEN (Fixes #2669) | Andrei Karas | 1 | -1/+0 | |
2020-04-02 | Update packets table | Andrei Karas | 2 | -4/+22 | |
2020-03-30 | Disable libbacktrace by default | Haru | 1 | -6/+12 | |
It's currently only tested on linux, and doesn't work yet on macOS (tested on 10.15). Further work is necessary Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-03-30 | Add helpers to find the correct executable path for libbacktrace | Haru | 1 | -2/+65 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-03-30 | Fix Makefile-based compilation on platforms that use libbacktrace with a ↵ | Haru | 1 | -1/+1 | |
different executable format than elf | |||||
2020-03-30 | Fix a memory leak caused by repeatedly allocating the libbacktrace state at ↵ | Haru | 3 | -11/+32 | |
every printed backtrace Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-03-30 | Add libbacktrace | Andrei Karas | 2 | -11/+54 | |
2020-03-28 | add support for binary and octal number literals | gumi | 1 | -1/+3 | |
2020-03-05 | Change default packet version to 2019-05-30 | Andrei Karas | 1 | -1/+1 | |
2020-03-05 | Update packets table | Andrei Karas | 6 | -12/+57 | |
2020-02-09 | HPM Hooks Update | Haru | 1 | -0/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-02-09 | Merge pull request #2590 from Kenpachi2k13/issue#2530 | Haru | 2 | -3/+50 | |
Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (non-permanent monster spawns) [Issue #2530] | |||||
2020-02-09 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-02-09 | Define MAX_DIR_PATH for WIN32, too | Kenpachi Developer | 2 | -4/+10 | |
2020-02-09 | Add is_file() function | Kenpachi Developer | 2 | -0/+41 | |
2020-02-09 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-02-09 | Update packets table | Andrei Karas | 6 | -11/+4688 | |
2020-02-09 | Merge pull request #2601 from Kenpachi2k13/int_party_c_warning | Haru | 1 | -1/+1 | |
Fix C4018 compiler warning in src\char\int_party.c. | |||||
2020-02-09 | Merge pull request #2596 from dastgirp/skill_idx_refactor | Haru | 1 | -1/+1 | |
Changed logic of skill_get_index | |||||
2020-02-05 | Changed some data types from unsigned to signed. | Kenpachi Developer | 1 | -1/+1 | |
* Changed all unsigned fields in struct party_data to signed int. * Changed data type of struct party_member->lv to signed int. * Changed parameter lv in inter_party_change_map() function to signed int. * Changed signature of inter_party_change_map() function in HPMHooking files. | |||||
2020-02-02 | Changed logic of skill_get_index | Dastgir | 1 | -1/+1 | |
skill_get_index can be edited easily to add custom skills | |||||
2020-01-13 | Update copyright headers for year 2020 | Haru | 109 | -206/+206 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-01-13 | Merge pull request #2608 from 4144/fixhpm | Haru | 1 | -0/+6 | |
Fix redefine HPM structs in multy file plugins | |||||
2020-01-09 | Update HPM | Andrei Karas | 2 | -2/+3 | |
2020-01-09 | Update packets table up to 2020-01-08 | Andrei Karas | 51 | -124/+9472 | |
2020-01-09 | Fix redefine HPM structs in multy file plugins | Andrei Karas | 1 | -0/+6 | |
2019-12-15 | Merge pull request #2580 from Asheraf/winmariadbconnector | Haru | 1 | -0/+3 | |
Replace the windows mysql connector with MariaDB C Connector | |||||
2019-12-13 | Convert packet CZ_SE_CASHSHOP_OPEN to structure and add new packet version | Andrei Karas | 1 | -0/+4 | |
2019-12-04 | Update packets table up to 2019-12-04 | Andrei Karas | 3 | -0/+57 | |
2019-11-19 | Replace the windows mysql connector with MariaDB C Connector 3.1.5 / Client ↵ | Asheraf | 1 | -0/+3 | |
Lib 10.4.3 | |||||
2019-11-17 | Merge pull request #2568 from 4144/updatepackets | Haru | 15 | -15202/+15331 | |
Update packets up to 2019-11-07 | |||||
2019-11-07 | Update packets table up to 2019-11-06 | Andrei Karas | 15 | -15202/+15331 | |