Show More
Commit Description:
Add timers for Simulation and various engines...
Commit Description:
Add timers for Simulation and various engines Starting to add additional timers for different stages of the process of updating in order to get more insight into what is slowing it down. The update takes 9ms, which is much longer than it used to. Engine-specific timers are coming later.
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/copy_zip_package_files.bat
11 lines | 346 B | application/x-msdownload | BatchLexer
Early working version (including all dependencies, lol).
r0 rem delete existing
rmdir "ZipPackage" /Q /S
rem Create required folders
mkdir "ZipPackage"
mkdir "ZipPackage\MonoGame"
set "CONFIGURATION=Release\net45"
rem Copy output files
copy "src\bin\MonoGame\%CONFIGURATION%\SpriteFontPlus.dll" "ZipPackage\MonoGame" /Y
copy "src\bin\MonoGame\%CONFIGURATION%\SpriteFontPlus.pdb" "ZipPackage\MonoGame" /Y