Kisuka
|
1b38a1964b
* Merged changes from trunk [14688:14739/trunk].
|
14 năm trước cách đây |
ai4rei
|
d41e850975
* Merged changes from trunk [14636:14686/trunk].
|
14 năm trước cách đây |
ai4rei
|
2b6f273e92
* Merged changes from trunk [14496:14630/trunk].
|
14 năm trước cách đây |
ai4rei
|
fb7617d575
* Various VC6-related fixes and tweaks. [Ai4rei]
|
14 năm trước cách đây |
ultramage
|
8dfa315ce8
Added visual studio equivalent of libc's strtoull() - name redefine for newer VS versions, custom implementation for VS6 (I hope it works).
|
15 năm trước cách đây |
FlavioJS
|
653ddafa5c
* Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667, bugreport:2996)
|
16 năm trước cách đây |
ultramage
|
35155f1333
Corrected a potentially uninitialized variable in sv_parse (bugreport:2860).
|
16 năm trước cách đây |
FlavioJS
|
14cbb64848
* Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes bugreport:2798)
|
16 năm trước cách đây |
FlavioJS
|
7263ae4f45
* Extended sv_escape_c to escape '\a','\b','\t','\v','\f','\?' characters to their respective representations instead of octal.
|
16 năm trước cách đây |
FlavioJS
|
1ddbd85a25
* Fixed a va_end using the wrong variable. (from r13383, fixes bugreport:2483)
|
16 năm trước cách đây |
FlavioJS
|
7ae74b588b
* Hunted down improper uses of va_list variables.
|
16 năm trước cách đây |
ultramage
|
104f28b34b
Fixed login printing raw passwdenc passwords to console (bugreport:826).
|
17 năm trước cách đây |
FlavioJS
|
2599064a46
* Fixed script strings not being handled properly (only skipped the \).
|
17 năm trước cách đây |
toms
|
4c74bd7ac6
Fixed a "bug" in sv_readdb under windows and cygwin configured as "Unix/binary" for text files ('\r' is read and empty lines are not skipped) bugreport:1382 bugreport:1401
|
17 năm trước cách đây |
ultramage
|
45f1ef5202
Modified sv_readdb to be able to process non-native line terminators (bugreport:1382)
|
17 năm trước cách đây |
ultramage
|
9609149c15
* Corrected some invalid syntax in skill_db.txt (wrong usage of commas)
|
17 năm trước cách đây |
FlavioJS
|
3f944dd947
* Added SV_KEEP_TERMINATOR option to not split the line terminator.
|
17 năm trước cách đây |
FlavioJS
|
bc272fbc39
* Added sv_split to strlib.c/h (similar to sv_parse).
|
17 năm trước cách đây |
ultramage
|
94943b2b6a
Adjusted eAthena code to compile cleanly in C++ mode.
|
17 năm trước cách đây |
ultramage
|
bcac761953
Removed some useless svn:ignore properties.
|
17 năm trước cách đây |
FlavioJS
|
6dd13ee535
* Added a generic 'delimiter-separated values' string parser to strlib.c/h.
|
17 năm trước cách đây |
FlavioJS
|
e207fecd8c
* Added safesnprintf to strlib.c/h (bugreport:372)
|
17 năm trước cách đây |
FlavioJS
|
05134f3dcc
* Reworked the parsing at npc.c.
|
17 năm trước cách đây |
ultramage
|
961f23767d
* Added 'safestrnlen' to prevent null pointer crashes
|
17 năm trước cách đây |
FlavioJS
|
65642f6f1c
* Merged the tmpsql branch:
|
17 năm trước cách đây |
FlavioJS
|
f68f40f94d
* Displaying op names instead of numbers in script engine errors.
|
18 năm trước cách đây |
ultramage
|
53823c3e67
Fixed TXT char creation blocking characters with nonstandard names
|
18 năm trước cách đây |
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 năm trước cách đây |
ultramage
|
5d3ea3da27
* Played around with MinGW a bit today...
|
18 năm trước cách đây |
ultramage
|
87c0efdc89
- Moved e_mail_check() and config_switch() to strlib.h
|
18 năm trước cách đây |