Author Topic: Nightly: 31 December 2018 - Revision 26395f7  (Read 932 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 31 December 2018 - Revision 26395f7
Here is the nightly for 31 December 2018 - Revision 26395f7



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 25029bf
Author: CasparKielwein <Sat Dec 22 12:09:03 2018 +0100>
Commit: CasparKielwein <Sat Dec 29 16:41:23 2018 +0100>

    remove unused functions and defines in weapon code
 code/weapon/emp.cpp     | 24 ------------------------
 code/weapon/emp.h       |  3 ---
 code/weapon/weapon.h    |  8 --------
 code/weapon/weapons.cpp | 17 -----------------
 4 files changed, 52 deletions(-)

------------------------------------------------------------------------
commit 2255616
Author: CasparKielwein <Sat Dec 22 10:35:38 2018 +0100>
Commit: CasparKielwein <Sat Dec 29 16:41:23 2018 +0100>

    remove unused functions in stats
 code/stats/stats.cpp | 32 --------------------------------
 1 file changed, 32 deletions(-)

------------------------------------------------------------------------
commit 62ab705
Author: CasparKielwein <Sat Dec 22 10:34:01 2018 +0100>
Commit: CasparKielwein <Sat Dec 29 16:41:23 2018 +0100>

    remove unused and not implemented functions in starfield.
 code/starfield/nebula.h      |  3 ---
 code/starfield/starfield.cpp | 17 -----------------
 2 files changed, 20 deletions(-)

------------------------------------------------------------------------
commit 77fc335
Author: CasparKielwein <Sat Dec 22 10:30:12 2018 +0100>
Commit: CasparKielwein <Sat Dec 29 16:41:23 2018 +0100>

    remove unused functions in ship/shield and afterburner
 code/ship/afterburner.h |  1 -
 code/ship/shield.cpp    | 90 -------------------------------------------------
 2 files changed, 91 deletions(-)

------------------------------------------------------------------------
commit 981b01e
Author: CasparKielwein <Sat Dec 22 10:29:50 2018 +0100>
Commit: CasparKielwein <Sat Dec 29 16:41:23 2018 +0100>

    remove unused functions in ship/shipfx
 code/ship/shipfx.cpp | 146 ++++-----------------------------------------------
 code/ship/shipfx.h   |  24 ---------
 2 files changed, 10 insertions(+), 160 deletions(-)

------------------------------------------------------------------------
commit 366dc37
Author: CasparKielwein <Sat Dec 22 10:29:21 2018 +0100>
Commit: CasparKielwein <Sat Dec 29 16:41:23 2018 +0100>

    remove unused functions and variables in ship/ship.cpp and .h
 code/ship/ship.cpp | 164 +----------------------------------------------------
 code/ship/ship.h   |  14 -----
 2 files changed, 1 insertion(+), 177 deletions(-)

------------------------------------------------------------------------
commit e693367
Author: CasparKielwein <Fri Dec 21 23:36:40 2018 +0100>
Commit: CasparKielwein <Sat Dec 29 16:41:23 2018 +0100>

    remove unused functions in sound
 code/sound/ds.cpp    | 85 ----------------------------------------------------
 code/sound/ds.h      |  4 ---
 code/sound/sound.cpp | 42 --------------------------
 3 files changed, 131 deletions(-)