Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 09, 2014, 09:25:21 am
-
Here is the nightly for OS X on 09 May 2014 - Revision 10662
Group: Standard
fso_Standard_20140509_r10662.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20140509_r10662.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20140509_r10662.md5)
------------------------------------------------------------------------
r10654 | z64555 | 2014-05-08 21:30:28 -0500 (Thu, 08 May 2014) | 1 line
Changed paths:
M /trunk/fs2_open/code/debugconsole/consolecmds.cpp
Debug console. Now with more intuitive pagination from the help list!
------------------------------------------------------------------------
r10658 | niffiwan | 2014-05-09 02:10:27 -0500 (Fri, 09 May 2014) | 3 lines
Changed paths:
M /trunk/fs2_open/code/debugconsole/consoleparse.cpp
Fix Coverity ID 1212015.
Check the pointers value vs '\0', not the pointer
------------------------------------------------------------------------
r10659 | niffiwan | 2014-05-09 02:10:34 -0500 (Fri, 09 May 2014) | 3 lines
Changed paths:
M /trunk/fs2_open/code/debugconsole/consoleparse.cpp
Fix Coverity ID 1212014. Unsigned compared against 0
Removed the >= 0 check
------------------------------------------------------------------------
r10660 | niffiwan | 2014-05-09 02:10:42 -0500 (Fri, 09 May 2014) | 3 lines
Changed paths:
M /trunk/fs2_open/code/debugconsole/console.cpp
Fix Coverity ID 1212013 Macro compares unsigned to 0
Use MAX instead of CLAMP
------------------------------------------------------------------------
r10661 | niffiwan | 2014-05-09 02:10:50 -0500 (Fri, 09 May 2014) | 3 lines
Changed paths:
M /trunk/fs2_open/code/debugconsole/consoleparse.cpp
Fix Coverity ID 1212017 Copy into fixed size buffer
replace strcpy with strcpy_s
------------------------------------------------------------------------
r10662 | niffiwan | 2014-05-09 02:10:55 -0500 (Fri, 09 May 2014) | 3 lines
Changed paths:
M /trunk/fs2_open/code/globalincs/systemvars.cpp
Fix Coverity ID 1212016 Copy into fixed size buffer
replace strcpy with strcpy_s
------------------------------------------------------------------------