Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-25 | Merge branch 'main' into networked-animator-improvements | WasabiRaptor | |
2025-05-25 | fix for net element ordering bug | WasabiRaptor | |
2025-05-24 | Merge pull request #246 from KrashV/main | Kae | |
Allow os.date | |||
2025-05-23 | Allow os.date | Degranon | |
2025-05-21 | Update player.md | Bottinator22 | |
fix | |||
2025-05-21 | potential fixes | WasabiRaptor | |
2025-05-22 | Update .gitignore | Kae | |
2025-05-21 | Merge pull request #243 from emmyposs/invbar-more-select-binds | Kae | |
handle binds for action bar slots 7-10 | |||
2025-05-19 | fix that type cast I did wrong | WasabiRaptor | |
I miss things while copy pasting and only changing one or two values | |||
2025-05-18 | callback for setting local anim state | WasabiRaptor | |
2025-05-18 | apply part tags callback | WasabiRaptor | |
2025-05-18 | make next frame property accessible to script | WasabiRaptor | |
2025-05-18 | part state alias shortcut | WasabiRaptor | |
2025-05-18 | that was using the wrong key | WasabiRaptor | |
2025-05-18 | fixes after testing | WasabiRaptor | |
2025-05-18 | big feature expansion | WasabiRaptor | |
2025-05-18 | /run should not printJson a string! | Kae | |
2025-05-18 | make camera free-look framerate-independant | Kae | |
2025-05-18 | oxipng pass | Kae | |
2025-05-17 | Merge pull request #238 from FalseIlyu/vs-build | Kae | |
Build Configuration using VS [skip ci] | |||
2025-05-16 | Build Configuration using VS | FalseIlyu | |
2025-05-17 | Merge pull request #239 from FalseIlyu/string_view_ub | Kae | |
UB trying to dereference end of string view | |||
2025-05-16 | handle binds for action bar slots 7-10 if present | emmie | |
2025-05-16 | UB trying to dereference end of string view | FalseIlyu | |
2025-05-15 | actually register the uuidForClient callback (oops) | Kae | |
2025-05-15 | add uuidForClient universe function | Kae | |
2025-05-14 | fix underflow on input clipboard allow state | Kae | |
2025-05-14 | Merge pull request #241 from grbr404/fixes | Kae | |
added exit to run-client.sh to close it after starbound is started and added fix for error that made zink not work on some devices that have support for it | |||
2025-05-12 | Added LIBGL_KOPPER_DRI2=1 Variable as it fixes an issue that can ocure with ↵ | grbr404 | |
xorg aka x11 drivers adding the Variable fixes issues on devices like Steam deck. Hope that this can be removed in te future when the linux build has no issues when build with wayland. (building Wayland version seams to have only 2 small bugs) | |||
2025-05-12 | Update run-client.sh | grbr404 | |
added exit to run-client because it has no reason to run after starbound is started | |||
2025-05-10 | make clipboard available when handling user-invoked chat commands | Kae | |
2025-05-10 | Merge pull request #235 from grbr404/main | Kae | |
rewrote zink support check and added vulkan support check | |||
2025-05-09 | Update run-client.sh | grbr404 | |
2025-05-09 | Update run-client.sh | grbr404 | |
Check if user already has set any of the variables to avoid overwriting them | |||
2025-05-09 | Update run-client.sh | grbr404 | |
zink check now uses all environment variables for check and only use one export function | |||
2025-05-09 | Merge branch 'OpenStarbound:main' into main | grbr404 | |
2025-05-07 | add world.template, world.setTemplate | Kae | |
2025-05-07 | change Windows sbinit.config \\ more human-friendly / | Kae | |
2025-05-03 | Update run-client.sh | grbr404 | |
Added Vulkan support check befor looking for Zink support | |||
2025-05-03 | make troubleshooting errors in json patches easier | Kae | |
2025-05-03 | Merge pull request #233 from grbr404/main | Kae | |
Use Zink for OpenGL on Linux if supported | |||
2025-05-02 | Use Zink for OpenGL on Linux if supported | grbr404 | |
If your system supports the Zink driver, you can use it for OpenGL rendering by switching to the Vulkan backend. This can improve performance. | |||
2025-04-30 | Merge pull request #232 from SilverSokolova/main | Kae | |
songbook lua documentation | |||
2025-04-30 | songbook documentation | SilverSokolova | |
2025-04-30 | Guarantee stack space in exception handling so printing stack overflows ↵ | Kae | |
doesn't fail | |||
2025-04-30 | move WorldServer universe callbacks to the shared LuaRoot so it's available ↵ | Kae | |
in entity scripts | |||
2025-04-30 | Merge pull request #218 from chililisoup/main | Kae | |
Block swap fixes for compat, networking, sounds | |||
2025-04-30 | bump protocol version for applyDamage | Kae | |
2025-04-30 | Merge branch 'main' into pr/218 | Kae | |
2025-04-30 | fix songbook compile issues & some warns | Kae | |