summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)AuthorFilesLines
2020-04-05Add enum for pet intimacy levels and use its constantsKenpachi Developer1-0/+11
2020-04-05Add enum for pet hunger levels and use its constantsKenpachi Developer1-0/+10
2020-04-05HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-04-05Merge pull request #2663 from 4144/updatepacketsHaru3-5/+22
Update packets up to 2020-04-01
2020-04-02Fix typo in packet PACKET_ZC_SE_CASHSHOP_OPEN (Fixes #2669)Andrei Karas1-1/+0
2020-04-02Update packets tableAndrei Karas2-4/+22
2020-03-30Disable libbacktrace by defaultHaru1-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-30Add helpers to find the correct executable path for libbacktraceHaru1-2/+65
Signed-off-by: Haru <haru@dotalux.com>
2020-03-30Fix Makefile-based compilation on platforms that use libbacktrace with a ↵Haru1-1/+1
different executable format than elf
2020-03-30Fix a memory leak caused by repeatedly allocating the libbacktrace state at ↵Haru3-11/+32
every printed backtrace Signed-off-by: Haru <haru@dotalux.com>
2020-03-30Add libbacktraceAndrei Karas2-11/+54
2020-03-05Change default packet version to 2019-05-30Andrei Karas1-1/+1
2020-03-05Update packets tableAndrei Karas6-12/+57
2020-02-09HPM Hooks UpdateHaru1-0/+1
Signed-off-by: Haru <haru@dotalux.com>
2020-02-09Merge pull request #2590 from Kenpachi2k13/issue#2530Haru2-3/+50
Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (non-permanent monster spawns) [Issue #2530]
2020-02-09HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-09Define MAX_DIR_PATH for WIN32, tooKenpachi Developer2-4/+10
2020-02-09Add is_file() functionKenpachi Developer2-0/+41
2020-02-09HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-09Update packets tableAndrei Karas6-11/+4688
2020-02-09Merge pull request #2601 from Kenpachi2k13/int_party_c_warningHaru1-1/+1
Fix C4018 compiler warning in src\char\int_party.c.
2020-02-09Merge pull request #2596 from dastgirp/skill_idx_refactorHaru1-1/+1
Changed logic of skill_get_index
2020-02-05Changed some data types from unsigned to signed.Kenpachi Developer1-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-02Changed logic of skill_get_indexDastgir1-1/+1
skill_get_index can be edited easily to add custom skills
2020-01-13Update copyright headers for year 2020Haru109-206/+206
Signed-off-by: Haru <haru@dotalux.com>
2020-01-13Merge pull request #2608 from 4144/fixhpmHaru1-0/+6
Fix redefine HPM structs in multy file plugins
2020-01-09Update HPMAndrei Karas2-2/+3
2020-01-09Update packets table up to 2020-01-08Andrei Karas51-124/+9472
2020-01-09Fix redefine HPM structs in multy file pluginsAndrei Karas1-0/+6
2019-12-15Merge pull request #2580 from Asheraf/winmariadbconnectorHaru1-0/+3
Replace the windows mysql connector with MariaDB C Connector
2019-12-13Convert packet CZ_SE_CASHSHOP_OPEN to structure and add new packet versionAndrei Karas1-0/+4
2019-12-04Update packets table up to 2019-12-04Andrei Karas3-0/+57
2019-11-19Replace the windows mysql connector with MariaDB C Connector 3.1.5 / Client ↵Asheraf1-0/+3
Lib 10.4.3
2019-11-17Merge pull request #2568 from 4144/updatepacketsHaru15-15202/+15331
Update packets up to 2019-11-07
2019-11-07Update packets table up to 2019-11-06Andrei Karas15-15202/+15331
2019-10-20Merge pull request #2547 from guilherme-gm/201910-dehardcode-dbHaru4-0/+95
Dehardcode DB files path
2019-10-19Dehardcodes db/map_index.txt file pathGuilherme Menaldo2-0/+61
A new config file "conf/common/map-index.conf" is added to set the file path
2019-10-18Fix some issues with the strtok output in the console command parserHaru1-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-18Merge pull request #2551 from guilherme-gm/201910-fix-sc-timesHaru1-0/+1
Fixes status changes effect timer when relogging
2019-10-18Merge pull request #2537 from 4144/updatepacketsHaru34-79768/+79888
Update packets up to 2019-10-02
2019-10-18Merge pull request #2492 from dastgirp/huld/splitHaru2-9/+8
Split HULD translations to per NPC file instead of one large file
2019-10-17HPM updateAndrei Karas1-2/+0
2019-10-17Fix compilation warnings in gcc-9Andrei Karas1-0/+7
Also reenabled array bound warning
2019-10-17Update packets table up to 2019-10-16Andrei Karas32-79766/+79881
Also remove packet names from packets table
2019-10-06Updates status changes to also keep their total timeGuilherme Menaldo1-0/+1
- This allows clients to continue the "timer" display after you login again
2019-10-05Dehardcodes db files base path so the db folder can be easily movedGuilherme Menaldo2-0/+34
2019-10-02Extend the findfile() function with a general purpose context argumentHaru2-9/+8
Signed-off-by: Haru <haru@dotalux.com>
2019-09-23HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-09-23Merge pull request #2536 from MishimaHaruna/compile-fixesHaru1-2/+3
Compile fixes
2019-09-22Fix an assignment of a function pointer to a non-function pointerHaru1-2/+3
Signed-off-by: Haru <haru@dotalux.com>