Author Topic: Nightly (Windows): 05 Jun 2015 - Revision 421d8be  (Read 727 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 05 Jun 2015 - Revision 421d8be
Here is the nightly for Windows on 05 Jun 2015 - Revision 421d8be

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20150605_421d8be.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20150605_421d8be.7z
MD5Sum

Group: AVX
fso_AVX_20150605_421d8be.7z
MD5Sum

Group: SSE
fso_SSE_20150605_421d8be.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 2943d3f
Author: Echelon9 <Sun May 31 12:07:57 2015 +1000>
Commit: Echelon9 <Sun May 31 12:07:57 2015 +1000>

    Address Xcode issue with quotes and version strings.
 projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit f2fb838
Author: Echelon9 <Sun May 31 10:54:46 2015 +1000>
Commit: Echelon9 <Sun May 31 10:54:46 2015 +1000>

    Update Xcode4+ project files for the removal of timerbar.cpp|h
 projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 3e4cfa3
Author: Lari Nieminen <Wed May 27 13:35:07 2015 +0300>
Commit: Lari Nieminen <Wed May 27 13:41:50 2015 +0300>

    Added customizable shield impact explosion effects, originally adapted from Wanderer branch.
 code/object/collideshipweapon.cpp |  5 +++++
 code/ship/ship.cpp                |  9 +++++++++
 code/ship/ship.h                  |  1 +
 code/weapon/weapon.h              |  3 +++
 code/weapon/weapons.cpp           | 13 +++++++++++++
 5 files changed, 31 insertions(+)