summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-24make buildin_recovery more versatilegumi1-14/+48
2017-06-24Merge pull request #1765 from mekolat/swap2Haru1-4/+7
2017-06-24Merge pull request #1775 from dastgir/bug/card_removeHaru1-77/+43
2017-06-09fix another memory leak introduced by 5ceccb7gumi1-0/+2
2017-06-09WhitespaceDastgir1-35/+33
2017-06-09Fixed a bug where removing a card from successremovecards andDastgir1-44/+12
2017-06-05fix loss of reference in buildin_swapgumi1-4/+7
2017-06-05fix memory leak introduced by 5ceccb7gumi1-0/+4
2017-06-03flag misceffect() as deprecatedgumi1-1/+1
2017-06-03flag specialeffect2() as deprecatedgumi1-1/+1
2017-06-03allow to use specialeffect() on any unit, and to send to any playergumi1-10/+26
2017-06-03Merge pull request #1684 from Smokexyz/refine-updateHaru1-8/+26
2017-06-03Merge pull request #1747 from mekolat/param2Haru1-8/+14
2017-06-03Merge pull request #1753 from mekolat/string2Haru1-0/+38
2017-06-03Merge pull request #1736 from mekolat/group2Haru1-0/+40
2017-06-01add buildin getarrayindex()gumi1-0/+17
2017-06-01add buildin isstr()Andrei Karas1-0/+21
2017-05-28add buildin add_group_command()gumi1-0/+40
2017-05-28flag the pow() buildin as deprecatedgumi1-1/+1
2017-05-28add exponentiation operatorgumi1-0/+6
2017-05-28allow to pass actual params to getparamgumi1-8/+14
2017-05-27Merge pull request #1722 from Smokexyz/mmo_charstatus-fixHaru1-1/+9
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-1/+9
2017-05-21Refine rate correction from kRO.smokexyz1-8/+26
2017-05-12add channel handler eventsgumi1-0/+51
2017-05-09Merge pull request #1699 from Jedzkie/11-SummerCostumeHaru1-0/+1
2017-05-04Merge pull request #1717 from mekolat/vault2Haru1-0/+2
2017-04-29Merge pull request #1712 from mekolat/canuse2Haru1-0/+91
2017-04-27Merge pull request #1711 from mekolat/checkoption2Haru1-8/+32
2017-04-25expose bank vault to the script enginegumi1-0/+2
2017-04-25add permission checking buildinsgumi1-0/+91
2017-04-25Merge pull request #1689 from Jedzkie/2-GiantFlyWingHaru1-58/+65
2017-04-24allow checkoption et al to check another playergumi1-8/+32
2017-04-24Removed hard coded values on @cashmount and setcashmount.Jedzkie1-9/+17
2017-04-24Fix some issues in the unit controlling script commandsHaru1-110/+101
2017-04-23Implemented official Giant Fly Wing EffectJedzkie1-58/+65
2017-04-23Merge pull request #1584 from Smokexyz/masterHaru1-0/+1600
2017-04-19Implemented Official Summer 2 CostumeJedzkie1-0/+1
2017-04-13add missing _pc in set_reggumi1-4/+4
2017-04-12fix 1b0d3bd "add getvariableofpc() buildin"gumi1-1/+0
2017-04-12fix a16fbb3 "allow character and account variables to reference another regis...gumi1-26/+139
2017-04-11Fixes a minor typo in buildin_setequipoptionsmokexyz1-2/+2
2017-04-09Merge pull request #1598 from Smokexyz/IROHaru1-2/+243
2017-04-09Merge pull request #1657 from mekolat/getunits2Haru1-0/+100
2017-04-08add getunits() buildingumi1-0/+100
2017-04-04Implementation of unit controlling script commands.Smokexyz1-0/+1600
2017-04-04Implementation of Item Options System.Smokexyz1-2/+243
2017-03-31Merge pull request #1544 from HerculesWS/1543-fixsmokexyz1-6/+8
2017-03-28add gettimer() buildingumi1-0/+95
2017-03-12Merge pull request #1610 from mekolat/timer2Haru1-17/+37