Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: viluon/craftos2-lua

Tags

v2.7.3

Toggle v2.7.3's commit message

Verified

This commit was signed with the committer’s verified signature.
MCJack123 JackMacWindows
Reverted 5517747 to match cc-tweaked/Cobalt#62

v2.7.2

Toggle v2.7.2's commit message

Verified

This commit was signed with the committer’s verified signature.
MCJack123 JackMacWindows
A few more tiny adjustments to ropes

This is technically still leaking, but I need to get this release out.

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
MCJack123 JackMacWindows
Updated to VS 2022

v2.7

Toggle v2.7's commit message

Verified

This commit was signed with the committer’s verified signature.
MCJack123 JackMacWindows
Updated to VS 2022

v2.6.6

Toggle v2.6.6's commit message

Verified

This commit was signed with the committer’s verified signature.
MCJack123 JackMacWindows
Added strip option to string.dump

v2.6.5.1

Toggle v2.6.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
MCJack123 JackMacWindows
Added link flags for macOS

v2.6.5

Toggle v2.6.5's commit message

Verified

This commit was signed with the committer’s verified signature.
MCJack123 JackMacWindows
Added rope resolution cache; adjusted string.rep

v2.6.4

Toggle v2.6.4's commit message

Verified

This commit was signed with the committer’s verified signature.
MCJack123 JackMacWindows
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.

v2.6.3

Toggle v2.6.3's commit message

Verified

This commit was signed with the committer’s verified signature.
MCJack123 JackMacWindows
Added hex float support since Cobalt has it

v2.6.2

Toggle v2.6.2's commit message

Verified

This commit was signed with the committer’s verified signature.
MCJack123 JackMacWindows
Fixed string.format with substrings