summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-22Added Summoner Class.Dastgir Pojee5-6/+22
2016-10-22Added Packets for Several Clients: 2015-10-01, 2015-10-29, 2015-11-04 andDastgir Pojee4-20/+189
2016-10-16Dont send packets for known unsupported client versions.Andrei Karas2-11/+43
2016-10-14HPM Hooks UpdateHaru14-1374/+0
2016-10-14Fixed a memory manager crash when a memory leak occurs in a pluginHaru3-2/+6
2016-10-08Fix packet id for clif_heal for packet version >= 20150513.Andrei Karas1-1/+1
2016-10-07Updated VECTOR_INIT() and VECTOR_ENSURE() to be more analyzer- (and human-rea...Haru1-7/+10
2016-10-07Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra)Haru7-21/+4
2016-10-05Merge pull request #1459 CRI should only be calculated if flag have SCB_CRIRidley1-4/+6
2016-10-05CRI should only be calculated if flag have SCB_CRI.Dastgir Pojee1-4/+6
2016-10-04Fix warning in strlib.cAndrei Karas1-0/+1
2016-10-04Add missing checks into utils.cAndrei Karas1-6/+23
2016-10-04Add missing checks into sysinfo.cAndrei Karas1-26/+58
2016-10-04Add missing checks into sql.cAndrei Karas1-5/+15
2016-10-04Add missing checks into socket.cAndrei Karas1-9/+22
2016-10-04Add missing checks into mutex.cAndrei Karas1-0/+12
2016-10-04Add missing checks into mapindex.cAndrei Karas1-10/+25
2016-10-04Add missing checks into grfio.cAndrei Karas1-3/+21
2016-10-04Add missing checks into ers.cAndrei Karas1-5/+11
2016-10-04Add missing checks into des.cAndrei Karas1-0/+7
2016-10-04Add missing checks into db.cAndrei Karas1-10/+15
2016-10-04Add missing checks into core.cAndrei Karas1-9/+30
2016-10-04Add missing checks into console.cAndrei Karas1-11/+32
2016-10-04Add missing checks into HPM.cAndrei Karas1-11/+35
2016-10-03Merge pull request #1451 from gdesatrigraha/fix_item_dbDastgir1-1/+1
2016-10-03use mediumint for equip_locationsGde Mahardhikha Satrigraha1-1/+1
2016-10-02Changed _Pragma("GCC diagnostic ignored \"-Wcast-qual\"") to target GCC 4.6 i...Haru2-9/+9
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas16-20/+128
2016-09-27Save also quest time while updating quest in db.Andrei Karas1-1/+1
2016-09-27In clif_devotion dont read skill range if player not have this skill.Andrei Karas1-2/+12
2016-09-22Fixed a compile error when SEND_SHORTLIST is disabledHaru1-5/+4
2016-09-21Fixed a wrong check in the SA_FREECAST handling codeHaru1-2/+2
2016-09-19Add missing checks into vending.cAndrei Karas1-10/+25
2016-09-19Add missing checks into unit.cAndrei Karas1-31/+69
2016-09-19Add missing checks into trade.cAndrei Karas1-5/+19
2016-09-19Add missing checks into storage.cAndrei Karas1-14/+39
2016-09-19Add missing checks into status.cAndrei Karas1-90/+239
2016-09-19Add missing checks into skill.cAndrei Karas1-114/+341
2016-09-18Removed special handling of "clear" in npc->addsrcfile()Haru2-11/+9
2016-09-18Removed special handling of "all" by npc->delsrcfile()Haru1-12/+9
2016-09-18Restored handling of "all" in npc_removed_listHaru1-4/+8
2016-09-18Corrected some issues in the npc_removed_list and map_removed processingHaru1-4/+4
2016-09-14Merge pull request #1429 from 4144/packetsfixHaru1-2/+37
2016-09-13Corrected a wrong check that allowed walking while casting guild skillsHaru1-3/+11
2016-09-13Fixed an error in the scripts_removed.conf processingHaru1-1/+1
2016-09-13Fixed a possile buffer overrun when MAX_SKILL_LEVEL is changedHaru1-2/+2
2016-09-12Use fixed size for packet 0x25d, because it used size from other packet.Andrei Karas1-2/+2
2016-09-12Add missing packet version checks in clif.cAndrei Karas1-0/+35
2016-09-12Send correct homunculus rename flag to client. (Fixes #1424)Andrei Karas1-1/+1
2016-09-12Update HPM hooks.Andrei Karas4-16/+49