What changed
- The 'Stats' window is renamed to 'Info' and pinned to the bottom-left, keeping the simulation view clean and unobstructed.
- Automatic memory management is introduced via smart pointers, so the system cleans up models and data automatically, saving beginners from memory leak crashes.
- Fixed silent failures in the Studio UI when parameters exceed bounds; invalid joint limits or actuator ranges now trigger clear warnings.
- Resolved issues where compiler error messages in simulate mode would flash by or get stuck, ensuring a smoother debugging workflow.
- Enhanced compatibility with Clang 13 and 14 compilers by patching the underlying Abseil library for stable compilation.
- Official tests are updated to use RAII (Resource Acquisition Is Initialization) patterns, providing safe and standard coding examples for resource management.