Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on September 09, 2015, 05:28:46 am

Title: Nightly (Linux): 09 Sep 2015 - Revision 9df07cd
Post by: SirKnightly on September 09, 2015, 05:28:46 am
Here is the nightly for Linux on 09 Sep 2015 - Revision 9df07cd

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_20150909_9df07cd.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20150909_9df07cd.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20150909_9df07cd.md5)

Code: [Select]
------------------------------------------------------------------------
commit d7eca39
Author: Echelon9 <Mon Sep 7 16:52:28 2015 +1000>
Commit: Echelon9 <Tue Sep 8 22:14:43 2015 +0800>

    Refactor bm_load_and_parse_eff() return type to bool, thereby removing a TODO
 code/bmpman/bmpman.cpp | 12 ++++++------
 code/bmpman/bmpman.h   |  8 +++-----
 2 files changed, 9 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit b7aaf2e
Author: Echelon9 <Mon Sep 7 17:07:24 2015 +1000>
Commit: Echelon9 <Mon Sep 7 17:07:24 2015 +1000>

    Refactor bm_set_render_target() return type to bool, thereby removing a TODO
 code/bmpman/bmpman.cpp | 8 ++++----
 code/bmpman/bmpman.h   | 8 +++-----
 code/parse/lua.cpp     | 4 +---
 3 files changed, 8 insertions(+), 12 deletions(-)