Author Topic: Nightly (Windows): 18 Nov 2013 - Revision 10111  (Read 795 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 18 Nov 2013 - Revision 10111
Here is the nightly for Windows on 18 Nov 2013 - Revision 10111

Group: NO-SSE
fso-WIN-NO-SSE-20131118_r10111.7z
MD5Sum

Group: Standard
fso-WIN-Standard-20131118_r10111.7z
MD5Sum

Group: SSE
fso-WIN-SSE-20131118_r10111.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r10108 | Echelon9 | 2013-11-17 10:20:21 -0600 (Sun, 17 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/stand_gui-unix.cpp

Remove this memory event, as clear() is called after loop, which will call the destructor of each item. Picked up by AddressSanitizer as this was attempting to free() memory allocated with new()
------------------------------------------------------------------------
r10109 | Echelon9 | 2013-11-17 10:25:53 -0600 (Sun, 17 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp

AddressSanitizer: alloc-dealloc-mismatch (operator new vs free) in hud_close()
------------------------------------------------------------------------
r10110 | Goober5000 | 2013-11-17 22:07:43 -0600 (Sun, 17 Nov 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

rather than piggy-back the perform-actions sexp on top of the when sexp, it works better to make it its own operator
(fixes Mantis #2956)
------------------------------------------------------------------------
r10111 | Goober5000 | 2013-11-17 22:49:29 -0600 (Sun, 17 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

clarify help... OP_AND will actually evaluate all arguments
------------------------------------------------------------------------