Search found 346 matches
- Wed Jun 24, 2026 9:27 am
- Forum: Resolved Requests
- Topic: [2.1] RecipePrototype::requires_ingredients_to_unlock_results
- Replies: 4
- Views: 290
Re: [2.1] RecipePrototype::requires_ingredients_to_unlock_results
Yeah what Rsed said, if it would be the literal string hidden, it'd be written as "hidden" with the quotes around it. If it's without those, it refers to the name of another member, and its value. I'll consider this solved.
- Tue Jun 23, 2026 12:26 pm
- Forum: Resolved Requests
- Topic: [2.1.7] `LuaUndoRedoStack.get_*_item_count()` improperly removed from 2.1 docs
- Replies: 1
- Views: 120
Re: [2.1.7] `LuaUndoRedoStack.get_*_item_count()` improperly removed from 2.1 docs
Thanks for the report. A few dozen methods got dropped in fact, unfortunately. Sorry about that. Fixed for the next release.
- Tue May 19, 2026 3:09 pm
- Forum: Resolved Requests
- Topic: GUI Style inconsitencies
- Replies: 5
- Views: 1042
Re: GUI Style inconsitencies
Worked it all out for 2.1, thanks again.
- Mon Apr 27, 2026 8:20 am
- Forum: Resolved Requests
- Topic: GUI Style inconsitencies
- Replies: 5
- Views: 1042
Re: GUI Style inconsitencies
Ah now I get what you mean, thanks. That is indeed quite underdocumented. I'll make sure to note the default for truly optional properties, and note on the others that they are required at least in the root style. I'll also write down the root style name while I'm at it. It'll be for 2.1 though.
- Fri Apr 24, 2026 7:56 am
- Forum: Resolved Requests
- Topic: Signal to recipe translation is unclear.
- Replies: 1
- Views: 449
Re: Signal to recipe translation is unclear.
Thanks for bringing this up, I will document the whole process for 2.1.
As for your specific concern about item signals, it goes through all recipes that produce that item (excludes catalyst-only products), that the machine can produce and that are researched, and picks the first one that works ...
As for your specific concern about item signals, it goes through all recipes that produce that item (excludes catalyst-only products), that the machine can produce and that are researched, and picks the first one that works ...
- Fri Apr 24, 2026 6:19 am
- Forum: Resolved Requests
- Topic: CharacterCorpsePrototype: use of picture/pictures
- Replies: 6
- Views: 1136
Re: CharacterCorpsePrototype: use of picture/pictures
I mean, isn't it implicit that any table can be empty? If it required a certain number of values, that'd be the detail to document imo.
- Wed Apr 22, 2026 8:02 am
- Forum: Resolved Requests
- Topic: [2.0.76] Error when writing to LuaPlayer::mining_state
- Replies: 2
- Views: 573
Re: [2.0.76] Error when writing to LuaPlayer::mining_state
Thanks for the report, this is noted in the docs for the next release.
- Wed Apr 22, 2026 7:54 am
- Forum: Resolved Requests
- Topic: RailPlannerPrototype::rails
- Replies: 1
- Views: 436
Re: RailPlannerPrototype::rails
Thanks, fixed for the next release.
- Wed Apr 22, 2026 7:53 am
- Forum: Resolved Requests
- Topic: GUI Style inconsitencies
- Replies: 5
- Views: 1042
Re: GUI Style inconsitencies
Thanks for the report, fixed for the next release. The extra ones are indeed 32 bit though, so prototype docs are all correct.
One thing I don't quite get though is your remark about draw_grayscale_picture. I can't see any special handling of that in the code, can you explain what you mean again?
One thing I don't quite get though is your remark about draw_grayscale_picture. I can't see any special handling of that in the code, can you explain what you mean again?
- Wed Apr 22, 2026 7:28 am
- Forum: Resolved Requests
- Topic: EventData "tick" field should be uint64 type
- Replies: 5
- Views: 1069
Re: EventData "tick" field should be uint64 type
Thanks for the report, I went over everything that mentioned ticks, and changed it to MapTick where appropriate. There are still quite a few places where it'll be documented as uint32, as that's what the engine clamps it to in those cases. Fixed for the next release.
- Tue Mar 10, 2026 1:19 pm
- Forum: Resolved Requests
- Topic: typo in event on_gui_opened field description
- Replies: 1
- Views: 509
Re: typo in event on_gui_opened field description
Thanks for spotting that, fixed for the next release.
- Mon Jan 12, 2026 9:26 am
- Forum: Resolved Requests
- Topic: [2.0.72] tile_buildability_rules aren't respected after entity placement for non thruster/asteroid collector entities
- Replies: 4
- Views: 979
Re: [2.0.72] tile_buildability_rules aren't respected after entity placement for non thruster/asteroid collector entitie
I added these details to the docs for the next release, thanks.
- Mon Jan 12, 2026 9:12 am
- Forum: Resolved Requests
- Topic: cancel_crafting works in unexpected ways
- Replies: 4
- Views: 945
Re: cancel_crafting works in unexpected ways
I clarified the effect on dependent crafts for the next release.
- Mon Jan 12, 2026 9:02 am
- Forum: Resolved Requests
- Topic: [2.0.72] get_wire_connector() return type is nil-able
- Replies: 1
- Views: 455
Re: [2.0.72] get_wire_connector() return type is nil-able
Thanks, fixed for the next release.
- Wed Jan 07, 2026 4:06 pm
- Forum: Resolved Requests
- Topic: Defines Api Documentation
- Replies: 2
- Views: 729
Re: Defines Api Documentation
Appreciate the report, and the sleuthing boskid. Fixed for the next release.
- Sat Sep 27, 2025 12:43 pm
- Forum: Resolved Requests
- Topic: [2.0.68] draw_sprite example with `$field` reference
- Replies: 2
- Views: 666
Re: [2.0.68] draw_sprite example with `$field` reference
Thanks, fixed for the next release.
- Sat Sep 13, 2025 4:46 pm
- Forum: Resolved Requests
- Topic: obsolete link in behaviour results definitions
- Replies: 1
- Views: 609
Re: obsolete link in behaviour results definitions
Thanks, fixed for the next release.
- Thu Sep 11, 2025 8:52 am
- Forum: Resolved Requests
- Topic: Make serpent, log, other library functions searchable in api docs
- Replies: 11
- Views: 2673
Re: Make serpent, log, other library functions searchable in api docs
Well sort of, it's hard to do that on a static website. We'll see.
- Thu Sep 11, 2025 8:39 am
- Forum: Resolved Requests
- Topic: Let flags show up in API search
- Replies: 1
- Views: 1199
Re: Let flags show up in API search
They'll show up starting with the next release, thanks for the suggestion.
- Thu Sep 11, 2025 8:29 am
- Forum: Resolved Requests
- Topic: Make serpent, log, other library functions searchable in api docs
- Replies: 11
- Views: 2673
Re: Make serpent, log, other library functions searchable in api docs
Okay so for the next release, search will look for more properties. Mainly runtime concept unions, tables and LuaStructs; prototype Type unions; and define 'leaf nodes'. This doesn't satisfy the title of the thread, but I don't think making the lib page show up in search will really do anything. It ...