Skip to content
Snippets Groups Projects
Commit 2da352b9 authored by Damon Kohler's avatar Damon Kohler
Browse files

Changes CircularBlockingQueue into CircularBlockingDeque. This allows us to...

Changes CircularBlockingQueue into CircularBlockingDeque. This allows us to start supporting time travel for TF.
Adds an initial, limited implementation of time travel for TF. The buffer is very small because the current search is very inefficient.
Slightly improves the performance of NameResolver.resolve() by avoiding string concatenation of an error message during normal operation.
Improves equality and hash codes of Quaternions and Vector3s by ensureing 0 == -0.
parent 6c725390
No related branches found
No related tags found
No related merge requests found
Showing
with 396 additions and 134 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment