summaryrefslogtreecommitdiff
path: root/src/map/npc.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-05Allow sell items to market shop.Andrei Karas1-1/+1
2015-07-05Fixed issue #560Emistry1-12/+11
2015-06-19Cleaned up some #includesHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-28/+28
2015-06-02Re-implemented clif->colormes to accept arbitrary colorsHaru1-2/+2
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-4/+4
2015-05-19Fixed some issues reported by coverity scan [2/3]Haru1-7/+22
2015-05-19Fixed some issues reported by coverity scan [1/3]Haru1-3/+4
2015-05-17Fixed some issues detected by coverity scanHaru1-8/+11
2015-03-15Follow up 330e31cc71ece055908acb1eb967b4009ebc9c46shennetsind1-0/+1
2015-02-23Hercules Ultimate Localization Designshennetsind1-6/+22
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-38/+37
2015-01-18Fixing 38 issuesshennetsind1-2/+1
2015-01-1727 Fixesshennetsind1-1/+1
2015-01-17Another ~10 Fixesshennetsind1-1/+2
2015-01-02Add npcdb_checkid to npc interface.Andrei Karas1-1/+9
2015-01-01Merge pull request #425 from 4144/fixesHaruna1-11/+13
2014-12-31Remove useless checks.Andrei Karas1-3/+3
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-8/+10
2014-12-31fix for bug http://hercules.ws/board/tracker/issue-8483-map-crash/Andrei Karas1-0/+6
2014-12-16If player left npc, call onUnTouch event.Andrei Karas1-1/+8
2014-12-16Add function what called if player leave npc area.Andrei Karas1-0/+11
2014-12-16Add function what call OnUntouch event.Andrei Karas1-2/+14
2014-12-16Fix script error termination if already running script continue from very far...Andrei Karas1-1/+1
2014-12-15add npc area size field.Andrei Karas1-6/+13
2014-11-28Add function for create npc.Andrei Karas1-39/+21
2014-11-27Fix npc->parse_unknown_object usage.Andrei Karas1-1/+1
2014-11-27Add function for parse or report about unknown object in parsing script file.Andrei Karas1-3/+10
2014-11-27Add function for parse/report unknown map flag.Andrei Karas1-2/+10
2014-11-16Whitespace cleanup (no code changes)Haru1-23/+26
2014-10-28Removed some temporary case-check error messages.Haru1-1/+1
2014-10-28Removed some temporary case-check error messages.Haru1-19/+0
2014-10-25Added some missing variable initializationsHaru1-6/+6
2014-10-23Improved bindatcmd handling of spaces in parameters.Haru1-20/+22
2014-10-18Renamed DeprecationWarning to DeprecationCaseWarning, since that's what it is...Haru1-11/+11
2014-09-20Fixed Bug 8272shennetsind1-1/+1
2014-09-20Fixed Bug 8301shennetsind1-2/+6
2014-09-08Fix on start possible buffer overruns.Andrei Karas1-1/+1
2014-08-07Corrected several format-string errors through the codeHaru1-3/+4
2014-07-11Fixed reserved __identifier violationsHaru1-1/+1
2014-06-28Changes in npc_parse_shop in order to fit documentation standard, now an unli...panikon1-7/+29
2014-06-28Changes in npc_parsefile in order to decrease the number of unecessary calls ...panikon1-11/+16
2014-05-30Fixed typos inside src/Shido1-5/+5
2014-05-13Removed trailing whitespace (sources)Haru1-2/+2
2014-05-10Follow-up to 5f1529083ad1f35a3ac66cc041ee74d6db2f3552Haru1-1/+5
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-27/+30
2014-05-10Revert "Fixed order of includes in all source files"panikon1-30/+27
2014-05-10Optimized THQS_TTShop.txt and corrected a minor mistakepanikon1-8/+7
2014-05-10Small changes in npc loading/reloadingpanikon1-52/+53
2014-05-09Added documentation regarding trader objects in script_commands.txtpanikon1-30/+30