Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 16, 2014, 05:57:10 am

Title: Nightly (Windows): 16 Dec 2014 - Revision 11198
Post by: SirKnightly on December 16, 2014, 05:57:10 am
Here is the nightly for Windows on 16 Dec 2014 - Revision 11198

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 125

Group: Standard
fso_Standard_20141216_r11198.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20141216_r11198.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20141216_r11198.md5)

Group: NO-SSE
fso_NO-SSE_20141216_r11198.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20141216_r11198.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20141216_r11198.md5)

Group: SSE
fso_SSE_20141216_r11198.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20141216_r11198.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20141216_r11198.md5)

Code: [Select]
------------------------------------------------------------------------
r11198 | MageKing17 | 2014-12-15 11:52:32 -0600 (Mon, 15 Dec 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/missionui/missiondebrief.cpp
   M /trunk/fs2_open/code/pilotfile/pilotfile.cpp
   M /trunk/fs2_open/code/stats/scoring.cpp
   M /trunk/fs2_open/code/stats/scoring.h

Change m_badge_earned into a vector.

This makes it so that getting enough kills to cross the threshold for more than one badge simultaneously grants all of them (with the debriefing showing only the last one) and backs out all of them if the scoring is backed out.
------------------------------------------------------------------------