summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)AuthorFilesLines
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>
2019-09-22Implementation of new guild ui client featuresAsheraf1-0/+8
2019-09-18Update HPMAndrei Karas1-0/+3
2019-09-18Update packets table up to 2019-09-18Andrei Karas3-0/+161
2019-08-26Merge pull request #2522 from MishimaHaruna/remove-inter-roundtripsHaru1-1/+0
Remove some round-trips to the inter-server
2019-08-25Remove whisper dispatch code from the inter serverHaru1-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-21Update HPMAndrei Karas1-1/+5
2019-08-21Update packets table to 2019-08-21Andrei Karas3-15/+142
2019-07-27HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-07-24Update HPMAndrei Karas1-0/+1
2019-07-24Update packets table up to 2019-07-24Andrei Karas3-10/+401
2019-06-26Add support for new shortcuts packets in zeroAndrei Karas1-2/+2
2019-06-26Update packets table up to 2019-06-26Andrei Karas3-15/+107
2019-06-02Disable new shortcuts on zero clientsAndrei Karas1-2/+2
Because on zero they still not implimented.
2019-06-02Use new shortcuts packets in zero 2019-05-15 and main 2019-05-22Andrei Karas1-2/+2
2019-06-02Use separate field hotkey_rowshift for each hotkeys groupAndrei Karas1-0/+1
2019-06-02Update HPMAndrei Karas1-1/+0
2019-06-02Update packet ZC_SHORTCUT_KEY_LISTAndrei Karas1-12/+17
2019-06-02Add define MAX_HOTKEYS_DB for max stored hotkeys in dbAndrei Karas1-1/+7
For new RE clients it's double of MAX_HOTKEYS
2019-06-01Update packets table up to 2019-05-30Andrei Karas3-20/+172
2019-05-06HPM Hooks UpdateAsheraf1-3/+3
2019-05-05HPM Hooks updateIbrahim Zidan2-1/+20
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Implement Refinery UIIbrahim Zidan1-0/+8
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05HPM Hooks UpdateHercules.ws1-0/+4
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-05-05Disable packet validation in socket_datasyncAndrei Karas1-2/+2
2019-05-05Add char_id into struct guild_expulsionAndrei Karas1-0/+1
Also use char_id in packet ZC_BAN_LIST.