summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-8/+8
2015-09-18Clarified intent in various side-effect assignmentsHaru1-15/+15
2015-09-08Fixed some memory leaks in code using libconfigHaru1-0/+1
2015-09-06Fixed compilation error.Emistry1-1/+2
2015-09-06Revert "Revert "Updated getwaitingroomstate() script command.""Emistry1-1/+15
2015-09-06Revert "Updated getwaitingroomstate() script command."Emistry1-15/+1
2015-09-06Updated getwaitingroomstate() script command.Emistry1-1/+15
2015-08-31npctalk support extra npc name parameter.Emistry1-2/+10
2015-08-18Fixed a qiget/qicheck crash in queue iteratorsHaru1-2/+2
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Moved session array into the socket interfaceHaru1-3/+3
2015-08-15Cleaned up socket interfaceHaru1-1/+1
2015-08-10Add script interface function run_pet. It do same thing as run.Andrei Karas1-0/+1
2015-08-10Add script interface function run_npc. It do same thing as run.Andrei Karas1-1/+2
2015-08-10Move unequip item script function call into function script_run_item_unequip_...Andrei Karas1-0/+17
2015-08-10Move equip item script function call into function script_run_item_equip_script.Andrei Karas1-0/+17
2015-08-10Move use item script function call into function script_run_use_script.Andrei Karas1-2/+19
2015-08-09Removed deprecated script command checkreHaru1-1/+0
2015-08-05Add optional parameter to warp script command for prevent stoping npc scripts...Andrei Karas1-1/+7
2015-07-15Follow up 98274e4 fix script command questactive warningsAngelmelody1-5/+14
2015-07-08Update Unique ID system to match official now it cover all cash items include...Ibrahim Hossam1-0/+12
2015-07-05Follow up 25c5a610555f442005d562ad463a4f22efb6f744Emistry1-1/+1
2015-07-05Added script command `showscript "<message>"{,<GID>};`Emistry1-0/+32
2015-06-19Removed ".." from include directivesHaru1-47/+46
2015-06-04Implemented strcmp Function.Dastgir1-0/+9
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-32/+29
2015-05-19Fixed some issues reported by coverity scan [1/3]Haru1-0/+2
2015-05-18Removed duplicates of clif->msgtableHaru1-1/+1
2015-05-17Fixed some issues detected by coverity scanHaru1-2/+2
2015-05-16Added charid2rid script commandHaru1-0/+18
2015-05-16Fix log10() function actually using log10. Used natural log before.Streusel1-1/+1
2015-05-15Renamed log to log10, as it is creating errors with items called Log.Streusel1-21/+2
2015-05-15Added floor(), ceil() and log() functions for usage in scripts.Streusel1-10/+40
2015-05-08Deprecated command checkre().Haru1-1/+1
2015-05-08Removed deprecated command isdayHaru1-6/+0
2015-05-08Added support for RENEWAL constants in scriptsHaru1-0/+37
2015-04-25Merge pull request #502 from k-py/bugfix-return-getvariableofnpcHaruna1-11/+21
2015-04-25Fixed @changesex issues on PACKETVERs that don't support per-character sex.Haru1-7/+2
2015-04-22Minor refactoring of script function return.Kpy!1-10/+13
2015-04-22Fix a crash condition when incorrectly using return outside the scope of a fu...Kpy!1-1/+8
2015-04-21Fix script function return always removing references from NPC variables.Kpy!1-1/+1
2015-03-15Follow up 330e31cc71ece055908acb1eb967b4009ebc9c46shennetsind1-3/+15
2015-03-14Fixed a script function related memory leak on mapserver shutdownHaru1-8/+6
2015-03-05Memory Slasher: Script Parser Boostshennetsind1-17/+14
2015-02-28Skipped translations in minimal (script-checker) modeHaru1-0/+3
2015-02-23Hercules Ultimate Localization Designshennetsind1-13/+605
2015-02-15Fixed a parser issue on direct assignmentsHaru1-29/+35
2015-02-15Follow up 909c0644ce45945c8e3fdc5eb77ebdd1a1cb93d0shennetsind1-1/+0
2015-02-15Updated 'delequip' Script Commandshennetsind1-3/+6
2015-02-02Fixed state tracking of dialog windows when the script is suspended and resumedHaru1-1/+0