summaryrefslogtreecommitdiff
path: root/src/map/party.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-01Cleaned up some parts of the code.ultramage1-22/+26
2007-05-26- Fixed guild emblem not showing when you log in (caused by r5359)ultramage1-2/+6
2007-05-19Reformatting @_@ultramage1-6/+6
2007-05-19* Added Global chat and Main chat loggingultramage1-5/+4
2007-03-14- Corrected party item share settings not being properly updated on logon.skotlex1-1/+1
2007-03-12- Cleaned up the implementation of party_send_movemap, it should fix the clie...skotlex1-16/+11
2007-03-02- Modified the Storm Gust freeze counter code so it is resetted when standing...skotlex1-1/+0
2007-02-25Added missing header for r9914ultramage1-0/+1
2007-02-25- You are allowed to attack/use skills now when your cloaking level is below 3.skotlex1-1/+1
2007-02-16- Modified the "guardian" spawn script command, it no longer receives a "amou...skotlex1-4/+4
2007-02-15- Cleaned up clif_party_info a bitultramage1-3/+3
2007-02-01- When when a party-member levels up, the level change is sent to the char-se...skotlex1-6/+10
2007-01-07Undid the memset->malloc_set replacementultramage1-6/+6
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