Author Topic: Nightly (Linux): 03 Jul 2015 - Revision a47ac6c  (Read 594 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 03 Jul 2015 - Revision a47ac6c
Here is the nightly for Linux on 03 Jul 2015 - Revision a47ac6c

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20150703_a47ac6c.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit a93215f
Author: Echelon9 <Wed Jul 1 23:15:36 2015 +1000>
Commit: Echelon9 <Wed Jul 1 23:15:36 2015 +1000>

    Ensure input domain to asin() does not lead to irrational results (implementation defined behaviour)
 code/weapon/swarm.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 58f7fb2
Author: Echelon9 <Wed Jul 1 23:07:12 2015 +1000>
Commit: Echelon9 <Wed Jul 1 23:07:17 2015 +1000>

    Document ai_update_aim() after touching the function
 code/ai/ai.h       | 1 -
 code/ai/aicode.cpp | 6 +++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit aa1feb0
Author: Echelon9 <Wed Jul 1 23:05:03 2015 +1000>
Commit: Echelon9 <Wed Jul 1 23:07:17 2015 +1000>

    Refrain from unnecessarily passing a pointer to global object to ai_update_aim()
 code/ai/ai.h       | 2 +-
 code/ai/aicode.cpp | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 833e7b1
Author: Echelon9 <Thu Jun 25 16:13:27 2015 +1200>
Commit: Echelon9 <Wed Jul 1 23:07:17 2015 +1000>

    Ensure consistent capitalisation of ai_update_aim() parameter.
 code/ai/ai.h       | 2 +-
 code/ai/aicode.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit b2a07f1
Author: Echelon9 <Thu Jun 25 16:10:15 2015 +1200>
Commit: Echelon9 <Wed Jul 1 23:07:17 2015 +1000>

    Remove redundant parameter to compute_time_to_enemy(). Function doesn't need a pointer to the enemy objp, where it uses distance directly instead.
 code/ai/aicode.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit b38e153
Author: Echelon9 <Thu Jun 25 16:05:14 2015 +1200>
Commit: Echelon9 <Wed Jul 1 23:07:17 2015 +1000>

    Remove redundant parameter to prioritize_goals().
 code/ai/aigoals.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 39188f7
Author: Echelon9 <Thu Jun 25 16:01:13 2015 +1200>
Commit: Echelon9 <Wed Jul 1 23:07:17 2015 +1000>

    Remove redundant parameter to ai_ignore_wing().
 code/ai/ai.h       | 2 +-
 code/ai/aicode.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 29fa74f
Author: Echelon9 <Thu Jun 25 15:57:02 2015 +1200>
Commit: Echelon9 <Wed Jul 1 23:07:17 2015 +1000>

    Remove redundant parameter to draw_brackets_diamond_quick().
 code/hud/hudbrackets.cpp | 2 +-
 code/hud/hudbrackets.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 8e018c5
Author: Echelon9 <Thu Jun 25 15:54:06 2015 +1200>
Commit: Echelon9 <Wed Jul 1 23:07:17 2015 +1000>

    Clean up load_animating_pointer().
 code/freespace2/freespace.cpp | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 0810ae0
Author: Echelon9 <Thu Jun 25 15:51:12 2015 +1200>
Commit: Echelon9 <Wed Jul 1 23:07:16 2015 +1000>

    Clean up definition of asteroid_process_pre().
 code/asteroid/asteroid.cpp | 2 +-
 code/asteroid/asteroid.h   | 2 +-
 code/object/object.cpp     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 366d409
Author: Echelon9 <Thu Jun 25 15:49:08 2015 +1200>
Commit: Echelon9 <Wed Jul 1 23:07:16 2015 +1000>

    Clean up definition of asteroid_process_post().
 code/asteroid/asteroid.cpp | 2 +-
 code/asteroid/asteroid.h   | 2 +-
 code/object/object.cpp     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)