Skip to content

Releases: TinkerWorX/SharpCraft-retired-

SharpCraft v4.0.0.179.pre

26 Sep 21:32
Compare
Choose a tag to compare
Pre-release

Fixes -loadfile paths.

SharpCraft v4.0.0.160

22 Sep 18:04
Compare
Choose a tag to compare

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

12 Sep 17:46
Compare
Choose a tag to compare

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

03 Sep 08:28
Compare
Choose a tag to compare

Updated EasyHook.
Fixed bugs related to the EasyHook update.

SharpCraft v4.0.0.137

16 Mar 20:49
Compare
Choose a tag to compare

Updated for 1.27a.

SharpCraft v4.0.0.136

18 Sep 21:05
Compare
Choose a tag to compare

New plugin system. Documentation is pretty lacking.

SharpCraft v3.0.0.133

17 Oct 13:23
Compare
Choose a tag to compare

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

11 Mar 16:31
Compare
Choose a tag to compare
  • 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

14 Feb 00:34
Compare
Choose a tag to compare
  • Giant refactor. Too many changes to list them all.

SharpCraft v1.2.4a

11 Dec 19:17
Compare
Choose a tag to compare
  • Fixed type return bug in CDestructable, CItem and CUnit.