Neijwiert.RenSharp
1.5.0
dotnet add package Neijwiert.RenSharp --version 1.5.0
NuGet\Install-Package Neijwiert.RenSharp -Version 1.5.0
<PackageReference Include="Neijwiert.RenSharp" Version="1.5.0" />
paket add Neijwiert.RenSharp --version 1.5.0
#r "nuget: Neijwiert.RenSharp, 1.5.0"
// Install Neijwiert.RenSharp as a Cake Addin #addin nuget:?package=Neijwiert.RenSharp&version=1.5.0 // Install Neijwiert.RenSharp as a Cake Tool #tool nuget:?package=Neijwiert.RenSharp&version=1.5.0
C++/CLI wrapper for Command and Conquer Renegade Dragonade FDS manager
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fixed wrongly implemented Send___ engine calls. They should not take ownership of the created cNetEvent instances.
- Changed the signature of SendPlayerKillMessage and SendPurchaseResponse to return the proper class instances in stead of IntPtrs
- Updated to DA1.10
- Fixed RenSharp initialization not properly checking the result of IClrRuntimeHost::GetVersionString
- Fixed issue where an IUnmanagedAttachable could be attached, but not registered.
- It is now possible to change some values dynamically in chat commands, key hooks and console functions. You can now also get the registered chat command in an RenSharpEventClass.
- Made sure to write dump files as an invariant culture date time.
- Resolved issue https://github.com/Neijwiert/RenSharp/issues/5
- Resolved issue https://github.com/Neijwiert/RenSharp/issues/7
- Added method DefinitionMgrClass::GetDefinitions, which returns an IEnumerable of IDefinitions for all definitions.
- Updated to DA1.10.1
- Resolved issue https://github.com/Neijwiert/RenSharp/issues/8
- Resolved issue https://github.com/Neijwiert/RenSharp/issues/10
- Fixed a missing override for dynamic pointer casting in some RefMultiListClasses.
- Added some enumerable helper properties in PhysicsSceneClass