summaryrefslogtreecommitdiff
path: root/src/char/int_pet.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-08-19Renamed some char and inter server variablesHaru1-3/+3
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-2/+2
2016-02-24Added const qualifier to several variable/argument pointersHaru1-1/+1
2016-02-24Updated inter_pet->tosql() and mapif->save_pet() to work with const dataHaru1-34/+37
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Cleaned up some #includesHaru1-1/+0
2015-06-19Removed ".." from include directivesHaru1-12/+12
2015-04-09Add checks to int_pet.cAndrei Karas1-0/+6
2014-11-16Whitespace cleanup (no code changes)Haru1-1/+1
2014-11-15Add missing interface initialisations in char server.Andrei Karas1-0/+1
2014-11-15Move global variable into interface in inter.cAndrei Karas1-24/+24
2014-11-15Move global variable into interface in int_pet.cAndrei Karas1-38/+38
2014-11-15Add most functions from int_pet.c to interfaces.Andrei Karas1-34/+60
2014-08-07Corrected several format-string errors through the codeHaru1-14/+13
2014-05-17Renamed incuvate of Pet System.Shido1-12/+12
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-9/+13
2014-05-10Revert "Fixed order of includes in all source files"panikon1-13/+9
2014-05-09Fixed order of includes in all source filesHaru1-9/+13
2014-04-19Fixed issue: 8150panikon1-8/+8
2013-05-16Fixed Bug #7250shennetsind1-1/+1
2013-05-15HPM Updateshennetsind1-20/+20
2013-02-16Updating the Headers across source filesshennetsind1-1/+1
2013-02-07Fixing mistake in modified source code headersshennetsind1-1/+1
2013-01-31Fixed Bug #3080shennetsind1-3/+4
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-266/+239
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-239/+266
2012-01-20Merged TXT removal branch back to trunk.gepard19841-259/+188
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-1/+1
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-1/+1
2008-04-12TXT code has been re uploaded. Please note this does not change the fact that...Kevin1-0/+380
2008-04-12I live in a giant bucket.Kevin1-380/+0
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-3/+3
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-2/+2
2007-02-07Cleaning up of the socket codeultramage1-0/+1
2007-01-27- Moved the pet rename code from int_pet.c to inter.c and normalized it so it...skotlex1-41/+0
2007-01-21Typo huntultramage1-1/+1
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-422/+422
2006-11-23- Made WFIFOHEAD() check for available buffer size remaining on the connectio...skotlex1-0/+2
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex1-3/+4
2006-08-16- @produce now can make any kind of equipmentskotlex1-1/+1
2006-06-27- Fixed indentation on int_pet.c (how did it got messed up?)skotlex1-96/+96