summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-28Fix different warnings.Andrei Karas19-49/+76
2016-04-28Rename static configure flag, look like clang have issues with this flag enab...Andrei Karas2-8/+30
2016-04-28Fix formatting in md5calc.cAndrei Karas1-19/+19
2016-04-28Add into ci scripts gcc-6 and clang-3.9Andrei Karas5-10/+60
2016-04-28Create directory for plugins in ci script.Andrei Karas1-0/+1
2016-04-28Fix again validator ci job name.Andrei Karas1-1/+1
2016-04-28Fix compilation warning.Andrei Karas1-1/+1
2016-04-28Fix validator ci job name.Andrei Karas1-1/+1
2016-04-28Fix deps againAndrei Karas1-1/+1
2016-04-28Fix deps in gcc 5 ci script.Andrei Karas1-3/+2
2016-04-28Fix creating m4 directory in ci script.Andrei Karas1-1/+1
2016-04-28In ci script create m4 dir.Andrei Karas1-0/+1
2016-04-28Add ls into ci scriptAndrei Karas2-2/+4
2016-04-28Fix ci build script.Andrei Karas1-2/+4
2016-04-28Clone server code in build ci script.Andrei Karas2-1/+7
2016-04-28Add plugin validator into ci scripts.Andrei Karas3-3/+51
2016-04-28Install packages in ci build script.Andrei Karas1-4/+4
2016-04-28Add --enable-werror into ci script.Andrei Karas1-1/+1
2016-04-28Add more warnings into configure.acAndrei Karas1-0/+8
2016-04-28Add simple gcc 5 build.Andrei Karas3-0/+169
2016-04-28Add configure flag --enable-werror.Andrei Karas2-0/+24
2016-04-27Add killer id packet.Andrei Karas6-1/+36
2016-04-27Update plugin for support new hercules.Andrei Karas2-4/+5
2016-04-25Allow use colored messages in chat, even if # already used for gm commands.Andrei Karas3-0/+40
2016-04-16Update login server plugin for support new hercules.Andrei Karas3-17/+17
2016-04-04Update plugin for new hercules.Andrei Karas6-10/+12
2016-03-30Add missing checks.Andrei Karas16-430/+558
2016-03-30Add script command failedremovecardsindex.Andrei Karas3-0/+87
2016-03-30Add script command successremovecardsindex.Andrei Karas3-0/+67
2016-03-30Split script.c into buildins and other script functions.Andrei Karas6-1710/+1731
2016-03-20Copy child adoption functions to plugin and remove job and rings checks.Andrei Karas3-0/+95
2016-03-14Add ClientVersion constant parameter into code.release2016-03-15Andrei Karas3-0/+9
2016-03-14Disable completly buildin hercules translation support.Andrei Karas3-0/+36
2016-03-14Fix npc assertions on maps with always visible npcs after reload scripts.Andrei Karas5-1/+15
2016-03-06Show equipped slots weapon and shield always.Andrei Karas1-0/+26
2016-03-06Add support for show accessory slots.Andrei Karas3-4/+12
2016-03-05Fix some slots indexes in char server.Andrei Karas1-3/+3
2016-03-05In char server prevent send items to slot 0.Andrei Karas1-0/+2
2016-03-02Dehardcode mob ai flag MD_SURVIVE_WITHOUT_MASTER and change it value.Andrei Karas2-2/+6
2016-02-29For pet and homun talks check is player allowed to talk.Andrei Karas1-0/+5
2016-02-29Dont send pet talks to all players, but send it to area only.Andrei Karas1-1/+1
2016-02-29Fix wrong return.Andrei Karas1-1/+1
2016-02-26Remove useless casts after server update.Andrei Karas8-22/+24
2016-02-22Copy setlook script command into plugin. Add support for send changed slot.Andrei Karas3-0/+16
2016-02-22Add support for warn_missing_translation configuration option.Andrei Karas5-1/+41
2016-02-22Fix wrong check in copy/pasted script function from hercules.Andrei Karas1-1/+1
2016-02-21Fix compilation warnings.Andrei Karas4-5/+5
2016-02-21Add same compiler flags what was used in hercules.Andrei Karas2-2/+58
2016-02-20Force save char gender to db after char creation.Andrei Karas1-0/+10
2016-02-18Update for support latest hercules.Andrei Karas10-32/+37