summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-18Follow-up to ba9c1cc16cb8f696a50d0ae928b6e8a19086405bHaru1-10/+10
2015-09-14Add missing checks into channel.cAndrei Karas1-1/+1
2015-09-14Add missing checks into atcommand.cAndrei Karas1-503/+523
2015-08-26Fix buffer overflow in @set command. Closes #667Andrei Karas1-1/+1
2015-08-17Removed some useless variables reported by the Clang static analyzerHaru1-14/+8
2015-08-15Added core HPM interfaceHaru1-2/+2
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Moved session array into the socket interfaceHaru1-1/+1
2015-08-15Cleaned up socket interfaceHaru1-2/+2
2015-07-25Reduce memory usage in HPM in skill.cAndrei Karas1-7/+7
2015-07-05Updated cash atcommand.Emistry1-2/+6
2015-06-19Removed ".." from include directivesHaru1-46/+46
2015-06-02Follow-up to 42e1df9Haru1-1/+1
2015-06-02Follow-up to 544a75bHaru1-3/+3
2015-06-02Merge remote-tracking branch 'upstream/pr/530' into herculesHaru1-24/+5
2015-06-02Re-implemented clif->colormes to accept arbitrary colorsHaru1-8/+9
2015-06-01Follow up to Mishima's cleanup in ad958235cfLemongrass31101-24/+5
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-63/+55
2015-06-01Replaced some of the hardcoded values with constants (char)Haru1-4/+6
2015-05-11Merge pull request #508 from 4144/sanityHaruna1-1/+1
2015-05-05Typo when setting JoinAnnounce for channelsNihadm891-1/+1
2015-05-01Fix memory allocation error in atcommand.cAndrei Karas1-1/+1
2015-04-25Fixed @changesex issues on PACKETVERs that don't support per-character sex.Haru1-1/+1
2015-02-23Hercules Ultimate Localization Designshennetsind1-992/+1078
2015-01-24Channels refactoring: searchHaru1-20/+8
2015-01-24Channels refactoring: joinHaru1-40/+17
2015-01-24Minor channel system refactoringHaru1-54/+36
2015-01-24Moved the Hercules Channel System to its own file/interfaceHaru1-109/+110
2015-01-22Follow up 0957abd4d19b82b8dc8d7db2743008fa3daff3fashennetsind1-1/+1
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-68/+75
2015-01-18To help pinpoint and manage the issue report in 8402shennetsind1-0/+45
2015-01-18Command line arguments handling overhaulHaru1-1/+1
2015-01-18Fixing 38 issuesshennetsind1-11/+12
2015-01-1727 Fixesshennetsind1-1/+2
2015-01-12Fix some compilation warnings with clang 3.6.Andrei Karas1-1/+1
2015-01-12Fixed some -Wformat-security warningsHaru1-2/+2
2015-01-11Convert pcdb_checkid into function in pc interface.Andrei Karas1-1/+1
2015-01-02Add npcdb_checkid to npc interface.Andrei Karas1-3/+3
2014-12-31Improve performance a bit by removing strlen(str) > 0.Andrei Karas1-1/+2
2014-12-31Remove useless checks.Andrei Karas1-2/+2
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-7/+5
2014-12-10RENEWAL Updates:malufett1-0/+6
2014-12-06add channels config into clif interface.Andrei Karas1-26/+26
2014-11-16Whitespace cleanup (no code changes)Haru1-1177/+1112
2014-11-10Fix interfaces methods usage.Andrei Karas1-3/+3
2014-10-24Renamed ismounting, setmounting, @mount2Haru1-3/+4
2014-10-24pc_isriding* / pc_setriding* cleanupHaru1-18/+17
2014-10-05Follow up a46b190764df4cce0b378bc691218ac0814a5673shennetsind1-1/+1
2014-10-05Follow up b9b32ac7609eshennetsind1-1/+1
2014-09-20Fixed bug 8186 (@who3)shennetsind1-1/+1