summaryrefslogtreecommitdiff
path: root/src/map/party.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-25* Fixed party booking search not interpreting level 0 as 'all levels' and usi...ai4rei1-1/+1
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-7/+7
2010-10-05* Added Spira's Party Booking System implementationL0ne_W0lf1-0/+150
2010-06-01Replaced all occurrences of 'leaved' with 'withdraw'.Paradox924X1-3/+3
2010-04-26- Cleaned up party_option_changed to work better with newer clients.skotlex1-5/+7
2010-02-062010/02/06Inkfish1-1/+1
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-0/+51
2009-08-12- Optimization to instance system.zephyrus1-4/+8
2009-08-02* Questlog code cleanup.Inkfish1-5/+3
2009-07-29- Fixed a bug cleaning instance variable on party when instance is destroy.zephyrus1-0/+3
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-0/+24
2008-11-22* Hunted down improper uses of va_list variables.FlavioJS1-5/+6
2008-09-09Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...L0ne_W0lf1-1/+1
2008-09-01Temporary workaround against the party/guild send_xy_timer dangling pointer c...ultramage1-1/+2
2008-08-27* pc_isGM() checks in gm_cant_party config checks will now check against bein...sketchyphoenix1-2/+2
2008-08-15* Removed gm_cant_party_max_lv. It now uses gm_cant_party_min_lv as the thres...sketchyphoenix1-2/+2
2008-08-09Fixed a mistake in r13051 party invite code where 'tsd' was accessed before c...ultramage1-5/+5