FaronBracy

Results 6 comments of FaronBracy

> Ah nm, I should have looked at the latest commits. Looks like you're already on it. If you get a chance to try that branch https://github.com/FaronBracy/RogueSharp/tree/InheritableMap I'd be curious...

Thanks again for trying out the changes. I've merged these in https://github.com/FaronBracy/RogueSharp/pull/31. There is also a new pre-release NuGet package here. https://www.nuget.org/packages/RogueSharp/5.0.0-pre2

Thank you for the feedback. It was originally a class but got converted to a struct in this commit: https://github.com/FaronBracy/RogueSharp/commit/87b1568c09005580cb4be9bbbd67f380b11e0822#diff-336d9b5ef45c6e307febd568f0845ed0 People generally prefer it a struct for "performance" reasons, but...

Thanks for reporting the issue. I have a potential fix in this commit https://github.com/FaronBracy/RogueSharp/pull/26/commits/ea454e7a33bf4c9349af0b1b4642bad730fe5ccf. I'll have a pre-release NuGet package soon which will include this change.

The pre-release NuGet package is available now. https://www.nuget.org/packages/RogueSharp/5.0.0-pre Let me know how this works for you.

Check out this branch with changes to the example project: https://github.com/FaronBracy/RogueSharpRLNetSamples/compare/V5Upgrade Specifically this commit: https://github.com/FaronBracy/RogueSharpRLNetSamples/commit/deea0d46a38e37413c121e3d840d2f57fe263346 There is now a generic `Map` where `TCell` is your own Cell class. In the...