summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-26- Updated item_db.sql to current.skotlex1-7/+2
2006-04-26- Item use interval is set to a default of 100ms now.skotlex1-4/+4
2006-04-26- When Taekwons level up they get Bless and Agi Up level 10 instead of the S....skotlex1-2/+7
2006-04-26- Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip scr...skotlex1-3/+0
2006-04-25- Renamed skill_clear_element_field to skill_clear_group, it accepts a flag t...skotlex1-1/+1
2006-04-23- Added -fstack-protector to the Makefile, commented out by default.skotlex1-0/+1
2006-04-22- Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_endskotlex1-102/+6
2006-04-21- Updated the HP/SP leech structures to have race-data attached to them.skotlex1-34/+95
2006-04-21- Fixed items not really getting unequipped when they should.skotlex1-1/+5
2006-04-21- Fixed the equip/unequip scripts not triggering for compounded cards.skotlex1-5/+40
2006-04-20- Added two columns to item_db: equip_script and unequip_script are scripts t...skotlex1-86/+43
2006-04-18- Removed message 592 from trade.cskotlex1-22/+29
2006-04-17- skill_clear_unitgroup is now invoked in unit_remove_map only on death if th...skotlex1-1/+1
2006-04-17- Added state.running to unit_data to make it easier to check for running cha...skotlex1-70/+0
2006-04-16- Fixed Magnum break's animation not showing if the fire-elemental bonus did ...skotlex1-1/+1
2006-04-15- Removed the ->prev != NULL checks in skill_attack due to the fact that the ...skotlex1-1/+0
2006-04-11- Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS ...skotlex1-1/+1
2006-04-10- Modified the unit_data structure to handle automatically switching between ...skotlex1-18/+15
2006-04-08- Added function status_change_init to initialize all the sc timers. Added sc...skotlex1-6/+3
2006-04-07- Moved the devotion damage reduction to the block that only executes if flag...skotlex1-4/+1
2006-04-07- Fixed pc_setpos ignoring the clrtype sent to it.skotlex1-4/+4
2006-04-06- Fixed an error on the error-message when job_db1 doesn't has enough columns.skotlex1-3/+4
2006-04-05- Added a define list for weapon types in pc.hskotlex1-45/+43
2006-04-05- Some cleanup of clif_parseloadendack, fixed guild-member list being sent on...skotlex1-7/+0
2006-04-05- Added inter config connection_ping_interval which specifies interval in hou...skotlex1-32/+14
2006-04-03- Fixed pc_setpos using unit_remove_map with type 0 instead of 3, which confu...skotlex1-3/+3
2006-04-03- Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar.skotlex1-2/+8
2006-04-01- Fixed pc_setpos sending you to a random direction when the target tile was ...skotlex1-1/+1
2006-04-01- Fixed standing up no really making you stand up.skotlex1-1/+1
2006-04-01- Added structure view_data to handle sprite information for all characters (...skotlex1-36/+46
2006-03-30- the auth function in login.c won't jstrescapecpy passwords that were encryp...skotlex1-17/+1
2006-03-28- Fixed (?) the Family recall warp skills.skotlex1-5/+6
2006-03-27- HW_GANBANTEIN now also removes traps.skotlex1-0/+4
2006-03-27- Pet catching now uses the menuskill variables to prevent item usage from di...skotlex1-1/+2
2006-03-27- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...skotlex1-19/+35
2006-03-26- Fixed the map-server freeze/crash on Warp Portal.skotlex1-2/+1
2006-03-24- Fixed Warp Portal.skotlex1-1/+1
2006-03-24* Fixed / finished most of Gunslinger [Reddozen]reddozen1-0/+4
2006-03-24- Added function map_search_freecell to locate an available cell around an ar...skotlex1-2/+1
2006-03-23- Fixed Devotion not properly being cleared on death/near death in some cases.skotlex1-0/+1
2006-03-23- Modified pc_percent_heal to avoid overflow problems.skotlex1-18/+27
2006-03-23- Some cleanup. Fixed function pc_isCardAllowedOn causing searches for non-ex...skotlex1-11/+18
2006-03-22- Merged the unit_data structure from jA for handling unit-related data (atta...skotlex1-688/+52
2006-03-20- Small fix to prevent killer/killable states from allowing you to target you...skotlex1-29/+3
2006-03-19* Fixed event_kill_pc to behave like what it should instead of another replic...Lance1-2/+5
2006-03-17* Fixed misleading and inaccurately documented events and added a missing flag. Lance1-10/+15
2006-03-16* BL_PC and BL_MOB control script commands (experimental).Lance1-1/+1
2006-03-16* Made an adjustment to addspiritball() to allow Gunslingers to summon up to ...Lance1-1/+12
2006-03-15- Added mapflag nodrop, fixed mapflag notrade.skotlex1-14/+16
2006-03-15- Added battle config options item_rate_adddrop, item_drop_add_min and item_d...skotlex1-72/+58