Michele Caini
5a4b067cee
view:
...
* removed view_pack and its tests
* added the possibility of combining different views
* updated documentation
2021-03-17 14:57:51 +01:00
Michele Caini
a0b431e8c4
doc: context aliased properties
2021-03-08 09:01:13 +01:00
Michele Caini
c3f7f83c55
registry/view ( close #660 ):
...
* const registry::view is no longer thread safe
* views are always valid when created from a registry, either const or not
* added a note to the doc about const registry and multithreading
2021-02-23 17:01:38 +01:00
Michele Caini
3ebe827b51
doc: minor changes
2021-02-05 11:10:04 +01:00
Michele Caini
0ff5c18743
registry: rename ::any to ::any_of
2021-02-04 09:45:11 +01:00
Michele Caini
240814cc85
registry: rename ::has to ::all_of
2021-02-04 09:36:28 +01:00
Michele Caini
f0d7408f94
doc: minor changes
2020-12-13 23:52:16 +01:00
Keith Rosenberg
7154678347
doc: mention aggregate initialization usage in registry::emplace, refs #592 ( #593 )
...
* update example to explain aggregate initialization usage, refs #592
* cleanup example; add details about parameterized constructors and aggregate initialization
Co-authored-by: kthrose <kthrose@netpoetica.com >
2020-12-13 23:29:01 +01:00
Michele Caini
5f539ddfb7
doc: updated documentation (core, entity, poly)
2020-12-12 15:13:46 +01:00
Michele Caini
35bce924f8
handle: added support for destroy ( close #598 )
2020-12-03 12:17:49 +01:00
Michele Caini
37ba7316e0
doc: fixed typo
2020-12-02 11:09:51 +01:00
Michele Caini
60475d3354
view/group: safe invalid views/groups ( close #470 )
2020-12-02 11:09:51 +01:00
Zoltán Kurucz
14e051f970
Fixed const, non-const types section intro in entity.md ( #589 )
2020-11-14 16:49:11 +01:00
Michele Caini
503791d3c0
view: removed chunked iteration, no real benefits so far and there is no way to make it consistent across all views in future
2020-11-05 15:10:23 +01:00
Michele Caini
09da190e93
entity/*: rollback erase -> remove (no longer a breaking change :)
2020-10-28 16:24:44 +01:00
Michele Caini
5e1d77fcd5
doc: updated documentation for registry remove/erase
2020-10-28 13:03:15 +01:00
Michele Caini
dbbb131424
view_pack: added more functionalities
2020-10-26 12:38:45 +01:00
Michele Caini
9a574aa00c
doc: more on view_pack
2020-10-17 18:11:09 +02:00
Michele Caini
9983faef70
view/group: consistent ::get without template arguments (breaking changes)
2020-10-16 16:15:04 +02:00
Michele Caini
559ee931fb
view/group: proxy() -> each() (breaking changes - I know, I shouldn't have changed it before)
2020-10-15 10:06:00 +02:00
Michele Caini
2d11bdc736
doc: minor changes
2020-10-14 16:47:39 +02:00
Michele Caini
9e69f62a39
doc: updated doc for multi component views
2020-10-14 16:08:09 +02:00
Michele Caini
dec0f28a2b
organizer: added new type to entt/entity
2020-10-02 10:41:56 +02:00
Michele Caini
de7d79f1f4
doc: added a reference to ENTT_USE_ATOMIC where it matters ( close #562 )
2020-10-02 10:10:55 +02:00
Michele Caini
3721a1f90b
handle: fixed an issue with the comparison operators + minor changes
2020-09-29 08:47:14 +02:00
Vennor
897850c3eb
Truly invalid entt::handle ( #551 )
2020-09-28 22:45:40 +02:00
Michele Caini
5ac76d29fc
doc: minor changes
2020-09-24 08:44:41 +02:00
Michele Caini
ecc3c56cb1
doc: removed all references to old type_info class template
2020-09-24 08:25:49 +02:00
Michele Caini
cf395f707a
doc: minor changes
2020-09-24 00:13:58 +02:00
Michele Caini
826d7b7c26
registry: reintroduce old function type for signals, the registry is now provided to listeners
2020-09-23 23:02:49 +02:00
Michele Caini
2d69e5f6ff
doc: updated documentation about signals from a registry
2020-09-22 08:07:14 +02:00
Michele Caini
be38919758
doc: removed references to entt::component ( close #557 )
2020-09-22 08:03:44 +02:00
Michele Caini
7f923bb389
doc: added more details about observers ( close #536 )
2020-08-10 10:04:12 +02:00
Michele Caini
7ab7ebb3f6
doc: added a note about in-place sorting
2020-08-10 10:04:12 +02:00
Michele Caini
4eacb58a3e
doc: minor changes
2020-08-10 10:04:12 +02:00
Michele Caini
24248832d1
group/view: explicit proxy object
2020-08-10 10:04:11 +02:00
Michele Caini
0e7e36f80d
view: chunked iteration for multi-component views ( close #462 )
2020-07-25 18:47:20 +02:00
Sackhorn
d989f0edf2
Update entity.md ( #524 )
...
Small typo fix in wiki
2020-07-19 10:20:52 +02:00
Michele Caini
8c002b67d5
runtime view: support for excluded components ( close #512 )
2020-07-11 17:26:20 +02:00
Michele Caini
1b5295a8fe
helper: added to_entity function that returns the entity associated with a given component
2020-07-11 12:32:58 +02:00
Michele Caini
8f6c47527d
doc: added a note about ranges for views and groups ( close #502 )
2020-07-09 18:40:41 +02:00
Indiana Kernick
7889ca1ca7
Non-owning entt::handle ( #513 )
2020-07-04 18:00:44 +02:00
Michele Caini
51eafaeb4f
doc: mention custom types for entity identifiers
2020-07-01 18:41:00 +02:00
Michele Caini
f24bb8737d
deprecate actor
2020-06-25 22:55:35 +02:00
Michele Caini
f89c5cc072
doc: added section pool to entity.md ( close #505 )
2020-06-09 09:57:57 +02:00
Michele Caini
ab7fa56bb3
doc: updated documentation for groups and nested groups
2020-06-09 09:32:36 +02:00
Michele Caini
92c59f3ea1
registry: removed the dependency on the snapshot stuff
2020-05-11 16:38:12 +02:00
Michele Caini
fb2a93dc05
snapshot: updated documentation
2020-05-07 16:25:51 +02:00
Michele Caini
bdfeb1ae22
registry: destroy with suggested version
2020-05-07 16:02:49 +02:00
Michele Caini
0a70979934
observer: deprecated .replace, use .update instead
2020-05-07 16:02:49 +02:00