summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-18git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7234 54...Lance1-14/+16
2006-06-18* [Removed]: Lance1-296/+222
2006-06-17* [Added]: Lance1-19/+80
2006-06-16* [Added]: Lance1-0/+3
2006-06-15- Fixed and cleaned up script command 'equip'skotlex1-11/+6
2006-06-14git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7164 54...blackhole891-26/+26
2006-06-14* [Improved]: Lance1-3/+4
2006-06-13Another mistake.. shitLance1-1/+1
2006-06-13Fix again >_<Lance1-4/+2
2006-06-13FixLance1-1/+3
2006-06-13FixLance1-1/+1
2006-06-13FixLance1-2/+0
2006-06-13* [Fixed]: Lance1-19/+95
2006-06-12* [Optimized]: Lance1-5/+7
2006-06-10- Added structure party_data and party_member_data to the map server to hold ...skotlex1-14/+12
2006-06-09git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7076 54...Lance1-7/+19
2006-06-09* [Fixed]:Lance1-8/+11
2006-06-07- Added pc_calcexp to calculate individual exp bonuses acquired from exp's so...skotlex1-1/+1
2006-06-07* [Improved]:Lance1-0/+21
2006-06-01[Fixed]: Lance1-1/+1
2006-05-31[Fixed]: Lance1-8/+11
2006-05-31[Improved]: Lance1-1/+4
2006-05-30[Optimized]: Lance1-4/+4
2006-05-30- Removed the on-die specific code from unit_remove_map and placed it on the ...skotlex1-3/+3
2006-05-29[Optimized] Lance1-1/+1
2006-05-28- Reverted buildin_setd to use NULL as reference.Lance1-3/+2
2006-05-28[Fixed] script functions that doesn't pass references, thanks to End_of_exam.Lance1-34/+35
2006-05-27- Added structure status_data which holds status-related information (str, ag...skotlex1-12057/+12055
2006-05-26* Patches to allow everything to work right. + 1 more sample script.Lance1-25/+26
2006-05-26Added a few more events in..Lance1-4/+9
2006-05-26git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6773 54...Lance1-12/+12
2006-05-26git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6772 54...Lance1-28/+29
2006-05-26git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6771 54...Lance1-0/+7
2006-05-26* Mob control engine tested 99% working so far.Lance1-35/+55
2006-05-26* Change scripting engine's NPC scope vars to dot (.) style.Lance1-28/+36
2006-05-25added noVending mapflag. Tested. + custom Market Place NPC, fixed MSG stringsLupus1-1/+7
2006-05-25* Fixed mob control commands.Lance1-53/+73
2006-05-24- Corrected mob angry mode, now it only "restores" itself after being hit whe...skotlex1-1/+1
2006-05-23- Some cleanup of run_script, should fix the memory leak there.skotlex1-26/+30
2006-05-23* Fixed typo (this time it's not my fault) in script_reload() clearing the sa...Lance1-3/+3
2006-05-23Reloadscript cleanupLance1-2/+13
2006-05-23Crash preventionLance1-24/+24
2006-05-23* Fixed sleep command.Lance1-58/+58
2006-05-23* Added 'setd' support for local NPC scope (') variables.Lance1-30/+30
2006-05-23* [Scripting Engine Update] New variables are ready to be used. Lance1-1/+1
2006-05-23Dunno what the hell the causing the errors when using '@variables, 'variables...Lance1-11/+26
2006-05-22- Fixed a possible null pointer in script command misc_effectskotlex1-3/+5
2006-05-22- Fixed some of the leaks.. still fixing..Lance1-1/+10
2006-05-22* WARNING: New scripting system contains memory leakLance1-87/+425
2006-05-21* Speed up array size calculation and deletion.Lance1-9/+18