Page 55 of 66
Re: The big thread of things that are wrong
Posted: Mon Mar 19, 2012 7:01 pm
by ecvej
I've decided whatever you forget to tell us about is now a feature. Hooray, another bug resolved 
Re: The big thread of things that are wrong
Posted: Tue Mar 20, 2012 2:14 am
by JackBlackIV
lol
I never thought that might have been a bug, the pds invul thingy 
Re: The big thread of things that are wrong
Posted: Fri Mar 30, 2012 1:42 pm
by ecvej
Android app registration is not properly preserved across game reset.
Re: The big thread of things that are wrong
Posted: Sun Apr 08, 2012 12:14 am
by ecvej
The "you can not do anything in the first 10 seconds" page of the app had no jump to section dropdown so there is no way to navigate away except for using the back button.
Pressing back can cost moves so need to resolve.
Re: The big thread of things that are wrong
Posted: Thu Apr 12, 2012 4:12 pm
by iceblink
Here's one to break your brains:
If I fly under an alias (for instance because I do not want to be LC or VC), and I post logs on the private legion forums, the post shows my real TVS name instead of the alias pilot name that is used to remain anonymous. It's a dead giveaway :-O
I suspect this will not be easily fixed since it would require some hardcore phpBB hacking 
Re: The big thread of things that are wrong
Posted: Thu Apr 12, 2012 4:16 pm
by calundra
iceblink wrote:Here's one to break your brains:
If I fly under an alias (for instance because I do not want to be LC or VC), and I post logs on the private legion forums, the post shows my real TVS name instead of the alias pilot name that is used to remain anonymous. It's a dead giveaway :-O
I suspect this will not be easily fixed since it would require some hardcore phpBB hacking

I started trying to do this at the weekend, it didn't go very well, I'm thinking I might try again though so watch this space.
Re: The big thread of things that are wrong
Posted: Thu Apr 12, 2012 4:28 pm
by iceblink
calundra wrote:iceblink wrote:Here's one to break your brains:
If I fly under an alias (for instance because I do not want to be LC or VC), and I post logs on the private legion forums, the post shows my real TVS name instead of the alias pilot name that is used to remain anonymous. It's a dead giveaway :-O
I suspect this will not be easily fixed since it would require some hardcore phpBB hacking

I started trying to do this at the weekend, it didn't go very well, I'm thinking I might try again though so watch this space.
You're a real pro if you can fix this 
Re: The big thread of things that are wrong
Posted: Mon Apr 16, 2012 10:38 pm
by JackBlackIV
If phpBB is written properly, it should be pretty easy 
Re: The big thread of things that are wrong
Posted: Mon Apr 16, 2012 10:41 pm
by JackBlackIV
Here's an idea of how it might be fixed: "if private_boards user->displaynick=user->tempnick else user->displaynick=user->nick"
Re: The big thread of things that are wrong
Posted: Tue Apr 17, 2012 7:57 am
by ecvej
that would just change the display of the user name. people are clever so that wouldn't be quite enough for reasons I won't explain in public
good idea though