summaryrefslogtreecommitdiff
path: root/src/char/inter.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-09* Rework some party code.flaviojs1-1/+1
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-12-01* Fixed using main chat nick longer than 15 characters would cause a buffer o...ai4rei1-1/+1
2009-11-03Extended broadcast implementation:Gepard1-11/+17
2009-06-16Fixed an exploit that makes guild skill get higher level than the max defined...Inkfish1-1/+1
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-15/+19
2008-07-15Corrected wrong data loading order in txt storage code causing crashes at sta...ultramage1-1/+3
2008-04-12TXT code has been re uploaded. Please note this does not change the fact that...Kevin1-0/+711
2008-04-12I live in a giant bucket.Kevin1-711/+0
2008-04-11The max_account_id packetver detection mechanism will never cause any connect...ultramage1-11/+0
2008-04-10Modified the charservers to use a DBMap instead of a cyclic array for auth data.ultramage1-5/+5
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-26/+22
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-1/+1
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-4/+0
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-4/+4
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-5/+5
2007-10-18Some code cleaning...ultramage1-1/+1
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-1/+1
2007-09-20* Merged the tmpsql branch:FlavioJS1-5/+4
2007-09-13Wiped out every mention of RETCODE from /src.ultramage1-1/+1
2007-07-26* Cleaned up mob drop code, crashfix is still needed though...ultramage1-1/+2
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-5/+4
2007-05-19Reformatting @_@ultramage1-10/+1
2007-03-22Some generic typo fixes (src and npc)ultramage1-1/+1
2007-02-07Cleaning up of the socket codeultramage1-0/+1
2007-01-27Fixed a C language restriction preventing compilationultramage1-5/+8
2007-01-27- Moved the pet rename code from int_pet.c to inter.c and normalized it so it...skotlex1-2/+46
2007-01-21Typo huntultramage1-1/+1
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-692/+692
2006-11-23- Made WFIFOHEAD() check for available buffer size remaining on the connectio...skotlex1-1/+2
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-1/+1
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex1-24/+22
2006-09-13- Modified the char-server TXT whisper system to use the online_db to know to...skotlex1-43/+75
2006-08-16- Spirit of Wizard will now consume an item 7321 each time it blocks reflecte...skotlex1-1/+1
2006-08-15- Applied multiple fixes which should take care of making homun save/load wor...skotlex1-3/+8
2006-08-15- Some cleanup of int_homun.cskotlex1-0/+5
2006-07-10- Added login-char packet 0x2737. Sets all characters offline (login-server s...skotlex1-3/+0
2006-07-07- Fixed signed/unsigned comparison issues in the char txt/sql server.skotlex1-4/+2
2006-07-06- Modified the party_data structure on the map server to remove some redundan...skotlex1-1/+1
2006-06-16- Merged Adam's patch to let the char-server handle validation of pet-name-ch...skotlex1-2/+2
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...Valaris1-0/+656
2006-01-29Clearing trunk.Valaris1-586/+0
2005-03-30eAthena VC7 solution and support added for native builds [MouseJstr]amber1-4/+4
2005-03-30More ANSI C++/C conformance fixes [SVN 1341: MouseJstr]amber1-2/+2
2005-03-23* Fixed alot of memory leakscelest1-0/+23
2005-01-28* Added DUMP_ALL_PACKETS and moved dump packets code in clif_parse a bit to s...(no author)1-1/+1
2005-01-24A lot of changes. login and char server compile under both TXT and SQL under ...(no author)1-9/+9
2005-01-23update(no author)1-6/+6
2004-12-23Rewrite inter server messagingamber1-3/+3