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
* Pár adat fixálva. More... about 13 years ago
* Kód tökéletesitve. More... about 13 years ago
* Readme hozzáadva a kódhoz. More... about 13 years ago
bridge from LuaInterface(capresti) to LuaInterface (megax) part 4 More... about 13 years ago
bridge from LuaInterface(capresti) to LuaInterface (megax) part 3 More... about 13 years ago
bridge from LuaInterface(capresti) to LuaInterface (megax) part 2 More... about 13 years ago
bridge from LuaInterface(capresti) to LuaInterface (megax) More... about 13 years ago
- Bumped assembly version to 2.0.4 More... over 13 years ago
- Brought the solution file up to date to include the new xUnit test project, etc More... over 13 years ago
- Updated LuaRunner to build against .NET 4 More... over 13 years ago
- Updated TestLuaInterface project to include a reference to readme.txt More... over 13 years ago
- Marked LuaBase as IDisposable, set the _Interpreter variable to null on Dispose More... over 13 years ago
- Updated LuaInterface project to build against .NET 4, referencing the appropriate lua51.dll from the lib folder More... over 13 years ago
- Added LuaInterface.net35 project, uses linked files to reference the files from the main LuaInterface project More... over 13 years ago
- Added lib folder containing signed binaries for lua51 More... over 13 years ago
- Changed vs2010 project to target vc100 and .NET 4.0 More... over 13 years ago
- Applied patch-lua-5.1.4-3 from lua.org More... over 13 years ago
- Added readme to TestLuaInterface project noting that the project should now be considered deprecated and will be removed from the repository eventually More... over 13 years ago
- Added some missing tests from the older test project More... over 13 years ago
- Renamed the project to lua51, enabled CLR support More... over 13 years ago
- Removed lua-5.1.2 from repo More... over 13 years ago
- Added Lua 5.1.4 to repository More... over 13 years ago
[26] Merged in code provided by isSingle to fix some issues with methods containing out parameters More... over 13 years ago
- Added xUnit based test project to repository More... over 13 years ago
- Added tools folder to repo, includes NuGet (used by test project) More... over 13 years ago
Added a case to matchParameters to handle the possibility for arguments with the param attribute. Reference: Issue 22. More... over 14 years ago
Corrected the ThrowException test to check the proper exception message. Reference Issue 21. More... over 14 years ago
Corrected bug identified by issue 17 in google code. The LoadAssembly method should now handle assembly name arguments containing library path strings. More... over 14 years ago
Further fixes from Bastian: - Added IsExecuting variable to Lua - Fix for error info inclusion of line number (Issue #4) More... over 15 years ago
Merged contributions from Bastian Eicher: - Preserved stack trace on .NET exceptions - Added support for attribute based registration of methods - Global object tracking for auto completion providers Merged fix for Issue #5 More... over 15 years ago