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

summaryrefslogtreecommitdiff
path: root/source/game
AgeCommit message (Collapse)Author
2025-06-03fixed up macOS CI artifactsKae
2025-06-03add statusText to world.nametagEntityKae
2025-06-03add player.nametag, player.setNametag, world.entityNametagKae
2025-06-02Merge remote-tracking branch 'origin/main'emmaker
2025-06-02Change type of markRead to Maybe<bool>emmaker
2025-06-02Merge branch 'OpenStarbound:main' into mainEmmaker
2025-06-02Include missing headeremmaker
2025-06-03revert networked animator changes for nowKae
2025-06-02Syntax fix (oops)emmaker
2025-06-02Add codex bindings to player tableemmaker
2025-06-02extend humanoidConfig to back and headKae
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-31fix Lua strings inside JSON always being null-terminatedKae
2025-05-27add universe.banClientKae
2025-05-27Update StarUniverseServerLuaBindings.cppKae
2025-05-27universe.disconnectClientKae
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-26client: attempt to disconnect safely instead of crashing when an incoming ↵Kae
server packet causes an exception
2025-05-25fix for net element ordering bugWasabiRaptor
2025-05-25fix crash when receiving an interact packet for a non-existent entityKae
2025-05-21potential fixesWasabiRaptor
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-18that was using the wrong keyWasabiRaptor
2025-05-18fixes after testingWasabiRaptor
2025-05-18big feature expansionWasabiRaptor
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-10make clipboard available when handling user-invoked chat commandsKae
2025-05-07add world.template, world.setTemplateKae
2025-04-30move WorldServer universe callbacks to the shared LuaRoot so it's available ↵Kae
in entity scripts
2025-04-30bump protocol version for applyDamageKae
2025-04-30Merge branch 'main' into pr/218Kae
2025-04-30fix songbook compile issues & some warnsKae
2025-04-27add a test callback to bestSlotAvailable to never visit the same slot again ↵Kae
when used by itemsFitWhere fixes a freeze when picking up a large quantity of items under specific conditions
2025-04-27change savePlayer log level to Debug because it's annoying actuallyKae
2025-04-26Merge pull request #231 from Bottinator22/mainKae
allow forcing legacy connections
2025-04-26songbook Lua bindings, give NPCs songbooksKae
2025-04-25allow forcing legacy connectionsBottinator22
2025-04-23Add player.questObjectives; fix player.setTrackedQuest to stop tracking ↵emmaker
quest if ID matches current quest
2025-04-17actually pass along chat user dataKae
2025-04-16add optional data for chat messages, for custom Chat panes to read fromKae
2025-04-13add root.assetsScanKae
2025-03-23more block swap fixeschililisoup
2025-03-23block swapping lua supportchililisoup