Age | Commit message (Expand) | Author | Files | Lines |
2016-10-22 | Implemented SU_HIDE Skill. | Dastgir Pojee | 5 | -8/+32 |
2016-10-22 | Implemented SU_BITE Skill: | Dastgir Pojee | 2 | -3/+15 |
2016-10-22 | Implemented SU_BASIC_SKILL Skill of Summoner | Dastgir Pojee | 3 | -7/+24 |
2016-10-22 | Added Summoner Skills(in DB) | Dastgir Pojee | 2 | -10/+67 |
2016-10-22 | Added Summoner Class. | Dastgir Pojee | 5 | -6/+22 |
2016-10-22 | Added Packets for Several Clients: 2015-10-01, 2015-10-29, 2015-11-04 and | Dastgir Pojee | 4 | -20/+189 |
2016-10-16 | Dont send packets for known unsupported client versions. | Andrei Karas | 2 | -11/+43 |
2016-10-14 | HPM Hooks Update | Haru | 14 | -1374/+0 |
2016-10-14 | Fixed a memory manager crash when a memory leak occurs in a plugin | Haru | 3 | -2/+6 |
2016-10-08 | Fix packet id for clif_heal for packet version >= 20150513. | Andrei Karas | 1 | -1/+1 |
2016-10-08 | Fixes #1397 | Dastgir Pojee | 1 | -26/+44 |
2016-10-07 | Updated VECTOR_INIT() and VECTOR_ENSURE() to be more analyzer- (and human-rea... | Haru | 1 | -7/+10 |
2016-10-07 | Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra) | Haru | 7 | -21/+4 |
2016-10-05 | Merge pull request #1459 CRI should only be calculated if flag have SCB_CRI | Ridley | 1 | -4/+6 |
2016-10-05 | CRI should only be calculated if flag have SCB_CRI. | Dastgir Pojee | 1 | -4/+6 |
2016-10-04 | Fix warning in strlib.c | Andrei Karas | 1 | -0/+1 |
2016-10-04 | Add missing checks into utils.c | Andrei Karas | 1 | -6/+23 |
2016-10-04 | Add missing checks into sysinfo.c | Andrei Karas | 1 | -26/+58 |
2016-10-04 | Add missing checks into sql.c | Andrei Karas | 1 | -5/+15 |
2016-10-04 | Add missing checks into socket.c | Andrei Karas | 1 | -9/+22 |
2016-10-04 | Add missing checks into mutex.c | Andrei Karas | 1 | -0/+12 |
2016-10-04 | Add missing checks into mapindex.c | Andrei Karas | 1 | -10/+25 |
2016-10-04 | Add missing checks into grfio.c | Andrei Karas | 1 | -3/+21 |
2016-10-04 | Add missing checks into ers.c | Andrei Karas | 1 | -5/+11 |
2016-10-04 | Add missing checks into des.c | Andrei Karas | 1 | -0/+7 |
2016-10-04 | Add missing checks into db.c | Andrei Karas | 1 | -10/+15 |
2016-10-04 | Add missing checks into core.c | Andrei Karas | 1 | -9/+30 |
2016-10-04 | Add missing checks into console.c | Andrei Karas | 1 | -11/+32 |
2016-10-04 | Add missing checks into HPM.c | Andrei Karas | 1 | -11/+35 |
2016-10-03 | Fixes Range Exploit | Ridley | 1 | -1/+1 |
2016-10-03 | Merge pull request #1451 from gdesatrigraha/fix_item_db | Dastgir | 1 | -1/+1 |
2016-10-03 | use mediumint for equip_locations | Gde Mahardhikha Satrigraha | 1 | -1/+1 |
2016-10-02 | Changed _Pragma("GCC diagnostic ignored \"-Wcast-qual\"") to target GCC 4.6 i... | Haru | 2 | -9/+9 |
2016-09-30 | Add different fixes for gcc 7 warnings. | Andrei Karas | 16 | -20/+128 |
2016-09-27 | Save also quest time while updating quest in db. | Andrei Karas | 1 | -1/+1 |
2016-09-27 | In clif_devotion dont read skill range if player not have this skill. | Andrei Karas | 1 | -2/+12 |
2016-09-22 | Fixed a compile error when SEND_SHORTLIST is disabled | Haru | 1 | -5/+4 |
2016-09-21 | Fixed a wrong check in the SA_FREECAST handling code | Haru | 1 | -2/+2 |
2016-09-19 | Add missing checks into vending.c | Andrei Karas | 1 | -10/+25 |
2016-09-19 | Add missing checks into unit.c | Andrei Karas | 1 | -31/+69 |
2016-09-19 | Add missing checks into trade.c | Andrei Karas | 1 | -5/+19 |
2016-09-19 | Add missing checks into storage.c | Andrei Karas | 1 | -14/+39 |
2016-09-19 | Add missing checks into status.c | Andrei Karas | 1 | -90/+239 |
2016-09-19 | Add missing checks into skill.c | Andrei Karas | 1 | -114/+341 |
2016-09-18 | Removed special handling of "clear" in npc->addsrcfile() | Haru | 2 | -11/+9 |
2016-09-18 | Removed special handling of "all" by npc->delsrcfile() | Haru | 1 | -12/+9 |
2016-09-18 | Restored handling of "all" in npc_removed_list | Haru | 1 | -4/+8 |
2016-09-18 | Corrected some issues in the npc_removed_list and map_removed processing | Haru | 1 | -4/+4 |
2016-09-14 | Merge pull request #1429 from 4144/packetsfix | Haru | 1 | -2/+37 |
2016-09-13 | Corrected a wrong check that allowed walking while casting guild skills | Haru | 1 | -3/+11 |