summaryrefslogtreecommitdiff
path: root/src/char/int_party.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-15Add missing interface initialisations in char server.Andrei Karas1-0/+2
2014-11-15Move global variable into interface in inter.cAndrei Karas1-56/+56
2014-11-15Move global variable into interface in int_party.cAndrei Karas1-15/+15
2014-11-15Add most functions from int_party.c to interfaces.Andrei Karas1-91/+97
2014-11-15Add most functions from char.c to interfaces.Andrei Karas1-10/+11
2014-11-15Add prefix inter_party_ to most functions in int_party.cAndrei Karas1-21/+21
2014-11-15Add prefix char_ to most functions in char.cAndrei Karas1-2/+2
2014-05-30Fixed typos inside src/Shido1-2/+2
2014-05-13Removed trailing whitespace (sources)Haru1-3/+3
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-11/+14
2014-05-10Revert "Fixed order of includes in all source files"panikon1-14/+11
2014-05-09Fixed order of includes in all source filesHaru1-11/+14
2013-12-06HPM: mapindex interfaceshennetsind1-1/+1
2013-05-16Fixed Bug #7250 item 2shennetsind1-0/+5
2013-05-16Fixed Bug #7250shennetsind1-3/+2
2013-05-15HPM Updateshennetsind1-44/+45
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-692/+675
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-675/+692
2012-10-29-Add some src basic documentation.glighta1-23/+34
2012-01-20Merged TXT removal branch back to trunk.gepard19841-304/+457
2011-10-09* Rework some party code.flaviojs1-23/+21
2010-12-25* Synchronized TXT/SQL char-server code a bit.ai4rei1-1/+0
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-2/+2
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-2/+2
2010-06-01Replaced all occurrences of 'leaved' with 'withdraw'.Paradox924X1-2/+2
2008-07-15Removed the party_share_conflict() check.ultramage1-31/+2
2008-05-16Added changes missing from the previous update (followup to r12710).ultramage1-38/+37
2008-04-12TXT code has been re uploaded. Please note this does not change the fact that...Kevin1-0/+732
2008-04-12I live in a giant bucket.Kevin1-732/+0
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-9/+12
2008-03-08Corrected a problem where a party invite acknowledgement would not be sent (b...ultramage1-21/+24
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-3/+0
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-2/+2
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-1/+1
2007-09-20* Merged the tmpsql branch:FlavioJS1-4/+4
2007-09-13Wiped out every mention of RETCODE from /src.ultramage1-1/+1
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-1/+2
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-1/+1
2007-02-07- Removed function inter_party_logged, which after some testing and thinking,...skotlex1-27/+0
2007-02-07Cleaning up of the socket codeultramage1-0/+1
2007-02-07- Updated the range of BioExplosion and Self Destruction so they count as ran...skotlex1-0/+2
2007-02-06- Fixed char-server not sending party status update when a member logs on/offskotlex1-0/+2
2007-02-01- When when a party-member levels up, the level change is sent to the char-se...skotlex1-34/+37
2007-01-21Typo huntultramage1-1/+1
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS1-1/+1
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-747/+747
2006-10-23- char_family now returns the char_id of the children when previously it woul...skotlex1-12/+17
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex1-5/+8
2006-08-14- Fixed script engine allowing scripts to set a player's zeny to negative val...skotlex1-1/+1
2006-08-13- Corrected the mapif_parse_PartyChangeMap function to correctly update level...skotlex1-10/+18