Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-05 | Split function char_send_HC_ACK_CHARINFO_PER_PAGE | Andrei Karas | 2 | -5/+12 | |
2019-02-05 | Update max packet version in travis to 2019-01-23 | Andrei Karas | 1 | -6/+6 | |
2019-02-05 | Add support for barter shops for main and re clients with version 20190116 | Andrei Karas | 4 | -8/+8 | |
2019-02-05 | Update shuffle packets up to 2019-01-30 | Andrei Karas | 3 | -6/+13 | |
2019-02-05 | Update keys up to 2019-01-30 | Andrei Karas | 2 | -4/+9 | |
2019-02-05 | Update messages up to 2019-01-30 | Andrei Karas | 1 | -1/+17 | |
2019-02-05 | Update packets table up to 2019-01-30 | Andrei Karas | 2 | -3/+4391 | |
2019-02-04 | Merge branch 'stable' into hercules | Haru | 1 | -0/+7 | |
2019-02-04 | Release v2018.12.16+1 | Haru | 1 | -0/+7 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-02-04 | Add missing check in run_script_main | Andrei Karas | 1 | -0/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-02-04 | Merge pull request #2362 from 4144/addchecks | Haru | 1 | -0/+3 | |
Add missing check in run_script_main | |||||
2019-02-04 | Add missing check in run_script_main | Andrei Karas | 1 | -0/+3 | |
2019-02-01 | Merge pull request #2307 from kisuka/checknameditem | Haru | 2 | -0/+84 | |
Added countnameditem script command. | |||||
2019-02-01 | Merge pull request #2151 from dastgirp/login/message | Haru | 2 | -13/+24 | |
Updated message on char-server | |||||
2019-02-01 | Merge pull request #1631 from Emistry/fix_voice_of_siren | Haru | 1 | -0/+3 | |
Fix Voice of Siren minimum duration. | |||||
2019-02-01 | Added countnameditem script command. | kisuka | 2 | -0/+84 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-02-01 | Updated login-server to give appropriate response code to char-server when ↵ | Dastgir | 2 | -13/+24 | |
IP is not allowed Updated char-server to show proper error message. Fixes #737 Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-01-16 | Constants Documentation Sync | Hercules.ws | 1 | -7/+8 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-01-15 | Merge pull request #2339 from 4144/updatepackets | Andrei Karas | 84 | -237/+9899 | |
Update packet up to 2019-01-09 | |||||
2019-01-14 | Update packets table up to 2019-01-09 | Andrei Karas | 48 | -112/+8884 | |
2019-01-14 | Disconnect from char server if auth error happend. | Andrei Karas | 1 | -0/+5 | |
2019-01-14 | Update HPM | Andrei Karas | 5 | -15/+282 | |
2019-01-14 | Add barter shop demo script. | Andrei Karas | 3 | -0/+30 | |
2019-01-14 | Add support for saving/loading barter shops from sql table. | Andrei Karas | 12 | -58/+260 | |
Also allow add duplicated item id to barter shops if price is different. | |||||
2019-01-14 | Add packet CZ_NPC_BARTER_PURCHASE | Andrei Karas | 6 | -0/+189 | |
2019-01-14 | Add packet CZ_NPC_BARTER_CLOSE | Andrei Karas | 4 | -1/+19 | |
2019-01-14 | Fix weight field in market shops. | Andrei Karas | 1 | -1/+1 | |
2019-01-14 | Add barter type shop and add packet ZC_NPC_BARTER_OPEN | Andrei Karas | 8 | -25/+134 | |
2019-01-14 | Remove unused enum variable npcmarketopenType | Andrei Karas | 1 | -1/+0 | |
2019-01-14 | Update message up to 2019-01-09 | Andrei Karas | 5 | -11/+59 | |
2019-01-14 | Add missing enum status for function char_creation_failed | Andrei Karas | 1 | -1/+2 | |
2019-01-14 | Update max packet version in travis to 2019-01-09 | Andrei Karas | 1 | -6/+15 | |
Also add build job with packet version 2013-07-24. | |||||
2019-01-14 | Add inventory expansion packets to main and re clients with version 20181219 | Andrei Karas | 3 | -8/+8 | |
2019-01-14 | Update shuffle packets up to 2019-01-09 | Andrei Karas | 3 | -12/+20 | |
2019-01-14 | Update keys up to 2019-01-09 | Andrei Karas | 2 | -8/+13 | |
2019-01-14 | Fix sending last packet HC_ACK_CHARINFO_PER_PAGE | Andrei Karas | 1 | -2/+2 | |
2019-01-14 | HPM Hooks Update | Hercules.ws | 4 | -0/+40 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-01-14 | Merge pull request #2337 from 4144/fixitemdb | Andrei Karas | 2 | -0/+33 | |
Fix item db with item id bigger than 65535 | |||||
2019-01-14 | Allow load item with big id even if packet version not support this id. | Andrei Karas | 1 | -0/+12 | |
2019-01-14 | Fix search item by name if id bigger than MAX_ITEMDB | Andrei Karas | 2 | -0/+21 | |
2019-01-13 | MobDB SQL Sync | Hercules.ws | 6 | -6/+6 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-01-13 | ItemDB SQL Sync | Hercules.ws | 3 | -3/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-01-13 | HPM Hooks Update | Hercules.ws | 15 | -15/+15 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-01-13 | Merge pull request #2351 from AnnieRuru/49-disguise | Asheraf | 1 | -0/+10 | |
Fix a bug that causes disguise event to run indefinitely | |||||
2019-01-14 | Fix a bug that causes the event to run indefinitely | AnnieRuru | 1 | -0/+10 | |
- the .RoundCount only increase when having players answer correctly if nobody playing this event, or players give up before .Rounds(10) rounds, it will continue run forever | |||||
2018-12-17 | Release v2018.12.16 | Haru | 1 | -0/+40 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-12-17 | Fix HPM generation for old packet versions. | Andrei Karas | 4 | -14/+6 | |
From now HPM generated for 20031028 main packet version. | |||||
2018-12-17 | Revert "Fix compile errors with old packetvers" | Andrei Karas | 3 | -34/+12 | |
This reverts commit 18867f88bf23779a89dbe7d8b7dfcd2cf78744c3. | |||||
2018-12-17 | Fix compile errors with old packetvers | Haru | 3 | -12/+34 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-12-16 | Merge pull request #2298 from guilherme-gm/201810-abracadabra | Haru | 1 | -0/+4 | |
Fixes delayed-consume items not being consumed after using Abracadabra |