View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0019182 | AI War 2 | GUI | Jun 20, 2017 9:57 pm | Jun 21, 2017 12:12 pm | |
Reporter | Draco18s | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 0.450 Sound! | ||||
Fixed in Version | 0.450 Sound! | ||||
Summary | 0019182: Random seeds can be longer than player-entered seeds. | ||||
Description | The game will happily generate the seed "1055929899" except that the player can't [i]enter[/i] this seed manually: it's 1 digit too long. | ||||
Tags | No tags attached. | ||||
|
|
|
There's a restriction of 9 characters in the iSeed (input value for the seed field) class: public class iSeed : InputAbstractBase { ...... public override char ValidateInput( string input, int charIndex, char addedChar ) { if ( input.Length >= 9 ) <==== This number should be higher then return '\0'; That number might need to be increased |
|
Thank you for the fix! :D |
Date Modified | Username | Field | Change |
---|---|---|---|
Jun 20, 2017 9:57 pm | Draco18s | New Issue | |
Jun 20, 2017 9:57 pm | Draco18s | File Added: generated.png | |
Jun 20, 2017 10:19 pm | BadgerBadger | Note Added: 0046332 | |
Jun 21, 2017 12:12 pm | Chris_McElligottPark | Note Added: 0046334 | |
Jun 21, 2017 12:12 pm | Chris_McElligottPark | Status | new => resolved |
Jun 21, 2017 12:12 pm | Chris_McElligottPark | Fixed in Version | => 0.450 Sound! |
Jun 21, 2017 12:12 pm | Chris_McElligottPark | Resolution | open => fixed |
Jun 21, 2017 12:12 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |