Skip to content

Releases: MCJack123/craftos2-lua

Lua for CraftOS-PC v2.6.6

05 May 16:53
b984a49
Compare
Choose a tag to compare
Added strip option to string.dump

Lua for CraftOS-PC v2.6.5.1

22 Feb 07:05
dcf6d7d
Compare
Choose a tag to compare
Added link flags for macOS

Lua for CraftOS-PC v2.6.5

06 Feb 00:02
f2f69e6
Compare
Choose a tag to compare
Added rope resolution cache; adjusted string.rep

Lua for CraftOS-PC v2.6.4

25 Dec 23:26
521ba23
Compare
Choose a tag to compare
Switch string comparison to strcmp

Apparently strcoll can change depending on environmental factors, which
is different from how CC:T functions, so we're using strcmp now.

Lua for CraftOS-PC v2.6.3

12 Dec 00:15
c9c4599
Compare
Choose a tag to compare
Added hex float support since Cobalt has it

Lua for CraftOS-PC v2.6.2

01 Nov 00:12
fe82e7d
Compare
Choose a tag to compare
Fixed string.format with substrings

Lua for CraftOS-PC v2.6.1

31 Aug 22:31
d373df1
Compare
Choose a tag to compare
Fixed pairs returning wrong values after hook

Lua for CraftOS-PC v2.6

12 Jul 06:02
0b88eef
Compare
Choose a tag to compare
Fixed Windows build

This broke for some reason???

Lua for CraftOS-PC v2.5.5

17 Apr 19:55
5517747
Compare
Choose a tag to compare
Fixed behavior of table length to be like Cobalt

Lua for CraftOS-PC v2.5.4

27 Mar 18:17
160b93c
Compare
Choose a tag to compare
Fixed crash when passing bad arg to table.foreach

Also added a safety net to lua_getmetatable - someone crashed there?