Search found 340 matches
- Wed Apr 22, 2026 8:02 am
- Forum: Resolved Requests
- Topic: [2.0.76] Error when writing to LuaPlayer::mining_state
- Replies: 2
- Views: 355
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: 247
Re: RailPlannerPrototype::rails
Thanks, fixed for the next release.
- Wed Apr 22, 2026 7:53 am
- Forum: Documentation Improvement Requests
- Topic: GUI Style inconsitencies
- Replies: 1
- Views: 245
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: 594
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: 340
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: 760
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: 739
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: 320
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: 597
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: 567
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: 547
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: 2341
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: 1127
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: 2341
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: 1458
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: 479
Re: Add "space-location" to the 'choose-elem-button' properties in the .add() function in LuaGuiElement
Rsed already added these, appreciate the report anyways!
- Tue Jun 03, 2025 7:10 am
- Forum: Resolved Requests
- Topic: [website] Minor typo in <title> tag of the Prototype JSON Format page on API Docs portal
- Replies: 1
- Views: 863
Re: [website] Minor typo in <title> tag of the Prototype JSON Format page on API Docs portal
No that's exactly the eye for detail we appreciate around here, thanks, fixed for the next release 
- Thu May 29, 2025 9:16 am
- Forum: Resolved Requests
- Topic: Add Auxillary page about Multiplayer structure/determinism
- Replies: 4
- Views: 1490
Re: Add Auxillary page about Multiplayer structure/determinism
I'm moving this to completed, if there's anything specific you want documented feel free to let me know.
- Thu May 29, 2025 9:11 am
- Forum: Resolved Requests
- Topic: Filters for DLC-locked API parameters
- Replies: 2
- Views: 839
Re: Filters for DLC-locked API parameters
Hello, thanks for the friendly request. The status thing has indeed been removed for now. The filter for dlc-only features sounds kinda nice, but that flag is pretty rare in actuality, and implementing a whole feature and taking space for a toggle in the GUI doesn't really seem worth it to me I'm ...
- Thu May 29, 2025 8:58 am
- Forum: Resolved Requests
- Topic: upgrade planner's get_mapper()'s to can return nil
- Replies: 4
- Views: 1144
Re: upgrade planner's get_mapper()'s to can return nil
Alrighty updated the docs for the next release to mention this, and added some missing fields to UpgradeMapperSource and UpgradeMapperDestination . Thanks for the report.