summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)AuthorFilesLines
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.
2019-05-05Update HPMAndrei Karas1-1/+1
2019-05-05Update packets table to 2019-05-02Andrei Karas3-12/+92
2019-05-05Merge pull request #2309 from guilherme-gm/201810-randomopt-dropHaru1-0/+4
Support for monster drops with Random Options
2019-04-21Update MSVC version naming in console infoAsheraf1-2/+6
2019-04-20Regenerate HPM HookGuilherme G. Menaldo1-0/+4
2019-04-15Update HPMAndrei Karas1-0/+1
2019-04-15Improve get items from rodexAndrei Karas1-4/+6
2019-04-07Add allow call optionAndrei Karas1-1/+4
2019-04-07Add ZC_PING and CZ_PING packetsAndrei Karas2-2/+6
For supported packet version, from now server send ping packets to client.
2019-04-07Upda packets table up to 2019-04-03Andrei Karas3-19/+62
2019-03-11Merge pull request #2400 from Asheraf/stylist_updateHaru2-1/+13
moving stylist into it's own interface