SnpM / LockstepFramework

Framework for lockstep RTS, TD, and MOBA games.
MIT License
1.41k stars 351 forks source link

Master #83

Closed erebuswolf closed 8 years ago

erebuswolf commented 8 years ago

There are no logical or execution changes to FixedMath in this change. This change adds documentation to Fixed math about it’s fixed point system, brings the formatting to a similar standard of the rest of the codebase, and adds Math/Tests/Editor/FixedMathTest.cs a unit test class that tests the majority of the features of FixedMath and can be run in Unity by browsing to window->EditorTestsRunner. The tests should automatically load and be able to be run in the project.