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 19, 2015, 05:16:29 am

Title: Nightly (FreeBSD): 19 May 2015 - Revision a69566f
Post by: SirKnightly on May 19, 2015, 05:16:29 am
Here is the nightly for FreeBSD on 19 May 2015 - Revision a69566f

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_20150519_a69566f.tar.bz2 (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20150519_a69566f.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20150519_a69566f.md5)

Code: [Select]
------------------------------------------------------------------------
commit 57f709f
Author: asarium <Mon May 18 23:26:38 2015 +0200>
Commit: asarium <Mon May 18 23:26:38 2015 +0200>

    Add AppVeyor configuration
 appveyor.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

------------------------------------------------------------------------
commit 6c24aaa
Author: asarium <Mon May 18 21:57:44 2015 +0200>
Commit: asarium <Mon May 18 21:57:44 2015 +0200>

    Actually get the loop variable from the lua stack
 code/parse/lua.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 189f23a
Author: asarium <Sat May 9 11:50:08 2015 +0200>
Commit: asarium <Sat May 16 11:40:10 2015 +0200>

    Change SCP_hash_map to SCP_unordered_map
 code/globalincs/vmallocator.h | 31 ++++---------------------------
 code/missionui/redalert.cpp   |  4 ++--
 code/model/modelinterp.cpp    |  8 ++++----
 code/model/modelrender.cpp    |  8 ++++----
 code/object/objcollide.cpp    |  6 +++---
 code/ship/ship.h              |  2 +-
 6 files changed, 18 insertions(+), 41 deletions(-)

------------------------------------------------------------------------
commit 8efbd74
Author: MageKing17 <Fri May 15 16:38:47 2015 -0700>
Commit: MageKing17 <Fri May 15 16:40:25 2015 -0700>

    Fix Mantis #3139.
 code/ship/ship.cpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)