Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2019-10-20 | Merge pull request #2547 from guilherme-gm/201910-dehardcode-db | Haru | 4 | -0/+95 | |
Dehardcode DB files path | |||||
2019-10-19 | Dehardcodes db/map_index.txt file path | Guilherme Menaldo | 2 | -0/+61 | |
A new config file "conf/common/map-index.conf" is added to set the file path | |||||
2019-10-18 | Fix some issues with the strtok output in the console command parser | Haru | 1 | -0/+17 | |
- Fixes a crash in the console command parser when a line consisting only of spaces is executed. - Fixes some extra spaces accidentally passed at the beginning of the argument string to console commands, if the input started with multiple adjacent spaces. Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-10-18 | Merge pull request #2551 from guilherme-gm/201910-fix-sc-times | Haru | 1 | -0/+1 | |
Fixes status changes effect timer when relogging | |||||
2019-10-18 | Merge pull request #2537 from 4144/updatepackets | Haru | 34 | -79768/+79888 | |
Update packets up to 2019-10-02 | |||||
2019-10-18 | Merge pull request #2492 from dastgirp/huld/split | Haru | 2 | -9/+8 | |
Split HULD translations to per NPC file instead of one large file | |||||
2019-10-17 | HPM update | Andrei Karas | 1 | -2/+0 | |
2019-10-17 | Fix compilation warnings in gcc-9 | Andrei Karas | 1 | -0/+7 | |
Also reenabled array bound warning | |||||
2019-10-17 | Update packets table up to 2019-10-16 | Andrei Karas | 32 | -79766/+79881 | |
Also remove packet names from packets table | |||||
2019-10-06 | Updates status changes to also keep their total time | Guilherme Menaldo | 1 | -0/+1 | |
- This allows clients to continue the "timer" display after you login again | |||||
2019-10-05 | Dehardcodes db files base path so the db folder can be easily moved | Guilherme Menaldo | 2 | -0/+34 | |
2019-10-02 | Extend the findfile() function with a general purpose context argument | Haru | 2 | -9/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-09-23 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-09-23 | Merge pull request #2536 from MishimaHaruna/compile-fixes | Haru | 1 | -2/+3 | |
Compile fixes | |||||
2019-09-22 | Fix an assignment of a function pointer to a non-function pointer | Haru | 1 | -2/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-09-22 | Implementation of new guild ui client features | Asheraf | 1 | -0/+8 | |
2019-09-18 | Update HPM | Andrei Karas | 1 | -0/+3 | |
2019-09-18 | Update packets table up to 2019-09-18 | Andrei Karas | 3 | -0/+161 | |
2019-08-26 | Merge pull request #2522 from MishimaHaruna/remove-inter-roundtrips | Haru | 1 | -1/+0 | |
Remove some round-trips to the inter-server | |||||
2019-08-25 | Remove whisper dispatch code from the inter server | Haru | 1 | -1/+0 | |
The code was currently not in use (assuming the only officially supported case of a single-zone server) Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-21 | Update HPM | Andrei Karas | 1 | -1/+5 | |
2019-08-21 | Update packets table to 2019-08-21 | Andrei Karas | 3 | -15/+142 | |
2019-07-27 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-07-24 | Update HPM | Andrei Karas | 1 | -0/+1 | |
2019-07-24 | Update packets table up to 2019-07-24 | Andrei Karas | 3 | -10/+401 | |
2019-06-26 | Add support for new shortcuts packets in zero | Andrei Karas | 1 | -2/+2 | |
2019-06-26 | Update packets table up to 2019-06-26 | Andrei Karas | 3 | -15/+107 | |
2019-06-02 | Disable new shortcuts on zero clients | Andrei Karas | 1 | -2/+2 | |
Because on zero they still not implimented. | |||||
2019-06-02 | Use new shortcuts packets in zero 2019-05-15 and main 2019-05-22 | Andrei Karas | 1 | -2/+2 | |