Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-21 | Add constant MAX_SLOTS into script constants. | Andrei Karas | 3 | -0/+9 | |
2016-06-21 | Add script command for remove card in item by inventory and card index. | Andrei Karas | 3 | -0/+39 | |
New script command: removecardbyindex itemIndex, cardIndex | |||||
2016-06-21 | Add script command for get card from item by inventory index. | Andrei Karas | 3 | -0/+39 | |
New script command: getcardbyindex itemIndex, cardIndex | |||||
2016-06-20 | Merge branch 'buildin/sendcollision' into 'master' | Andrei Karas | 3 | -0/+32 | |
add buildin setfakecells (fake client-side collision) to solve the door problem See merge request !1 | |||||
2016-06-20 | add buildin setfakecells (fake client-side collision) | mekolat | 3 | -0/+32 | |
2016-06-19 | Add .srcId npc variable for get src_id field of npc. | Andrei Karas | 1 | -0/+12 | |
2016-06-19 | Allow full npc copy in instances. | Andrei Karas | 6 | -7/+173 | |
2016-06-19 | Use exname in setnpcdir command. | Andrei Karas | 1 | -1/+1 | |
2016-06-18 | Use ext name in npc change dir handler. | Andrei Karas | 1 | -1/+1 | |
2016-06-15 | Force send 0 on unused card slots | Andrei Karas | 1 | -0/+8 | |
2016-06-15 | add hashtable functions | Joseph Botosh | 6 | -0/+459 | |
htnew, htdelete, htput, htget, htclear, htsize htiterator, htinextkey, hticheck, htidelete | |||||
2016-06-13 | In ci scripts remove directories before cloning here. | Andrei Karas | 1 | -0/+2 | |
2016-06-13 | Add support for local mirror if running in local runner. | Andrei Karas | 1 | -0/+17 | |
2016-06-12 | From script function npcwalkto return status code about is moving possible ↵ | Andrei Karas | 1 | -3/+3 | |
or not. false mean error happend. true mean moving is working. | |||||
2016-05-13 | Dont hide egg card fields in packets. | Andrei Karas | 3 | -0/+32 | |
2016-05-02 | Add into ci build gcc 6 + lto. | Andrei Karas | 1 | -0/+6 | |
2016-05-02 | Add support for building plugin with lto. | Andrei Karas | 2 | -1/+48 | |
Use lto by default. | |||||
2016-05-02 | Fix hook function prototype error. | Andrei Karas | 1 | -1/+1 | |
2016-05-02 | Add -O3 into compilation flags. | Andrei Karas | 1 | -1/+1 | |
2016-05-02 | Add some more flags for check unused things. | Andrei Karas | 1 | -0/+12 | |
2016-05-02 | Fix warning in login server plugin. | Andrei Karas | 1 | -1/+1 | |
2016-05-02 | Fix compilation warning. | Andrei Karas | 1 | -2/+2 | |
2016-05-02 | Remove code validation script from ci. | Andrei Karas | 2 | -27/+0 | |
Now it useless. | |||||
2016-05-02 | Remove extra RFIFOSKIP from login server plugin. | Andrei Karas | 1 | -1/+0 | |
2016-05-02 | Update function hook prototypes for support new hercules. | Andrei Karas | 37 | -561/+870 | |
2016-05-02 | Add into all files where need #include "plugins/HPMHooking.h" | Andrei Karas | 18 | -0/+34 | |
2016-05-02 | Enable sanity flags only if they supported. | Andrei Karas | 3 | -20/+66 | |
2016-04-30 | Remove unused function from char server. | Andrei Karas | 2 | -28/+0 | |
2016-04-28 | Claean directories before clone, because gitlab may not clean it. | Andrei Karas | 1 | -0/+2 | |
2016-04-28 | Fix different warnings. | Andrei Karas | 19 | -49/+76 | |
2016-04-28 | Rename static configure flag, look like clang have issues with this flag ↵ | Andrei Karas | 2 | -8/+30 | |
enabled. | |||||
2016-04-28 | Fix formatting in md5calc.c | Andrei Karas | 1 | -19/+19 | |
2016-04-28 | Add into ci scripts gcc-6 and clang-3.9 | Andrei Karas | 5 | -10/+60 | |
2016-04-28 | Create directory for plugins in ci script. | Andrei Karas | 1 | -0/+1 | |
2016-04-28 | Fix again validator ci job name. | Andrei Karas | 1 | -1/+1 | |
2016-04-28 | Fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2016-04-28 | Fix validator ci job name. | Andrei Karas | 1 | -1/+1 | |
2016-04-28 | Fix deps again | Andrei Karas | 1 | -1/+1 | |
2016-04-28 | Fix deps in gcc 5 ci script. | Andrei Karas | 1 | -3/+2 | |
2016-04-28 | Fix creating m4 directory in ci script. | Andrei Karas | 1 | -1/+1 | |
2016-04-28 | In ci script create m4 dir. | Andrei Karas | 1 | -0/+1 | |
2016-04-28 | Add ls into ci script | Andrei Karas | 2 | -2/+4 | |
2016-04-28 | Fix ci build script. | Andrei Karas | 1 | -2/+4 | |
2016-04-28 | Clone server code in build ci script. | Andrei Karas | 2 | -1/+7 | |
2016-04-28 | Add plugin validator into ci scripts. | Andrei Karas | 3 | -3/+51 | |
Disable for now gcc 5 build. | |||||
2016-04-28 | Install packages in ci build script. | Andrei Karas | 1 | -4/+4 | |
2016-04-28 | Add --enable-werror into ci script. | Andrei Karas | 1 | -1/+1 | |
2016-04-28 | Add more warnings into configure.ac | Andrei Karas | 1 | -0/+8 | |
2016-04-28 | Add simple gcc 5 build. | Andrei Karas | 3 | -0/+169 | |
2016-04-28 | Add configure flag --enable-werror. | Andrei Karas | 2 | -0/+24 | |
If enabled it will report any warning as error. |