Age | Commit message (Expand) | Author | Files | Lines |
2006-05-23 | - Corrected clif parse name request failing on disguised characters. | skotlex | 1 | -29/+30 |
2006-05-22 | * WARNING: New scripting system contains memory leak | Lance | 1 | -1/+1 |
2006-05-22 | SC_SPEARSQUICKEN -> SC_SPEARQUICKEN normalized enum name | Lupus | 1 | -1/+1 |
2006-05-19 | * Minor unsigned/signed alteration in pc_additem to shut the compiler up. | Lance | 1 | -1/+1 |
2006-05-19 | - Small change in pc_additem that could be fixing the current bug with it. | skotlex | 1 | -1/+1 |
2006-05-19 | - Added some braces to clear up the code in pc_additem, even though I doubt i... | skotlex | 1 | -1/+4 |
2006-05-18 | - Rewrote/cleaned up several functions in storage.c | skotlex | 1 | -24/+20 |
2006-05-15 | - Removed Lance's checks in clif.c to prevent sending packets when a player i... | skotlex | 1 | -0/+6 |
2006-05-15 | * Supplied fake NPC ID in sd->npc_id for item scripts. | Lance | 1 | -0/+1 |
2006-05-14 | * Bugfix on fake npc | Lance | 1 | -1/+1 |
2006-05-09 | - Fix on pc_skill which fixes overlapping when one gets more than one bonus f... | skotlex | 1 | -3/+4 |
2006-05-08 | - Removed SP_DISGUISE from the bonus list. | skotlex | 1 | -4/+0 |
2006-05-07 | removed old logs | Lupus | 1 | -7/+0 |
2006-05-05 | - Added a npc-script-event cache to avoid looking up event-scripts every time... | skotlex | 1 | -55/+6 |
2006-05-05 | - /doridori now won't double the HP/SP regen of TKs, it only activates their ... | skotlex | 1 | -12/+1 |
2006-05-05 | - OnEquip scripts will be trigger on log-on now. | skotlex | 1 | -7/+0 |
2006-05-04 | - Stun time for using ES magic on non-mobs reduced to 0.5 secs. | skotlex | 1 | -4/+8 |
2006-05-02 | - Absorb Spirit Sphere now gives +10SP per sphere as per discussions with Haplo. | skotlex | 1 | -1/+1 |
2006-05-02 | - Modified how Rogue's treasure works so that you get +1% to your steal rate ... | skotlex | 1 | -2/+4 |
2006-05-02 | - Fixed pc_disguise not allowing you to "redisguise". | skotlex | 1 | -1/+1 |
2006-05-02 | - Removed OPTION_XMAS, it seems to not exist.... | skotlex | 1 | -10/+0 |
2006-05-01 | * Fixed dangling pointer in pc_steal_item (missing lines) causing crash. | Lance | 1 | -0/+2 |
2006-04-30 | fixed STEAL. 8) and tested at lhz_dun03 | Lupus | 1 | -6/+4 |
2006-04-29 | - pc_resetskill flag can now be &2, it only returns the total amount of skill... | skotlex | 1 | -14/+18 |
2006-04-29 | - Small change in pc_calc_skilltree which should fix the infinite loop... | skotlex | 1 | -2/+2 |
2006-04-29 | temp steal disable | Lupus | 1 | -2/+2 |
2006-04-29 | fixed STEAL. now working | Lupus | 1 | -9/+8 |
2006-04-29 | temp steal disable | Lupus | 1 | -4/+4 |
2006-04-29 | * Removed unreferenced local variable in pc.c | Lance | 1 | -1/+1 |
2006-04-29 | Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tri... | Lupus | 1 | -16/+14 |
2006-04-29 | - Added support for packet 0x229 (clif_changeoption). | skotlex | 1 | -4/+8 |
2006-04-29 | * Using malloc for memory allocations that doesn't need to be pre-initialized. | Lance | 1 | -2/+2 |
2006-04-28 | - Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has... | skotlex | 1 | -2/+2 |
2006-04-27 | - Fixed base-level up @ command giving stat points instead of taking them awa... | skotlex | 1 | -2/+2 |
2006-04-26 | - Updated item_db.sql to current. | skotlex | 1 | -7/+2 |
2006-04-26 | - Item use interval is set to a default of 100ms now. | skotlex | 1 | -4/+4 |
2006-04-26 | - When Taekwons level up they get Bless and Agi Up level 10 instead of the S.... | skotlex | 1 | -2/+7 |
2006-04-26 | - Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip scr... | skotlex | 1 | -3/+0 |
2006-04-25 | - Renamed skill_clear_element_field to skill_clear_group, it accepts a flag t... | skotlex | 1 | -1/+1 |
2006-04-23 | - Added -fstack-protector to the Makefile, commented out by default. | skotlex | 1 | -0/+1 |
2006-04-22 | - Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_end | skotlex | 1 | -102/+6 |
2006-04-21 | - Updated the HP/SP leech structures to have race-data attached to them. | skotlex | 1 | -34/+95 |
2006-04-21 | - Fixed items not really getting unequipped when they should. | skotlex | 1 | -1/+5 |
2006-04-21 | - Fixed the equip/unequip scripts not triggering for compounded cards. | skotlex | 1 | -5/+40 |
2006-04-20 | - Added two columns to item_db: equip_script and unequip_script are scripts t... | skotlex | 1 | -86/+43 |
2006-04-18 | - Removed message 592 from trade.c | skotlex | 1 | -22/+29 |
2006-04-17 | - skill_clear_unitgroup is now invoked in unit_remove_map only on death if th... | skotlex | 1 | -1/+1 |
2006-04-17 | - Added state.running to unit_data to make it easier to check for running cha... | skotlex | 1 | -70/+0 |
2006-04-16 | - Fixed Magnum break's animation not showing if the fire-elemental bonus did ... | skotlex | 1 | -1/+1 |
2006-04-15 | - Removed the ->prev != NULL checks in skill_attack due to the fact that the ... | skotlex | 1 | -1/+0 |