-
e7ab8b7f · Added a main thread dispatcher
-
0dcdac12 · A bit of optimization to GameObjectPool
- ... and 1 more commit. Compare 7352adbf...0dcdac12
-
7352adbf · Hopefully fixed appveyor config..
- ... and 2 more commits. Compare 573407b9...7352adbf
-
573407b9 · Fixed position getting set before setting parent in GameObjectPool
- ... and 3 more commits. Compare 072e05b5...573407b9
-
072e05b5 · Updated readme
- ... and 2 more commits. Compare 67258613...072e05b5
-
67258613 · Made DelayedList delay Clear() as you'd expect.
-
6424927c · Added constructors with initial capacity parameter for lists
-
1744c2fa · Made most methods throw an exception if their arguments are unexpec...
- ... and 1 more commit. Compare ced5d205...1744c2fa
-
ced5d205 · Sacrified DelayedList callbacks while improving performance signifi...
-
b44528b2 · Fixed end of frame sometimes causing errors
-
ce9deecb · Attempt at fixing unity dll problems with unit tests
- ... and 2 more commits. Compare 31f19c80...ce9deecb
-
31f19c80 · Woopsy
- ... and 1 more commit. Compare 3e9c8eb0...31f19c80
-
3e9c8eb0 · Fixed timed despawns not actually working
- ... and 1 more commit. Compare 193da04f...3e9c8eb0
-
193da04f · Added unit tests for Event
- ... and 2 more commits. Compare 606c36ca...193da04f
-
606c36ca · Added support for offsetting grids' coordinate systems
-
73d1ddbb · Added Remove(item) method without bounds to bins
- ... and 2 more commits. Compare d52e723e...73d1ddbb
-
d52e723e · Updated attribute links in readme
- ... and 1 more commit. Compare a951a457...d52e723e
-
a951a457 · Added unit tests for Bin3D
- ... and 2 more commits. Compare ee2851cb...a951a457
-
ee2851cb · Added a PooledLinkedList that recycles its nodes