Commit History

作者 SHA1 備註 提交日期
  Akeit0 9f927240a8 Add: debug.getuservalue, setuservalue and upvalueid 9 月之前
  Akeit0 9f59f05634 Add: LightUserData 9 月之前
  Akeit0 418aae7ab6 Add: ILuaUserData.UserValues property 9 月之前
  Akeit0 53c4cc168b Fix: find function name from global fields for traceback 10 月之前
  Akeit0 3064beed0f Fix: wrong function name with debug 10 月之前
  Akeit0 8cef3b4c65 Add: LuaDebug 10 月之前
  Akeit0 8b134a2312 Add: debug.getinfo 10 月之前
  Akeit0 320a634779 Add: debug.upvaluejoin 10 月之前
  Akeit0 3501dacddd Add: debug library, but not full 10 月之前
  AnnulusGames 464a9fe501 Update: package version 11 月之前
  Annulus Games b478cbf4d8 Merge pull request #82 from Veslo5/main 11 月之前
  Annulus Games a26a4abbc4 Merge pull request #72 from Akeit0/fix-metatable-index 11 月之前
  AnnulusGames ed27bdb31d Run formatter 11 月之前
  Veslo5 6eef1f2eb2 Add condition to increase array size when last element is not nil 11 月之前
  Veslo5 d438c4b1a1 Ensure array capacity only if index is larger than array length 11 月之前
  Akeit0 057c73e749 Optimize: Merge GetTabUp/GetTable operation 11 月之前
  Akeit0 05718bcb04 Optimize: VM self operation fast path 11 月之前
  AnnulusGames ac189ac84c Update: package version 11 月之前
  Annulus Games aa5649a14f Merge pull request #74 from AnnulusGames/fix-read-int 11 月之前
  AnnulusGames a828a9d309 Change: use GetArgument<int>() more aggressively 11 月之前
  AnnulusGames 47a2f408ef Fix: `GetArgument<int>()` error message 11 月之前
  AnnulusGames 07e04a60d0 Change: `TryRead<int>()` to fail if number is not an integer. 11 月之前
  Annulus Games 44513fff35 Merge pull request #73 from AnnulusGames/fix-parser 11 月之前
  AnnulusGames 4a103a90e5 Fix: fail to parse empty elseif/else blocks 11 月之前
  AnnulusGames 20ffd859e7 Add: test 11 月之前
  Annulus Games 26c8a46224 Merge pull request #68 from Akeit0/fix-lua-object-generation 11 月之前
  Akeit0 2c1db3adf9 Rename: Rename VM Get/SetTable slow path function 11 月之前
  Akeit0 0ddde886ac Optimize: settable with metatable 11 月之前
  Akeit0 d3e452fb4d Fix: remove unnecessary codes 11 月之前
  Akeit0 f607866b4b Fix: metatable index newindex with table 11 月之前