summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-26Fix Crash when message is not definedDastgir1-2/+2
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-04Added clif->packet() to retrieve info about a packet.Haru1-4/+4
2015-09-30Refactored ACMD(jobchange)Haru1-42/+41
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-25/+14
2015-09-24Add bl parameter to map_searchrandfreecell and map_addflooritem.Andrei Karas1-1/+1
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-8/+8
2015-09-21Corrected a VisualStudio compile issue.Haru1-6/+15
2015-09-18Clarified intent in various side-effect assignmentsHaru1-1/+1
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