ultramage
|
9609149c15
* Corrected some invalid syntax in skill_db.txt (wrong usage of commas)
|
17 년 전 |
FlavioJS
|
3f944dd947
* Added SV_KEEP_TERMINATOR option to not split the line terminator.
|
17 년 전 |
FlavioJS
|
bc272fbc39
* Added sv_split to strlib.c/h (similar to sv_parse).
|
17 년 전 |
ultramage
|
94943b2b6a
Adjusted eAthena code to compile cleanly in C++ mode.
|
17 년 전 |
ultramage
|
bcac761953
Removed some useless svn:ignore properties.
|
17 년 전 |
FlavioJS
|
6dd13ee535
* Added a generic 'delimiter-separated values' string parser to strlib.c/h.
|
17 년 전 |
FlavioJS
|
e207fecd8c
* Added safesnprintf to strlib.c/h (bugreport:372)
|
17 년 전 |
FlavioJS
|
05134f3dcc
* Reworked the parsing at npc.c.
|
17 년 전 |
ultramage
|
961f23767d
* Added 'safestrnlen' to prevent null pointer crashes
|
17 년 전 |
FlavioJS
|
65642f6f1c
* Merged the tmpsql branch:
|
17 년 전 |
FlavioJS
|
f68f40f94d
* Displaying op names instead of numbers in script engine errors.
|
18 년 전 |
ultramage
|
53823c3e67
Fixed TXT char creation blocking characters with nonstandard names
|
18 년 전 |
FlavioJS
|
a91b77d781
* Recoded and renamed the trim function in strlib to normalize_name. (didn't behave like a standard trim function, see function comment for what it does)
|
18 년 전 |
ultramage
|
5d3ea3da27
* Played around with MinGW a bit today...
|
18 년 전 |
ultramage
|
87c0efdc89
- Moved e_mail_check() and config_switch() to strlib.h
|
18 년 전 |
ultramage
|
8dc1b77f03
* Made a crazy attempt to at least partially synchronize login&char code
|
18 년 전 |
ultramage
|
478b4b58e8
Fixed typos from previous revisions :)
|
18 년 전 |
FlavioJS
|
43a375ad89
* Added all the missing defines for ctype.h functions and converted all the direct uses to the defines.
|
18 년 전 |
FlavioJS
|
2b42ec13cf
- Added info on packet 0x86 (simple move packet). Not usable until a clear separation between entering sight/leaving sight/walking in sight is done.
|
18 년 전 |
ultramage
|
a6f1e4972e
Added string function strnlen
|
18 년 전 |
ultramage
|
fbe23f27a2
Undid the memset->malloc_set replacement
|
18 년 전 |
FlavioJS
|
636089bb3a
- Probably fixed the Segmentation Faults we've been having.
|
18 년 전 |
Lance
|
26500644dd
* Optional macro MEMSET_TURBO for faster low-level memory initializations.
|
19 년 전 |
skotlex
|
0f3de92a52
- Added function stristr to strlib.c, used by mob.c and item_db.c for case-insensitive seeks.
|
19 년 전 |
Lance
|
26864e6c9e
Asssuming only __WIN32 (VC++) doesn't have strtok_r.
|
19 년 전 |
Lance
|
2c0794767e
|
19 년 전 |
Lance
|
9eff393b23
|
19 년 전 |
skotlex
|
352f81eb40
- Fixed jstrescapecpy crashing when you pass a null string to parse.
|
19 년 전 |
Valaris
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 년 전 |
Valaris
|
fd99753f8e
Clearing trunk.
|
19 년 전 |