summaryrefslogtreecommitdiff
path: root/src/map/party.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-44/+95
2013-05-30Memory Slasher - May 30 Patchshennetsind1-52/+55
2013-05-17Fixed Party Options being displayed twice on loginshennetsind1-2/+0
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind1-1/+1
2013-04-11Fixed renewal_expshennetsind1-4/+11
2013-03-30Hercules Renewal: clif.c completeshennetsind1-7/+7
2013-03-29Hercules Renewal: clif.cshennetsind1-55/+55
2013-03-02Hercules Renewal: skill.cshennetsind1-2/+2
2013-02-18Improvements all over the placeshennetsind1-3/+2
2012-12-30-Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil...glighta1-4/+4
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-891/+932
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-932/+891
2012-11-14Following r16914glighta1-1/+1
2012-11-12-Add Homon-S skills, 1st implementation (all done except Eleanors)glighta1-25/+25
2012-10-30Fixed Level/Drop modifier based on level difference and created a db as sugge...rud0lp201-61/+9
2012-10-29-Add some src basic documentation.glighta1-4/+5
2012-06-23Fixed bugreport:5862 RENEWAL_EXP should now handle mvp exp properly, special ...shennetsind1-1/+2
2012-04-11Fixed bugreport:5561 Even Share Exp should now be working properlyshennetsind1-2/+5
2012-04-11Moved Renewal Experience Modifier out of REMODE and created its own RENEWAL_E...shennetsind1-3/+3
2012-04-09- Spring cleaning of various source filesepoque111-4/+4
2012-04-04More cleanups for old clients.protimus1-4/+0
2012-03-25- Fixed party invite crashing when a player is not online. (bugreport:5506)epoque111-1/+1
2012-03-22Fixed gcc warning, removed unused variable 'flag'shennetsind1-1/+1
2012-03-22- Fixed party exploit which allowed players to confirm the online status of a...epoque111-25/+20
2012-03-09Code cleanup: replaced `DBIterator` function calls with macros where possible. gepard19841-9/+9
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-6/+2
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-1/+1
2012-01-22Minor cleanups, mostly reducing scopes.xazax-hun1-1/+1
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-1/+2
2012-01-17* Merged changes up to eAthena 15061.eathenabot1-0/+5
2012-01-11Picklog improvements:gepard19841-6/+3
2012-01-04Removed Renewal Drop Modifier out of #REMODE and created a #RE_DROP_MOD speci...shennetsind1-3/+5
2011-12-24* Merged changes up to eAthena 15040.eathenabot1-2/+2
2011-12-19* Merged changes up to eAthena 15036.eathenabot1-2/+1
2011-12-17- Replaced log_config.enable_logs constants with LOG_ enums that existed sinc...brianluau1-1/+1
2011-12-14Renamed RRMODE to REMODEshennetsind1-3/+3
2011-12-09- Optimised party x/y timer processing by excluding parties with no members o...epoque111-2/+7
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-5/+58
2011-10-17* Remove 'hack code' in party_member_added causing crashes since r14968. (bug...flaviojs20051-8/+0
2011-10-10* Add correct reply when player invited to party isn't found.flaviojs1-2/+2
2011-10-09* Rework some party code.flaviojs1-80/+112
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-2/+2
2011-06-11* Fixed party invite packet 0xfe (ZC_REQ_JOIN_GROUP) using account id of the ...ai4rei1-2/+10
2011-03-20* Random accumulated tweaks and fixes.ai4rei1-1/+3
2011-02-14* Fixed GMs with GM level equal to 'lowest_gm_level' being treated as normal ...ai4rei1-2/+2
2011-01-23* Some cleaning here and there.ai4rei1-2/+2
2010-12-05* Fixed party booking search increasing result counter, even when no results ...ai4rei1-1/+4
2010-11-28* Resolved multiple issues with the party booking system (bugreport:4573, sin...ai4rei1-46/+15
2010-11-28* Made the party booking search pass results as array of pointers, rather tha...ai4rei1-16/+7
2010-11-28* Replaced literal constants related to the party booking system with defines.ai4rei1-5/+5