summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-24Fix compilation warning on i386 arch.Andrei Karas1-1/+1
2016-06-24Add builds with different gcc version and enabled lto.Andrei Karas1-11/+29
2016-06-23Add different sanitize builds in second ci stage.Andrei Karas1-0/+31
2016-06-23Add gcc 5 and clang 3.9 for i386 arch into .gitlab-ci.ymlAndrei Karas1-0/+12
2016-06-23Add debian stable for gcc 4.8 ci build.Andrei Karas1-1/+1
2016-06-23Add gcc 4.8 and gcc 4.9 into ci scripts.Andrei Karas3-0/+48
2016-06-22In ci scripts at first try clone from forks and if failed, from original repos.Andrei Karas1-5/+24
2016-06-22Dont translate item links for old clients.Andrei Karas1-4/+4
Now client can get item id and show translated name without server.
2016-06-21Add constant MAX_SLOTS into script constants.Andrei Karas3-0/+9
2016-06-21Add script command for remove card in item by inventory and card index.Andrei Karas3-0/+39
New script command: removecardbyindex itemIndex, cardIndex
2016-06-21Add script command for get card from item by inventory index.Andrei Karas3-0/+39
New script command: getcardbyindex itemIndex, cardIndex
2016-06-20Merge branch 'buildin/sendcollision' into 'master' Andrei Karas3-0/+32
add buildin setfakecells (fake client-side collision) to solve the door problem See merge request !1
2016-06-20add buildin setfakecells (fake client-side collision)mekolat3-0/+32
2016-06-19Add .srcId npc variable for get src_id field of npc.Andrei Karas1-0/+12
2016-06-19Allow full npc copy in instances.Andrei Karas6-7/+173
2016-06-19Use exname in setnpcdir command.Andrei Karas1-1/+1
2016-06-18Use ext name in npc change dir handler.Andrei Karas1-1/+1
2016-06-15Force send 0 on unused card slotsAndrei Karas1-0/+8
2016-06-15add hashtable functionsJoseph Botosh6-0/+459
htnew, htdelete, htput, htget, htclear, htsize htiterator, htinextkey, hticheck, htidelete
2016-06-13In ci scripts remove directories before cloning here.Andrei Karas1-0/+2
2016-06-13Add support for local mirror if running in local runner.Andrei Karas1-0/+17
2016-06-12From script function npcwalkto return status code about is moving possible ↵Andrei Karas1-3/+3
or not. false mean error happend. true mean moving is working.
2016-05-13Dont hide egg card fields in packets.Andrei Karas3-0/+32
2016-05-02Add into ci build gcc 6 + lto.Andrei Karas1-0/+6
2016-05-02Add support for building plugin with lto.Andrei Karas2-1/+48
Use lto by default.
2016-05-02Fix hook function prototype error.Andrei Karas1-1/+1
2016-05-02Add -O3 into compilation flags.Andrei Karas1-1/+1
2016-05-02Add some more flags for check unused things.Andrei Karas1-0/+12
2016-05-02Fix warning in login server plugin.Andrei Karas1-1/+1
2016-05-02Fix compilation warning.Andrei Karas1-2/+2
2016-05-02Remove code validation script from ci.Andrei Karas2-27/+0
Now it useless.
2016-05-02Remove extra RFIFOSKIP from login server plugin.Andrei Karas1-1/+0
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas37-561/+870
2016-05-02Add into all files where need #include "plugins/HPMHooking.h"Andrei Karas18-0/+34
2016-05-02Enable sanity flags only if they supported.Andrei Karas3-20/+66
2016-04-30Remove unused function from char server.Andrei Karas2-28/+0
2016-04-28Claean directories before clone, because gitlab may not clean it.Andrei Karas1-0/+2
2016-04-28Fix different warnings.Andrei Karas19-49/+76
2016-04-28Rename static configure flag, look like clang have issues with this flag ↵Andrei Karas2-8/+30
enabled.
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