Author Topic: Nightly: 16 April 2018 - Revision 6df837e  (Read 896 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 16 April 2018 - Revision 6df837e
Here is the nightly for 16 April 2018 - Revision 6df837e



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 504abeb
Author: Peter Mitsis <Sun Apr 15 12:56:43 2018 -0400>
Commit: Peter Mitsis <Sun Apr 15 12:58:05 2018 -0400>

    ship: Remove unused routine ship_select_next_valid_secondary_bank()
 code/ship/ship.cpp | 34 ----------------------------------
 1 file changed, 34 deletions(-)

------------------------------------------------------------------------
commit 2ae2f29
Author: Peter Mitsis <Sun Apr 15 10:51:50 2018 -0400>
Commit: Peter Mitsis <Sun Apr 15 10:51:50 2018 -0400>

    asteroid: Remove unused routine hud_target_asteroid()
 code/asteroid/asteroid.cpp | 29 -----------------------------
 1 file changed, 29 deletions(-)

------------------------------------------------------------------------
commit 3b4fbde
Author: Peter Mitsis <Sat Apr 14 19:54:57 2018 -0400>
Commit: Peter Mitsis <Sat Apr 14 19:57:04 2018 -0400>

    collide: Apply static keyword to applicable routines
 code/object/collideshipship.cpp   | 22 +++++++++++-----------
 code/object/collideshipweapon.cpp | 13 ++++++-------
 code/object/objcollide.h          |  1 -
 3 files changed, 17 insertions(+), 19 deletions(-)

------------------------------------------------------------------------
commit 2d01cd2
Author: Peter Mitsis <Thu Apr 12 17:27:25 2018 -0400>
Commit: Peter Mitsis <Sat Apr 14 19:57:04 2018 -0400>

    shiphit: apply static keyword to applicable routines
 code/ship/shiphit.cpp | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit 2beb136
Author: Peter Mitsis <Thu Apr 12 17:15:08 2018 -0400>
Commit: Peter Mitsis <Sat Apr 14 19:57:04 2018 -0400>

    shipfx: Apply static keyword to applicable routines
 code/ship/shipfx.cpp | 22 +++++++++++-----------
 code/ship/shipfx.h   |  4 ----
 2 files changed, 11 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit c728cc4
Author: Peter Mitsis <Sat Apr 7 09:05:50 2018 -0400>
Commit: Peter Mitsis <Sat Apr 14 19:57:04 2018 -0400>

    ship: Apply static keyword to ship routines
 code/ship/ship.cpp | 184 ++++++++++++++++++++++++++++-------------------------
 code/ship/ship.h   |  26 --------
 2 files changed, 98 insertions(+), 112 deletions(-)

------------------------------------------------------------------------
commit d13ddb3
Author: Peter Mitsis <Wed Apr 4 21:45:35 2018 -0400>
Commit: Peter Mitsis <Sat Apr 14 19:57:03 2018 -0400>

    asteroid: Remove unused routines
 code/asteroid/asteroid.cpp | 33 ---------------------------------
 code/asteroid/asteroid.h   |  1 -
 2 files changed, 34 deletions(-)

------------------------------------------------------------------------
commit 666c177
Author: Peter Mitsis <Wed Apr 4 21:19:39 2018 -0400>
Commit: Peter Mitsis <Sat Apr 14 19:57:03 2018 -0400>

    Fix asteriod typo
 code/asteroid/asteroid.cpp | 8 ++++----
 code/object/objcollide.cpp | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit d5ba236
Author: Peter Mitsis <Wed Apr 4 21:14:58 2018 -0400>
Commit: Peter Mitsis <Sat Apr 14 19:57:03 2018 -0400>

    asteroid: Apply static keyword to asteroid routines
 code/asteroid/asteroid.cpp | 66 +++++++++++++++++++++++-----------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

------------------------------------------------------------------------
commit 7bf7a8f
Author: Peter Mitsis <Wed Apr 4 21:12:38 2018 -0400>
Commit: Peter Mitsis <Sat Apr 14 19:57:03 2018 -0400>

    keycontrol: Remove reference to hud_target_asteroid()
 code/io/keycontrol.cpp | 1 -
 1 file changed, 1 deletion(-)