Skip to content

EnTT v2.7.3

Compare
Choose a tag to compare
@skypjack skypjack released this 02 Sep 21:06
· 5887 commits to master since this release

Mainly due to some important bugs:

  • Fixed Snapshot::destroyed, it could lead to undefined behavior under certain circumstances (see #128)
  • Fixed Registry::accommodate, it didn't trigger events in any case (see #133)
  • break_t doesn't exist anymore, dependency is now connect/disconnect
  • Delegate/SigH support also const member functions now
  • Suppressed warnings within SparseSet on x86 platforms
  • Updated entt-in-action list
  • Review of the internals
  • Updated build system
  • More tests

Moreover, ports that have been created/updated:

  • Added unofficial/unsupported port to/branch vs2015 (help is appreciated, otherwise it will get old soon)
  • Updated branch c++17.draft, an up-to-date port of EnTT to C++17 that will replace master sooner or later

Finally, the documentation has been completely reviewed. The README file is now shorter than ever and I created a set of wiki pages with all the information and crash courses written so far. The wiki pages are also part of the online documentation prepared via doxygen (see menu, related pages) and therefore of the project, dir docs.