Library for handling most of the lua serialisation and execution for certain anime games
Go to file
hartie95 457378f83c [Fix] Fix LuaName being ignored for fields passed to the Lua engine
* Also added a test to verfiy it working and updated some other tests
* Improved LuaValue support for values returned from lua function calls
2024-04-05 01:50:56 +02:00
.idea Added some missing fields (and their models/enums) to the gi group models 2023-10-07 23:00:27 +02:00
base [Fix] Fix LuaName being ignored for fields passed to the Lua engine 2024-04-05 01:50:56 +02:00
GILua [Fix] Fix LuaName being ignored for fields passed to the Lua engine 2024-04-05 01:50:56 +02:00
gradle [Fix] Multiple fixes and some hacked together simple lua engine tests 2024-02-05 23:37:47 +01:00
JNLuaEngine [Fix] Fix LuaName being ignored for fields passed to the Lua engine 2024-04-05 01:50:56 +02:00
LuaJEngine [Fix] Fix LuaName being ignored for fields passed to the Lua engine 2024-04-05 01:50:56 +02:00
.gitignore [Refactoring] Made BaseLua multiplatform, renamed it to base and moved some annotations to the core repo 2024-01-08 01:22:10 +01:00
build.gradle.kts [Refactoring] Moved library version management to libs.versions.toml file 2024-01-30 13:40:39 +01:00
gradlew Initial commit 2023-10-07 18:48:43 +02:00
gradlew.bat Initial commit 2023-10-07 18:48:43 +02:00
LICENSE Add MIT licence 2023-10-07 18:49:23 +02:00
settings.gradle.kts [Refactoring] Made BaseLua multiplatform, renamed it to base and moved some annotations to the core repo 2024-01-08 01:22:10 +01:00