Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 28, 2018, 03:18:44 am
-
Here is the nightly for 28 December 2018 - Revision 61a8aa5
Group: Linux
nightly_20181228_61a8aa5-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20181228_61a8aa5/nightly_20181228_61a8aa5-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20181228_61a8aa5/nightly_20181228_61a8aa5-builds-Linux.tar.gz))
Group: MacOSX
nightly_20181228_61a8aa5-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20181228_61a8aa5/nightly_20181228_61a8aa5-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20181228_61a8aa5/nightly_20181228_61a8aa5-builds-MacOSX.tar.gz))
Group: Win64
nightly_20181228_61a8aa5-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20181228_61a8aa5/nightly_20181228_61a8aa5-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20181228_61a8aa5/nightly_20181228_61a8aa5-builds-Win64.zip))
Group: Win32
nightly_20181228_61a8aa5-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20181228_61a8aa5/nightly_20181228_61a8aa5-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20181228_61a8aa5/nightly_20181228_61a8aa5-builds-Win32.zip))
------------------------------------------------------------------------
commit 0692286
Author: CasparKielwein <Fri Dec 21 20:47:11 2018 +0100>
Commit: CasparKielwein <Wed Dec 26 20:40:20 2018 +0100>
Remove dead code in hud directory.
code/hud/hudbrackets.cpp | 367 --------------------------------------------
code/hud/hudbrackets.h | 8 -
code/hud/hudconfig.cpp | 63 --------
code/hud/hudconfig.h | 4 -
code/hud/hudescort.cpp | 89 -----------
code/hud/hudescort.h | 1 -
code/hud/hudets.h | 1 -
code/hud/hudlock.h | 2 -
code/hud/hudmessage.cpp | 38 -----
code/hud/hudmessage.h | 2 -
code/hud/hudobserver.cpp | 24 ---
code/hud/hudobserver.h | 2 -
code/hud/hudparse.h | 2 -
code/hud/hudreticle.h | 7 -
code/hud/hudtarget.cpp | 71 ---------
code/hud/hudtarget.h | 2 -
code/hud/hudtargetbox.h | 2 -
code/hud/hudwingmanstatus.h | 2 -
18 files changed, 687 deletions(-)
------------------------------------------------------------------------
commit 72dae91
Author: CasparKielwein <Fri Dec 21 18:53:53 2018 +0100>
Commit: CasparKielwein <Wed Dec 26 20:40:20 2018 +0100>
remove dead code in gamessnd/eventmusik
code/gamesnd/eventmusic.cpp | 98 +--------------------------------------------
code/gamesnd/eventmusic.h | 2 -
2 files changed, 1 insertion(+), 99 deletions(-)
------------------------------------------------------------------------
commit 189ad9f
Author: CasparKielwein <Fri Dec 21 17:54:34 2018 +0100>
Commit: CasparKielwein <Wed Dec 26 20:40:20 2018 +0100>
remove two unused functions in gamesequence
code/gamesequence/gamesequence.cpp | 23 -----------------------
code/gamesequence/gamesequence.h | 3 ---
2 files changed, 26 deletions(-)
------------------------------------------------------------------------
commit b9f9fa0
Author: CasparKielwein <Fri Dec 21 17:52:15 2018 +0100>
Commit: CasparKielwein <Wed Dec 26 20:40:20 2018 +0100>
remove unused function in gameplayhelp: gameplay_help_close
code/gamehelp/gameplayhelp.cpp | 49 ------------------------------------------
code/gamehelp/gameplayhelp.h | 1 -
2 files changed, 50 deletions(-)
------------------------------------------------------------------------
commit dc7e88c
Author: CasparKielwein <Fri Dec 21 17:50:07 2018 +0100>
Commit: CasparKielwein <Wed Dec 26 20:40:20 2018 +0100>
remove unused deinfe in fireball.cpp and unused function fireball_render_plane
code/fireball/fireballs.cpp | 2 --
code/fireball/fireballs.h | 1 -
2 files changed, 3 deletions(-)
------------------------------------------------------------------------
commit b5dae2a
Author: CasparKielwein <Fri Dec 21 16:55:22 2018 +0100>
Commit: CasparKielwein <Wed Dec 26 20:40:20 2018 +0100>
remove dead code in debugconsole
code/debugconsole/console.cpp | 11 -----------
code/debugconsole/consolecmds.cpp | 8 +-------
2 files changed, 1 insertion(+), 18 deletions(-)
------------------------------------------------------------------------
commit 969bfd0
Author: CasparKielwein <Fri Dec 21 16:51:01 2018 +0100>
Commit: CasparKielwein <Wed Dec 26 20:40:20 2018 +0100>
remove unused functions in debris
code/debris/debris.cpp | 6 ------
code/debris/debris.h | 1 -
2 files changed, 7 deletions(-)