Author Topic: Nightly (Windows): 09 May 2014 - Revision 10662  (Read 824 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 09 May 2014 - Revision 10662
Here is the nightly for Windows on 09 May 2014 - Revision 10662

Group: Standard
fso_Standard_20140509_r10662.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20140509_r10662.7z
MD5Sum

Group: SSE
fso_SSE_20140509_r10662.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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
------------------------------------------------------------------------