OpenXRay/xray-16

Support Lua 5.1 (without LuaJIT)

Ouverte

#822 ouverte le 12 juin 2021

 (2 commentaires) (0 réaction) (0 personne assignée)C++ (519 forks)auto 404
Developer ExperienceHelp wantedLuaModmaker ExperiencePortability

Métriques du dépôt

Stars
 (3 524 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur