Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-31simple support for animated parallax texturesKae
2025-05-31armor: support for flipDirectives, fix activeItem arm frames with directives ↵Kae
breaking on custom armor
2025-05-31Update CMakePresets.jsonKae
2025-05-31Update vcpkg-configuration.jsonKae
2025-05-31Update build.ymlKae
2025-05-31Update build.ymlKae
2025-05-31Update StarVersion.cpp.inKae
2025-05-31Update build.ymlKae
2025-05-31default to GCC on Linux for now, move to optional Clang build actionKae
2025-05-31fix Lua strings inside JSON always being null-terminatedKae
2025-05-30Merge pull request #253 from grbr404/wayland/x11Kae
Wayland/x11
2025-05-30Merge pull request #251 from IsaacClark69/patch-1Kae
Update StarPythonic.hpp [skip ci]
2025-05-29made Linux run with x11 until wayland bugs are fixedgrbr404
2025-05-29I moved the logger as it can't return anything if placed before video ↵grbr404
initialization.
2025-05-29Update StarMainApplication_sdl.cppgrbr404
2025-05-29made the wayland/x11 check bettergrbr404
2025-05-29changed check to be befor init videogrbr404
2025-05-29forgot #endifgrbr404
2025-05-29Check for Wayland to use it if the system uses itgrbr404
Check for Wayland to use it if the system uses it
2025-05-29Update StarPythonic.hppIsaacClark69
https://github.com/OpenStarbound/OpenStarbound/issues/249
2025-05-29use newer Steam init API that can return an error stringKae
2025-05-27add universe.banClientKae
2025-05-27add sb.stripEscapeCodesKae
2025-05-27Update StarUniverseServerLuaBindings.cppKae
2025-05-27universe.disconnectClientKae
2025-05-26Merge pull request #244 from WasabiRaptor/networked-animator-improvementsKae
Networked animator improvements
2025-05-25put this back where it should be now that netgroup is fixedWasabiRaptor
2025-05-25Merge remote-tracking branch 'upstream/main' into ↵WasabiRaptor
networked-animator-improvements
2025-05-26cleaner fix for NetElementGroupKae
ty @WasabiRaptor
2025-05-25Merge remote-tracking branch 'upstream/main' into ↵WasabiRaptor
networked-animator-improvements
2025-05-26net: fix index index compatibility issues in NetElementGroupKae
2025-05-26client: attempt to disconnect safely instead of crashing when an incoming ↵Kae
server packet causes an exception
2025-05-25Merge branch 'main' into networked-animator-improvementsWasabiRaptor
2025-05-25fix for net element ordering bugWasabiRaptor
2025-05-25Merge pull request #248 from grbr404/mainKae
revert Zink addition
2025-05-25fix crash when receiving an interact packet for a non-existent entityKae
2025-05-24revert zink aditiongrbr404
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-24Merge pull request #246 from KrashV/mainKae
Allow os.date
2025-05-23Allow os.dateDegranon
2025-05-21Update player.mdBottinator22
fix
2025-05-21potential fixesWasabiRaptor
2025-05-22Update .gitignoreKae
2025-05-21Merge pull request #243 from emmyposs/invbar-more-select-bindsKae
handle binds for action bar slots 7-10
2025-05-19fix that type cast I did wrongWasabiRaptor
I miss things while copy pasting and only changing one or two values
2025-05-18callback for setting local anim stateWasabiRaptor
2025-05-18apply part tags callbackWasabiRaptor
2025-05-18make next frame property accessible to scriptWasabiRaptor
2025-05-18part state alias shortcutWasabiRaptor
2025-05-18that was using the wrong keyWasabiRaptor
2025-05-18fixes after testingWasabiRaptor