summaryrefslogtreecommitdiff
path: root/src/map/party.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-1/+1
2013-10-26Changed 'tick' variables to 64 bitHaru1-1/+1
2013-10-07Fixed Bug #7744shennetsind1-7/+6
2013-09-29Provided argument-list equivalent for several variadic functionsHaru1-0/+1
2013-09-28HPM: Party.c Completedshennetsind1-21/+27
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru1-1/+1
2013-07-01Fixed Bug #7216shennetsind1-1/+1
2013-06-24Fixed Bug #7412shennetsind1-1/+1
2013-06-08Follow up 4a51fc7e5eec9a464c754d3d1e0ee44da1ca6f72shennetsind1-0/+1
2013-06-08mkbu95's Party Recruit Updateshennetsind1-1/+22
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-2/+2
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-40/+54
2013-05-30Memory Slasher - May 30 Patchshennetsind1-1/+2
2012-12-30-Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil...glighta1-1/+1
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-26/+26
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-26/+26
2012-10-30Fixed Level/Drop modifier based on level difference and created a db as sugge...rud0lp201-7/+0
2012-10-29-Add some src basic documentation.glighta1-2/+2
2012-09-08Fixed error when running a server w/o RENEWAL but with RENEWAL_EXPshennetsind1-1/+1
2012-04-09- Spring cleaning of various source filesepoque111-2/+2
2012-01-04Removed Renewal Drop Modifier out of #REMODE and created a #RE_DROP_MOD speci...shennetsind1-0/+2
2011-12-14Renamed RRMODE to REMODEshennetsind1-1/+1
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-0/+5
2011-10-09* Rework some party code.flaviojs1-3/+4
2011-06-11* Fixed party invite packet 0xfe (ZC_REQ_JOIN_GROUP) using account id of the ...ai4rei1-1/+1
2010-11-28* Resolved multiple issues with the party booking system (bugreport:4573, sin...ai4rei1-1/+1
2010-11-28* Made the party booking search pass results as array of pointers, rather tha...ai4rei1-1/+0
2010-11-28* Replaced literal constants related to the party booking system with defines.ai4rei1-1/+4
2010-10-05* Added Spira's Party Booking System implementationL0ne_W0lf1-0/+21
2010-06-01Replaced all occurrences of 'leaved' with 'withdraw'.Paradox924X1-1/+1
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-0/+1
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-0/+2
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-2/+0
2008-07-15Removed the party_share_conflict() check.ultramage1-1/+0
2008-03-24* Reorganized the contents of the mapserver's header files.ultramage1-2/+20
2008-03-08Corrected a problem where a party invite acknowledgement would not be sent (b...ultramage1-2/+2
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-0/+1
2007-11-19Random cleaning of party.c in attempt to make party_send_xy_timer() crashes a...ultramage1-3/+3
2007-10-18* Removed commented-out code for check_fake_id()ultramage1-2/+2
2007-09-27* Loot code using charid's instead of id's in pick priority.FlavioJS1-1/+1
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-5/+8
2007-08-15* Some serious code cleanupsultramage1-1/+1
2007-04-21- Removed the +25% mdef, -50% def effect from Freeze statusultramage1-1/+0
2007-02-21Applied a consistent look to all header files (copyright, ifdefs)ultramage1-1/+1
2007-02-01- When when a party-member levels up, the level change is sent to the char-se...skotlex1-1/+2
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-49/+49
2006-07-26- Modified party_item_share_type config setting so that using 1 disables item...skotlex1-1/+1
2006-06-13- Updated clif_disp_onlyself to not use dynamic memory and write directly to ...skotlex1-1/+1
2006-06-10- Added structure party_data and party_member_data to the map server to hold ...skotlex1-5/+5
2006-06-07- Added pc_calcexp to calculate individual exp bonuses acquired from exp's so...skotlex1-1/+1