Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-17 | Add appveyor configuration file | Haru | 1 | -0/+28 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-17 | HPM Hooks Update | Haru | 5 | -37/+36 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-17 | Add option to recache individual maps | Haru | 1 | -3/+17 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-17 | Removal of the old mapcache tool as new plugin took it place. | hemagx | 13 | -1521/+11 | |
Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com> | |||||
2018-02-17 | New mapcache system | hemagx | 1821 | -117/+506 | |
* Now each map is in separated file so now it will be easier to know which map got updated or delete on updates * Now there's md5 checksum check for each map * Now the map cache is platform safe, the old format was not packed which may result in undefined behavior * The map cache tool got converted into hercules plugin Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com> | |||||
2018-02-13 | Release v2018.02.11+1v2018.02.11+1 | Haru | 1 | -0/+7 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-13 | Merge pull request #1973 from MishimaHaruna/bg_message-fix | Haru | 1 | -12/+9 | |
Fix unterminated strings in ZC_BATTLEFIELD_CHAT | |||||
2018-02-13 | Merge pull request #1972 from 4144/clanfixes | Haru | 3 | -3/+7 | |
fix some clan issues | |||||
2018-02-13 | Fix unterminated strings in ZC_BATTLEFIELD_CHAT | Haru | 1 | -12/+9 | |
Follow-up to #1890 (targeting the clients that were excluded) The unterminated string could cause client crashes or trailing garbage to be displayed when receiving a battlegrounds chat message, on various client versions. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-12 | Fix possible crash in zone change code. Fixes #1971 | Andrei Karas | 1 | -0/+2 | |
In function map_zone_change2 silently exit if zone is NULL. | |||||
2018-02-12 | Fix messages about enabled/disabled cvc mode. | Andrei Karas | 2 | -3/+5 | |
2018-02-11 | Release v2018.02.11v2018.02.11 | Haru | 1 | -0/+33 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-10 | Merge pull request #1890 from lucaslsb/stable | Haru | 1 | -0/+3 | |
Overflow correction in visual function bg_message | |||||
2018-02-10 | Merge pull request #1969 from 4144/packetsupdate | Haru | 5 | -0/+150 | |
Update packets and keys tables up to 20180207. | |||||
2018-02-10 | Merge pull request #1964 from MishimaHaruna/clanfix | Haru | 20 | -145/+164 | |
Clanfix | |||||
2018-02-10 | Update packets and keys tables up to 20180207. | Andrei Karas | 5 | -0/+150 | |
2018-02-10 | Update Xcode project with the missing files | Haru | 1 | -37/+63 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-10 | Clean up trailing whitespace and non-indent tabs | Haru | 19 | -95/+94 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-10 | Fix some minor issues in the clan system, as reported by coverity | Haru | 3 | -13/+7 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-10 | Merge pull request #1963 from 4144/fix1908 | Haru | 26 | -340/+1868 | |
Add missing interfaces in login server. fix issue 1908 | |||||
2018-02-10 | Update Xcode project | Haru | 1 | -12/+12 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-09 | Update HPM hooks. | Andrei Karas | 7 | -0/+1383 | |
2018-02-09 | Add account_engine into login interface. | Andrei Karas | 2 | -11/+13 | |
2018-02-09 | Add global variables into loginlog interface. | Andrei Karas | 2 | -41/+58 | |
2018-02-09 | Add interface into loginlog.c. | Andrei Karas | 7 | -20/+51 | |
2018-02-09 | Create lchrif interface in login.c | Andrei Karas | 2 | -8/+33 | |
2018-02-09 | Rename in login.c methods chrif_* into lchrif_*. | Andrei Karas | 1 | -11/+11 | |
2018-02-09 | Add interface into ipban.c. | Andrei Karas | 6 | -70/+106 | |
2018-02-09 | Add interface into account.c. | Andrei Karas | 5 | -84/+113 | |
2018-02-09 | Add server[MAX_SERVERS] into login interface. | Andrei Karas | 3 | -69/+73 | |
2018-02-09 | Add loginlog_ prefix to all functions in loginlog.c | Andrei Karas | 4 | -9/+9 | |
2018-02-09 | Add account_ prefix to all functions in account.c | Andrei Karas | 3 | -14/+15 | |
2018-02-09 | Remove suffix "_sql" from files in login directory. | Andrei Karas | 10 | -19/+19 | |
2018-02-09 | Merge pull request #1968 from 4144/fixclancrash | Haru | 2 | -2/+5 | |
Fix different clan issues. | |||||
2018-02-08 | Fix different clan issues. | Andrei Karas | 2 | -2/+5 | |
Add missing online check for clan members. Clean sd pointer after clan member went offline. | |||||
2018-02-06 | Merge pull request #1718 from Murilo-BiO/clan_system | Haru | 79 | -107/+5730 | |
Implementation of Official Clan System | |||||
2018-02-03 | Merge pull request #1200 from 4144/hidefix | Haru | 2 | -1/+8 | |
Hide area packets from hidden players/gms. | |||||
2018-02-04 | Send out of sight packet before hiding player. | Andrei Karas | 1 | -0/+1 | |
2018-02-04 | Hide area packets from hidden players/gms. | Andrei Karas | 1 | -1/+7 | |
2018-01-30 | Overflow correction in visual function bg_message | Lucas Brito | 1 | -0/+3 | |
2018-01-28 | Merge pull request #1881 from AtlantisRO/Standardization-MalangdoCulvert.txt | Asheraf | 1 | -612/+675 | |
Applied standardization to MalangdoCulvert script | |||||
2018-01-28 | Merge pull request #1880 from AtlantisRO/Standardization-HazyForest.txt | Asheraf | 1 | -572/+627 | |
Applied standardization to HazyForest script | |||||
2018-01-28 | Merge pull request #1878 from AtlantisRO/Standardization-EclageInterior.txt | Asheraf | 1 | -367/+371 | |
Applied standardization to EclageInterior script | |||||
2018-01-28 | Merge pull request #1877 from AtlantisRO/Standardization-BuwayaCave.txt | Asheraf | 1 | -230/+230 | |
Applied standardization to BuwayaCave script | |||||
2018-01-28 | Merge pull request #1874 from AtlantisRO/Standardization-BakonawaLake.txt | Asheraf | 1 | -302/+350 | |
Applied standardization to BakonawaLake script | |||||
2018-01-26 | Merge pull request #1957 from 4144/fixpackets | Haru | 6 | -1943/+215 | |
Add packets/keys for new clients. Fix duplicate shuffle packets for 20131223 | |||||
2018-01-25 | HPM Hooks Update | Murilo Pereti Tavares | 11 | -0/+1391 | |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 67 | -107/+3309 | |
All official features work including the autokick for inactive members And the system is completely customizable. | |||||
2018-01-25 | Implementation of 'constants.inc' file | Murilo Pereti Tavares | 2 | -0/+1030 | |
This file will help to make constants that are only accessible on src to be accessible on scripts too. | |||||
2018-01-25 | Add keys for clients from 20180117. | Andrei Karas | 2 | -4/+19 | |