summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-20Fixed Bug 8138shennetsind1-0/+1
2014-09-20Fixed @at with buyingstore issueshennetsind1-8/+4
2014-09-20Fixed Bug 8318shennetsind1-2/+1
2014-09-20Replaced hardcoded values with constants for status_change_start's flagHaru1-1/+2
2014-09-19Update official Homunculus renewal stats (bug:6970) http://hercules.ws/board/...Michieru1-2/+2
2014-09-16Follow: https://github.com/HerculesWS/Hercules/commit/8ab61745b81d1cf0602c799...Michieru1-9/+9
2014-08-20Follow-up to b294026e6614a652c23bb0cea8a0d4dc69d8b125Haru1-2/+1
2014-08-07Corrected several format-string errors through the codeHaru1-99/+113
2014-07-11Fixed reserved __identifier violationsHaru1-1/+1