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

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-25Merge branch 'main' into networked-animator-improvementsWasabiRaptor
2025-05-25fix for net element ordering bugWasabiRaptor
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
2025-05-18big feature expansionWasabiRaptor
2025-05-18/run should not printJson a string!Kae
2025-05-18make camera free-look framerate-independantKae
2025-05-18oxipng passKae
2025-05-17Merge pull request #238 from FalseIlyu/vs-buildKae
Build Configuration using VS [skip ci]
2025-05-16Build Configuration using VSFalseIlyu
2025-05-17Merge pull request #239 from FalseIlyu/string_view_ubKae
UB trying to dereference end of string view
2025-05-16handle binds for action bar slots 7-10 if presentemmie
2025-05-16UB trying to dereference end of string viewFalseIlyu
2025-05-15actually register the uuidForClient callback (oops)Kae
2025-05-15add uuidForClient universe functionKae
2025-05-14fix underflow on input clipboard allow stateKae
2025-05-14Merge pull request #241 from grbr404/fixesKae
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-12Added 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-12Update run-client.shgrbr404
added exit to run-client because it has no reason to run after starbound is started
2025-05-10make clipboard available when handling user-invoked chat commandsKae
2025-05-10Merge pull request #235 from grbr404/mainKae
rewrote zink support check and added vulkan support check
2025-05-09Update run-client.shgrbr404
2025-05-09Update run-client.shgrbr404
Check if user already has set any of the variables to avoid overwriting them
2025-05-09Update run-client.shgrbr404
zink check now uses all environment variables for check and only use one export function
2025-05-09Merge branch 'OpenStarbound:main' into maingrbr404
2025-05-07add world.template, world.setTemplateKae
2025-05-07change Windows sbinit.config \\ more human-friendly /Kae
2025-05-03Update run-client.shgrbr404
Added Vulkan support check befor looking for Zink support
2025-05-03make troubleshooting errors in json patches easierKae
2025-05-03Merge pull request #233 from grbr404/mainKae
Use Zink for OpenGL on Linux if supported
2025-05-02Use Zink for OpenGL on Linux if supportedgrbr404
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-30Merge pull request #232 from SilverSokolova/mainKae
songbook lua documentation
2025-04-30songbook documentationSilverSokolova
2025-04-30Guarantee stack space in exception handling so printing stack overflows ↵Kae
doesn't fail
2025-04-30move WorldServer universe callbacks to the shared LuaRoot so it's available ↵Kae
in entity scripts
2025-04-30Merge pull request #218 from chililisoup/mainKae
Block swap fixes for compat, networking, sounds
2025-04-30bump protocol version for applyDamageKae
2025-04-30Merge branch 'main' into pr/218Kae
2025-04-30fix songbook compile issues & some warnsKae