Barotrauma 潜渊症

Barotrauma 潜渊症

Blueprints
正在显示第 1 - 10 项,共 80 项条目
< 1  2  3 ... 8 >
更新于:8 月 15 日 下午 8:12
作者: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.

更新于:8 月 8 日 下午 11:07
作者:Max

fix to create folder button

更新于:2 月 15 日 上午 10:52
作者:Max

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

更新于:1 月 24 日 上午 9:11
作者:Max

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

更新于:1 月 24 日 上午 7:53
作者:Max

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

更新于:1 月 23 日 下午 8:48
作者: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.

更新于:1 月 9 日 下午 2:35
作者: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.

更新于:1 月 4 日 下午 5:09
作者:Max

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

更新于:2024 年 12 月 14 日 下午 11:22
作者:Max

Changed thumbnail.

更新于:2024 年 12 月 13 日 下午 4:17
作者: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.