Michele Caini
|
e16a8d29ea
|
links: added the Vim of game engines (close #447)
|
2020-03-19 16:05:31 +01:00 |
|
Michele Caini
|
fff50d0e50
|
registry: workaround for an issue with MSVC
|
2020-03-19 16:00:11 +01:00 |
|
Michele Caini
|
360734b447
|
doc: workaround for some idiosyncracies of doxygen
|
2020-03-19 00:49:49 +01:00 |
|
Michele Caini
|
7e5edad32b
|
registry: workaround for an issue of gcc7
|
2020-03-19 00:33:14 +01:00 |
|
Michele Caini
|
fc47b47850
|
doc: updated doc for empty types
|
2020-03-18 23:59:44 +01:00 |
|
Michele Caini
|
c7de058e1d
|
storage/registry: empty types are no longer a thing
|
2020-03-18 00:11:53 +01:00 |
|
Michele Caini
|
0fff3c905c
|
view: deprecated ::less, ::each returns only non-empty types now
|
2020-03-16 00:30:33 +01:00 |
|
Michele Caini
|
2fcb055c43
|
group: deprecated ::less, ::each returns only non-empty types now
|
2020-03-15 23:50:02 +01:00 |
|
Michele Caini
|
97e0d63102
|
storage: consume args for empty types in all cases
|
2020-03-13 23:08:59 +01:00 |
|
Michele Caini
|
5e04f0accd
|
registry: strict check on ::insert (see #438)
|
2020-03-13 00:02:05 +01:00 |
|
Michele Caini
|
16835e3928
|
registry: get_or_assign -> get_or_emplace
|
2020-03-12 23:41:58 +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
|
9aadc30b94
|
registry: disambiguate calls to ::assign and ::assign_or_replace (close #438)
|
2020-03-11 16:19:41 +01:00 |
|
Michele Caini
|
23a73fcb7c
|
doc: suppressed some warnings due to missing parameters
|
2020-03-11 15:36:14 +01:00 |
|
Michele Caini
|
9a3b585110
|
registry: disambiguate calls to pool_handler<T>::construct (see #438)
|
2020-03-11 14:34:47 +01:00 |
|
Michele Caini
|
09ee46860a
|
sparse_set: disambiguate calls to ::construct (see #438)
|
2020-03-11 00:07:41 +01:00 |
|
Michele Caini
|
d8f289182d
|
storage: disambiguate calls to ::construct (see #438)
|
2020-03-11 00:05:04 +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 |
|
Michele Caini
|
58885854f1
|
doc: added a warning to registry::replace
|
2020-03-08 23:36:18 +01:00 |
|
Michele Caini
|
3e87788541
|
registry: ::replace always returns the component, no matter what
|
2020-03-08 16:42:17 +01:00 |
|
Michele Caini
|
5746df4d74
|
doc: added a note on registry::assign
|
2020-03-08 15:54:07 +01:00 |
|
Michele Caini
|
71d86c44e0
|
registry: cleanup
|
2020-03-08 00:56:00 +01:00 |
|
Michele Caini
|
c5e50289e1
|
workflow: unlock deploy to homebrew-entt (close #397)
|
2020-03-07 23:26:47 +01:00 |
|
Michele Caini
|
e62f1edada
|
registry: minor changes
|
2020-03-07 23:26:39 +01:00 |
|
Michele Caini
|
50e8db28b8
|
minor changes all over the codebase (final)
|
2020-03-07 00:41:21 +01:00 |
|
Michele Caini
|
ef7c572018
|
core: define entt::id_type alias for ENTT_ID_TYPE (close #416)
|
2020-03-07 00:41:21 +01:00 |
|
Michele Caini
|
1e962754cc
|
entity module: added utility.hpp, cleaned up fwd.hpp
|
2020-03-07 00:41:21 +01:00 |
|
Michele Caini
|
0240453b07
|
registry: review context variables
|
2020-03-07 00:41:21 +01:00 |
|
Michele Caini
|
38a80a95f2
|
registry: reduce instantiations
|
2020-03-07 00:41:21 +01:00 |
|
Michele Caini
|
b5e411d251
|
registry: removed deprecated functions
|
2020-03-07 00:41:21 +01:00 |
|
Michele Caini
|
71a623276e
|
registry: removed deprecated overload for replace
|
2020-03-07 00:41:21 +01:00 |
|
Michele Caini
|
1e76703144
|
meta: removed deprecated functions
|
2020-03-07 00:41:21 +01:00 |
|
Michele Caini
|
6ffaf11226
|
helper: added a shortcut to invoke members on components from callbacks (close #385)
|
2020-03-07 00:41:21 +01:00 |
|
Michele Caini
|
fc0caec1a4
|
build system: updated version, now working on v3.4.0
|
2020-03-07 00:41:21 +01:00 |
|
Michele Caini
|
043f9a5025
|
updated single include file
v3.3.2
|
2020-03-07 00:41:15 +01:00 |
|
Michele Caini
|
822264a65e
|
workflow: --dry-run for the deploy.yml debut (see #397)
|
2020-03-07 00:30:24 +01:00 |
|
Michele Caini
|
8e9a6a4f06
|
registry: fixed a bug that affects late group initialization (close #440)
|
2020-03-07 00:30:21 +01:00 |
|
Michele Caini
|
76f3909ec9
|
workflow: update homebrew-entt (see #397)
|
2020-03-07 00:30:19 +01:00 |
|
Michele Caini
|
23e839b40e
|
build system: updated install process (close #421)
|
2020-03-07 00:30:16 +01:00 |
|
Michele Caini
|
6a560fc7bf
|
observer: use any<T...> rather than a fold expression with has<T>
|
2020-03-07 00:30:08 +01:00 |
|
Michele Caini
|
709d1c93a4
|
registry: fixed a bug that affects late group initialization (close #436)
|
2020-03-07 00:29:57 +01:00 |
|
Michele Caini
|
8d4b5f4bb7
|
sparse_set: remove copy ctor/assignment operator (use range-construct instead)
|
2020-03-07 00:11:30 +01:00 |
|
Paul Gruenbacher
|
9eb5a85e9e
|
doc: update clone example to handle empty types (#441)
|
2020-03-07 00:09:19 +01:00 |
|
Paul Gruenbacher
|
e7521445e9
|
doc: update stamp example (#442)
|
2020-03-07 00:09:15 +01:00 |
|
Michele Caini
|
bb050e2660
|
actor: (has<T>(e) && ...) -> has<T...>(e)
|
2020-03-07 00:07:56 +01:00 |
|
Michele Caini
|
bc3b0eb491
|
links: added references to Chrysalis (project and blog post)
|
2020-03-07 00:06:39 +01:00 |
|
Michele Caini
|
7cea05d376
|
doc: updated documentation for snapshot archives (close #431)
|
2020-03-07 00:06:32 +01:00 |
|
Michele Caini
|
b8a3bdf6b5
|
build system: minor changes
|
2020-03-07 00:06:25 +01:00 |
|