Age | Commit message (Expand) | Author | Files | Lines |
2012-12-30 | -Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil... | glighta | 1 | -4/+4 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -891/+932 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -932/+891 |
2012-11-14 | Following r16914 | glighta | 1 | -1/+1 |
2012-11-12 | -Add Homon-S skills, 1st implementation (all done except Eleanors) | glighta | 1 | -25/+25 |
2012-10-30 | Fixed Level/Drop modifier based on level difference and created a db as sugge... | rud0lp20 | 1 | -61/+9 |
2012-10-29 | -Add some src basic documentation. | glighta | 1 | -4/+5 |
2012-06-23 | Fixed bugreport:5862 RENEWAL_EXP should now handle mvp exp properly, special ... | shennetsind | 1 | -1/+2 |
2012-04-11 | Fixed bugreport:5561 Even Share Exp should now be working properly | shennetsind | 1 | -2/+5 |
2012-04-11 | Moved Renewal Experience Modifier out of REMODE and created its own RENEWAL_E... | shennetsind | 1 | -3/+3 |
2012-04-09 | - Spring cleaning of various source files | epoque11 | 1 | -4/+4 |
2012-04-04 | More cleanups for old clients. | protimus | 1 | -4/+0 |
2012-03-25 | - Fixed party invite crashing when a player is not online. (bugreport:5506) | epoque11 | 1 | -1/+1 |
2012-03-22 | Fixed gcc warning, removed unused variable 'flag' | shennetsind | 1 | -1/+1 |
2012-03-22 | - Fixed party exploit which allowed players to confirm the online status of a... | epoque11 | 1 | -25/+20 |
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 |