8000 Tags · bensanmorris/entityx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bensanmorris/entityx

Tags

1.3.0

Toggle 1.3.0's commit message
Fix typo

lyout -> layout

1.2.0

Toggle 1.2.0's commit message
Remove ambiguity that old compilers can't resolve.

1.1.2

Toggle 1.1.2's commit message
Bump to 1.1.2.

1.1.1

Toggle 1.1.1's commit message
Fix a bunch of constness issues (fixes alecthomas#95).

- Use SFINAE to prevent non-const access to component<C>().
- Correctly de-const component types before accessing
  Component<C>::family(). Avoids accidentally assigning new family IDs.
- ComponentHandle should handle const propagation correctly now.
- ComponentHandle.manager_ should now be `const EntityManager` where
  appropriate.

1.1.0

Toggle 1.1.0's commit message
More README udpates.

1.0.1

Toggle 1.0.1's commit message
Add test case for component destruction.

1.0.0

Toggle 1.0.0's commit message
Update README for 1.0.0.

1.0.0alpha1

Toggle 1.0.0alpha1's commit message
1.0.0alpha1 release.

0.1.1

Toggle 0.1.1's commit message
Fix unpack and entities_with_components with > 2 args.

0.1.0

Toggle 0.1.0's commit message
Add download instructions.

0