Lukas Aldershaab
|
c999baf7ed
Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense.
|
%!s(int64=4) %!d(string=hai) anos |
Glenn Smith
|
47d5b6ead7
As suggested, extract strlen calls from sizes into variables so it isn't called twice
|
%!s(int64=7) %!d(string=hai) anos |
Glenn Smith
|
79c34c68db
Use strncpy instead of strcpy because again, buffer overflows
|
%!s(int64=7) %!d(string=hai) anos |
Glenn Smith
|
7769da9434
Use strncat instead of strcat to prevent some buffer overflows
|
%!s(int64=7) %!d(string=hai) anos |
Daniel Buckmaster
|
84e8cbb4ee
Revert recent style cleanup changes.
|
%!s(int64=10) %!d(string=hai) anos |
Daniel Buckmaster
|
33fcc59543
Merge remote-tracking branch 'origin/style-cleanup' into development
|
%!s(int64=10) %!d(string=hai) anos |
Vincent Gee
|
acb192e2a5
Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro.
|
%!s(int64=10) %!d(string=hai) anos |
bank
|
d6b003e508
Rename all member variables to follow the style guidelines (prefixed with the 'm') - class NetStringTable
|
%!s(int64=11) %!d(string=hai) anos |
DavidWyand-GG
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |