1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update azure-devops.yml for Azure Pipelines More... about 3 years ago
Update azure-devops.yml for Azure Pipelines More... about 3 years ago
Add .NET 6 build More... about 3 years ago
Add threads and allow userdata pushing. (#443) More... about 3 years ago
Fixed bug where calling a method returning void through reflection threw an InvalidProgramException ( After calling the base method, the generated code would pop on the empty evaluation stack, as void methods don't push a return value onto the stack ) More... over 3 years ago
Fix passing bytearray from lua. More... over 3 years ago
Fixed flacky test More... over 3 years ago
Release 1.5.10 More... over 3 years ago
Update `Touch.Server` More... over 3 years ago
Bump CI macos 11 More... over 3 years ago
Bump KeraLua More... over 3 years ago
Wrap invokation in try catch. More... over 3 years ago
Release 1.5.9 More... over 3 years ago
User/ayrton97/netstandard2.0 rollback (#417) More... over 3 years ago
Release 1.5.8 More... over 3 years ago
Adding UT More... over 3 years ago
Check the the type to be numeric rather than a number. The side effect of IsNumber check causes numeric strings to be treated as numbers which leads to wrong overloaded method identification More... over 3 years ago
Update azure-devops.yml More... almost 4 years ago
Bump KeraLua `1.2.13` More... almost 4 years ago
Fixed NLuaTest path More... almost 4 years ago
Removed `netstandard` + `net5.0`, moved `net45` -> `net46` More... almost 4 years ago
Rename `master` -> `main` More... about 4 years ago
Bump year More... about 4 years ago
Update FUNDING.yml More... about 4 years ago
Bumped KeraLua 1.2.11 More... about 4 years ago
Release v1.5.6 More... about 4 years ago
Bump `Touch.Server 1.0.25` More... about 4 years ago
Bump `KeraLua 12.2.10` with Apple silicon support More... about 4 years ago
Bumped KeraLua 1.2.9 More... over 4 years ago
For a function on a net object with string parameters, the 'extractor' for a null string would return an object type. This extractor is cached, and on the next invocation, a non-null string parameter would try to be extracted as an object type, which would cause a failure. More... over 4 years ago