Commit Description:
Fix issue with simulation....
Commit Description:
Fix issue with simulation. Previously, if there was more than one tick being advanced at once, it would overshoot how many ticks it covered. So if it was covering 5 ticks and each tick happens every 100 units, rather than recording that it had simulated through t= 500, it would increase the cumulative time for each tick, recording that it had simulated through t=2500. Add error message, too.
File last commit:
Show/Diff file:
Action:
FNA/lib/Theorafile/visualc-winrt/README
8 lines | 219 B | text/plain | TextLexer
Early working version (including all dependencies, lol).
r0 Building Theorafile for UWP
---------------------------
Theorafile uses Visual Studio 2017 to build on Xbox One.
Compiling
---------
Upgrade FNA to 22.12...
r690 1. Build Theorafile/visualc-winrt/libtheorafile.sln
2. Grab the output DLL, ship it!