Topic Title: Progress Update 2020-05-09 (Simple Topic)
Topic starter: Iiridayn
Topic started: 04:33:14 10th May 2020
Posts: 18 Last post: 19:00:59 27th May 2020 by ReaperOfSouls
Iiridayn | Posted: 04:33:14 10th May 2020 |
Posts: 1643 Topics: 98 Location: United States Gender: Male |
Spent about 20 hours this week on the code. Statistics section has been simplified and consolidated - so if I need to fix anything in a report, it'll be much easier.
|
Iiridayn | Posted: 04:39:49 10th May 2020 |
Posts: 1643 Topics: 98 Location: United States Gender: Male |
Found a bug already. I'd not tested the default landing page of the statistics link. Tested it real quick to see what y'all would see when you clicked it - was an error... Fixed .
|
shaphan | Posted: 07:09:05 10th May 2020 |
Posts: 537 Topics: 54 Location: Azerbaijan Republic Gender: Male |
vote for ships by experience starting with the youngest ships. if you are planning a hw attack and you don't want people to see how many ships you have trained you will build the ships in advance, wait for other ships to get trained up, then train older ships. it adds another game mechanic in planning.
|
Zerohours | Posted: 11:15:01 10th May 2020 |
Posts: 2443 Topics: 287 Location: Canada Gender: Male |
Awesome man!
|
Zerohours | Posted: 11:45:18 10th May 2020 |
Posts: 2443 Topics: 287 Location: Canada Gender: Male |
How hard would it be to code a stat:
|
Iiridayn | Posted: 02:05:22 11th May 2020 |
Posts: 1643 Topics: 98 Location: United States Gender: Male |
@Zero: Hmm. Running the defense calculations in the SQL query would be a bit of bother - and it would have to run those for every planet/player on every report load (aside from the cache).
|
Zerohours | Posted: 08:25:32 11th May 2020 |
Posts: 2443 Topics: 287 Location: Canada Gender: Male |
Fair enough. Something like this would only be interesting to me if your answer was: I can do that in a few minutes.
|
Vicandius | Posted: 12:48:08 11th May 2020 |
Posts: 67 Topics: 18 Location: Albania |
I think ships by experience was more of a stat when ships could get to 2500, now it is fairly useless, just going to show a bunch of 300s regardless of age...
|
Vicandius | Posted: 12:49:56 11th May 2020 |
Posts: 67 Topics: 18 Location: Albania |
Also, the public information section of profile isn't working properly, use to go to just a white page when tried to change something, now going to one with main menu on it, but blank otherwise, haven't tried changing media yet |
Iiridayn | Posted: 20:11:03 11th May 2020 |
Posts: 1643 Topics: 98 Location: United States Gender: Male |
Yeah, noticed the error from you hitting it, and been sidetracked all day as a result . Still haven't fixed it yet, keep getting sidetracked into other parts of the code.
|
Iiridayn | Posted: 22:17:06 11th May 2020 |
Posts: 1643 Topics: 98 Location: United States Gender: Male |
Fixed it finally. It was annoyed about gender not being set - it always failed if gender was ever unset, also making it impossible to clear. There was code specifically allowing the dropdown to be unset, but the generated SQL query was incorrect; this has been a longstanding bug since... I think since I was a player . Yay - fixed. .
|