Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-14 | Fix compilaiton error after hercules update. | Andrei Karas | 1 | -2/+2 | |
2018-06-14 | Update from hercules. Fix compilation errors. | Andrei Karas | 2 | -4/+4 | |
2018-05-20 | Drop support for client version 16. | Andrei Karas | 2 | -3/+5 | |
2018-05-10 | Fix memory leak in configuration parameters if same config split into more ↵ | Andrei Karas | 2 | -1/+8 | |
than one file. | |||||
2018-05-03 | Update from hercules. | Andrei Karas | 5 | -15/+4 | |
2018-04-19 | Use configured respawn hp for all jobs. | Andrei Karas | 3 | -0/+14 | |
2018-04-19 | Load all skills independend on job types. | Andrei Karas | 3 | -0/+11 | |
2018-04-19 | Allow death penalty for any jobs. | Andrei Karas | 3 | -0/+9 | |
2018-04-19 | Dont preserv hardcoded skill in skill tree based on job. | Andrei Karas | 3 | -0/+13 | |
2018-04-19 | Dont add hard coded sc effects after levelup. | Andrei Karas | 3 | -0/+8 | |
2018-04-19 | Dont add hardcoded skills into tree for some races. | Andrei Karas | 3 | -0/+11 | |
2018-04-19 | Dont reset NV_TRICKDEAD from non human races. | Andrei Karas | 3 | -0/+32 | |
2018-04-17 | Fix compilation after hercules update. | Andrei Karas | 1 | -1/+1 | |
2018-04-06 | Revert "Add new packet version constants." | Andrei Karas | 1 | -3/+0 | |
This reverts commit 3ebc9e4191d4a06e759371afb7f65be360ecc58c. | |||||
2018-04-06 | Add new packet version constants. | Andrei Karas | 1 | -0/+3 | |
2018-03-26 | add missing hashtable iterator buildins | gumi | 5 | -0/+90 | |
2018-03-08 | Add support for identified attribute in item_db.conf. | Andrei Karas | 5 | -0/+32 | |
This attribute set on dropped equipment by mobs. Default value true. | |||||
2018-02-26 | re-add the sprintf translation, and fix it | gumi | 1 | -17/+48 | |
2018-02-27 | Add missing return into htexist script function. | Andrei Karas | 1 | -0/+1 | |
2018-02-27 | Add script function for check is hash table exists. | Andrei Karas | 3 | -0/+8 | |
New script function: htexists. | |||||
2018-02-27 | Revert "make the translation buildin use sprintf" | Andrei Karas | 1 | -38/+17 | |
This reverts commit 68886b570125930f7a5d6343900a16d584a6dccd. Fix translation errors. | |||||
2018-02-15 | make the translation buildin use sprintf | gumi | 1 | -17/+38 | |
2018-02-15 | Fix compilation warning. | Andrei Karas | 1 | -0/+1 | |
2018-02-15 | Add script command for check is id belong to existing instance. | Andrei Karas | 3 | -0/+10 | |
New script command: isinstance id | |||||
2018-02-15 | Delete npcs from always visible list on map if npc unloaded. | Andrei Karas | 2 | -0/+7 | |
2018-02-13 | Update for all players clan join/leave state. | Andrei Karas | 4 | -0/+61 | |
Other players will see if player joined or left clan. | |||||
2018-02-13 | Send clan id in packet 0xb0a. | Andrei Karas | 1 | -1/+11 | |
2018-01-16 | Fix possible buffer overflow in md5calc.c | Andrei Karas | 1 | -1/+1 | |
2018-01-16 | Fix compilation after hercules update. | Andrei Karas | 3 | -4/+6 | |
2018-01-05 | Add packet types flag into version packet (0x7531). | Andrei Karas | 2 | -4/+14 | |
Current support flags: 1 - for RE packets. 2 - for Zero packets. | |||||
2017-12-26 | Fix show additional slots on char server (after hercules update). | Andrei Karas | 1 | -7/+7 | |
2017-11-29 | Update from hercules. | Andrei Karas | 5 | -9/+11 | |
2017-11-07 | Update from new hercules. | Andrei Karas | 7 | -43/+15 | |
Removed npc vd recreation because it already fixed in hercules. | |||||
2017-09-25 | Fix compilation with updated hercules. | Andrei Karas | 2 | -4/+4 | |
2017-09-19 | Show warnings if additional item db field groups contains unknown elements. | Andrei Karas | 1 | -0/+6 | |
2017-09-18 | Fix plugin compilation after hercules update. | Andrei Karas | 2 | -33/+41 | |
2017-08-23 | Fix id for SC_PHYSICAL_SHIELD. | Andrei Karas | 1 | -1/+1 | |
2017-08-16 | Add evol packets id offset. For now offset is 0. | Andrei Karas | 6 | -51/+53 | |
This allow to change evol packets id if they start conflicting with hercules packets in future. | |||||
2017-08-10 | Dont send rodex icon packet to old clients. | Andrei Karas | 3 | -0/+17 | |
2017-08-10 | Update SC_MAX value in c code. | Andrei Karas | 1 | -1/+1 | |
2017-08-10 | Hercules update. | Andrei Karas | 3 | -1/+3 | |
Add rodex support. | |||||
2017-08-09 | Add support for different use actions for items. | Andrei Karas | 8 | -1/+84 | |
2017-07-25 | Fix compilation after hercules update. | Andrei Karas | 1 | -1/+1 | |
2017-07-12 | Fix crash on exit if any hash iterators was used in scripts. | Andrei Karas | 1 | -10/+17 | |
Also improve a bit hashtable cleanup code. | |||||
2017-07-12 | Add player self flags packet (0xb25) | Andrei Karas | 6 | -1/+26 | |
Now it include group id Also change plugin version to 18. | |||||
2017-07-10 | Remove null char symbol from packet send_changenpc_title. | Andrei Karas | 1 | -1/+1 | |
2017-07-10 | In most cases send in send_pc_info language field even if some clients not ↵ | Andrei Karas | 1 | -2/+2 | |
support it. Old clients ignoring it anyway. | |||||
2017-06-27 | Fix item options in script functions successRemoveCardsIndex and ↵ | Andrei Karas | 1 | -47/+11 | |
failRemoveCardsIndex. | |||||
2017-06-05 | Remove areatimer from buildins. | Andrei Karas | 3 | -43/+0 | |
2017-06-05 | remove isstr | gumi | 3 | -17/+0 | |