Michele Caini
b6ec91fcd0
doc: updated links, removed broken one
2021-02-09 08:17:49 +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
146faa6008
doc: updated links
2021-02-04 08:20:03 +01:00
Michele Caini
14c1431848
doc: fixed typo ( close #646 )
2021-01-29 10:06:22 +01:00
Michele Caini
6eaefbe25c
doc: update doc of the runtime reflection system ( close #641 )
2021-01-26 08:41:41 +01:00
Michele Caini
42cc480bf5
doc: updated links and TODO file
2021-01-23 18:39:08 +01:00
Michele Caini
b18b76c1f0
meta: as_ref_t adapts to const objects/const-ref return types
2021-01-22 11:41:17 +01:00
Michele Caini
d1901a97d1
doc: minor changes
2021-01-21 09:59:43 +01:00
Michele Caini
e1a537e547
doc: minor changes
2021-01-20 15:20:51 +01:00
Michele Caini
0ec755fccf
meta: iterable base types as instances of meta_type
2021-01-15 14:34:27 +01:00
Michele Caini
997dd433b3
doc: type list and value list
2021-01-15 11:04:06 +01:00
Michele Caini
8490264af3
doc: updated list for similar projects
2021-01-13 15:21:01 +01:00
Michele Caini
9b80c0028d
meta:
...
* implicitly generated default constructor (overridable)
* pointer-like to void support (no dereference)
2021-01-13 11:53:15 +01:00
Michele Caini
3eb00382e7
meta: removed meta_base, meta_base_node is used internally when needed
2021-01-11 10:46:51 +01:00
Michele Caini
98b5f7a26a
meta: removed meta_conv, meta_conv_node is used internally when needed
2021-01-11 10:34:30 +01:00
Michele Caini
375c780d3b
doc: updated links ( close #630 )
2021-01-07 09:23:09 +01:00
Michele Caini
f3b6c2ce5d
doc: updated links ( close #628 )
2021-01-06 14:41:27 +01:00
reworks
68a0e4f39a
doc: update links.md ( #627 )
2021-01-03 16:35:16 +01:00
Alex Perry
52cade9267
doc: fixed missing prefix "L" ( #622 )
2021-01-01 23:46:24 +01:00
Michele Caini
d2489a57b7
doc: updated links
2020-12-30 13:12:54 +01:00
Michele Caini
820d52428f
doc: updated references
2020-12-29 16:51:38 +01:00
Michele Caini
2abcbcd30f
meta: support for pointer-like types with a custom dereference operator other than operator*
2020-12-23 19:00:05 +01:00
Michele Caini
aa979b2046
any/meta:
...
* added alias constructor to any
* added alias constructor to meta_any
* added alias constructor to poly
* added support for const containers, const deref operator and const views to meta_any
2020-12-23 09:42:36 +01:00
Michele Caini
2daaf899d3
any: comparison functions (==, !=)
2020-12-23 09:42:33 +01:00
Michele Caini
753df6decf
poly: updated doc (const references)
2020-12-23 09:42:11 +01:00
Michele Caini
c52f16f5b8
meta:
...
* meta_any: convert -> allow_cast
* support for const references
* as_cref_t policy
2020-12-23 09:42:04 +01:00
Michele Caini
ade3e58829
any: added support to const references
2020-12-23 09:41:49 +01:00
Michele Caini
1726e983ad
doc: added Minecraft Earth to the list :)
2020-12-23 09:38:27 +01:00
Michele Caini
a7c2a5c49b
doc: updated links
2020-12-17 10:12:47 +01:00
Michele Caini
c2c39cd0d0
doc: suppress a warning from doxygen
2020-12-14 11:19:04 +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
Fahmi Akbar Wildana
68f0743c40
doc: add @javelin/ecs in references.md ( #611 )
2020-12-13 23:26:22 +01:00
Michele Caini
3d5905c878
doc: added more details
2020-12-12 16:39:45 +01:00
Michele Caini
a344a1ca59
doc: typo
2020-12-12 15:37:11 +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
9356e8ccb5
config: reintroduce ENTT_DISABLE_ASSERT ( close #599 )
2020-12-03 11:18:27 +01:00
Michele Caini
2f52bef882
poly: first implementation
2020-12-02 15:49:40 +01:00
Michele Caini
cf176719a8
*: minor changes here and there
2020-12-02 15:48:36 +01:00
Michele Caini
5af7e96f70
meta/*: removed meta_storage, meta_any uses any internally
2020-12-02 11:10:04 +01:00
Michele Caini
c95041d7c3
core: standalone any class
2020-12-02 11:10:04 +01:00
Michele Caini
6c9fab7da1
type_traits: minor changes
2020-12-02 11:09:51 +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
Michele Caini
57e1bf3afd
doc: fixed typo
2020-11-20 09:43:34 +01:00
Michele Caini
90606bd410
hashed_string: literals are now enclosed within entt::literals, ENTT_HS_SUFFIX and ENTT_HWS_SUFFIX no longer exist ( close #590 )
2020-11-20 09:43:28 +01:00
Michele Caini
9744a3745c
doc: updated references
2020-11-20 09:43:21 +01:00