Search found 344 matches
- Tue May 19, 2026 3:09 pm
- Forum: Resolved Requests
- Topic: GUI Style inconsitencies
- Replies: 5
- Views: 793
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: 793
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: 392
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: 942
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: 501
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: 369
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: 793
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: 905
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: 421
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: 877
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: 865
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: 401
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: 670
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: 617
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: 571
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: 2532
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: 1165
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: 2532
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 ...
- Thu Jul 24, 2025 9:30 am
- Forum: Resolved Requests
- Topic: BlueprintCircuitConnection and BlueprintControlBehavior are not documented
- Replies: 2
- Views: 1541
Re: BlueprintCircuitConnection and BlueprintControlBehavior are not documented
This was finally fully documented for the next release.
- Wed Jul 09, 2025 2:57 pm
- Forum: Resolved Requests
- Topic: Add "space-location" to the 'choose-elem-button' properties in the .add() function in LuaGuiElement
- Replies: 1
- Views: 523
Re: Add "space-location" to the 'choose-elem-button' properties in the .add() function in LuaGuiElement
Rsed already added these, appreciate the report anyways!