Barotrauma
Blueprints
Hiển thị 1-10 trong 80 mục
< 1  2  3 ... 8 >
Cập nhật: 15 Thg08 @ 8:12pm
bởi Max

Saving now uses quicksort instead of bubble sort. This should make saving large circuits faster.

Your entire inventory is now recursively searched for components and FPGAs, including inside the inventory of things you are carrying like toolbelts or backpacks. This should even apply to carried crates.

Thank you Anonomit for the changes.

Cập nhật: 8 Thg08 @ 11:07pm
bởi Max

fix to create folder button

Cập nhật: 15 Thg02 @ 10:52am
bởi Max

Changed the way blueprints save. There is more debug logging if there is an error, and spaces now get replaced with underscores.

Cập nhật: 24 Thg01 @ 9:11am
bởi Max

Added new subframe for the UI buttons on the right instead of them floating in space.

Cập nhật: 24 Thg01 @ 7:53am
bởi Max

Removed the custom GUI example. Thats for debugging only. I accidentally left it in when I was testing things for the delay slider.

Cập nhật: 23 Thg01 @ 8:48pm
bởi Max

Added slider to slow down the load rate on laggy servers. This should help fix load failures.

I also redid the way the recursive checks work with loop count instead of a time based timeout.

Cập nhật: 9 Thg01 @ 2:35pm
bởi Max

Fix to previous refactored version of step checking.

Each step should now check if it has been completed, and if not keep trying. After estimated timeout time, it gives up and prints an error message indicating what went wrong. Move IO node and change IO labels now have dedicated error checking functions.

I also fixed the intermittent label resize error.

Cập nhật: 4 Thg01 @ 5:09pm
bởi Max

New version has a bug with clear circuitbox. Im rolling back until ive fixed it.

Cập nhật: 14 Thg12, 2024 @ 11:22pm
bởi Max

Changed thumbnail.

Cập nhật: 13 Thg12, 2024 @ 4:17pm
bởi Max

Refactor to how the load order happens. Each function is now dependant on the previous functions completing. It will make load slightly faster and more reliable.

I also changed the button on clear circuitbox to be blue.