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
|
900398a632
|
resource: added prefix resource_ to all classes
|
2020-06-25 23:37:50 +02:00 |
|
Michele Caini
|
f24bb8737d
|
deprecate actor
|
2020-06-25 22:55:35 +02:00 |
|
Michele Caini
|
ade8533f28
|
meta: dedicate iterators for different types of meta containers
|
2020-06-22 11:07:57 +02:00 |
|
Michele Caini
|
6e2e030ba7
|
meta: updated documentation
|
2020-06-22 01:05:48 +02:00 |
|
Michele Caini
|
1d450ef27e
|
meta: deprecate meta_[any|handle]::operator*, use ::ref instead
|
2020-06-18 18:21:12 +02:00 |
|
Michele Caini
|
d1c5a62a9d
|
core: type_traits, added is_dereferenceable[_v]
|
2020-06-18 11:30:55 +02:00 |
|
Michele Caini
|
0c777e10e5
|
doc: meta, container support
|
2020-06-18 10:17:50 +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
|
f5edc9e973
|
doc: core, type_info<T>::name
|
2020-06-05 14:57:24 +02:00 |
|
Michele Caini
|
98df1d6004
|
config: type index based lookup as opt-in alternative (close #490)
|
2020-06-03 17:13:11 +02:00 |
|
Michele Caini
|
290e942f3e
|
doc: updated documentation for meta
|
2020-06-01 19:38:07 +02:00 |
|
Michele Caini
|
e57135eaab
|
delegate: support for non-capturing lambda functions (see #495)
|
2020-05-25 22:59:02 +02:00 |
|
Michele Caini
|
7db0f540bd
|
dispatcher: enqueue works fine with aggregates now (close #491)
|
2020-05-23 00:40:42 +02:00 |
|
Michele Caini
|
f04fd61879
|
doc: added config section
|
2020-05-19 00:36:45 +02:00 |
|
Michele Caini
|
aa756f6d68
|
doc: minor changes
|
2020-05-17 00:12:43 +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 |
|
Michele Caini
|
0adee56d76
|
meta: as_alias[_t] -> as_ref[_t] (see #479)
|
2020-04-30 23:59:17 +02:00 |
|
Michele Caini
|
fedd50efe4
|
meta: added meta_any::ref as an alias to meta_any operator* (close #479)
|
2020-04-30 23:53:02 +02:00 |
|
Michele Caini
|
89dc7f817f
|
meta: added resolve_type utility
|
2020-04-25 17:36:57 +02:00 |
|
Michele Caini
|
b35521dfcb
|
meta: deprecated resolve by id, added entt::resolve_id
|
2020-04-21 18:32:35 +02:00 |
|
Michele Caini
|
e99e1dc2ac
|
meta: factory::alias -> factory::type (with type_info<T>::id as a default identifier)
|
2020-04-20 22:34:30 +02:00 |
|
Elias Daler
|
1c0fdbed59
|
Fix typo in docs (s/comp/velocity) (#468)
|
2020-04-20 22:32:52 +02:00 |
|
Michele Caini
|
37bb10e564
|
doc: updated examples (close #463)
|
2020-04-17 00:23:04 +02:00 |
|
Michele Caini
|
2a86acfc50
|
doc: updated documentation for the core part
|
2020-04-14 18:35:03 +02:00 |
|
Michele Caini
|
e0ee01b92e
|
doc: fixed typo
|
2020-04-14 18:29:25 +02:00 |
|
Michele Caini
|
8151fbcb2e
|
core: tag is no longer deprecated (close #457)
|
2020-04-06 23:21:17 +02:00 |
|
Michele Caini
|
5a8e46a6b8
|
doc: updated documentation for the resource module
|
2020-04-06 23:20:46 +02:00 |
|
Michele Caini
|
c4997c52e2
|
doc: updated documentation for the entity module
|
2020-04-06 23:20:28 +02:00 |
|
Michele Caini
|
22f78d5b33
|
doc: updated documentation for making EnTT work nicely across boundaries
|
2020-04-05 22:58:07 +02:00 |
|
Michele Caini
|
8680c0ba39
|
config: ENTT_DISABLE_ETO -> ENTT_NO_ETO
|
2020-04-02 18:21:42 +02:00 |
|
Michele Caini
|
52aa9ab761
|
type_info: split type_info::index to type_index::value
|
2020-04-01 00:14:28 +02:00 |
|
Michele Caini
|
30d426d667
|
doc: updated core section
|
2020-03-28 17:01:04 +01:00 |
|
Michele Caini
|
e38d2e156d
|
doc: updated list of showcases
|
2020-03-27 00:25:30 +01:00 |
|
Michele Caini
|
34f05fb8dc
|
doc: updated wiki for meta (close #448)
|
2020-03-21 16:56:29 +01:00 |
|
Michele Caini
|
e69d1556e1
|
config: renamed ENTT_ENABLE_ETO to ENTT_IS_EMPTY
|
2020-03-20 00:04:26 +01:00 |
|
Michele Caini
|
e16a8d29ea
|
links: added the Vim of game engines (close #447)
|
2020-03-19 16:05:31 +01:00 |
|
Michele Caini
|
fc47b47850
|
doc: updated doc for empty types
|
2020-03-18 23:59:44 +01:00 |
|
Michele Caini
|
22e0ef1354
|
doc: updated examples, wiki and inline documentation
|
2020-03-12 23:33:08 +01:00 |
|
Michele Caini
|
0141dc519c
|
doc: added similar projects (close #443)
|
2020-03-11 17:57:36 +01:00 |
|
Michele Caini
|
dc8fa2153b
|
registry: on_replace becomes on_update
|
2020-03-09 14:46:38 +01:00 |
|
Michele Caini
|
32fb335832
|
registry: added ::patch, reintroduced ::replace from arguments (close #437)
|
2020-03-09 14:34:28 +01:00 |
|