Skip to content

Commit

Permalink
Did the following:
Browse files Browse the repository at this point in the history
- Updated to 2.0.0
- All versions now have very good dynamic type sizes
  - exception: constants report wrong size, will fix in 2.1.0
- Lua5.3 had some symbols named wrong Lua_* for example
- Proof read the code again, found wrong types and bad declarations
- Removed compatibility functions, please write better code
- Added a few missing defines and functions that were purposely ignored
- Structs were NOT valid between each version, they are fully up to date
- Ordered the files to be consistent between all version
- Internally named variables for dll imports
- Fixed bug where lua_version only worked for luajit
  • Loading branch information
tilkinsc committed Jun 27, 2022
1 parent 5a9ce54 commit a9e635e
Show file tree
Hide file tree
Showing 6 changed files with 2,249 additions and 2,314 deletions.
2 changes: 1 addition & 1 deletion Lua.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Lua.NET</PackageId>
<Version>1.2.3</Version>
<Version>2.0.0</Version>
<Authors>Cody Tilkins</Authors>
<Copyright>Copyright © Cody Tilkins 2022</Copyright>
<Title>Lua.NET</Title>
Expand Down
Loading

0 comments on commit a9e635e

Please sign in to comment.