Author Topic: Nightly: 27 December 2018 - Revision 63e8ae5  (Read 721 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 27 December 2018 - Revision 63e8ae5
Here is the nightly for 27 December 2018 - Revision 63e8ae5



Group: Linux
nightly_20181227_63e8ae5-builds-Linux.tar.gz (Mirror)


Group: MacOSX
nightly_20181227_63e8ae5-builds-MacOSX.tar.gz (Mirror)


Group: Win64
nightly_20181227_63e8ae5-builds-Win64.zip (Mirror)


Group: Win32
nightly_20181227_63e8ae5-builds-Win32.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit ab981bd
Author: plieblang <Sat Dec 22 14:22:58 2018 -0800>
Commit: plieblang <Sat Dec 22 14:22:58 2018 -0800>

    Document why the flag exists
 code/ai/ai_flags.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit df7c91f
Author: CasparKielwein <Fri Dec 21 16:14:55 2018 +0100>
Commit: CasparKielwein <Sat Dec 22 20:10:56 2018 +0100>

    remove some unused functions in ai code.
 code/ai/ai.h        |  5 ----
 code/ai/aicode.cpp  | 73 -----------------------------------------------------
 code/ai/aigoals.cpp | 19 --------------
 code/ai/aigoals.h   |  3 +--
 4 files changed, 1 insertion(+), 99 deletions(-)

------------------------------------------------------------------------
commit ee73694
Author: CasparKielwein <Fri Dec 21 16:07:19 2018 +0100>
Commit: CasparKielwein <Sat Dec 22 20:10:56 2018 +0100>

    remove unused functions on anim
 code/anim/animplay.cpp   | 169 ----------------------
 code/anim/animplay.h     |   6 -
 code/anim/packunpack.cpp | 361 -----------------------------------------------
 code/anim/packunpack.h   |   4 -
 4 files changed, 540 deletions(-)

------------------------------------------------------------------------
commit 65dcfe0
Author: CasparKielwein <Fri Dec 21 15:59:56 2018 +0100>
Commit: CasparKielwein <Sat Dec 22 20:10:56 2018 +0100>

    remove unused functions in autopilot
 code/autopilot/autopilot.cpp | 42 ------------------------------------------
 code/autopilot/autopilot.h   |  7 -------
 2 files changed, 49 deletions(-)

------------------------------------------------------------------------
commit ae8f8ba
Author: CasparKielwein <Fri Dec 21 15:55:03 2018 +0100>
Commit: CasparKielwein <Sat Dec 22 20:10:56 2018 +0100>

    remove unused functions in cutscene
 code/cutscene/Decoder.cpp | 13 +------------
 code/cutscene/Decoder.h   | 12 +-----------
 2 files changed, 2 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit 86fcdb1
Author: CasparKielwein <Fri Dec 21 15:54:45 2018 +0100>
Commit: CasparKielwein <Sat Dec 22 20:10:56 2018 +0100>

    remove unused functions and variables in controlconfig
 code/controlconfig/controlsconfig.cpp       | 24 +---------------------
 code/controlconfig/controlsconfig.h         |  7 -------
 code/controlconfig/controlsconfigcommon.cpp | 32 -----------------------------
 3 files changed, 1 insertion(+), 62 deletions(-)

------------------------------------------------------------------------
commit b71fc45
Author: CasparKielwein <Fri Dec 21 15:50:18 2018 +0100>
Commit: CasparKielwein <Sat Dec 22 20:10:56 2018 +0100>

    remove unused functions in cmeasures
 code/cmeasure/cmeasure.cpp | 20 --------------------
 code/cmeasure/cmeasure.h   |  1 -
 2 files changed, 21 deletions(-)

------------------------------------------------------------------------
commit 471402e
Author: CasparKielwein <Thu Dec 20 23:47:59 2018 +0100>
Commit: CasparKielwein <Sat Dec 22 20:10:56 2018 +0100>

    remove unused functions in cfile
 code/cfile/cfile.cpp      |  62 --------
 code/cfile/cfile.h        |  21 ---
 code/cfile/cfilearchive.h |   1 -
 code/cfile/cfilelist.cpp  | 351 +---------------------------------------------
 4 files changed, 1 insertion(+), 434 deletions(-)

------------------------------------------------------------------------
commit 97fdca6
Author: CasparKielwein <Thu Dec 20 23:36:05 2018 +0100>
Commit: CasparKielwein <Sat Dec 22 20:10:56 2018 +0100>

    remove unused functions in camera
 code/camera/camera.cpp | 16 ++--------------
 code/camera/camera.h   |  3 ---
 2 files changed, 2 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit b50833e
Author: CasparKielwein <Thu Dec 20 23:29:16 2018 +0100>
Commit: CasparKielwein <Sat Dec 22 20:10:56 2018 +0100>

    remove unused or unread variables in bmpman.
 code/bmpman/bm_internal.h |  2 --
 code/bmpman/bmpman.cpp    | 53 -----------------------------------------------
 code/bmpman/bmpman.h      | 30 ---------------------------
 code/radar/radarorb.cpp   |  3 ---
 4 files changed, 88 deletions(-)

------------------------------------------------------------------------
commit 4429cbb
Author: CasparKielwein <Thu Dec 20 23:17:59 2018 +0100>
Commit: CasparKielwein <Sat Dec 22 20:10:56 2018 +0100>

    remove unused functions in bmpman
 code/bmpman/bmpman.cpp | 70 --------------------------------------------------
 code/bmpman/bmpman.h   | 23 -----------------
 2 files changed, 93 deletions(-)

------------------------------------------------------------------------
commit 4a6d857
Author: plieblang <Fri Dec 21 13:26:32 2018 -0800>
Commit: plieblang <Fri Dec 21 13:26:32 2018 -0800>

    AI profile flag for support to not equip new primary
 code/ai/ai_flags.h      | 1 +
 code/ai/ai_profiles.cpp | 2 ++
 code/ship/ship.cpp      | 3 ++-
 3 files changed, 5 insertions(+), 1 deletion(-)