Search found 2 matches
- Mon May 13, 2024 1:00 am
- Forum: News
- Topic: Friday Facts #409 - Diminishing beacons
- Replies: 180
- Views: 37743
Re: Friday Facts #409 - Diminishing beacons
Is a 1/sqrt(n) lookup table faster than doing the computation directly? Maybe if Lua I guess.
- Fri Oct 19, 2018 7:06 am
- Forum: Duplicates
- Topic: [0.16.51] Lua access violation crash
- Replies: 1
- Views: 630
[0.16.51] Lua access violation crash
Hey, I ran into this crash developing a mod. Steps to reproduce: 1. Run these three commands in succession 2. Game will crash on the third one (100% success rate for me) /c function func() local sf = game.surfaces[1] local find_entities_filtered = sf.find_entities_filtered local find_entities_filter...