Changes

Jump to navigation Jump to search
347 bytes added ,  22:50, 13 December 2021
Line 77: Line 77:     
::::::Hey, thanks for the confirmation! "Order" is of course a local variable within the code you posted, but its results were placed in the index, whose scope I could not see. The utility shuffle was something of a mystery, and what you describe is a surprise to me, as its name would indicate some generic function, and its actual function is quite specialized. Not the first time I've encountered such things in code though. In fact, engineers are notorious for creating misleading names in code, and through decades of time that basic tendency has never diminished. So now I'm thoroughly comfortable with the fact (I would now declare it a true fact, not just a conclusion) that generation of the list and index is "once for all time" within any given created game, with appropriate pointers into it saved in the save file. And that makes moot (for us) the question of when it is actually generated. The program creates it early enough that the first time we meet its effects, it is already in place, and thereafter it is always the same. Unless we back up our play far enough (what is "enough"?) to a manually-saved earlier day/file, it must be the same. The file design doesn't go back farther than one day (for game restoration purposes in case of file loss), so anything like what I do is outside of Ape's direct intentions. And more than what I've done here seems to me to have no point anyway. We're on entirely firm ground. [[User:Giles|Giles]] ([[User talk:Giles|talk]]) 16:35, 15 September 2021 (UTC)
 
::::::Hey, thanks for the confirmation! "Order" is of course a local variable within the code you posted, but its results were placed in the index, whose scope I could not see. The utility shuffle was something of a mystery, and what you describe is a surprise to me, as its name would indicate some generic function, and its actual function is quite specialized. Not the first time I've encountered such things in code though. In fact, engineers are notorious for creating misleading names in code, and through decades of time that basic tendency has never diminished. So now I'm thoroughly comfortable with the fact (I would now declare it a true fact, not just a conclusion) that generation of the list and index is "once for all time" within any given created game, with appropriate pointers into it saved in the save file. And that makes moot (for us) the question of when it is actually generated. The program creates it early enough that the first time we meet its effects, it is already in place, and thereafter it is always the same. Unless we back up our play far enough (what is "enough"?) to a manually-saved earlier day/file, it must be the same. The file design doesn't go back farther than one day (for game restoration purposes in case of file loss), so anything like what I do is outside of Ape's direct intentions. And more than what I've done here seems to me to have no point anyway. We're on entirely firm ground. [[User:Giles|Giles]] ([[User talk:Giles|talk]]) 16:35, 15 September 2021 (UTC)
 +
 +
== Warning: Spoilers ==
 +
 +
All 1.5 content is currently marked with "Warning: Spoilers" <nowiki>{{Spoiler}}</nowiki> banners. 1.5 was released close to a year ago; I'd hardly still consider the documentation of its contents as spoilers. Can we start removing these banners? --[[User:Odg|Odg]] ([[User talk:Odg|talk]]) 22:50, 13 December 2021 (UTC)
23

edits

Navigation menu