summaryrefslogtreecommitdiff
path: root/src/map/party.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-07* Added another GM trust config for party invitations (bugreport:2004)sketchyphoenix1-1/+10
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-1/+0
2008-07-15Removed the party_share_conflict() check.ultramage1-9/+0
2008-05-16Added changes missing from the previous update (followup to r12710).ultramage1-11/+8
2008-05-16Added more player state variables to track party creation/invitation (bugrepo...ultramage1-11/+23
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-2/+2
2008-04-08Small party/guild creation cleanup. Added packet comments. Removed fake reply...ultramage1-7/+7
2008-04-08Apparently I'm the only one that has it out for the alphabet.Kevin1-5/+3
2008-04-08Added some aFrees, ultramage is a jerk.Kevin1-0/+2
2008-04-08The fix in r12521 will now temporarily trim white space before checking the s...Kevin1-1/+4
2008-04-07Party/guild names can no longer be less then 2 characters long.(bugreport:1328)Kevin1-2/+6
2008-04-07Fixed a case where a dangling pointer was formed when a person was invited to...Kevin1-1/+7
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-4/+4
2008-03-18Fixed invited party members not displaying correctly (bugreport:1199)ultramage1-3/+5
2008-03-18- Added the official adoption method.zephyrus1-1/+1
2008-03-09- Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang...skotlex1-20/+28
2008-03-08Corrected a problem where a party invite acknowledgement would not be sent (b...ultramage1-24/+28
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-31/+44
2008-02-11Getting rid of map_getallusers(), part 1ultramage1-22/+23
2008-02-11- Applied some cleanups to party.c/guild.c to ensure that direct pointers to ...skotlex1-11/+23
2008-02-11- 'Forget me Not' no longer blocks ASPD bonuses from working or prevents thei...skotlex1-3/+6
2008-01-29- Added some error reporting when a player is not found inside its guild/part...skotlex1-0/+2
2008-01-26Some random cleaningultramage1-1/+1
2007-12-22Fixed mob AI code iterating over non-mob objects without checking, when monst...ultramage1-1/+1
2007-12-14- corrected Option_Xmas value in const.txtskotlex1-1/+1
2007-12-07- removed the timer heap correction code when the timers overflow since Flavi...skotlex1-1/+1
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-1/+1
2007-11-19Random cleaning of party.c in attempt to make party_send_xy_timer() crashes a...ultramage1-140/+139
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-8/+4
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-2/+2
2007-10-18* Removed commented-out code for check_fake_id()ultramage1-2/+2
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-1/+1
2007-10-08* Delayed the check for required items when a skill is cast to when they are ...FlavioJS1-0/+8
2007-09-27* Loot code using charid's instead of id's in pick priority.FlavioJS1-3/+3
2007-09-24Added back log_chat's '1 - log everything' setting (revert from r10850).ultramage1-1/+1
2007-09-20* Merged the tmpsql branch:FlavioJS1-0/+1
2007-09-15Getting some (mostly atcommand) code cleaning out of the way...ultramage1-1/+1
2007-09-12Fixed a typo in party invite code (from r11179 / r11180) causing party invita...ultramage1-1/+1
2007-09-11- Corrected /invite letting you invite people even if you are not the party l...skotlex1-1/+15
2007-09-07- Added support for the new party invite/reply packets from the latest client...skotlex1-0/+5
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-5/+6
2007-08-16Added pc_isidle() to simplify a few idle-no-share checks.ultramage1-7/+4
2007-08-15- Merged and completed Latio's work on server-side hot-key saving (http://www...skotlex1-1/+1
2007-08-15* Some serious code cleanupsultramage1-35/+18