Age | Commit message (Expand) | Author | Files | Lines |
2017-12-08 | Merge pull request #1898 from Asheraf/homunaf | Haru | 1 | -6/+7 |
2017-11-18 | Implement Homunculus autofeeding | Asheraf | 1 | -6/+7 |
2017-11-18 | Pass the correct types and sizes to the StmtBind functions | Haru | 1 | -3/+3 |
2016-08-19 | Renamed some char and inter server variables | Haru | 1 | -2/+2 |
2016-03-20 | Changed buffer argument of SQL->StmtBindParam() to const | Haru | 1 | -2/+2 |
2016-03-20 | Removed unnecessary typedefs from sql.h | Haru | 1 | -1/+1 |
2016-02-24 | Removed various redundant typecasts | Haru | 1 | -7/+6 |
2016-02-24 | Removed several unnecessary explicit casts of the WFIFOP result | Haru | 1 | -1/+1 |
2016-02-24 | Removed several unnecessary RFIFOP typecasts | Haru | 1 | -3/+3 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -8/+13 |
2016-02-24 | Split mapif->homunculus_save() into two functions (save and create) | Haru | 1 | -41/+56 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -3/+3 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-07-12 | Remove useless checks from char server. | Andrei Karas | 1 | -1/+0 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -1/+0 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -12/+12 |
2015-04-09 | Add checks to int_homun.c | Andrei Karas | 1 | -0/+7 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -10/+8 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -4/+4 |
2014-11-15 | Move global variable into interface in inter.c | Andrei Karas | 1 | -45/+45 |
2014-11-15 | Add most functions from int_homun.c to interfaces. | Andrei Karas | 1 | -27/+37 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -2/+2 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -9/+12 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -12/+9 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -9/+12 |
2013-06-10 | Added SqlStmt functions to the SQL interface | Susu | 1 | -7/+7 |
2013-05-16 | Fixed Bug #7250 | shennetsind | 1 | -1/+1 |
2013-05-15 | HPM Update | shennetsind | 1 | -40/+41 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -240/+229 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -229/+240 |
2012-08-18 | Fixed bugreport:6343 homun-s skill tree now is properly populated with previo... | shennetsind | 1 | -24/+25 |
2012-01-23 | ` Added renaming support for the remaining 'ragnarok' tables in the inter_ath... | xantara | 1 | -9/+9 |
2012-01-20 | Merged TXT removal branch back to trunk. | gepard1984 | 1 | -289/+237 |
2011-06-22 | Added enum e_skill_flag to represent the values of struct s_skill's complicat... | ultramage | 1 | -1/+1 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -2/+2 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -2/+2 |
2008-04-12 | TXT code has been re uploaded. Please note this does not change the fact that... | Kevin | 1 | -0/+365 |
2008-04-12 | I live in a giant bucket. | Kevin | 1 | -365/+0 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -11/+6 |
2008-01-06 | Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge... | ultramage | 1 | -2/+0 |
2007-11-27 | * TXT/SQL login server code synchronization | ultramage | 1 | -1/+1 |
2007-11-23 | Fixed a badly defined skill range in homunculus loading code (followup to r11... | ultramage | 1 | -2/+2 |
2007-11-14 | Fixed some homunculus skill offset calculation mistakes (bugreport:363) | ultramage | 1 | -2/+2 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -2/+2 |
2007-10-17 | Using predefined constants as parameters to the exit() function. | ultramage | 1 | -1/+1 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -4/+4 |
2007-09-13 | Wiped out every mention of RETCODE from /src. | ultramage | 1 | -1/+1 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -1/+2 |