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 12, 2014, 11:35:08 am
-
Here is the nightly for FreeBSD on 12 May 2014 - Revision 10679
Group: Standard
fso_Standard_20140512_r10679.tar.bz2 (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20140512_r10679.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20140512_r10679.md5)
------------------------------------------------------------------------
r10645 | zookeeper | 2014-05-07 04:54:19 -0500 (Wed, 07 May 2014) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/lua.cpp
Fixed gr.drawOffscreenIndicator() returning wrongly scaled coordinates.
------------------------------------------------------------------------
r10646 | z64555 | 2014-05-07 11:54:33 -0500 (Wed, 07 May 2014) | 1 line
Changed paths:
M /trunk/fs2_open/code/debugconsole/console.cpp
M /trunk/fs2_open/code/debugconsole/console.h
M /trunk/fs2_open/code/debugconsole/consoleparse.cpp
M /trunk/fs2_open/code/debugconsole/consoleparse.h
M /trunk/fs2_open/code/globalincs/vmallocator.h
Resolves some warnings concerning signed/unsigned comparisons. Fixes a typo with a DCF_BOOL output message. Fixes compiling on MSVS 6.
------------------------------------------------------------------------
r10647 | z64555 | 2014-05-07 17:12:16 -0500 (Wed, 07 May 2014) | 1 line
Changed paths:
M /trunk/fs2_open/code/debugconsole/console.cpp
M /trunk/fs2_open/code/debugconsole/consolecmds.cpp
Resolves complaints from VC6 about several instances of find_if that were not scoped properly. None of the other compilers seemed to have noticed...
------------------------------------------------------------------------
r10653 | niffiwan | 2014-05-08 02:27:14 -0500 (Thu, 08 May 2014) | 4 lines
Changed paths:
M /trunk/fs2_open/code/debugconsole/console.cpp
M /trunk/fs2_open/code/debugconsole/consoleparse.h
Remove GCC Warning (unused-variable)
Since token_str is only used in 1x .cpp, move the declaration from
the .h to the .cpp
------------------------------------------------------------------------
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
------------------------------------------------------------------------
r10665 | niffiwan | 2014-05-10 00:13:56 -0500 (Sat, 10 May 2014) | 3 lines
Changed paths:
M /trunk/fs2_open/code/pilotfile/csg.cpp
Fix mantis 2981
Read & write pilot loop data in the same order
------------------------------------------------------------------------
r10666 | The_E | 2014-05-10 11:22:16 -0500 (Sat, 10 May 2014) | 4 lines
Changed paths:
M /trunk/fs2_open/code/fred2/fred.cpp
Change the "Report Bug" button's URL to scp.indiegames.us
In other news, did you know that FRED has a "Report Bug" button in its About dialog?
------------------------------------------------------------------------