summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-22Major cleanup all over the place, made possible by mkbu95's scan-build report...shennetsind1-4/+4
2012-08-22Follow up r16636 - Added the two new arguments to the buildin_areawarp_sub ca...kenpachi2k111-1/+1
2012-08-18Implemented Renewal Casting System.rud0lp201-8/+2
2012-08-15Fixed bugreport:6446 credits to flaviojs, special thanks to Lelouch vi Britan...shennetsind1-11/+9
2012-08-15` Changed areawarp script command to accept two additional, yet optional, par...xantara1-22/+52
2012-08-12Fixed bugreport:6459 yet another variable assignment fix, special thanks to j...shennetsind1-2/+4
2012-08-10Fixed bugreport:6451, a ancient bug present r6791 which would cause any non-h...shennetsind1-38/+34
2012-08-09Fixed bugreport:6108, getd now works as a parameter for query_sql.xantara1-27/+13
2012-08-08Fixed replacestrcookiecrumbs1-1/+1
2012-08-07Fixed bugreport:6428 where the count parameter of replacestr didn't allow var...cookiecrumbs1-3/+34
2012-08-07Reverted wrong checkre() command optimization (bugreport:6426)daegaladh1-1/+16
2012-08-06Hello World! with this commit trunk will finally be making use of the gorgeou...shennetsind1-11/+293
2012-08-03Fixed bugreport:6402 when a menu supersedes the client's maximum length it is...shennetsind1-17/+51
2012-08-03Modified script function 'donpcevent' as requested by Script Developer Euphy,shennetsind1-1/+6
2012-08-02Fixed bugreport:6032 r15982's variable assignment should be fully functional ...shennetsind1-38/+20
2012-08-01Added checks for when a homunculus class is invalid when passing through the ...xantara1-1/+1
2012-08-01Fixed bugreport:6378 fixed 'nude' script command so that it may remove costume.shennetsind1-9/+10
2012-07-24Renamed leftovers REMODE to RENEWAL in documentation.xazax-hun1-1/+1
2012-07-23Follow up r16471 improved overall feature performance by making the bind list...shennetsind1-31/+84
2012-07-23Fixed bugreport:6297 where Cart can be dispelled by SA_DISPELL and AB_CLEARANCE.rud0lp201-17/+1
2012-07-23Added checkre() script command, which allows to check if a renewal feature is...daegaladh1-0/+71
2012-07-22Added the ability to bind atcommands to NPC events (ex: NPCNAME::OnEvent); or...cookiecrumbs1-0/+105
2012-07-21Renamed bUseSPrateSkill to bSkillUseSPrate.kenpachi2k111-1/+2
2012-07-14- Added new script command hommutate which changes an Homunculus into an Homu...masao871-0/+31
2012-07-01Fixed bugreport:5984 rental items exploit which allowed a rental item from ne...shennetsind1-3/+0
2012-06-29Implemented new item script bonuses:rud0lp201-0/+3
2012-06-21Added mercenary and elemental objects support for getmapxy.greenboxal21-0/+21
2012-06-15Fixed bugreport:5740 var reference was not being restored to call buildin_set...greenboxal21-3/+29
2012-06-14Added support for new carts (requires packetver 20120201 or newer). Super-Ult...shennetsind1-1/+4
2012-06-12Added new bonus as per kenpachi's request: bonus2 bUseSPrateSkill,n,x; // Red...shennetsind1-52/+51
2012-06-12Improved bonus-adding processes by no longer having to add it to the zero'd m...shennetsind1-13/+10
2012-06-08Follow up on r16240 update RK_CRUSHTRIKE formula and weapon break percentage.rud0lp201-3/+3
2012-05-30Fixed bugreport:5873 sex changed shouldn't now make exploits regarding item b...rud0lp201-0/+4
2012-05-29Fixed bugreport:5850 GN_HELLS_PLANT damage formula and behavior are now updated.rud0lp201-1/+1
2012-05-27Fixed bugreport:5821 GN_SLINGITEM item requirements(item throwables) should n...rud0lp201-1/+1
2012-05-21Added new script command: instance_check_party <Party ID>{,<amount>{,<min>{,<...rud0lp201-0/+59
2012-05-17- Added +11 and above refiner NPC.masao871-14/+53
2012-05-16Fixed bugreport:5749 Amplify Magic Power should now work properly on multi-hi...rud0lp201-1/+65
2012-05-04Fix bugreport:5695 local scoped variables reference map not being freed after...greenboxal21-8/+16
2012-05-03Regularized file not found error messages.xazax-hun1-1/+1
2012-04-30- Amended the permanent NPC variable instance system to utilise the same allo...epoque111-4/+2
2012-04-30- Fixed NPC instance variables not being passed through to callfunc; or calls...epoque111-4/+10
2012-04-30- Removed copyarray; functionality when running set; or assigning variables (...epoque111-2/+4
2012-04-29- Removed leftover TXT configs, follow-up to r15503.brianluau1-0/+3
2012-04-29reasonably-sized performance improvement: @reloadscript is about to 3 times f...shennetsind1-3/+1
2012-04-29- Fixed a missing variable storage allocation resulting in NPC variables not ...epoque111-1/+1
2012-04-29- Fixed a map-server crash when script variable storage reference is NULL (bu...epoque111-2/+8
2012-04-28- Fixed an issue with the instance variable storage system never being initia...epoque111-15/+12
2012-04-28- Updated the script engine to make use of the DBMap* structure for storing v...epoque111-76/+59
2012-04-28- Updated the script engine to store references to important re-used methods ...epoque111-53/+76