summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-10* Fixed script command 'cleararray' setting 1 element more, than it is told t...ai4rei1-7/+7
2011-01-10* Made script command 'charisalpha' always return 1 when 'isaplha' is true, r...ai4rei1-1/+1
2011-01-06* Fixed script command 'deletearray' deleting incorrect amount of array eleme...ai4rei1-1/+2
2011-01-05* Fixed ends of statement blocks missing script EOL processing, thus causing ...ai4rei1-9/+35
2010-12-30* Fixed improper use of itemdb_search. It does not return NULL but a dummy it...ai4rei1-1/+1
2010-12-29* Collection of random insignificant changes.ai4rei1-1/+1
2010-12-26- Added missing script_pushint() in 'checkweight' that were forgotten in r14629.brianluau1-0/+3
2010-12-26* Cleaned up script command checkweight.ai4rei1-31/+63
2010-12-26* Fixed items, that get dropped at 100% chance, being reported in @iteminfo a...ai4rei1-2/+2
2010-12-25* Updated script commands delitem and delitem2.ai4rei1-121/+189
2010-12-21* Added script_setarray_pc for setting temporary character array variables ou...ai4rei1-0/+36
2010-12-21* Replaced in-place generation of uid of script array elements with reference...ai4rei1-21/+21
2010-12-21* Fixed dynamic shop arrays @bought_nameid, @bought_quantity, @sold_nameid an...ai4rei1-0/+32
2010-12-19* Replaced maximum script array size literals with a define (constant).ai4rei1-11/+14
2010-12-18* Made the 'player not attached' script error also report the function it occ...ai4rei1-0/+39
2010-12-17* Fixed a crash, when script command 'doevent' is called without an attached ...ai4rei1-1/+8
2010-12-17* Fixed label definitions silently overwriting built-in script functions (bug...ai4rei1-2/+2
2010-12-17* Random script engine clean-ups that have accumulated over time.ai4rei1-8/+26
2010-12-15* Corrected type of second argument of script command 'setbattleflag' from st...ai4rei1-2/+2
2010-12-12* Removed disabled backup of script command 'isequipped' (since r1605).ai4rei1-62/+0
2010-12-12* Made script engine's DEBUG_DISASM block use script_op2name, rather than har...ai4rei1-37/+12
2010-12-12* Fixed impossible condition in soundeffect script command (since athena-dev-...ai4rei1-4/+1
2010-12-12* Updates to the playBGM functionality (since r14335).ai4rei1-23/+26
2010-12-12* Fixed script command setd always assuming value parameter to be a string, w...ai4rei1-5/+4
2010-12-12- Fixed argument declaration of 'setd' (topic:261833, related r14573).brianluau1-1/+1
2010-12-11* Added support for checking argument data type of built-in script functions ...ai4rei1-0/+97
2010-12-11* Replaced buildin_getpartyname_sub, buildin_getguildname_sub and buildin_get...ai4rei1-77/+54
2010-12-10* Revised argument declaration of all script commands according to the actual...ai4rei1-62/+63
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-48/+48
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-48/+48
2010-12-02* Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffec...ai4rei1-3/+3
2010-11-30* Fixed script command getusers causing 'player not attached' errors when ask...ai4rei1-9/+9
2010-11-29* Insignificant code tweaks: removal of excess function declarations and self...ai4rei1-2/+0
2010-11-28* Added emotion_type enumeration for clif_emotion constants.ai4rei1-1/+1
2010-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-29/+29
2010-11-28* Fixed a crash uncovered with r14501, caused by outdated local variables whe...ai4rei1-58/+78
2010-11-25* Fixed script commands attachrid and detachrid not updating the attached cha...ai4rei1-3/+29
2010-11-23* Fixed script command getusers causing map server to crash when called with ...ai4rei1-6/+31
2010-11-23* Added script command pushpc, which is required by newer scripts.ai4rei1-0/+39
2010-11-20* Made script command getmapxy print a warning, if an invalid type is supplie...ai4rei1-0/+4
2010-11-02Applied patch by xazax to clean up various bits of code across mapserver code...Paradox924X1-7/+2
2010-10-21 * Removed unused 'indoors' mapflag (follow-up to r3729).Gepard1-5/+2
2010-10-11Applied Ai4rei's patch to prevent an invalid rid from being attached to the e...Paradox924X1-2/+7
2010-08-26* instance_npcname will now error if the NPC being looked up is not found, ca...L0ne_W0lf1-1/+7
2010-08-19* Follow up to r14383, changed use of clif_font_area to clif_font, seems Skot...L0ne_W0lf1-1/+1
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-12/+12
2010-06-29* Follow up to r14357. Moved where sd is checked for existance in specialeffe...L0ne_W0lf1-4/+2
2010-06-28* Updated specialeffect2 to accept player names. (follow up to r14353)L0ne_W0lf1-0/+3
2010-06-22* Added support for NPC names in the 'specialeffect' script command, go go co...L0ne_W0lf1-1/+8
2010-06-18Added support for NPC/PC names in 'emotion' script command. (topic:249193)Gepard1-3/+14