Commit graph

6 commits

Author SHA1 Message Date
rxhfcy 8fe81bf910
skelatool64: fix make clean
use -f (force), so that skelatool64/build/ being empty isn't an error:
-> rm -rf build/

also remove the skelatool64/skeletool64 binary:
-> rm -f skeletool64
2023-12-12 15:53:04 +02:00
westonCoder ba6ee8cce5 Force luac 5.4 Compile
one line change in makefile for skeletool, simply requires that user use luac5.4 just incase they have multiple luac/lua versions.
2023-07-28 09:15:49 -05:00
James Lambert c87ea72890 Update setup instructions 2023-03-03 22:10:50 -07:00
James Lambert 5a7a876207 Start lua documentation
get mesh object type implemented
2022-10-02 20:39:36 -06:00
James Lambert a9b9f336c9 Work on lua bindings 2022-09-05 17:12:08 -06:00
James Lambert de394ca30c Include skelatool as part of the project to ensure the skelatool version matches the portal version
dockerize the project
2022-05-17 20:46:03 -06:00