Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-04-08 | Apparently I'm the only one that has it out for the alphabet. | Kevin | 1 | -5/+3 |
2008-04-08 | Added some aFrees, ultramage is a jerk. | Kevin | 1 | -0/+2 |
2008-04-08 | The fix in r12521 will now temporarily trim white space before checking the s... | Kevin | 1 | -1/+4 |
2008-04-07 | Party/guild names can no longer be less then 2 characters long.(bugreport:1328) | Kevin | 1 | -2/+6 |
2008-04-07 | Fixed a case where a dangling pointer was formed when a person was invited to... | Kevin | 1 | -1/+7 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -4/+4 |
2008-03-18 | Fixed invited party members not displaying correctly (bugreport:1199) | ultramage | 1 | -3/+5 |
2008-03-18 | - Added the official adoption method. | zephyrus | 1 | -1/+1 |
2008-03-09 | - Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang... | skotlex | 1 | -20/+28 |
2008-03-08 | Corrected a problem where a party invite acknowledgement would not be sent (b... | ultramage | 1 | -24/+28 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -31/+44 |
2008-02-11 | Getting rid of map_getallusers(), part 1 | ultramage | 1 | -22/+23 |
2008-02-11 | - Applied some cleanups to party.c/guild.c to ensure that direct pointers to ... | skotlex | 1 | -11/+23 |
2008-02-11 | - 'Forget me Not' no longer blocks ASPD bonuses from working or prevents thei... | skotlex | 1 | -3/+6 |
2008-01-29 | - Added some error reporting when a player is not found inside its guild/part... | skotlex | 1 | -0/+2 |
2008-01-26 | Some random cleaning | ultramage | 1 | -1/+1 |
2007-12-22 | Fixed mob AI code iterating over non-mob objects without checking, when monst... | ultramage | 1 | -1/+1 |
2007-12-14 | - corrected Option_Xmas value in const.txt | skotlex | 1 | -1/+1 |
2007-12-07 | - removed the timer heap correction code when the timers overflow since Flavi... | skotlex | 1 | -1/+1 |