Search found 6 matches
- Mon Oct 28, 2024 7:42 pm
- Forum: Not a bug
- Topic: [2.0.11][SA] Uranium ore patches placed >1km away from starting area
- Replies: 1
- Views: 232
[2.0.11][SA] Uranium ore patches placed >1km away from starting area
Upon reaching uranium research in a new save file, I noticed that I couldn't see any uranium ore on the map. I also found nothing after driving the car for about 5-10 min. Assuming that I may have touched something in the map generation settings, I converted the save to a scenario, and no, they wher...
- Sat Feb 26, 2022 5:02 pm
- Forum: Documentation Improvement Requests
- Topic: Documentation Improvement Requests
- Replies: 316
- Views: 99941
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...
- Sat Feb 26, 2022 12:20 pm
- Forum: Documentation Improvement Requests
- Topic: Documentation Improvement Requests
- Replies: 316
- Views: 99941
Re: Small documentation improvement requests
-> Thanks, fixed for the next release.
- 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: 1056
[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...
- 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: 2255
[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", "...
- Mon Aug 26, 2019 7:44 pm
- Forum: Resolved Problems and Bugs
- Topic: [TOGoS] [0.17.66] Text-box graphical glitch
- Replies: 1
- Views: 2704
[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...