summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-01For evol skills use range 20000 - 20021s20160703release2016-07-04Andrei Karas8-6/+31
2016-07-01Add effects enum. Use provoke effect on provoked targets in EVOL_MASSPROVOKE ...Andrei Karas3-0/+15
2016-07-01Add files for skill constants and ground skills handlers.Andrei Karas9-0/+148
2016-06-30Hook directly empty skill functions.Andrei Karas3-0/+158
2016-06-30Set LANG to C in build script.Andrei Karas1-0/+1
2016-06-30fix ci scriptsAndrei Karas1-3/+11
2016-06-30Fix ci scripts.Andrei Karas1-1/+1
2016-06-30Fix ci scripts for using script for redefine some server constants.Andrei Karas1-1/+2
2016-06-30Add constants validation function.Andrei Karas5-0/+20
2016-06-30Add 5 unused id for status effectsAndrei Karas1-1/+3
2016-06-30Add shared file with server code for change constants.Andrei Karas2-3/+13
2016-06-28Fix memory leak if npc change class.s20160630Andrei Karas3-0/+14
2016-06-28Remove visiblity hidden flag from make file.Andrei Karas1-1/+1
2016-06-28Update plugin after hercules update.Andrei Karas1-5/+5
2016-06-27map: duplicate npc view data for each new npc.Andrei Karas4-1/+17
2016-06-27Remove debug message.Andrei Karas1-1/+0
2016-06-24Add gcc 4.8 lto and sanitize builds. They should disable unsupported features.Andrei Karas1-0/+14
2016-06-24Disable sanity flags for gcc 4.8 and older.Andrei Karas1-1/+14
2016-06-24Disable old for broken gcc 4.9 versions.Andrei Karas1-1/+14
2016-06-24Add gcc snapshot and gcc 4.6 and different flags combinations.Andrei Karas3-6/+73
2016-06-24Add some ci builds with legacy debian versions and modern compilers.Andrei Karas1-0/+21
2016-06-24Add gcc 4.9 and gcc 5 with lto and sanity flags at same time.Andrei Karas1-0/+12
2016-06-24Remove gcc 4.8 sanitize build from ci, because 4.8 not have support for asan.Andrei Karas1-6/+0
2016-06-24Fix another i386 warning.Andrei Karas1-1/+1
2016-06-24Fox compilation warning again.Andrei Karas1-1/+1
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
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
2016-06-21Add script command for get card from item by inventory index.Andrei Karas3-0/+39
2016-06-20Merge branch 'buildin/sendcollision' into 'master' Andrei Karas3-0/+32
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
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 or...Andrei Karas1-3/+3
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