Commit Graph

54 Commits (a46dd831d3684d02b995bb35966b2354ae48e2e1)

Author SHA1 Message Date
Evan Hemsley a46dd831d3 7.0.0
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2020-02-20 18:14:49 -08:00
Evan Hemsley d0b72d1749 change namespace 2020-02-20 18:07:59 -08:00
Evan Hemsley bf7a97af20 update Transform2D and switch matrix4x4 to matrix3x2 2020-01-01 23:08:14 -08:00
Evan Hemsley d553c2e213 optimize simplex equality 2020-01-01 20:14:47 -08:00
Evan Hemsley 2dca5f716c optimize polygon equality 2020-01-01 20:01:05 -08:00
Evan Hemsley 097790a41f reorganization + AABB test when retrieving from spatial hash 2020-01-01 19:24:42 -08:00
Evan Hemsley f62c855c37 optimization for circle overlap + remove position data from point 2019-12-31 18:23:06 -08:00
Evan Hemsley 22d99e6b8d move MakeLong to SpatialHash 2019-12-31 17:57:38 -08:00
Evan Hemsley 0ad7d34a18 merge GJK2D and EPA2D into narrow phase class + optimize EPA2D with unsafe 2019-12-31 17:45:42 -08:00
thatcosmonaut 229cdfac74
Merge pull request #10 from MoonsideGames/optimize_aabb
optimize away a dictionary lookup in SpatialHash
2019-12-31 16:19:18 -08:00
Evan Hemsley 50e4b86029 optimize away a dictionary lookup in SpatialHash 2019-12-31 16:13:11 -08:00
Evan Hemsley d39b9e9d1f Merge branch 'master' of github.com:MoonsideGames/MoonTools.Core.Bonk 2019-12-31 13:20:00 -08:00
Evan Hemsley 2101b4a2b7 6.0.0 2019-12-31 13:19:55 -08:00
Evan Hemsley 9e7d16b0a9 optimize rectangle support function 2019-12-29 22:54:21 -08:00
Evan Hemsley f9df547302 fast AABB transformation 2019-12-29 22:19:10 -08:00
Evan Hemsley d9bc05ee32 remove linq methods from AABB calculation 2019-12-29 21:09:28 -08:00
thatcosmonaut 0952b77761 5.1.0 2019-12-16 10:52:54 -08:00
thatcosmonaut d60a5f4311 retarget to .net standard 2.0 2019-12-16 10:51:27 -08:00
Evan Hemsley c29b61992f 5.0.1 2019-12-08 20:36:08 -08:00
Evan Hemsley 5306d2cc3e revert generification + add null validation 2019-12-08 20:30:21 -08:00
Evan Hemsley 7ff7018d1d 5.0.0 2019-12-08 19:47:45 -08:00
Evan Hemsley 12c9f09229 fix bug in Line iterator + comparison cleanup 2019-12-08 19:46:08 -08:00
thatcosmonaut 056cc843e4 4.0.1 2019-12-02 12:49:09 -08:00
thatcosmonaut ec3e63e5e2 fix point not being transformed 2019-12-02 12:47:27 -08:00
Evan Hemsley 1d9c523cb2 todo note 2019-12-01 23:17:42 -08:00
Evan Hemsley e798c2a4ff 4.0.0 2019-12-01 22:33:08 -08:00
Evan Hemsley f1ee69b274 expose Line Vertices iterator 2019-12-01 22:25:05 -08:00
Evan Hemsley a4b6e72286 adds Point shape 2019-12-01 22:21:50 -08:00
Evan Hemsley 1430047327 polygon with immutable array 2019-12-01 21:51:52 -08:00
thatcosmonaut e9d6691649 3.0.0 2019-10-31 16:20:09 -07:00
thatcosmonaut fc544945fd remove monogame dependency 2019-10-31 16:19:30 -07:00
Evan Hemsley ff88d21a44 2.1.1 2019-10-25 22:16:21 -07:00
Evan Hemsley 1ff5701a05 2.1.1-preview 2019-10-25 22:01:44 -07:00
Evan Hemsley f787a00a91 refactor GJK again 2019-10-25 22:00:34 -07:00
Evan Hemsley 7771f70c45 2.1.0 2019-10-25 16:23:38 -07:00
Evan Hemsley eefa52c4b3 shape equality optimizations 2019-10-25 16:20:43 -07:00
Evan Hemsley 4bd46bf13d 2.0.0 2019-10-25 14:11:03 -07:00
Evan Hemsley fe7a0049de doc comments 2019-10-25 14:01:36 -07:00
Evan Hemsley 1998612d6f Merge remote-tracking branch 'origin/master' into optimization_merge 2019-10-25 13:28:29 -07:00
Evan Hemsley 1c95dd1591 optimized EPA2D 2019-10-25 13:14:37 -07:00
Evan Hemsley a3eec5c01c tasty restructuring 2019-10-25 13:09:03 -07:00
Evan Hemsley a53677ba02 restructure files 2019-10-25 12:42:39 -07:00
Evan Hemsley 20872021fc even better gc optimization 2019-10-25 12:37:25 -07:00
Evan Hemsley 2a715e71db todo notes 2019-10-25 04:07:13 -07:00
Evan Hemsley 420e617cec gc-related optimizations 2019-10-25 03:46:47 -07:00
thatcosmonaut d67c24bd6f 1.1.0 2019-09-18 17:02:33 -07:00
thatcosmonaut e9eb796ede fix circle bounding box not scaling with transform 2019-09-18 17:00:43 -07:00
thatcosmonaut e292ad1875 fix issue where shape-transforms with same values clobber each other in spatial hash 2019-09-18 17:00:28 -07:00
thatcosmonaut ab79a60ab4 reorganize project 2019-09-18 16:34:36 -07:00
Evan Hemsley eb6b48d29d 1.0.2 2019-09-15 11:04:00 -07:00