summaryrefslogtreecommitdiff
path: root/src/char/inter.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-03Regularized file not found error messages.xazax-hun1-1/+1
2012-05-02Fixed bugreport:5682 elemental_init was being called instead of final at inter.cshennetsind1-1/+1
2012-05-02Follow up r16025 minor performance improvement on the already-stupid job name...shennetsind1-11/+12
2012-05-01Follow up r16025 fixing gcc warning, special thanks to brian for noticing.shennetsind1-1/+2
2012-05-01Added @accinfo atcommand. "Huge thanks to"/"Credits to" Dekamaster/Nightroad <3.shennetsind1-1/+502
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind1-1/+5
2012-03-19- Updated existing registry saving code to perform one single uniform query. ...epoque111-15/+22
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-3/+6
2012-03-04- Guild Castle code cleanup:gepard19841-3/+1
2012-02-14Removed deprecated memory manager macros (follow-up to r14916).gepard19841-1/+1
2012-01-20Merged TXT removal branch back to trunk.gepard19841-378/+384
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