Releases: TinkerWorX/SharpCraft-retired-
Releases · TinkerWorX/SharpCraft-retired-
SharpCraft v4.0.0.179.pre
Fixes -loadfile paths.
SharpCraft v4.0.0.160
Fixed error with passing zero arguments to the launcher.
Added some path based error checking.
Improved error handling when loading plugins.
More stuff, check the commit log.
SharpCraft v4.0.0.152
Made it possible to enable/disable auto-scroll in the DebuggerWindow.
Made the DebuggerWindow more efficient with large amounts of text.
Minor aesthetic changes to the DebuggerWindow.
Removed faulty Mono.CSharp reference.
SharpCraft v4.0.0.145
Updated EasyHook.
Fixed bugs related to the EasyHook update.
SharpCraft v4.0.0.137
Updated for 1.27a.
SharpCraft v4.0.0.136
New plugin system. Documentation is pretty lacking.
SharpCraft v3.0.0.133
Everything is back to basics. SharpCraft now only has the core plugin functionality. All the advanced features will come as separate plugins.
SharpCraft v2.2.5.124b
- Expanded the managed JASS type wrappers.
- Implemented script-side events (issue #4)
- Implemented new method for calling natives with strings, resulting in more speed, since we're avoiding conversion.
- Implemented a better method for adding trigger actions.
- Implemented a few more Jass types.
- Minor improvement for the InternalNatives.JassStringHandleToString if check.
- Added missing DelegateAction type.
- Included commit number in the version number.
- Fixed a bug with returned JassStrings when calling natives directly.
SharpCraft v2.2.4
- Giant refactor. Too many changes to list them all.
SharpCraft v1.2.4a
- Fixed type return bug in CDestructable, CItem and CUnit.