Age | Commit message (Expand) | Author | Files | Lines |
2012-03-09 | Code cleanup: replaced `DBIterator` function calls with macros where possible. | gepard1984 | 1 | -9/+9 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 1 | -6/+2 |
2012-01-30 | - Removed trailing tabs, and fixed some spacing. | brianluau | 1 | -1/+1 |
2012-01-22 | Minor cleanups, mostly reducing scopes. | xazax-hun | 1 | -1/+1 |
2012-01-17 | Enabled Mersenne Twister MT19937 as random number generator instead of standa... | gepard1984 | 1 | -1/+2 |
2012-01-17 | * Merged changes up to eAthena 15061. | eathenabot | 1 | -0/+5 |
2012-01-11 | Picklog improvements: | gepard1984 | 1 | -6/+3 |
2012-01-04 | Removed Renewal Drop Modifier out of #REMODE and created a #RE_DROP_MOD speci... | shennetsind | 1 | -3/+5 |
2011-12-24 | * Merged changes up to eAthena 15040. | eathenabot | 1 | -2/+2 |
2011-12-19 | * Merged changes up to eAthena 15036. | eathenabot | 1 | -2/+1 |
2011-12-17 | - Replaced log_config.enable_logs constants with LOG_ enums that existed sinc... | brianluau | 1 | -1/+1 |
2011-12-14 | Renamed RRMODE to REMODE | shennetsind | 1 | -3/+3 |
2011-12-09 | - Optimised party x/y timer processing by excluding parties with no members o... | epoque11 | 1 | -2/+7 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 1 | -5/+58 |
2011-10-17 | * Remove 'hack code' in party_member_added causing crashes since r14968. (bug... | flaviojs2005 | 1 | -8/+0 |
2011-10-10 | * Add correct reply when player invited to party isn't found. | flaviojs | 1 | -2/+2 |
2011-10-09 | * Rework some party code. | flaviojs | 1 | -80/+112 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -2/+2 |
2011-06-11 | * Fixed party invite packet 0xfe (ZC_REQ_JOIN_GROUP) using account id of the ... | ai4rei | 1 | -2/+10 |
2011-03-20 | * Random accumulated tweaks and fixes. | ai4rei | 1 | -1/+3 |
2011-02-14 | * Fixed GMs with GM level equal to 'lowest_gm_level' being treated as normal ... | ai4rei | 1 | -2/+2 |
2011-01-23 | * Some cleaning here and there. | ai4rei | 1 | -2/+2 |
2010-12-05 | * Fixed party booking search increasing result counter, even when no results ... | ai4rei | 1 | -1/+4 |
2010-11-28 | * Resolved multiple issues with the party booking system (bugreport:4573, sin... | ai4rei | 1 | -46/+15 |
2010-11-28 | * Made the party booking search pass results as array of pointers, rather tha... | ai4rei | 1 | -16/+7 |
2010-11-28 | * Replaced literal constants related to the party booking system with defines. | ai4rei | 1 | -5/+5 |
2010-11-25 | * Fixed party booking search not interpreting level 0 as 'all levels' and usi... | ai4rei | 1 | -1/+1 |
2010-10-09 | Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. | Paradox924X | 1 | -7/+7 |
2010-10-05 | * Added Spira's Party Booking System implementation | L0ne_W0lf | 1 | -0/+150 |
2010-06-01 | Replaced all occurrences of 'leaved' with 'withdraw'. | Paradox924X | 1 | -3/+3 |
2010-04-26 | - Cleaned up party_option_changed to work better with newer clients. | skotlex | 1 | -5/+7 |
2010-02-06 | 2010/02/06 | Inkfish | 1 | -1/+1 |
2009-11-19 | - Applied the renewal client support patch from Diablo (eA forum topic 222623) | skotlex | 1 | -0/+51 |
2009-08-12 | - Optimization to instance system. | zephyrus | 1 | -4/+8 |
2009-08-02 | * Questlog code cleanup. | Inkfish | 1 | -5/+3 |
2009-07-29 | - Fixed a bug cleaning instance variable on party when instance is destroy. | zephyrus | 1 | -0/+3 |
2009-06-20 | - Instancing System (Thanks to Sirius White who did most of the code, with so... | zephyrus | 1 | -0/+24 |
2008-11-22 | * Hunted down improper uses of va_list variables. | FlavioJS | 1 | -5/+6 |
2008-09-09 | Enabled WoE SE to be run independently of WoE. Let's see how long it is befor... | L0ne_W0lf | 1 | -1/+1 |
2008-09-01 | Temporary workaround against the party/guild send_xy_timer dangling pointer c... | ultramage | 1 | -1/+2 |
2008-08-27 | * pc_isGM() checks in gm_cant_party config checks will now check against bein... | sketchyphoenix | 1 | -2/+2 |
2008-08-15 | * Removed gm_cant_party_max_lv. It now uses gm_cant_party_min_lv as the thres... | sketchyphoenix | 1 | -2/+2 |
2008-08-09 | Fixed a mistake in r13051 party invite code where 'tsd' was accessed before c... | ultramage | 1 | -5/+5 |
2008-08-07 | * Added another GM trust config for party invitations (bugreport:2004) | sketchyphoenix | 1 | -1/+10 |
2008-07-26 | Merged the /loginmerge branch (topic:192754) | ultramage | 1 | -1/+0 |
2008-07-15 | Removed the party_share_conflict() check. | ultramage | 1 | -9/+0 |
2008-05-16 | Added changes missing from the previous update (followup to r12710). | ultramage | 1 | -11/+8 |
2008-05-16 | Added more player state variables to track party creation/invitation (bugrepo... | ultramage | 1 | -11/+23 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -2/+2 |
2008-04-08 | Small party/guild creation cleanup. Added packet comments. Removed fake reply... | ultramage | 1 | -7/+7 |