Author Topic: Nightly (OS X): 08 May 2014 - Revision 10653  (Read 787 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (OS X): 08 May 2014 - Revision 10653
Here is the nightly for OS X on 08 May 2014 - Revision 10653

Group: Standard
fso_Standard_20140508_r10653.tgz
MD5Sum

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
------------------------------------------------------------------------