Lukas Aldershaab
|
c999baf7ed
|
Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense.
|
2020-10-03 14:37:55 +02:00 |
|
Glenn Smith
|
47d5b6ead7
|
As suggested, extract strlen calls from sizes into variables so it isn't called twice
|
2018-03-08 20:59:40 -05:00 |
|
Glenn Smith
|
79c34c68db
|
Use strncpy instead of strcpy because again, buffer overflows
|
2018-03-06 02:35:33 -05:00 |
|
Glenn Smith
|
7769da9434
|
Use strncat instead of strcat to prevent some buffer overflows
|
2018-03-06 00:48:44 -05:00 |
|
Daniel Buckmaster
|
84e8cbb4ee
|
Revert recent style cleanup changes.
|
2015-03-04 11:58:36 +11:00 |
|
Daniel Buckmaster
|
33fcc59543
|
Merge remote-tracking branch 'origin/style-cleanup' into development
Conflicts:
Engine/source/T3D/tsStatic.cpp
Engine/source/console/compiledEval.cpp
Engine/source/ts/tsMesh.cpp
Engine/source/ts/tsShape.cpp
|
2015-03-01 22:30:22 +11:00 |
|
Vincent Gee
|
acb192e2a5
|
Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro.
|
2014-11-03 22:42:51 -05:00 |
|
bank
|
d6b003e508
|
Rename all member variables to follow the style guidelines (prefixed with the 'm') - class NetStringTable
|
2014-05-13 16:58:06 +04:00 |
|
DavidWyand-GG
|
7dbfe6994d
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|