Page 1 of 1

New 'libraries' page in documentation is missing 'changed' entries

Posted: Tue May 14, 2019 1:56 pm
by Reika
That is, the game changes more lua libraries/functions than are listed at https://lua-api.factorio.com/latest/Libraries.html

One example I know of is the random.set_seed, whose "silent deletion" caused me unending headaches back in 2016 when I was designing Oreverhaul: viewtopic.php?f=25&t=34941&p=217395#p217550

I imagine this is not the only such missing function.

Re: New 'libraries' page in documentation is missing 'changed' entries

Posted: Tue May 14, 2019 2:23 pm
by Bilka
Reminder for future me: It's math.randomseed() which is deleted and math.random() which is changed to be deterministic.

Re: New 'libraries' page in documentation is missing 'changed' entries

Posted: Fri May 24, 2019 9:12 am
by Bilka
The functions are now documented.