Skip to content

Releases: Upbolt/Hydroxide

1.26

22 Jan 02:08
8c844b3
Compare
Choose a tag to compare
local owner = "Upbolt"
local branch = "revision"

local function webImport(file)
    return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
end

webImport("init")
webImport("ui/main")

Update Notes

  • namecall invoked on non-instance data

1.25: Merge pull request #48 from strawbberrys/patch-1

12 Nov 09:59
24af1cd
Compare
Choose a tag to compare
local owner = "Upbolt"
local branch = "revision"

local function webImport(file)
    return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
end

webImport("init")

Update Notes

  • use table for gsub instead of multiple calls (thx wally & strawberrys)

1.24

07 Nov 05:52
dd2e834
Compare
Choose a tag to compare
local owner = "Upbolt"
local branch = "revision"

local function webImport(file)
    return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
end

webImport("init")

Update Notes

  • swapped tostring methods in createargs

1.23

07 Nov 05:31
7cddb8e
Compare
Choose a tag to compare
local owner = "Upbolt"
local branch = "revision"

local function webImport(file)
    return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
end

webImport("init")

Update Notes

  • swapped tostring functions in remotespy ui

1.22

07 Nov 05:22
8d99524
Compare
Choose a tag to compare
local owner = "Upbolt"
local branch = "revision"

local function webImport(file)
    return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
end

webImport("init")

Update Notes

  • Added case for slash escapes

1.21

07 Nov 04:27
Compare
Choose a tag to compare
local owner = "Upbolt"
local branch = "revision"

local function webImport(file)
    return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
end

webImport("init")

Release Notes

  • Added escape character substitution in visualized strings

1.2

07 Nov 03:50
Compare
Choose a tag to compare
1.2
local owner = "Upbolt"
local branch = "revision"

local function webImport(file)
    return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
end

webImport("init")

Update Notes

  • Modules will now be cached upon first usage of Hydroxide (and first usage of each future update).
  • Backwards compatible with old user execution script

testing

06 Nov 23:40
158138e
Compare
Choose a tag to compare
testing Pre-release
Pre-release
local owner = "Upbolt"
local branch = "revision"

local function webImport(file)
    return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
end

webImport("init")
webImport("ui/main")

Hydroxide

14 Oct 19:04
b3dc8cc
Compare
Choose a tag to compare
local owner = "Upbolt"
local branch = "revision"

local function webImport(file)
    return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
end

webImport("init")
webImport("ui/main")