Tags: ZNixian/RobustToolbox
Tags
Rust-based noise generation API. (space-wizards#715) Supports tileable 2D, 2D, 3D & 4D Ridged & FBM noise. I still need to generate native versions for all the platforms, so we can't merge this yet.
Changes physics and collidables (space-wizards#543) This is for projectile weapons, adds some enhancements and modifiers for collision behavior which will help out
Makes Coordinates more Structy (space-wizards#417) More readonly-ish and less write-ish
Adds grid to snap grid placement manager (space-wizards#384) * Adds grid to snap grid placement manager Fixes drawline * Done
Fix accidental integer division. (space-wizards#349) AnimatedSpriteComponent.AABB used integer division, fixed now.
Upgrade and Include OpenTK in all projects. (space-wizards#299) * Upgrades OpenTK 1.6 to 3.0pre in SS14.Client.Graphics project. Adds OpenTK to all projects so that the math library is available. Adds helper functions to SFML and OpenTK vectors for better compatibility. * Fixed issue with OpenTK.dll.config needing to be copied to output.
Fix broken prototypes for AnimatedWearables (space-wizards#219)