Search found 344 matches

by Therenas
Tue May 19, 2026 3:09 pm
Forum: Resolved Requests
Topic: GUI Style inconsitencies
Replies: 5
Views: 791

Re: GUI Style inconsitencies

Worked it all out for 2.1, thanks again.
by Therenas
Mon Apr 27, 2026 8:20 am
Forum: Resolved Requests
Topic: GUI Style inconsitencies
Replies: 5
Views: 791

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.
by Therenas
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 ...
by Therenas
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.
by Therenas
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.
by Therenas
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.
by Therenas
Wed Apr 22, 2026 7:53 am
Forum: Resolved Requests
Topic: GUI Style inconsitencies
Replies: 5
Views: 791

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?
by Therenas
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.
by Therenas
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.
by Therenas
Mon Jan 12, 2026 9:12 am
Forum: Resolved Requests
Topic: cancel_crafting works in unexpected ways
Replies: 4
Views: 860

Re: cancel_crafting works in unexpected ways

I clarified the effect on dependent crafts for the next release.
by Therenas
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: 396

Re: [2.0.72] get_wire_connector() return type is nil-able

Thanks, fixed for the next release.
by Therenas
Wed Jan 07, 2026 4:06 pm
Forum: Resolved Requests
Topic: Defines Api Documentation
Replies: 2
Views: 668

Re: Defines Api Documentation

Appreciate the report, and the sleuthing boskid. Fixed for the next release.
by Therenas
Sat Sep 27, 2025 12:43 pm
Forum: Resolved Requests
Topic: [2.0.68] draw_sprite example with `$field` reference
Replies: 2
Views: 610

Re: [2.0.68] draw_sprite example with `$field` reference

Thanks, fixed for the next release.
by Therenas
Sat Sep 13, 2025 4:46 pm
Forum: Resolved Requests
Topic: obsolete link in behaviour results definitions
Replies: 1
Views: 568

Re: obsolete link in behaviour results definitions

Thanks, fixed for the next release.
by Therenas
Thu Sep 11, 2025 8:52 am
Forum: Resolved Requests
Topic: Make serpent, log, other library functions searchable in api docs
Replies: 11
Views: 2526

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.
by Therenas
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.
by Therenas
Thu Sep 11, 2025 8:29 am
Forum: Resolved Requests
Topic: Make serpent, log, other library functions searchable in api docs
Replies: 11
Views: 2526

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 ...

Go to advanced search