Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on November 29, 2020, 01:45:44 am
-
Here is the nightly for 29 November 2020 - Revision 017bef372
Group: Win64
nightly_20201129_017bef372-builds-Win64.zip (http://scp.indiegames.us/builds/nightly/20201129_017bef372/nightly_20201129_017bef372-builds-Win64.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20201129_017bef372/nightly_20201129_017bef372-builds-Win64.zip))
Group: Win32
nightly_20201129_017bef372-builds-Win32.zip (http://scp.indiegames.us/builds/nightly/20201129_017bef372/nightly_20201129_017bef372-builds-Win32.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20201129_017bef372/nightly_20201129_017bef372-builds-Win32.zip))
------------------------------------------------------------------------
commit 7be6f8adf
Author: Fabian Woltermann
Commit: Fabian Woltermann
Remove extraneous call to CDR
code/parse/sexp.cpp | 1 -
1 file changed, 1 deletion(-)
------------------------------------------------------------------------
commit 2f9e64ed1
Author: Phantom Hoover
Commit: Phantom Hoover
Remove erroneous call to CDR.
code/parse/sexp.cpp | 1 -
1 file changed, 1 deletion(-)
------------------------------------------------------------------------
commit 0a4f9d567
Author: Fabian Woltermann
Commit: Fabian Woltermann
Evaluate the ship_entry correctly
code/parse/sexp.cpp | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 6423cc600
Author: Fabian Woltermann
Commit: Fabian Woltermann
Do not short-circuit evaluation here
code/parse/sexp.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 6f8763346
Author: Fabian Woltermann
Commit: Fabian Woltermann
Expose the power output in the ship class to sexps and scripting
code/parse/sexp.cpp | 29 +++++++++++++++++++++++++++++
code/parse/sexp.h | 1 +
code/scripting/api/objs/shipclass.cpp | 17 +++++++++++++++++
3 files changed, 47 insertions(+)
------------------------------------------------------------------------
commit 4a54370a5
Author: JohnAFernandez
Commit: JohnAFernandez
Slightly alter when a timestamp warning is written to the log.
code/network/multi_obj.cpp | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)