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, 2015, 02:23:22 pm

Title: Nightly (OS X): 08 May 2015 - Revision a39a753
Post by: SirKnightly on May 08, 2015, 02:23:22 pm
Here is the nightly for OS X on 08 May 2015 - Revision a39a753

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

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

Code: [Select]
------------------------------------------------------------------------
commit 88a85e4
Author: asarium <Fri May 8 08:48:17 2015 +0200>
Commit: asarium <Fri May 8 08:48:17 2015 +0200>

    Improve gamesnd modular parsing
 code/gamesnd/gamesnd.cpp |  97 ++++++++++++++---------
 code/parse/parselo.cpp   | 200 +++++++++++++++++++++++------------------------
 code/parse/parselo.h     |  12 +--
 3 files changed, 167 insertions(+), 142 deletions(-)

------------------------------------------------------------------------
commit ce853a5
Author: Lari Nieminen <Fri May 8 01:20:58 2015 +0300>
Commit: Lari Nieminen <Fri May 8 01:20:58 2015 +0300>

    Added a "Show Destroyed Subsystems" flag to ship lab for viewing -destroyed submodels.
 code/lab/lab.cpp | 9 +++++++++
 1 file changed, 9 insertions(+)

------------------------------------------------------------------------
commit 48206c3
Author: asarium <Thu May 7 22:41:22 2015 +0200>
Commit: asarium <Thu May 7 22:41:22 2015 +0200>

    Update .gitignore to include voice recognition files
 .gitignore | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 42d830e
Author: Lari Nieminen <Wed May 6 23:40:40 2015 +0300>
Commit: Lari Nieminen <Wed May 6 23:40:40 2015 +0300>

    * Made the firepoint HUD gauge light up only the firepoints which will fire next, if "dynamic primary linking" ship flag or "cycle" weapon flag is used.
 code/hud/hudreticle.cpp | 38 +++++++++++++++++++++++++++-----------
 1 file changed, 27 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit dd9f9ed
Author: Swifty <Tue May 5 20:41:05 2015 -0700>
Commit: Swifty <Tue May 5 20:41:05 2015 -0700>

    Improved profiling code to have a timing resolution of microseconds instead of milliseconds.
 code/freespace2/freespace.cpp |   2 +-
 code/globalincs/profiling.cpp | 153 +++++++++++++++++++++++++++++-------------
 code/globalincs/pstypes.h     |  36 ----------
 code/globalincs/systemvars.h  |  57 ++++++++++++++++
 code/io/timer.cpp             |  55 ++++++++++++++-
 code/io/timer.h               |   1 +
 6 files changed, 218 insertions(+), 86 deletions(-)