Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-31 | simple support for animated parallax textures | Kae | |
2025-05-31 | armor: support for flipDirectives, fix activeItem arm frames with directives ↵ | Kae | |
breaking on custom armor | |||
2025-05-31 | Update CMakePresets.json | Kae | |
2025-05-31 | Update vcpkg-configuration.json | Kae | |
2025-05-31 | Update build.yml | Kae | |
2025-05-31 | Update build.yml | Kae | |
2025-05-31 | Update StarVersion.cpp.in | Kae | |
2025-05-31 | Update build.yml | Kae | |
2025-05-31 | default to GCC on Linux for now, move to optional Clang build action | Kae | |
2025-05-31 | fix Lua strings inside JSON always being null-terminated | Kae | |
2025-05-30 | Merge pull request #253 from grbr404/wayland/x11 | Kae | |
Wayland/x11 | |||
2025-05-30 | Merge pull request #251 from IsaacClark69/patch-1 | Kae | |
Update StarPythonic.hpp [skip ci] | |||
2025-05-29 | made Linux run with x11 until wayland bugs are fixed | grbr404 | |
2025-05-29 | I moved the logger as it can't return anything if placed before video ↵ | grbr404 | |
initialization. | |||
2025-05-29 | Update StarMainApplication_sdl.cpp | grbr404 | |
2025-05-29 | made the wayland/x11 check better | grbr404 | |
2025-05-29 | changed check to be befor init video | grbr404 | |
2025-05-29 | forgot #endif | grbr404 | |
2025-05-29 | Check for Wayland to use it if the system uses it | grbr404 | |
Check for Wayland to use it if the system uses it | |||
2025-05-29 | Update StarPythonic.hpp | IsaacClark69 | |
https://github.com/OpenStarbound/OpenStarbound/issues/249 | |||
2025-05-29 | use newer Steam init API that can return an error string | Kae | |
2025-05-27 | add universe.banClient | Kae | |
2025-05-27 | add sb.stripEscapeCodes | Kae | |
2025-05-27 | Update StarUniverseServerLuaBindings.cpp | Kae | |
2025-05-27 | universe.disconnectClient | Kae | |
2025-05-26 | Merge pull request #244 from WasabiRaptor/networked-animator-improvements | Kae | |
Networked animator improvements | |||
2025-05-25 | put this back where it should be now that netgroup is fixed | WasabiRaptor | |
2025-05-25 | Merge remote-tracking branch 'upstream/main' into ↵ | WasabiRaptor | |
networked-animator-improvements | |||
2025-05-26 | cleaner fix for NetElementGroup | Kae | |
ty @WasabiRaptor | |||
2025-05-25 | Merge remote-tracking branch 'upstream/main' into ↵ | WasabiRaptor | |
networked-animator-improvements | |||
2025-05-26 | net: fix index index compatibility issues in NetElementGroup | Kae | |
2025-05-26 | client: attempt to disconnect safely instead of crashing when an incoming ↵ | Kae | |
server packet causes an exception | |||
2025-05-25 | Merge branch 'main' into networked-animator-improvements | WasabiRaptor | |
2025-05-25 | fix for net element ordering bug | WasabiRaptor | |
2025-05-25 | Merge pull request #248 from grbr404/main | Kae | |
revert Zink addition | |||
2025-05-25 | fix crash when receiving an interact packet for a non-existent entity | Kae | |
2025-05-24 | revert zink adition | grbr404 | |
Why? After testing extensively, setting LIBGLE_KOPPER_DRI2=1 resolves the issue with devices like the Steam Deck. These devices have specific drivers that break when using Zink with DRI3, causing the driver to attempt to load and fail repeatedly. By not using DRI3, most of Zink's performance advantages are undone, so fixing this issue preserves the majority of Zink's performance benefits. I think the best approach would be to make Zink an additional setting, allowing users to choose whether to use it. This is because we can't predict if a user's device has a driver that breaks Zink with DRI3. Additionally, we could add another setting for DRI2 for users who want to use Zink on their device even if it doesn't support Zink + DRI3. I don't think that I'm going to be able to implement it due to my lack of experience in C/C++. | |||
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 | |