Author Topic: Nightly (OS X): 08 May 2015 - Revision a39a753  (Read 590 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 08 May 2015 - Revision a39a753
Here is the nightly for OS X on 08 May 2015 - Revision a39a753

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20150508_a39a753.tgz
MD5Sum

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