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 31, 2015, 05:17:12 am

Title: Nightly (Linux): 31 May 2015 - Revision 859405b
Post by: SirKnightly on May 31, 2015, 05:17:12 am
Here is the nightly for Linux on 31 May 2015 - Revision 859405b

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

Group: Standard
fso_Standard_20150531_859405b.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20150531_859405b.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20150531_859405b.md5)

Code: [Select]
------------------------------------------------------------------------
commit 0c9996c
Author: SamuelCho <Fri May 29 23:37:50 2015 -0700>
Commit: SamuelCho <Fri May 29 23:37:50 2015 -0700>

    Rectified jump nodes not rendering in FRED. Fixes Mantis 3162.
 code/jumpnode/jumpnode.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit a7c1e29
Author: SamuelCho <Fri May 29 22:58:28 2015 -0700>
Commit: SamuelCho <Fri May 29 22:58:28 2015 -0700>

    Eliminate sorting of draw calls for skyboxes for correctness.
 code/model/modelrender.cpp   | 10 ++++++----
 code/model/modelrender.h     |  4 ++--
 code/starfield/starfield.cpp |  2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 2ba39e6
Author: SamuelCho <Fri May 29 21:54:33 2015 -0700>
Commit: SamuelCho <Fri May 29 21:54:33 2015 -0700>

    Refactored how color setting is done for model rendering. Fixes Mantis 3163.
 code/fred2/fredrender.cpp              |  4 ++--
 code/hud/hudtarget.cpp                 | 15 ++++++--------
 code/hud/hudtargetbox.cpp              | 36 +++++++++++++++++++---------------
 code/jumpnode/jumpnode.cpp             |  8 ++++----
 code/lab/lab.cpp                       |  2 +-
 code/missionui/missionbrief.cpp        |  2 +-
 code/missionui/missionscreencommon.cpp |  2 +-
 code/model/modelrender.cpp             | 23 +++++++++++-----------
 code/model/modelrender.h               |  8 ++++----
 code/starfield/starfield.cpp           |  2 +-
 10 files changed, 51 insertions(+), 51 deletions(-)

------------------------------------------------------------------------
commit 44de943
Author: SamuelCho <Fri May 29 19:47:23 2015 -0700>
Commit: SamuelCho <Fri May 29 19:47:23 2015 -0700>

    Fix for Mantis 3161. Corrected model debug rendering when calling the immediate version of model rendering.
 code/model/modelrender.cpp | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)