Age | Commit message (Expand) | Author | Files | Lines |
2006-05-25 | * Fixed mob control commands. | Lance | 1 | -53/+73 |
2006-05-24 | - Corrected mob angry mode, now it only "restores" itself after being hit whe... | skotlex | 1 | -1/+1 |
2006-05-23 | - Some cleanup of run_script, should fix the memory leak there. | skotlex | 1 | -26/+30 |
2006-05-23 | * Fixed typo (this time it's not my fault) in script_reload() clearing the sa... | Lance | 1 | -3/+3 |
2006-05-23 | Reloadscript cleanup | Lance | 1 | -2/+13 |
2006-05-23 | Crash prevention | Lance | 1 | -24/+24 |
2006-05-23 | * Fixed sleep command. | Lance | 1 | -58/+58 |
2006-05-23 | * Added 'setd' support for local NPC scope (') variables. | Lance | 1 | -30/+30 |
2006-05-23 | * [Scripting Engine Update] New variables are ready to be used. | Lance | 1 | -1/+1 |
2006-05-23 | Dunno what the hell the causing the errors when using '@variables, 'variables... | Lance | 1 | -11/+26 |
2006-05-22 | - Fixed a possible null pointer in script command misc_effect | skotlex | 1 | -3/+5 |
2006-05-22 | - Fixed some of the leaks.. still fixing.. | Lance | 1 | -1/+10 |
2006-05-22 | * WARNING: New scripting system contains memory leak | Lance | 1 | -87/+425 |
2006-05-21 | * Speed up array size calculation and deletion. | Lance | 1 | -9/+18 |
2006-05-20 | * jA1983 script.c buildin_menu fix. Thanks to End_of_exam. | Lance | 1 | -0/+1 |
2006-05-15 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6593 54... | Lance | 1 | -1/+1 |
2006-05-15 | * Added NPC event deprecated warnings to ease debugging old scripts. | Lance | 1 | -5/+36 |
2006-05-12 | - Updated cast times of Kaupe and Kaahi. | skotlex | 1 | -1/+0 |
2006-05-10 | - Changed wedding costumes to use setoption rather than changebase. | skotlex | 1 | -13/+7 |
2006-05-09 | - Updated setoption script command to receive a second (optional) argument fl... | skotlex | 1 | -3/+19 |
2006-05-09 | - Script commands sc_start, sc_start2 and sc_start4 will now start regardless... | skotlex | 1 | -3/+3 |
2006-05-07 | removed old logs | Lupus | 1 | -9/+0 |
2006-05-01 | * Optimized fake npc system. Added npc_checknear back to npc_buysellsel. | Lance | 1 | -13/+0 |
2006-04-30 | - If someone is expulsed from a guild while the guild storage is open, it wil... | skotlex | 1 | -0/+14 |
2006-04-30 | - and more typos | Lance | 1 | -16/+4 |
2006-04-30 | Fixed typo in script.c | Lance | 1 | -2/+3 |
2006-04-29 | - pc_resetskill flag can now be &2, it only returns the total amount of skill... | skotlex | 1 | -0/+14 |
2006-04-29 | * Reverted npc_checknear to exclude check for class_ -1. | Lance | 1 | -2/+3 |
2006-04-29 | * Using malloc for memory allocations that doesn't need to be pre-initialized. | Lance | 1 | -52/+37 |
2006-04-27 | - Fixed compilation error/warning on script command setbattleflag. | skotlex | 1 | -3/+3 |
2006-04-27 | - Small change in the pet_ai that should stop the "strange" catch-up behaviou... | skotlex | 1 | -0/+2 |
2006-04-27 | - Added the missing clif_* calls to make changebase's view-class change updat... | skotlex | 1 | -1/+5 |
2006-04-27 | updated 'setmapflag' script command | Lupus | 1 | -2/+18 |
2006-04-26 | - Updated item_db.sql to current. | skotlex | 1 | -5/+1 |
2006-04-26 | - Item use interval is set to a default of 100ms now. | skotlex | 1 | -1/+10 |
2006-04-26 | - Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip scr... | skotlex | 1 | -3/+1 |
2006-04-26 | * Fixed typo in skill.c: skill_clear_group | Lance | 1 | -1/+1 |
2006-04-25 | - Modified and simplified the random item group format. It now is <GroupID>,<... | skotlex | 1 | -1/+1 |
2006-04-24 | - Added script command escape_sql. It will return an escaped string for use i... | skotlex | 1 | -0/+13 |
2006-04-19 | - Removed the max cap of autoloot so you are now allowed to set autoloot valu... | skotlex | 1 | -4/+15 |
2006-04-18 | - Fixed the delete_timer (@summons, alchemist plants) not invoking unit_free,... | skotlex | 1 | -2/+2 |
2006-04-18 | - Removed message 592 from trade.c | skotlex | 1 | -9/+3 |
2006-04-18 | Modifying st->oid is dangerous. Using sd->state.using_fake_npc as identifier ... | Lance | 1 | -2/+1 |
2006-04-18 | * Shinomori's method (kinda) of remote script execution with interaction. | Lance | 1 | -1/+16 |
2006-04-17 | Refer to changelog | Zido | 1 | -2/+2 |
2006-04-12 | - Added special_state changebase to identify when a character has a special-v... | skotlex | 1 | -2/+3 |
2006-04-11 | - Multiple optimizations to the unit_data auto-chase upgrade, also simplified... | skotlex | 1 | -2/+2 |
2006-04-08 | - Wedding Sprites fixed | Zido | 1 | -2/+2 |
2006-04-03 | - Fixed script command mapwarp. | skotlex | 1 | -8/+5 |
2006-04-01 | * Should not exit when you can't find an NPC file.. | Lance | 1 | -1/+1 |