Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

ACS time bug[FİX] #1

Closed
GoogleCodeExporter opened this issue Apr 21, 2015 · 6 comments
Closed

ACS time bug[FİX] #1

GoogleCodeExporter opened this issue Apr 21, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

the other fleets of the acs are have normal start time but, a bugy end time.The 
end time shuld be 
higher than the start time but the buggy end time is earlier than start time.

So if you send a second fleet in acs, your second fleet return before it 
arrives there.

here is the fix:


in class.ShowFleetPage.php
find these lines

$fleet['start_time']    = $AksStartTime['Start'];
$fleet['end_time']     += $AksStartTime['Start'] - $fleet['start_time'];

and change the places like this:

$fleet['end_time']     += $AksStartTime['Start'] - $fleet['start_time'];
$fleet['start_time']    = $AksStartTime['Start'];


i hope you understand :) sorry for my bad english.The project is perfect.I like 
it :)

Original issue reported on code.google.com by [email protected] on 19 Mar 2010 at 5:30

@GoogleCodeExporter
Copy link
Author

Hey,

its not a bug, the Fleet return not as ACS. The Fleet return as Single Fleet.

Example: Fleet from 1:1:1 to 9:9:9 need more time as as a Fleet to 1:2:3

With your Fix, both Fleets have the same return time.

You understand me ,too? I have a bad English, too :)

Greetz

ShadoX

Original comment by slaver7 on 20 Mar 2010 at 4:29

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

noo i try both and mine work fine now ??
can you try my changes again or only i have a bug 

Original comment by [email protected] on 20 Mar 2010 at 5:14

@GoogleCodeExporter
Copy link
Author

I think you dant understand me.

You Fix work great.

The Fleet dont habe the same endtime, because there don't habe the same Return 
Planet.

Original comment by slaver7 on 20 Mar 2010 at 6:31

@GoogleCodeExporter
Copy link
Author

okay :) you are right :) sorry for my english 

Original comment by [email protected] on 20 Mar 2010 at 7:01

@GoogleCodeExporter
Copy link
Author

Okay....

Original comment by slaver7 on 20 Mar 2010 at 9:11

  • Changed state: WontFix

@GoogleCodeExporter
Copy link
Author

Original comment by slaver7 on 10 Jan 2012 at 12:13

  • Added labels: closed

@Jbaukens Jbaukens mentioned this issue Apr 23, 2016
This was referenced May 19, 2016
@sandub sandub mentioned this issue Mar 19, 2017
This was referenced May 15, 2017
This was referenced May 27, 2017
@xteriumboy xteriumboy mentioned this issue Aug 17, 2017
This was referenced Nov 2, 2018
@ghost ghost mentioned this issue Dec 6, 2018
jkroepke pushed a commit that referenced this issue Aug 18, 2019
Fixed a bug that caused a game error for users using Portuguese.
jkroepke pushed a commit that referenced this issue Aug 18, 2019
jkroepke pushed a commit that referenced this issue Aug 18, 2019
jkroepke pushed a commit that referenced this issue Aug 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant