summaryrefslogtreecommitdiff
path: root/src/map/npc.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-09Fixed order of includes in all source filesHaru1-27/+30
2014-05-09Return EXIT_FAILURE if a script parse error occurred.Haru1-95/+144
2014-05-06Bug fixes and other changespanikon1-3/+18
2014-04-12Fixed some compiler/analyzer warnings.Haru1-2/+1
2014-04-11Fixed issue: 7694panikon1-4/+9
2014-04-10Fixed issue: 8140panikon1-0/+7
2014-04-02Added UTF-8 BOM detectionHaru1-0/+12
2014-03-14Added internal awareness of active script instancesshennetsind1-7/+9
2014-03-05Ref redesign, part 2Haru1-3/+2
2014-02-27Cleaned up messages.confHaru1-13/+12
2014-02-03Fixed Bug 7333shennetsind1-6/+11
2014-01-23Compatibility fixes for NetBSD and SolarisHaru1-2/+2
2014-01-12Two Adjustmentsshennetsind1-1/+1
2014-01-01Correctly removed persistent database entries for disabled NPC Market scriptsHaru1-7/+14
2013-12-24Follow up cf19b26d50ac96111e44c33a80afd1f1ea935cecshennetsind1-3/+9
2013-12-24Christmas Patch - 2013-12-23 Supportshennetsind1-79/+487
2013-12-17Fixed several compiler warningsHaru1-11/+10
2013-12-09Fixed some logic errorsshennetsind1-5/+8
2013-12-06HPM: mapindex interfaceshennetsind1-4/+4
2013-12-01Changed variables, labels, functions, commands to case sensitive.Haru1-7/+8
2013-12-01Changed builtin keywords in the script engine to case sensitive.Haru1-34/+31
2013-11-13Follow up 8fda38dcdabbb9d252b0e11fb07b2ad37f9e659fshennetsind1-0/+2
2013-11-13HPM Custom Data Struct Makeover!shennetsind1-0/+11
2013-11-10Added deprecation messages for incorrect capitalization in scriptsHaru1-0/+25
2013-11-08Fixed Bug 7807shennetsind1-1/+1
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-33/+36
2013-11-04Standardized the format of some NPC parse error messagesHaru1-37/+37
2013-11-03Allow warp duplicates without a 'facing' valueHaru1-2/+4
2013-10-28Clean up to view id parsing and small fixes thanks for Haruna and Ind.Kisuka1-30/+15
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ...Kisuka1-5/+67