Author Topic: Nightly: 31 October 2023 - Revision 9da948be5  (Read 243 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 31 October 2023 - Revision 9da948be5
Here is the nightly for 31 October 2023 - Revision 9da948be5



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


Group: MacOSX
nightly_20231031_9da948be5-builds-Mac.tar.gz (Mirror)


Group: Win32-SSE2
nightly_20231031_9da948be5-builds-Win32-SSE2.zip (Mirror)


Group: Win64-SSE2
nightly_20231031_9da948be5-builds-x64-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 9da948be5
Author: mjn-mixael
Commit: JohnAFernandez

    fix type mismatch
 code/scripting/api/objs/player.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 6038076bf
Author: John Fernandez
Commit: JohnAFernandez

    Add current_cmeasure > -1 check
 code/ship/ship.cpp | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 40c8cbbb2
Author: John Fernandez
Commit: JohnAFernandez

    Add check for negative index
 code/ship/shiphit.cpp | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit bd7429c35
Author: John Fernandez
Commit: JohnAFernandez

    Get rid of Extraneous check
 code/network/multi_obj.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit faf130adb
Author: John Fernandez
Commit: JohnAFernandez

    Add Assertion for Coverity 1093701
 code/controlconfig/controlsconfig.cpp | 4 ++++
 1 file changed, 4 insertions(+)

------------------------------------------------------------------------
commit f7fef072d
Author: John Fernandez
Commit: JohnAFernandez

    Feedback
 code/ai/aicode.cpp | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 0da6a4a64
Author: John Fernandez
Commit: JohnAFernandez

    Coverity 1523287
 code/ai/aicode.cpp | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit f542fea96
Author: John Fernandez
Commit: JohnAFernandez

    coverity 1523419
 code/ai/aicode.cpp | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 742326e42
Author: John Fernandez
Commit: JohnAFernandez

    Coverity 1523548 Divide by zero
 code/ai/aicode.cpp | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit e25a6517f
Author: John Fernandez
Commit: JohnAFernandez

    Add a check for 0
 code/ui/slider2.cpp | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit be0c78dc7
Author: John Fernandez
Commit: JohnAFernandez

    Add checks for options_multi_vox_plist_get
 code/menuui/optionsmenumulti.cpp | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit ef681affb
Author: John Fernandez
Commit: JohnAFernandez

    Make sure we don't clobber other memory
 code/object/waypoint.cpp | 6 ++++++
 1 file changed, 6 insertions(+)