summaryrefslogtreecommitdiff
path: root/src/map/party.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS1-1/+1
2006-12-21- Added a 1-node cache to db. Removed party_cache and guild_cache since now t...FlavioJS1-19/+13
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-902/+902
2006-11-17- Corrected use of the party invitation reply packet, thanks to FlavioJS.skotlex1-5/+8
2006-10-28- Fixed mob-skill event "skillused" not triggering at all.skotlex1-2/+2
2006-10-25- Made the exp bonus settings be adjustable:skotlex1-20/+32
2006-10-19- Cleaned up the log.c file.skotlex1-1/+1
2006-10-19- Corrected a compilation error.skotlex1-9/+12
2006-10-18- Added a overflow check when calculating party exp share.skotlex1-0/+4
2006-09-20- Cleaned up some more party_sub_count, so that idle_no_share will also disab...skotlex1-4/+5
2006-09-20- Fixed party_sub_count (TK_POWER) failing when the idle_no_share setting was...skotlex1-3/+7
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-6/+6
2006-08-07- Hopefully fixed the party_even_share cast-overflow bug as reported by Adobe.skotlex1-1/+1
2006-08-04- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...skotlex1-1/+1
2006-07-28- The picklog will now record negative values for items sold to npcs.skotlex1-0/+2
2006-07-27- Added config setting party_update_interval so you can specify how often the...skotlex1-3/+1
2006-07-27- Added config setting "party_hp_mode" (battle/party.conf) which determines m...skotlex1-1/+2
2006-07-27- Fixed packet 0x22a having the manner and opt3 packets in inverted offsets.skotlex1-0/+2
2006-07-27- Applied the necessary changes to make @partyoption reflect it's changes on ...skotlex1-3/+8
2006-07-26- Modified party_item_share_type config setting so that using 1 disables item...skotlex1-3/+4
2006-07-18- Added atcommand @partyoption, lets you alter the party item-distribution ty...skotlex1-2/+2
2006-07-06- Modified the party_data structure on the map server to remove some redundan...skotlex1-16/+48
2006-07-06- Fixed the auto-direction code which makes self-skills with ground units bec...skotlex1-3/+0
2006-06-13- Updated clif_disp_onlyself to not use dynamic memory and write directly to ...skotlex1-3/+2
2006-06-12- Made guild member exp an unsigned int.skotlex1-1/+1
2006-06-10- Added structure party_data and party_member_data to the map server to hold ...skotlex1-231/+229
2006-06-07- Added pc_calcexp to calculate individual exp bonuses acquired from exp's so...skotlex1-3/+3
2006-05-24- Item sharing now shares the same rules as exp sharing (no sharing when dead...skotlex1-2/+9
2006-05-22* Excluded idle and auto-trade party members from TK_POWER list.Lance1-1/+4
2006-05-15- Added SC_BLADESTOP to the switch listing in status_change_startskotlex1-1/+1
2006-05-08- ES magic will now put the caster on stun for 0.5 secs regardless of whether...skotlex1-13/+18
2006-05-08- Fixed compilation error.skotlex1-1/+1
2006-03-08- Fixed item disappearing from the floor when you attempted to pick it up and...skotlex1-1/+1
2006-03-04- The rate passed to status_change_start must now be in 0->10000 range.skotlex1-2/+2
2006-03-01- Turn Undead and Offensive Resurrection should now work on undead players.skotlex1-3/+66
2006-02-21- Modified party_send_movemap and guild_send_info_short to send the mini-dots...skotlex1-1/+15
2006-02-17- Added NK value 3: No damage + area of effect skill (NK_SPLASH_NO_DAMAGE)skotlex1-13/+12
2006-02-09- Code rewrites in mob_damage and party_exp_even_share for correctly handling...skotlex1-9/+16
2006-02-08- Cleaned up and reorganized status_change_start. Now it also receives the su...skotlex1-2/+2
2006-02-03- Fixed a wrong check being done for AM_TWILIGHT3skotlex1-1/+1
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...Valaris1-0/+742
2006-01-29Clearing trunk.Valaris1-657/+0
2005-03-30* Added base code for loading Ser's UPNP plugincelest1-13/+13
2005-03-30* updated map server to jA1137~1159celest1-2/+2
2005-03-29More C/C++ Conformance fixesamber1-5/+5
2005-02-25revised npc_event_dequeue; added a check to party share & devel update [Shino...shinomori1-2/+3
2005-02-23* Added bAddItemHealRatecelest1-5/+7
2005-01-28* Added DUMP_ALL_PACKETS and moved dump packets code in clif_parse a bit to s...(no author)1-2/+2
2005-01-23update(no author)1-1/+1
2005-01-06updateamber1-1/+1