Age | Commit message (Expand) | Author | Files | Lines |
2015-12-04 | Added a function to update idle time | Dastgir | 1 | -32/+16 |
2015-10-28 | Fix memory leak in quest sending packet (closes #831) | Andrei Karas | 1 | -0/+1 |
2015-10-24 | Merge pull request #811 from ossi0110/master | Haruna | 1 | -28/+42 |
2015-10-21 | Fixed Typos (+1 squashed commits) | ossi0110 | 1 | -28/+42 |
2015-10-21 | Merge remote-tracking branch 'upstream/master' | Er_Maqui | 1 | -1/+1 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-13 | - Fixed message ID to a lower value. | Er_Maqui | 1 | -1/+1 |
2015-10-12 | - Error message when talking to a pre-defined channel and you aren't on the c... | Er_Maqui | 1 | -0/+3 |
2015-10-11 | Changed HPM->packets[] into an array of VECTOR | Haru | 1 | -6/+6 |
2015-10-04 | Added clif->packet() to retrieve info about a packet. | Haru | 1 | -0/+14 |
2015-10-02 | Skip bound items in the mergeitem feature. | Haru | 1 | -2/+2 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -548/+72 |
2015-09-24 | Add bl parameter to getcell functions. | Andrei Karas | 1 | -2/+2 |
2015-09-22 | Corrected more VisualStudio incompatibilities | Haru | 1 | -15/+32 |
2015-09-18 | Clarified the intent of several assignments inside conditional expressions | Haru | 1 | -6/+6 |
2015-09-18 | Follow-up to 21442a885b1214e1b6a2f23a2553da416fb97238 | Haru | 1 | -8/+7 |
2015-09-17 | Added Configuration in enabling/disabling monster hp bar on new clients. | Frost | 1 | -3/+3 |
2015-09-15 | Add missing checks into clif.c | Andrei Karas | 1 | -131/+789 |
2015-09-14 | Add missing checks into channel.c | Andrei Karas | 1 | -1/+1 |
2015-09-10 | Add extra checks into mail system. | Andrei Karas | 1 | -3/+11 |
2015-09-08 | Fixed some memory leaks in code using libconfig | Haru | 1 | -2/+2 |
2015-08-27 | Hotkey Rotate Packet Implemented | Dastgir | 1 | -17/+16 |
2015-08-27 | Fixes Unidentified items bug in client >= 20150226 | Dastgir | 1 | -8/+8 |
2015-08-26 | FollowUp 509df4d7, fixes a typo | Dastgir | 1 | -1/+1 |
2015-08-23 | Fix server crash with some ground skills or traps. Closes #615. | Andrei Karas | 1 | -0/+1 |
2015-08-17 | Merge pull request #619 from dastgir/2015-3ceam | Haruna | 1 | -73/+121 |
2015-08-16 | New EquipPackets Support | Dastgir | 1 | -73/+121 |
2015-08-15 | Added core HPM interface | Haru | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+3 |
2015-08-15 | Moved session array into the socket interface | Haru | 1 | -11/+11 |
2015-08-15 | Added showmsg HPM interface | Haru | 1 | -1/+1 |
2015-08-15 | Cleaned up socket interface | Haru | 1 | -24/+23 |
2015-08-05 | Add optional parameter to warp script command for prevent stoping npc scripts... | Andrei Karas | 1 | -8/+10 |
2015-07-25 | Reduce memory usage in HPM in status.c | Andrei Karas | 1 | -2/+2 |
2015-07-25 | Reduce memory usage in HPM in skill.c | Andrei Karas | 1 | -14/+14 |
2015-07-18 | Move check cards related code into separate functions. | Andrei Karas | 1 | -42/+14 |
2015-07-12 | Remove useless checks from map server. | Andrei Karas | 1 | -1/+1 |
2015-07-08 | Update Unique ID system to match official now it cover all cash items include... | Ibrahim Hossam | 1 | -0/+157 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -46/+46 |
2015-06-02 | Follow-up to 544a75b | Haru | 1 | -3/+7 |
2015-06-02 | Re-implemented clif->colormes to accept arbitrary colors | Haru | 1 | -55/+38 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 1 | -68/+55 |
2015-06-01 | Replaced some of the hardcoded values with constants (char) | Haru | 1 | -9/+3 |
2015-05-31 | Fixed some more skill level assertion failures | Haru | 1 | -12/+25 |
2015-05-26 | Another batch of corrected skill level check | malufett | 1 | -13/+26 |
2015-05-23 | Fixed Bug#8672 | malufett | 1 | -9/+11 |
2015-05-18 | Removed duplicates of clif->msgtable | Haru | 1 | -50/+50 |
2015-05-12 | Fix issue http://hercules.ws/board/tracker/issue-8672-map-server-error/ | Andrei Karas | 1 | -5/+13 |
2015-03-30 | Add channels.conf option irc_channel_autojoin for auto joining irc channel. | Andrei Karas | 1 | -0/+3 |
2015-03-24 | Fixed Bug#8587 | malufett | 1 | -0/+3 |