Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-12 | Syntax update | Jesusaves | 1 | -1/+1 | |
2020-02-05 | New command: @setguildmaster <guild_master> | Jesusaves | 1 | -0/+34 | |
Ignores the “are you the guild master” check. Meant to be used by admins. | |||||
2019-10-04 | Override @refresh with a WORKING version. | Jesusaves | 1 | -0/+9 | |
This effectively annulates commit 0bdc4bd177 from upstream Note: Do not cast @refresh while a dialog is open. But we don't allow non-staff to use @refresh directly so it is fine. | |||||
2019-08-27 | Fruits cannot be @item'ed | Jesusaves | 1 | -1/+2 | |
2019-05-04 | Protect legendary weapons against @item | Jesusaves | 1 | -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 | 1 | -0/+76 | |
Everyone is now forced to use Lua's System. | |||||
2019-03-01 | Add at command for get name by being id | Andrei Karas | 1 | -1/+19 | |
New gm command: getname ID | |||||
2018-10-31 | Implemented commands tee and log | acsvln | 1 | -0/+12 | |
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-07-21 | Implemented commands "hugo" and "linus" | acsvln | 1 | -0/+100 | |
2016-08-10 | Add support for exit codes for git pull and building plugin code. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add support for exit codes for building plugin code. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add support for exit codes for git pull and rebuilding code. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add support for exit codes for git pull and building code. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add support for exit codes for rebuilding code. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add support for exit codes for building code. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add support for exit status code for pull and restart. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add gm command for send restart events to all servers. | Andrei Karas | 1 | -1/+20 | |
For now it support only one char and one map server. For support this actions need use hercules wrapper. | |||||
2016-07-05 | Override server gm command @mapexit.s20160706 | Andrei Karas | 1 | -0/+11 | |
New format: @mapexit [code] This command will terminate map server and return status code with value 'code'. If code missing it return 0. | |||||
2016-05-02 | Update function hook prototypes for support new hercules. | Andrei Karas | 1 | -2/+5 | |
2016-05-02 | Add into all files where need #include "plugins/HPMHooking.h" | Andrei Karas | 1 | -0/+3 | |
2015-11-16 | Add gm command slide for fast move player on same map. | Andrei Karas | 1 | -0/+34 | |
2015-10-20 | Add support for constants in gm command @setskill. | Andrei Karas | 1 | -6/+11 | |
2015-10-18 | Rename malloc.h to memmgr.h in includes. | Andrei Karas | 1 | -1/+1 | |
2015-09-28 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2015-08-16 | Fix compilation after HPM update in server. | Andrei Karas | 1 | -1/+3 | |
2015-07-04 | Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵ | Andrei Karas | 1 | -0/+84 | |
hercules. |