Commit Graph

368 Commits (f82c92523329e48959d5949d4fe4991f33c02454)

Author SHA1 Message Date
Evan Hemsley c8c5a8c7c4 change attributes 2019-07-18 18:20:38 -07:00
Evan Hemsley 3deff94dfe all component reads use ComponentMessage now 2019-07-18 17:50:38 -07:00
thatcosmonaut a42123f58d the big ComponentMessage rework 2019-07-18 14:02:57 -07:00
thatcosmonaut 0b2ef55634 reverse lookup optimization 2019-07-17 18:56:02 -07:00
thatcosmonaut a62153730f component updates at end of frame 2019-07-17 18:53:31 -07:00
thatcosmonaut ca82fa82cf 0.10.0 2019-07-17 18:18:12 -07:00
thatcosmonaut f960712f57 component writes moved back to end of frame 2019-07-17 18:12:29 -07:00
Evan Hemsley 1016f05d42 0.9.1 2019-07-17 13:16:44 -07:00
Evan Hemsley 949c3aa26d adds read check to HasComponent and HasComponent and SomeComponent to Renderer 2019-07-17 13:15:15 -07:00
Evan Hemsley 4c82337362 0.9.0 2019-07-17 12:15:34 -07:00
thatcosmonaut ac744f436b
Merge pull request #2 from thatcosmonaut/rework_component_write
Rework Component Read/Write
2019-07-17 12:12:44 -07:00
Evan Hemsley 918621db73 adds SomeComponent to Engine and renames Some to SomeMessage 2019-07-17 11:46:54 -07:00
Evan Hemsley c344ab0c67 project structure cleanup 2019-07-17 11:34:29 -07:00
Evan Hemsley d5a196b298 read write lookups use hashset 2019-07-17 11:31:18 -07:00
Evan Hemsley 64f6e13216 move all methods off of Entity 2019-07-17 11:24:21 -07:00
Evan Hemsley 9b58473ae8 engines must declare component reads + validation for Reads and Writes arguments 2019-07-16 11:17:07 -07:00
Evan Hemsley 7ab512e522 started reworking component mutation 2019-07-16 09:47:58 -07:00
Evan Hemsley ff21ebcee0 0.8.1 2019-07-14 20:45:26 -07:00
Evan Hemsley 016e2c5612 change entities marked for destroy list to a hashset 2019-07-14 20:43:24 -07:00
Evan Hemsley 0f44d6c544 0.8.0 2019-07-12 21:48:30 -07:00
Evan Hemsley ff3be9636b adds GetEntityIDByComponentID and GetEntityByComponentID to Renderer 2019-07-12 21:48:08 -07:00
Evan Hemsley c946251302 0.7.0 2019-07-12 17:40:00 -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 5ec8c4da82 0.6.3 2019-07-10 18:23:10 -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 caac238ff9 fix issue where ReadComponents would read inactive components 2019-07-10 09:53:38 -07:00
Evan Hemsley 0b07e146ac 0.6.1 2019-06-28 22:58:02 -07:00
Evan Hemsley 8d39c27b7f fix engine ordering issue with Spawner 2019-06-28 22:57:18 -07:00
Evan Hemsley dc99f58334 0.6.0 2019-06-28 22:11:37 -07:00
Evan Hemsley ca0781fc56 Merge branch 'master' of github.com:thatcosmonaut/encompass-cs 2019-06-28 22:08:09 -07:00
Evan Hemsley a9d774a43f add Spawner engine type 2019-06-28 22:07:48 -07:00
Evan Hemsley 53ec91d64f fix cycle detector exception string printing backwards 2019-06-28 21:48:04 -07:00
thatcosmonaut 4f7053e6f3
i hate configuring CI so much 2019-06-27 17:22:43 -07:00
thatcosmonaut c74ef27fa2
Update config.yml 2019-06-27 17:18:10 -07:00
thatcosmonaut b23fd5b4e6
Update config.yml 2019-06-27 17:08:03 -07:00
Evan Hemsley d6fd469563 0.5.0 2019-06-27 16:59:52 -07:00
thatcosmonaut 302ed3d69d
Delete .travis.yml 2019-06-27 16:57:58 -07:00
Evan Hemsley b07376ec67 Merge branch 'master' of github.com:encompass-ecs/encompass-cs 2019-06-27 16:55:30 -07:00
Evan Hemsley 87c5a785c7 changing KeyValueTuple component returns to ValueTuple 2019-06-27 16:55:12 -07:00
Evan Hemsley 5546b846d5 maybe this is the one!!! 2019-06-26 22:45:36 -07:00
Evan Hemsley 68e01239d6 one more time!!! 2019-06-26 22:43:44 -07:00
Evan Hemsley cd8654187e hmmm 2019-06-26 22:42:29 -07:00
Evan Hemsley 4556587c74 even more CI its fun!! 2019-06-26 22:31:12 -07:00
Evan Hemsley fbc0dffc4e more CI 2019-06-26 22:29:41 -07:00
Evan Hemsley 205c5fcfc5 circleCI 2019-06-26 22:21:04 -07:00
thatcosmonaut 1586245d8b
Update TODO 2019-06-25 18:36:36 -07:00
Evan Hemsley 51c014eb1e 0.4.1 2019-06-24 16:53:54 -07:00
Evan Hemsley 148d629e51 AddEntityRenderer and AddGeneralRenderer take initialized renderers 2019-06-24 16:49:26 -07:00
Evan Hemsley 29179e0ad6 fix borked tests 2019-06-24 12:40:40 -07:00
Evan Hemsley 87570445e8 0.4.0 2019-06-24 12:36:40 -07:00