Author Topic: Nightly (FreeBSD): 11 Jul 2016 - Revision e3ad7d2  (Read 623 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 11 Jul 2016 - Revision e3ad7d2
Here is the nightly for FreeBSD on 11 Jul 2016 - Revision e3ad7d2

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20160711_e3ad7d2.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 5b332c4
Author: niffiwan <Mon Jul 11 17:10:08 2016 +1000>
Commit: niffiwan <Mon Jul 11 17:10:08 2016 +1000>

    Delete spurious temp file
 code/model/modelinterp.cpp~RF6ae4eb01.TMP | 3663 -----------------------------
 1 file changed, 3663 deletions(-)

------------------------------------------------------------------------
commit 701ae8f
Author: SamuelCho <Sun Jul 10 21:29:47 2016 -0700>
Commit: SamuelCho <Sun Jul 10 21:29:47 2016 -0700>

    Removed unused variables following the rendering code removal.
 code/model/modelinterp.cpp                |    7 -
 code/model/modelinterp.cpp~RF6ae4eb01.TMP | 3663 +++++++++++++++++++++++++++++
 2 files changed, 3663 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 1ef7688
Author: SamuelCho <Sun Jul 10 19:29:11 2016 -0700>
Commit: SamuelCho <Sun Jul 10 19:29:11 2016 -0700>

    Strip out unused rendering code.
 code/asteroid/asteroid.cpp  |   19 -
 code/asteroid/asteroid.h    |    1 -
 code/debris/debris.cpp      |   67 +-
 code/debris/debris.h        |    1 -
 code/fireball/fireballs.cpp |   73 --
 code/fireball/fireballs.h   |    1 -
 code/jumpnode/jumpnode.cpp  |   73 +-
 code/jumpnode/jumpnode.h    |    1 -
 code/model/model.h          |   45 -
 code/model/modelinterp.cpp  | 2547 ++-----------------------------------------
 code/object/object.cpp      |   66 --
 code/object/object.h        |    3 -
 code/ship/ship.cpp          |  538 ---------
 code/ship/ship.h            |    1 -
 code/ship/shipfx.cpp        |  111 --
 code/ship/shipfx.h          |    2 -
 code/weapon/shockwave.cpp   |   95 +-
 code/weapon/shockwave.h     |    1 -
 code/weapon/weapon.h        |    1 -
 code/weapon/weapons.cpp     |  186 ----
 20 files changed, 128 insertions(+), 3704 deletions(-)