Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-05 | Merge branch 'jesusalva/sendmapmask' into 'master's20190408 | Andrei Karas | 3 | -0/+28 | |
Implement sendMapMask() which sends a custom map mask only to a specified user. See merge request evol/evol-hercules!12 | |||||
2019-04-05 | Implement sendMapMask() which sends a custom map mask only to a specified user. | Jesusaves | 3 | -0/+28 | |
Remember to use getmapmask() before! | |||||
2019-04-05 | Merge branch 'jesusalva/skilltree' into 'master' | Andrei Karas | 2 | -1/+3 | |
Grant Micksha 24 extra skills slots See merge request evol/evol-hercules!13 | |||||
2019-04-05 | Grant Micksha 24 extra skills slots | Jesusaves | 2 | -1/+3 | |
2019-03-31 | Change error message from "??" to "Help me out~ Please~ T_T" | Jesusaves | 1 | -1/+1 | |
2019-03-30 | Prevent admins from creating strange coins or gifts. | Jesusaves | 3 | -0/+81 | |
Everyone is now forced to use Lua's System. | |||||
2019-03-15 | Replace built-in function getguildmember() to return their position too. | Jesusaves | 3 | -0/+47 | |
Fine grained control is everything %%e Just don't make it overly complex as usual ^.^ | |||||
2019-03-12 | The last part of guild ~~functions hack~~ implementation. | Jesusaves | 3 | -0/+37 | |
setguildrole allows us to enjoy the feature (which works well as 4144 said it would) And at the same time, allows 4144 all time he wants to add that properly client side. ...Jesusalva hurries too much, doesn't him? | |||||
2019-03-12 | Implement guild info functions on TMW2. | Jesusaves | 3 | -0/+137 | |
At least it wasn't difficult >_> | |||||
2019-03-12 | Merge branch 'master' into tmw2 | Jesusaves | 1 | -0/+1 | |
2019-03-11 | Add stylist into includes in emap/init.c | Andrei Karas | 1 | -0/+1 | |
2019-03-02 | Merge branch 'master' into tmw2 | Jesusaves | 1 | -2/+2 | |
2019-03-03 | Restore 2015 packet versiontmw2_r08.4_190312s20190311 | Andrei Karas | 1 | -2/+2 | |
2019-03-02 | Merge branch 'master' into tmw2 | Jesusaves | 2 | -2/+5 | |
2019-03-02 | Try to load map cells before set wall on map | Andrei Karas | 2 | -2/+5 | |
2019-03-02 | Merge branch 'master' into tmw2 | Jesusaves | 8 | -9/+39 | |
2019-03-01 | Add at command for get name by being id | Andrei Karas | 3 | -1/+21 | |
New gm command: getname ID | |||||
2019-02-12 | Fix packages deps for gcc-6 ci builds | Andrei Karas | 1 | -1/+1 | |
2019-02-12 | Use debian stetch for ci builds with gcc-6 | Andrei Karas | 1 | -6/+6 | |
2019-02-12 | Update from hercules. | Andrei Karas | 3 | -1/+11 | |
2019-01-26 | Revert "Change cart size from 100 to 50 before it is too late :sweat_smile:" | Jesusaves | 2 | -2/+1 | |
This reverts commit ab8f82323176d19d2ace5feb1aabca315f6860b1. | |||||
2019-01-25 | Change cart size from 100 to 50 before it is too late :sweat_smile: | Jesusaves | 2 | -1/+2 | |
Remember you can access the cart anywhere, too :3 If needed, later, in future, we increase this again, but it is not possible to make size smaller once cart feature gets in! %%e | |||||
2019-01-25 | Attempt to override MAX_STORAGE size | Jesusaves | 2 | -1/+2 | |
2019-01-24 | Merge branch 'master' into tmw2 | Jesusaves | 14 | -118/+89 | |
2019-01-23 | Update from herculess20190211 | Andrei Karas | 11 | -37/+48 | |
2019-01-23 | Remove gcc-5 ci jobs | Andrei Karas | 1 | -5/+11 | |
2019-01-08 | Drop support for client protocol version 19.s20190123 | Andrei Karas | 2 | -76/+30 | |
2018-12-30 | Merge branch 'master' into tmw2 | Jesusaves | 1 | -10/+10 | |
2018-12-30 | Add missing null pointer checks in custom map server packets. | Andrei Karas | 1 | -10/+10 | |
2018-12-18 | Merge branch 'master' into tmw2 | Jesusaves | 1 | -0/+2 | |
2018-12-17 | Add missing packets into len table. | Andrei Karas | 1 | -0/+2 | |
2018-12-14 | [Server Plugin] Hercules Update (resync) | Jesusaves | 7 | -21/+47 | |
2018-12-06 | Register all evol server to client packets in hercules. | Andrei Karas | 4 | -1/+34 | |
Also change hercules packets limit to allow all custom packets. | |||||
2018-12-05 | Fix deps for clang-3.9 ci build. | Andrei Karas | 1 | -1/+1 | |
2018-12-05 | Use stable debian image for clang-3.9 ci build. | Andrei Karas | 1 | -1/+1 | |
2018-12-05 | Fix compilation errors after hercules update. | Andrei Karas | 1 | -18/+11 | |
2018-11-14 | [Server Plugin] Hercules Update (resync) | Jesusaves | 17 | -144/+398 | |
2018-11-03 | Drop support for client version 18.s20181205 | Andrei Karas | 2 | -32/+4 | |
2018-11-02 | Fix compilation warning in itemd_get_by_item. | Andrei Karas | 2 | -2/+2 | |
2018-11-02 | Update from hercules. | Andrei Karas | 2 | -2/+2 | |
2018-10-30 | Merge branch 'tee_log' into 'master's20181102 | Andrei Karas | 3 | -1/+25 | |
Implemented commands tee and log See merge request evol/evol-hercules!10 | |||||
2018-10-31 | Implemented commands tee and log | acsvln | 3 | -1/+25 | |
2018-10-28 | Merge branch 'hugo_linus' into 'master' | Andrei Karas | 1 | -37/+30 | |
Implementation of function jump_iterate rewrited See merge request evol/evol-hercules!11 | |||||
2018-10-28 | Implementation of function jump_iterate rewrited | acsvln | 1 | -37/+30 | |
Removed async map->get users() function call due to potential bugs | |||||
2018-09-25 | Fix warning in some clang versions. | Andrei Karas | 1 | -35/+37 | |
2018-09-25 | Add -lm to linking flags for fix clang compilation errors. | Andrei Karas | 1 | -1/+1 | |
2018-09-25 | Fix name response packets for manaplus with packet version 24 or older. | Andrei Karas | 3 | -0/+281 | |
2018-09-25 | Fix compilation after hercules update. | Andrei Karas | 5 | -3/+7 | |
2018-09-25 | Hercules update. | Andrei Karas | 5 | -21/+35 | |
2018-09-06 | Disable gcc 4.6 job in .gitlab-ci.yml | Andrei Karas | 1 | -1/+2 | |