Commit Graph

28 Commits (main)

Author SHA1 Message Date
Evan Hemsley 7f89e9b4a0 fix style issues
continuous-integration/drone/push Build is passing Details
2020-03-20 00:09:57 -07:00
Evan Hemsley f24ee21de0 pruning empty entities 2020-03-17 17:40:11 -07:00
Evan Hemsley 77272f10d7 message read checks + started AddComponent 2020-03-16 19:00:42 -07:00
Evan Hemsley 1eb72874c1 replace entity storage with int 2019-12-29 13:54:08 -08:00
Evan Hemsley 05fa578652 untrack destroyed entities 2019-12-28 16:16:21 -08:00
Evan Hemsley 47e1072c8d internal storage using int ID instead of entity to avoid hash lookups 2019-12-23 18:45:49 -08:00
Evan Hemsley 50974c181a advanced query system 2019-12-22 01:15:58 -08:00
Evan Hemsley 1f0009b9fb integer IDs and entity capacity 2019-12-20 12:52:38 -08:00
evan 664f08c446 optimized away some LINQ 2019-12-16 20:40:15 -08:00
Evan Hemsley f6d93c7579 slight entity manager optimization 2019-12-16 02:17:39 -08:00
Evan Hemsley 8a676b3e4b hashsets cant set capacity lol 2019-12-05 17:07:54 -08:00
Evan Hemsley c11b5720b7 adding default capacities to avoid lots of initial runtime resizing 2019-12-05 17:07:06 -08:00
Evan Hemsley a4c3040239 start removing component ID system 2019-12-05 12:10:33 -08:00
Evan Hemsley 506aee8c37 started rewriting managers to not reference interfaces 2019-12-04 20:50:08 -08:00
Evan Hemsley fa6958ed95 more helpful ID lookup error messages 2019-08-22 15:20:10 -07:00
Evan Hemsley dbe6cc4f53 accidentally destroyed every pooled dictionary when an entity was destroyed LOOOL 2019-08-01 23:09:41 -07:00
Evan Hemsley d86c002305 optimize component message system 2019-08-01 16:24:57 -07:00
Evan Hemsley ec3b0df585 rework EntityRenderer to OrderedRenderer 2019-08-01 15:06:19 -07:00
thatcosmonaut f960712f57 component writes moved back to end of frame 2019-07-17 18:12:29 -07:00
Evan Hemsley 64f6e13216 move all methods off of Entity 2019-07-17 11:24:21 -07:00
Evan Hemsley 016e2c5612 change entities marked for destroy list to a hashset 2019-07-14 20:43:24 -07:00
Evan Hemsley 2d929e4665 adds EntityExists method + fixes crash when destroying an entity that has no components 2019-07-12 17:37:31 -07:00
Evan Hemsley 751d36a844 fix crash when removing a specific component from an entity the same frame the entity is destroyed 2019-07-10 18:22:08 -07:00
Evan Hemsley 366f9ba03f roslynator stuff 2019-06-20 10:46:15 -07:00
Evan Hemsley dd75a94d18 misc backend fixes + more tests 2019-06-19 20:37:46 -07:00
Evan Hemsley f010b39c3c entity tracker system 2019-06-19 16:13:02 -07:00
Evan Hemsley 5941029927 initial rendering implementation 2019-06-19 14:14:44 -07:00
Evan Hemsley 8501b0670b rearrange project 2019-06-19 11:19:18 -07:00