summaryrefslogtreecommitdiff
path: root/src/char/int_homun.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2017-12-08Merge pull request #1898 from Asheraf/homunafHaru1-6/+7
2017-11-18Implement Homunculus autofeedingAsheraf1-6/+7
2017-11-18Pass the correct types and sizes to the StmtBind functionsHaru1-3/+3
2016-08-19Renamed some char and inter server variablesHaru1-2/+2
2016-03-20Changed buffer argument of SQL->StmtBindParam() to constHaru1-2/+2
2016-03-20Removed unnecessary typedefs from sql.hHaru1-1/+1
2016-02-24Removed various redundant typecastsHaru1-7/+6
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru1-1/+1
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-3/+3
2016-02-24Added const qualifier to several variable/argument pointersHaru1-8/+13
2016-02-24Split mapif->homunculus_save() into two functions (save and create)Haru1-41/+56
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-3/+3
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-07-12Remove useless checks from char server.Andrei Karas1-1/+0
2015-06-19Cleaned up some #includesHaru1-1/+0
2015-06-19Removed ".." from include directivesHaru1-12/+12
2015-04-09Add checks to int_homun.cAndrei Karas1-0/+7
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-10/+8
2014-11-16Whitespace cleanup (no code changes)Haru1-4/+4
2014-11-15Move global variable into interface in inter.cAndrei Karas1-45/+45
2014-11-15Add most functions from int_homun.c to interfaces.Andrei Karas1-27/+37
2014-05-30Fixed typos inside src/Shido1-2/+2
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-9/+12
2014-05-10Revert "Fixed order of includes in all source files"panikon1-12/+9
2014-05-09Fixed order of includes in all source filesHaru1-9/+12
2013-06-10Added SqlStmt functions to the SQL interfaceSusu1-7/+7
2013-05-16Fixed Bug #7250shennetsind1-1/+1
2013-05-15HPM Updateshennetsind1-40/+41
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-240/+229
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-229/+240
2012-08-18Fixed bugreport:6343 homun-s skill tree now is properly populated with previo...shennetsind1-24/+25
2012-01-23` Added renaming support for the remaining 'ragnarok' tables in the inter_ath...xantara1-9/+9
2012-01-20Merged TXT removal branch back to trunk.gepard19841-289/+237
2011-06-22Added enum e_skill_flag to represent the values of struct s_skill's complicat...ultramage1-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
2008-04-12TXT code has been re uploaded. Please note this does not change the fact that...Kevin1-0/+365
2008-04-12I live in a giant bucket.Kevin1-365/+0
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-11/+6
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-2/+0
2007-11-27* TXT/SQL login server code synchronizationultramage1-1/+1
2007-11-23Fixed a badly defined skill range in homunculus loading code (followup to r11...ultramage1-2/+2
2007-11-14Fixed some homunculus skill offset calculation mistakes (bugreport:363)ultramage1-2/+2
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