Age | Commit message (Expand) | Author | Files | Lines |
2013-12-17 | Fixed several compiler warnings | Haru | 1 | -9/+10 |
2013-09-25 | Renamed more forgotten variables during interface conversions | Haru | 1 | -27/+27 |
2013-05-15 | Fixed Bug #7246 | shennetsind | 1 | -1/+1 |
2013-05-15 | HPM Update | shennetsind | 1 | -188/+174 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -848/+881 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -881/+848 |
2012-02-14 | Removed deprecated memory manager macros (follow-up to r14916). | gepard1984 | 1 | -1/+1 |
2011-09-08 | * Fix C++ compilation issues. | flaviojs | 1 | -2/+2 |
2011-06-16 | * Merges from charmerge: | flaviojs | 1 | -47/+89 |
2011-02-16 | * Updated configure/make scripts to resolve various issues. | ai4rei | 1 | -2/+1 |
2011-01-04 | * Added support for removal of trailing comments to sv_readdb (bugreport:4680). | ai4rei | 1 | -3/+7 |
2010-12-16 | * Reverted r14525 (introduction of SV_READDB_MAX_FIELDS) because it causes co... | ai4rei | 1 | -10/+8 |
2010-12-16 | * Fixed a mistake in sv_split, causing CR being recognized as EOL character, ... | ai4rei | 1 | -1/+1 |
2010-11-30 | * Made job_db1.txt, job_db2.txt, size_fix.txt and refine_db.txt reading use s... | ai4rei | 1 | -1/+1 |
2010-11-30 | * Added SV_READDB_MAX_FIELDS define for configuration of the sv_readdb limit. | ai4rei | 1 | -2/+2 |
2010-11-19 | * Various VC6-related fixes and tweaks. [Ai4rei] | ai4rei | 1 | -2/+7 |
2010-02-15 | Added visual studio equivalent of libc's strtoull() - name redefine for newer... | ultramage | 1 | -0/+39 |
2009-04-20 | * Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667... | FlavioJS | 1 | -6/+17 |
2009-03-13 | Corrected a potentially uninitialized variable in sv_parse (bugreport:2860). | ultramage | 1 | -1/+2 |
2009-02-25 | * Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes... | FlavioJS | 1 | -1/+1 |
2008-12-25 | * Extended sv_escape_c to escape '\a','\b','\t','\v','\f','\?' characters to ... | FlavioJS | 1 | -4/+15 |
2008-11-24 | * Fixed a va_end using the wrong variable. (from r13383, fixes bugreport:2483) | FlavioJS | 1 | -1/+1 |
2008-11-22 | * Hunted down improper uses of va_list variables. | FlavioJS | 1 | -0/+3 |
2008-08-09 | Fixed login printing raw passwdenc passwords to console (bugreport:826). | ultramage | 1 | -0/+22 |
2008-04-23 | * Fixed script strings not being handled properly (only skipped the \). | FlavioJS | 1 | -5/+38 |
2008-04-22 | Fixed a "bug" in sv_readdb under windows and cygwin configured as "Unix/binar... | toms | 1 | -1/+1 |
2008-04-17 | Modified sv_readdb to be able to process non-native line terminators (bugrepo... | ultramage | 1 | -1/+1 |
2008-04-15 | * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) | ultramage | 1 | -0/+80 |
2008-04-02 | * Added SV_KEEP_TERMINATOR option to not split the line terminator. | FlavioJS | 1 | -17/+21 |
2008-04-02 | * Added sv_split to strlib.c/h (similar to sv_parse). | FlavioJS | 1 | -7/+92 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -1/+1 |
2008-02-16 | Removed some useless svn:ignore properties. | ultramage | 1 | -1/+1 |
2007-12-09 | * Added a generic 'delimiter-separated values' string parser to strlib.c/h. | FlavioJS | 1 | -0/+337 |
2007-11-27 | * Added safesnprintf to strlib.c/h (bugreport:372) | FlavioJS | 1 | -0/+25 |
2007-10-17 | * Reworked the parsing at npc.c. | FlavioJS | 1 | -0/+20 |
2007-09-22 | * Added 'safestrnlen' to prevent null pointer crashes | ultramage | 1 | -0/+6 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -2/+132 |
2007-06-02 | * Displaying op names instead of numbers in script engine errors. | FlavioJS | 1 | -4/+15 |
2007-04-14 | Fixed TXT char creation blocking characters with nonstandard names | ultramage | 1 | -1/+1 |
2007-04-09 | * Recoded and renamed the trim function in strlib to normalize_name. (didn't ... | FlavioJS | 1 | -16/+59 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -2/+1 |
2007-04-07 | - Moved e_mail_check() and config_switch() to strlib.h | ultramage | 1 | -0/+50 |
2007-04-05 | * Made a crazy attempt to at least partially synchronize login&char code | ultramage | 1 | -21/+25 |
2007-03-30 | Fixed typos from previous revisions :) | ultramage | 1 | -1/+2 |
2007-03-30 | * Added all the missing defines for ctype.h functions and converted all the d... | FlavioJS | 1 | -2/+2 |
2007-03-09 | - Added info on packet 0x86 (simple move packet). Not usable until a clear se... | FlavioJS | 1 | -1/+1 |
2007-02-01 | Added string function strnlen | ultramage | 1 | -0/+10 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -1/+1 |
2006-11-29 | - Probably fixed the Segmentation Faults we've been having. | FlavioJS | 1 | -194/+194 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -2/+2 |