Skip to content

Releases: StarExtensions/StarExtensions

StarExtensions 1.9.25

17 Apr 21:56
f5a6be4
Compare
Choose a tag to compare

Lua

  • other DLL libraries loaded via libraries.txt can now export the following function, which will be called when a Lua context is created - this allows other DLLs to add their own functions to Starbound's Lua contexts
extern "C" __declspec(dllexport) void __cdecl OnLuaContext(void* luaRoot, void* luaContext)

StarExtensions 1.9.24

10 Jan 22:49
e7c83ce
Compare
Choose a tag to compare

Fixes

  • humanoids that use imagePath are no longer broken if the imagePath is not a species and the base species uses humanoid overrides

Lua

  • the /swap command now defers the swap to later in the frame so that it can be used with chat.command without crashing
  • for more usability, input.keyDown now only does a KeyMod check if an array of KeyMods, even empty, is specified

StarExtensions 1.9.23

25 Oct 22:20
66df6c9
Compare
Choose a tag to compare

Changes

  • player inspection now prints the description in chat for easier reading
    • disable with /description log

Revision 1

  • hotfix for /overground keybinds not working after chat.command was fixed

StarExtensions 1.9.22

15 Oct 00:13
052b6c1
Compare
Choose a tag to compare

Lua

  • by request, added player.teamMembers
  • returns an array, each entry being a table with name, uuid, entity, healthPercentage and energyPercentage

Fixes

  • fixed chat.command not returning command output correctly

StarExtensions 1.9.21

11 Oct 12:49
052b6c1
Compare
Choose a tag to compare

Lua

  • by request, receiving chat messages now invokes the newChatMessage handler on the local player
    • a table is passed which always includes text, mode, connection and sometimes, scripted, nickname, portrait and channel

Revision 1

  • added mode and channel to that because i'm silly and forgot

StarExtensions 1.9.20

29 Aug 22:25
6784b60
Compare
Choose a tag to compare

Fixes

  • implemented a better fix for other player's rotation being set to zero on load
    • the previous fix was causing rare, unexpected visual issues

StarExtensions 1.9.19

15 Aug 02:54
6784b60
Compare
Choose a tag to compare
  • pass true as a 2nd argument to player.load to defer to start of next frame
    • is more stable in some scenarios

StarExtensions 1.9.18

24 Jul 11:54
6784b60
Compare
Choose a tag to compare
  • specify "disableCraftingTimer" : true inside "starExtensions" : {} in starbound.config to disable all crafting timers

StarExtensions 1.9.17

16 Jul 09:23
6784b60
Compare
Choose a tag to compare
  • fixed portrait protection causing armor pieces to disappear on other client screens sometimes

StarExtensions 1.9.16

09 Jul 07:54
6784b60
Compare
Choose a tag to compare
  • item parameters that StarExtensions reads are now also read from the base config when not found in parameters