Evan Hemsley
|
fada124b39
|
Merge branch 'master' of github.com:thatcosmonaut/encompass-cs
|
2019-12-31 13:42:05 -08:00 |
Evan Hemsley
|
ab85428970
|
0.19.0
|
2019-12-31 13:42:01 -08:00 |
thatcosmonaut
|
569ee0ace8
|
Merge pull request #13 from thatcosmonaut/entity_message_cache
Entity message cache
|
2019-12-31 12:34:32 -08:00 |
Evan Hemsley
|
926c05a4db
|
rename to ReadMessagesWithEntity
|
2019-12-29 23:55:48 -08:00 |
Evan Hemsley
|
9057228795
|
fix bug when no messages existed for queried entity
|
2019-12-29 20:41:35 -08:00 |
Evan Hemsley
|
df7abf4cf3
|
adds ability to retrieve messages by entity
|
2019-12-29 20:36:23 -08:00 |
Evan Hemsley
|
3ef34d37ae
|
fix bug where priorities were not cleared at end of frame
|
2019-12-29 19:43:05 -08:00 |
Evan Hemsley
|
6f00191258
|
tightening up replay behavior
|
2019-12-29 19:08:32 -08:00 |
Evan Hemsley
|
4d47a60125
|
fix some bugs with new replay structure
|
2019-12-29 17:37:19 -08:00 |
Evan Hemsley
|
a8669a6c67
|
starting replay system to avoid replaying every component every frame
|
2019-12-29 16:28:22 -08:00 |
Evan Hemsley
|
1eb72874c1
|
replace entity storage with int
|
2019-12-29 13:54:08 -08:00 |
Evan Hemsley
|
f7095ffdfb
|
refactor to remove ComponentUpdateManager
|
2019-12-29 13:24:51 -08:00 |
Evan Hemsley
|
a2d29a6591
|
slight component manager optimization
|
2019-12-29 01:48:38 -08:00 |
Evan Hemsley
|
28f2ba969a
|
remove unnecessary component store
|
2019-12-28 22:20:17 -08:00 |
Evan Hemsley
|
d4115b231c
|
replace bitset
|
2019-12-28 21:39:35 -08:00 |
Evan Hemsley
|
05fa578652
|
untrack destroyed entities
|
2019-12-28 16:16:21 -08:00 |
Evan Hemsley
|
936b97c4ec
|
better error message when component is not found on entity
|
2019-12-28 15:08:07 -08:00 |
Evan Hemsley
|
9b0bf34c73
|
immediate tracking
|
2019-12-28 14:30:26 -08:00 |
Evan Hemsley
|
41e9dd4451
|
tracking for non-immediate components
|
2019-12-28 13:53:02 -08:00 |
Evan Hemsley
|
e3343e4a00
|
fix non immediate component remove
|
2019-12-26 21:25:24 -08:00 |
Evan Hemsley
|
1a17f9a8e1
|
changes to component update handling
|
2019-12-26 20:18:46 -08:00 |
Evan Hemsley
|
b644f4fb4b
|
add extra component store
|
2019-12-23 20:36:12 -08:00 |
Evan Hemsley
|
7029b9f52e
|
tightening up component write logic
|
2019-12-23 20:15:01 -08:00 |
Evan Hemsley
|
bd17a86dec
|
rename pending to immediate
|
2019-12-23 19:04:26 -08:00 |
Evan Hemsley
|
2076919f06
|
fix unmerged bitset updates
|
2019-12-23 18:51:15 -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
|
7885c2e0f4
|
component removes are treated as priority writes
|
2019-12-23 18:01:49 -08:00 |
Evan Hemsley
|
b1c09a20a0
|
change bitset to be cross platform
|
2019-12-22 22:34:58 -08:00 |
Evan Hemsley
|
51a248156e
|
fix bug on BitSet UnSet
|
2019-12-22 22:02:17 -08:00 |
Evan Hemsley
|
d6b96cd470
|
halve size of bitset for cpu compatibility
|
2019-12-22 21:13:54 -08:00 |
Evan Hemsley
|
1e73351b07
|
restructure entity queries to enable caching
|
2019-12-22 18:13:35 -08:00 |
Evan Hemsley
|
4e3aaa7d47
|
restructuring entity set query system for caching benefits
|
2019-12-22 17:16:54 -08:00 |
Evan Hemsley
|
9a1a210039
|
implement internal BitSet1024
|
2019-12-22 16:21:07 -08:00 |
Evan Hemsley
|
570b6832ad
|
check entity in store before remove component
|
2019-12-22 12:00:59 -08:00 |
Evan Hemsley
|
5299d6ddad
|
remove bitarray allocations on query
|
2019-12-22 11:54:37 -08:00 |
Evan Hemsley
|
120fb738d7
|
add more query tests
|
2019-12-22 11:44:35 -08:00 |
Evan Hemsley
|
50974c181a
|
advanced query system
|
2019-12-22 01:15:58 -08:00 |
Evan Hemsley
|
728109bfc6
|
beginning query syntax system
|
2019-12-21 17:58:07 -08:00 |
thatcosmonaut
|
2abffd1cf9
|
Merge pull request #11 from thatcosmonaut/integer_id
integer IDs and entity capacity
|
2019-12-21 10:57:53 -08:00 |
Evan Hemsley
|
1f0009b9fb
|
integer IDs and entity capacity
|
2019-12-20 12:52:38 -08:00 |
thatcosmonaut
|
16d1d29fb8
|
Merge pull request #8 from thatcosmonaut/preload_jit
Preload jit
|
2019-12-20 11:36:04 -08:00 |
Evan Hemsley
|
642f8df4d5
|
pooling bit arrays
|
2019-12-20 11:28:56 -08:00 |
Evan Hemsley
|
494a583240
|
started system for efficiently doing entity queries
|
2019-12-20 11:10:42 -08:00 |
evan
|
664f08c446
|
optimized away some LINQ
|
2019-12-16 20:40:15 -08:00 |
evan
|
84876ebc87
|
uber renderer
|
2019-12-16 20:16:46 -08:00 |
evan
|
d8a5cd6493
|
message JIT preload
|
2019-12-16 19:55:27 -08:00 |
evan
|
67ac748a29
|
initial JIT preload
|
2019-12-16 18:51:45 -08:00 |
thatcosmonaut
|
629e23e98c
|
start working on preloading generic code paths for JIT
|
2019-12-16 14:51:12 -08:00 |
Evan Hemsley
|
f6d93c7579
|
slight entity manager optimization
|
2019-12-16 02:17:39 -08:00 |
Evan Hemsley
|
db8964b54c
|
generating stores at init time
|
2019-12-15 23:28:02 -08:00 |