Search found 5 matches

by kubel34
Sat Feb 26, 2022 5:02 pm
Forum: Documentation Improvement Requests
Topic: Documentation Improvement Requests
Replies: 316
Views: 83093

Re: Small documentation improvement requests

I suppose that when a crafting machine starts crafting (enough ingredients + has power), is_crafting is true and stays true until the operation is completed. "progress is currently being made" when there is power, and if there is not then the machine is not making progress but is still cr...
by kubel34
Sat Feb 26, 2022 12:20 pm
Forum: Documentation Improvement Requests
Topic: Documentation Improvement Requests
Replies: 316
Views: 83093

Re: Small documentation improvement requests

LuaEntity::is_crafting is missing a return value, which should be a boolean.

-> Thanks, fixed for the next release.
by kubel34
Mon Nov 11, 2019 3:47 pm
Forum: Minor issues
Topic: [0.17.76] Scrolling functions don't work when elements are yet to be displayed/updated
Replies: 1
Views: 914

[0.17.76] Scrolling functions don't work when elements are yet to be displayed/updated

The scrolling functions (scroll_to_top, scroll_to_bottom ...) do nothing when the element (a scroll-pane or a textbox) isn't shown/updated yet, that is to say when the function is called in the same tick as when its contents/text is set. In this exemple, we create a string with a lot of lines and di...
by kubel34
Thu Aug 29, 2019 12:17 pm
Forum: Resolved Problems and Bugs
Topic: [posila][0.17.66] Listbox "selected_index" not updated programatically
Replies: 1
Views: 1987

[posila][0.17.66] Listbox "selected_index" not updated programatically

The value "selected_index" of a listbox never updates when calling methods that modifies the item list, even "clear_items". Steps to reproduce: - Display a list with items /c game.player.gui.center.add{type="list-box", name="list", items={"a", "...
by kubel34
Mon Aug 26, 2019 7:44 pm
Forum: Resolved Problems and Bugs
Topic: [TOGoS] [0.17.66] Text-box graphical glitch
Replies: 1
Views: 2404

[TOGoS] [0.17.66] Text-box graphical glitch

A text-box with a style who set "horizontally_stretchable" to "on", will have a grey box appear on the right, if there is at least more than one line of text. The vertical scroll bar will not appear. Steps to reproduce: - Have a text-box style with a "horizontally_stretchabl...

Go to advanced search