Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 enab... | Andrei Karas | 2 | -8/+30 |
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 |
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 |
2016-04-27 | Add killer id packet. | Andrei Karas | 6 | -1/+36 |
2016-04-27 | Update plugin for support new hercules. | Andrei Karas | 2 | -4/+5 |
2016-04-25 | Allow use colored messages in chat, even if # already used for gm commands. | Andrei Karas | 3 | -0/+40 |
2016-04-16 | Update login server plugin for support new hercules. | Andrei Karas | 3 | -17/+17 |
2016-04-04 | Update plugin for new hercules. | Andrei Karas | 6 | -10/+12 |
2016-03-30 | Add missing checks. | Andrei Karas | 16 | -430/+558 |
2016-03-30 | Add script command failedremovecardsindex. | Andrei Karas | 3 | -0/+87 |
2016-03-30 | Add script command successremovecardsindex. | Andrei Karas | 3 | -0/+67 |
2016-03-30 | Split script.c into buildins and other script functions. | Andrei Karas | 6 | -1710/+1731 |
2016-03-20 | Copy child adoption functions to plugin and remove job and rings checks. | Andrei Karas | 3 | -0/+95 |
2016-03-14 | Add ClientVersion constant parameter into code.release2016-03-15 | Andrei Karas | 3 | -0/+9 |
2016-03-14 | Disable completly buildin hercules translation support. | Andrei Karas | 3 | -0/+36 |
2016-03-14 | Fix npc assertions on maps with always visible npcs after reload scripts. | Andrei Karas | 5 | -1/+15 |
2016-03-06 | Show equipped slots weapon and shield always. | Andrei Karas | 1 | -0/+26 |
2016-03-06 | Add support for show accessory slots. | Andrei Karas | 3 | -4/+12 |
2016-03-05 | Fix some slots indexes in char server. | Andrei Karas | 1 | -3/+3 |
2016-03-05 | In char server prevent send items to slot 0. | Andrei Karas | 1 | -0/+2 |
2016-03-02 | Dehardcode mob ai flag MD_SURVIVE_WITHOUT_MASTER and change it value. | Andrei Karas | 2 | -2/+6 |
2016-02-29 | For pet and homun talks check is player allowed to talk. | Andrei Karas | 1 | -0/+5 |
2016-02-29 | Dont send pet talks to all players, but send it to area only. | Andrei Karas | 1 | -1/+1 |
2016-02-29 | Fix wrong return. | Andrei Karas | 1 | -1/+1 |