Author Topic: Nightly (FreeBSD): 29 Oct 2015 - Revision bb6e01c  (Read 590 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 29 Oct 2015 - Revision bb6e01c
Here is the nightly for FreeBSD on 29 Oct 2015 - Revision bb6e01c

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20151029_bb6e01c.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 93e8e3a
Author: Yarn366 <Wed Oct 28 18:21:31 2015 -0400>
Commit: Yarn366 <Wed Oct 28 18:21:31 2015 -0400>

    Resolutions below 1024x600 are no longer changed to 800x600 if sparky_hi_fs2.vp is missing.
 code/graphics/2d.cpp         | 43 +++++++++++++++++++++++++------------------
 code/graphics/2d.h           |  1 +
 code/menuui/mainhallmenu.cpp |  6 +-----
 3 files changed, 27 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit 0a08b63
Author: Fabian Woltermann <Wed Oct 28 09:19:21 2015 +0100>
Commit: Fabian Woltermann <Wed Oct 28 09:19:21 2015 +0100>

    Revert "Removes inline keyword from mc_info_init declaration"
 code/model/model.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit c789b11
Author: Fabian Woltermann <Wed Oct 28 08:54:03 2015 +0100>
Commit: Fabian Woltermann <Wed Oct 28 08:54:03 2015 +0100>

    Removes inline keyword from mc_info_init declaration
 code/model/model.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 630ab5a
Author: Fabian Woltermann <Tue Oct 27 08:24:06 2015 +0100>
Commit: Fabian Woltermann <Tue Oct 27 08:24:06 2015 +0100>

    Makes sure mc_info_init sets everything to safe data.
 code/model/model.h | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit e28640d
Author: Fabian Woltermann <Tue Oct 27 08:15:45 2015 +0100>
Commit: Fabian Woltermann <Tue Oct 27 08:15:45 2015 +0100>

    Revert "Introduces a proper constructor for mc_info and removes the mc_info_init function on grounds of grave misuse of memset."
 code/ai/aibig.cpp                 |  1 +
 code/ai/aicode.cpp                |  1 +
 code/ai/aiturret.cpp              |  1 +
 code/asteroid/asteroid.cpp        |  3 +++
 code/debris/debris.cpp            |  1 +
 code/fred2/fredrender.cpp         |  1 +
 code/hud/hudtarget.cpp            |  1 +
 code/model/model.h                | 32 +++++---------------------------
 code/object/collideshipship.cpp   |  1 +
 code/object/collideshipweapon.cpp |  1 +
 code/object/objcollide.cpp        |  1 +
 code/parse/lua.cpp                |  1 +
 code/ship/ship.cpp                |  2 ++
 code/ship/shipfx.cpp              |  3 +++
 code/weapon/beam.cpp              |  4 ++++
 15 files changed, 27 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit 35e34ac
Author: The E <Sat Oct 24 09:58:38 2015 +0200>
Commit: The E <Sat Oct 24 09:58:38 2015 +0200>

    Introduces a proper constructor for mc_info and removes the mc_info_init function on grounds of grave misuse of memset.
 code/ai/aibig.cpp                 |  1 -
 code/ai/aicode.cpp                |  1 -
 code/ai/aiturret.cpp              |  1 -
 code/asteroid/asteroid.cpp        |  3 ---
 code/debris/debris.cpp            |  1 -
 code/fred2/fredrender.cpp         |  1 -
 code/hud/hudtarget.cpp            |  1 -
 code/model/model.h                | 32 +++++++++++++++++++++++++++-----
 code/object/collideshipship.cpp   |  1 -
 code/object/collideshipweapon.cpp |  1 -
 code/object/objcollide.cpp        |  1 -
 code/parse/lua.cpp                |  1 -
 code/ship/ship.cpp                |  2 --
 code/ship/shipfx.cpp              |  3 ---
 code/weapon/beam.cpp              |  4 ----
 15 files changed, 27 insertions(+), 27 deletions(-)