Show More
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.
Show/Diff file:
Action:
.hgignore
37 lines | 596 B | text/plain | TextLexer
syntax: glob
*.git/*
.vs/*
*.DS_Store
*mono_crash*
*.pytest_cache/*
packages/*
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
log*.txt
*build_log.txt
*.app/*
**.dmg
PackageTemplates/*
isometric-park-fna/Content/images/converted/*
isometric-park-fna/Content/images/crops/*
isometric-park-fna/Content/Portraits/converted/*
isometric-park-fna/Content/Portraits/crops/*
isometric-park-fna/Content/Pak64/split/*
isometric-park-fna/DynamicLanguageRuntime.1.3.0/*
isometric-park-fna/IronPython.2.7.11/
**.patch
FNA/obj_core/*