OpenXRay/xray-16

Support Lua 5.1 (without LuaJIT)

開放

#822 建立於 2021年6月12日

 (2 則留言) (0 個反應) (0 位負責人)C++ (519 個分叉)auto 404
Developer ExperienceHelp wantedLuaModmaker ExperiencePortability

倉庫指標

星標
 (3,524 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

To ease scripts debugging and also increase portability, we can support pure Lua 5.1.

We can use https://github.com/WheretIB/LuaDkmDebugger to debug Lua from within the Visual studio, but it doesn't support LuaJIT, so using pure Lua can help in this matter. (https://github.com/WheretIB/LuaDkmDebugger/issues/8) LuaDkmDebugger now supports LuaJIT.

貢獻者指南