summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-02-11Release v2018.02.11v2018.02.11Haru1-0/+33
Signed-off-by: Haru <haru@dotalux.com>
2018-02-10Merge pull request #1890 from lucaslsb/stableHaru1-0/+3
Overflow correction in visual function bg_message
2018-02-10Merge pull request #1969 from 4144/packetsupdateHaru5-0/+150
Update packets and keys tables up to 20180207.
2018-02-10Merge pull request #1964 from MishimaHaruna/clanfixHaru20-145/+164
Clanfix
2018-02-10Update packets and keys tables up to 20180207.Andrei Karas5-0/+150
2018-02-10Update Xcode project with the missing filesHaru1-37/+63
Signed-off-by: Haru <haru@dotalux.com>
2018-02-10Clean up trailing whitespace and non-indent tabsHaru19-95/+94
Signed-off-by: Haru <haru@dotalux.com>
2018-02-10Fix some minor issues in the clan system, as reported by coverityHaru3-13/+7
Signed-off-by: Haru <haru@dotalux.com>
2018-02-10Merge pull request #1963 from 4144/fix1908Haru26-340/+1868
Add missing interfaces in login server. fix issue 1908
2018-02-10Update Xcode projectHaru1-12/+12
Signed-off-by: Haru <haru@dotalux.com>
2018-02-09Update HPM hooks.Andrei Karas7-0/+1383
2018-02-09Add account_engine into login interface.Andrei Karas2-11/+13
2018-02-09Add global variables into loginlog interface.Andrei Karas2-41/+58
2018-02-09Add interface into loginlog.c.Andrei Karas7-20/+51
2018-02-09Create lchrif interface in login.cAndrei Karas2-8/+33
2018-02-09Rename in login.c methods chrif_* into lchrif_*.Andrei Karas1-11/+11
2018-02-09Add interface into ipban.c.Andrei Karas6-70/+106
2018-02-09Add interface into account.c.Andrei Karas5-84/+113
2018-02-09Add server[MAX_SERVERS] into login interface.Andrei Karas3-69/+73
2018-02-09Add loginlog_ prefix to all functions in loginlog.cAndrei Karas4-9/+9
2018-02-09Add account_ prefix to all functions in account.cAndrei Karas3-14/+15
2018-02-09Remove suffix "_sql" from files in login directory.Andrei Karas10-19/+19
2018-02-09Merge pull request #1968 from 4144/fixclancrashHaru2-2/+5
Fix different clan issues.
2018-02-08Fix different clan issues.Andrei Karas2-2/+5
Add missing online check for clan members. Clean sd pointer after clan member went offline.
2018-02-06Merge pull request #1718 from Murilo-BiO/clan_systemHaru79-107/+5730
Implementation of Official Clan System
2018-02-03Merge pull request #1200 from 4144/hidefixHaru2-1/+8
Hide area packets from hidden players/gms.
2018-02-04Send out of sight packet before hiding player.Andrei Karas1-0/+1
2018-02-04Hide area packets from hidden players/gms.Andrei Karas1-1/+7
2018-01-30Overflow correction in visual function bg_messageLucas Brito1-0/+3
2018-01-28Merge pull request #1881 from AtlantisRO/Standardization-MalangdoCulvert.txtAsheraf1-612/+675
Applied standardization to MalangdoCulvert script
2018-01-28Merge pull request #1880 from AtlantisRO/Standardization-HazyForest.txtAsheraf1-572/+627
Applied standardization to HazyForest script
2018-01-28Merge pull request #1878 from AtlantisRO/Standardization-EclageInterior.txtAsheraf1-367/+371
Applied standardization to EclageInterior script
2018-01-28Merge pull request #1877 from AtlantisRO/Standardization-BuwayaCave.txtAsheraf1-230/+230
Applied standardization to BuwayaCave script
2018-01-28Merge pull request #1874 from AtlantisRO/Standardization-BakonawaLake.txtAsheraf1-302/+350
Applied standardization to BakonawaLake script
2018-01-26Merge pull request #1957 from 4144/fixpacketsHaru6-1943/+215
Add packets/keys for new clients. Fix duplicate shuffle packets for 20131223
2018-01-25HPM Hooks UpdateMurilo Pereti Tavares11-0/+1391
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares67-107/+3309
All official features work including the autokick for inactive members And the system is completely customizable.
2018-01-25Implementation of 'constants.inc' fileMurilo Pereti Tavares2-0/+1030
This file will help to make constants that are only accessible on src to be accessible on scripts too.
2018-01-25Add keys for clients from 20180117.Andrei Karas2-4/+19
2018-01-25Add new non shuffle packets from 20171213.Andrei Karas1-0/+58
2018-01-25Remove shuffle packets generation for client 2013-12-23aRagexeRE.Andrei Karas2-40/+138
This packets conflicting with other clients with same date. Also add shuffle packets for latest clients.
2018-01-20Remove unused packets_keys.hAndrei Karas1-1899/+0
2018-01-15release v2018.01.14v2018.01.14Haru1-2/+27
Signed-off-by: Haru <haru@dotalux.com>
2018-01-15Merge pull request #1952 from MishimaHaruna/i386-sanitize-fixHaru1-1/+1
Fix i386 CI builds
2018-01-15Fix i386 CI buildsHaru1-1/+1
The address sanitizer's leak detector isn't supported on i386, so it can't be forced to be enabled in the travis.sh script. Signed-off-by: Haru <haru@dotalux.com>
2018-01-14HPM Hooks UpdateHercules.ws5-0/+37
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-01-14Merge pull request #1951 from MishimaHaruna/readme-badgesHaru1-9/+9
Update links and badges in the README document
2018-01-14Merge pull request #1948 from 4144/packesupdateHaru8-1274/+5839
Update some party packets, map change packet, use autogenerated shuffle packets for all clients.
2018-01-14Update party member and party info packets.Andrei Karas2-59/+94
Also remove extra parts of party info packet.
2018-01-14Update links and badges in the README documentHaru1-9/+9
Removed Waffle, added Discord and GitHub Releases, Contributors, Open PRs Signed-off-by: Haru <haru@dotalux.com>