Please post bug reports for the above release in this thread.
Cheers,
4Shades
Bug Reports: SEDCS v3.1.15, MP4 v4.440, SEDB31d
Moderator: SEOW Developers
-
- Posts: 2237
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
Bug Reports: SEDCS v3.1.15, MP4 v4.440, SEDB31d
Last edited by IV/JG7_4Shades on Fri 24 Jan 2014 8:34 pm, edited 1 time in total.
IV/JG7_4Shades
SEOW Developer

SEOW Developer

-
- Posts: 2237
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
First bug report: some pages fail to load if newly successful recon photos are defined.
Cause: Photo recon display uses recon flight details that may not be available on views other than "whole of sector view".
Fix: Photo Recon details now indicate "unable to identify flight details" if the relevant details are not available in the current view.
Incremental Version: MP-Head.js in MP-v4.441 (to be released shortly)
Cheers,
4Shades
Cause: Photo recon display uses recon flight details that may not be available on views other than "whole of sector view".
Fix: Photo Recon details now indicate "unable to identify flight details" if the relevant details are not available in the current view.
Incremental Version: MP-Head.js in MP-v4.441 (to be released shortly)
Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

SEOW Developer

-
- Posts: 2237
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
Second bug report (from 13_Taipan):
Cheers,
4Shades
Thanks Taipan, valuable report. The important data is factories had "no production set". The code did not account for this. I have fixed this in SEDCS development version 3.1.16.S`
in Darwin Campaign when i report or clock advance i get this error report
"basMissionBuilder.subAllocateGroupedIndustrialProduction: 6 Arithmetic
operation resulted in an overflow.
Error : 6
Description : Arithmetic operation resulted in an overflow."
currently industrial targets are used as main structures hit during Darwin raids but no production is set.
cheers
13_Taipan
Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

SEOW Developer

-
- Posts: 2237
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
-
- Posts: 2237
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
I had a bug when clic on History for the blue side. I don't know if I am alone with that problem?
These 2 lines were missing in Scripts/MP-ForceHistory.php for the Axis:
$template_array = array_fill(0,$NMissions+1," - ");
$totals_array = array_fill(0,$NMissions+1,"0");
I added it and it runs fine.
Here is new MP-ForceHistory.php(zip)
These 2 lines were missing in Scripts/MP-ForceHistory.php for the Axis:
$template_array = array_fill(0,$NMissions+1," - ");
$totals_array = array_fill(0,$NMissions+1,"0");
I added it and it runs fine.
Here is new MP-ForceHistory.php(zip)