Age | Commit message (Expand) | Author | Files | Lines |
2016-05-08 | Removed some legacy checks for MSVC <= 2003 | Haru | 1 | -2/+2 |
2016-04-16 | Added const qualifier to the input parameter of bin2hex | Haru | 1 | -2/+2 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -7/+5 |
2015-08-15 | Cleaned up strlib interface | Haru | 1 | -43/+34 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -2/+2 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 1 | -0/+2 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -13/+13 |
2014-11-16 | Moved strlib_s, stringbuf_s and sv_s into strlib.c | Haru | 1 | -3/+3 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -2/+2 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -7/+7 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -5/+5 |
2014-05-25 | Improved CFLAGS/CPPFLAGS handling | Haru | 1 | -8/+1 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -7/+8 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -8/+7 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -7/+8 |
2014-02-02 | Introducing HPM Datacheck | shennetsind | 1 | -3/+3 |
2014-01-23 | Minor fixes to the strlib interface | Haru | 1 | -1/+1 |
2014-01-18 | Socket interfaced | shennetsind | 1 | -0/+1 |
2014-01-18 | Modified strlib interface to be compliant with hpmhooks | shennetsind | 1 | -5/+3 |
2013-11-19 | Sanitized and improved several macros through the code | Haru | 1 | -16/+16 |
2013-09-25 | Renamed more forgotten variables during interface conversions | Haru | 1 | -2/+2 |
2013-06-14 | Fixed the '"__USE_GNU" redefined' warnings on selected platforms | shennetsind | 1 | -3/+7 |
2013-05-15 | Fixed Bug #7246 | shennetsind | 1 | -1/+1 |
2013-05-15 | HPM Update | shennetsind | 1 | -104/+140 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -58/+61 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -61/+58 |
2011-06-30 | Removed extra guards around cbasetypes.h include lines, since they give no pe... | ultramage | 1 | -2/+0 |
2011-06-16 | * Merges from charmerge: | flaviojs | 1 | -0/+21 |
2011-02-16 | * Updated configure/make scripts to resolve various issues. | ai4rei | 1 | -1/+5 |
2010-11-19 | * Various VC6-related fixes and tweaks. [Ai4rei] | ai4rei | 1 | -1/+1 |
2010-02-15 | Added visual studio equivalent of libc's strtoull() - name redefine for newer... | ultramage | 1 | -0/+4 |
2009-04-20 | * Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667... | FlavioJS | 1 | -1/+1 |
2008-08-09 | Fixed login printing raw passwdenc passwords to console (bugreport:826). | ultramage | 1 | -0/+4 |
2008-04-23 | * Fixed script strings not being handled properly (only skipped the \). | FlavioJS | 1 | -0/+3 |
2008-04-15 | * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) | ultramage | 1 | -0/+4 |
2008-04-02 | * Added SV_KEEP_TERMINATOR option to not split the line terminator. | FlavioJS | 1 | -1/+3 |
2008-04-02 | * Added sv_split to strlib.c/h (similar to sv_parse). | FlavioJS | 1 | -3/+12 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -3/+3 |
2007-12-09 | * Added a generic 'delimiter-separated values' string parser to strlib.c/h. | FlavioJS | 1 | -0/+36 |
2007-11-27 | * Added safesnprintf to strlib.c/h (bugreport:372) | FlavioJS | 1 | -0/+5 |
2007-10-17 | * Reworked the parsing at npc.c. | FlavioJS | 1 | -0/+4 |
2007-09-22 | * Added 'safestrnlen' to prevent null pointer crashes | ultramage | 1 | -0/+3 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -0/+22 |
2007-06-02 | * Displaying op names instead of numbers in script engine errors. | FlavioJS | 1 | -2/+7 |
2007-04-21 | - Removed the +25% mdef, -50% def effect from Freeze status | ultramage | 1 | -1/+2 |
2007-04-16 | * Finally fixed mingw problems, managed to build both TXT and SQL | ultramage | 1 | -1/+1 |
2007-04-09 | * Recoded and renamed the trim function in strlib to normalize_name. (didn't ... | FlavioJS | 1 | -1/+2 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -1/+1 |
2007-04-07 | - Moved e_mail_check() and config_switch() to strlib.h | ultramage | 1 | -0/+4 |