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 08, 2014, 11:30:37 am

Title: Nightly (OS X): 08 May 2014 - Revision 10653
Post by: SirKnightly on May 08, 2014, 11:30:37 am
Here is the nightly for OS X on 08 May 2014 - Revision 10653

Group: Standard
fso_Standard_20140508_r10653.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20140508_r10653.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20140508_r10653.md5)

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