Age | Commit message (Collapse) | Author |
|
|
|
Arial is a proprietary font and cannot be included in another package in
distributions like Debian. Replaced it with Liberation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace stdint.h with cstdint
|
|
Fixes #60.
|
|
|
|
|
|
|
|
|
|
This should make iteration over all entities much faster.
|
|
|
|
|
|
|
|
Correct project name definition at CMakeLists.txt
|
|
Match with before #7b6427d14aca84c9603f8767e6b9b097a8be9424
|
|
Return size_t at methods of Event and Pool
|
|
And size_t -> std::size_t
|
|
|
|
|
|
Make true default ENTITY_BUILD_SHARED
|
|
Define project name on CMakeLists.txt
|
|
|
|
|
|
No longer perform a vtable lookup and function call to unpack
components. Unpacking is now completely templatised and expanded at
compile time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #47.
|
|
|
|
Added operator< overload for Entity class. Allowing use of Entity obects...
|
|
std::set and std::map. Added test code.
|
|
Fix components mask bitset operations
|
|
|
|
|
|
Fixes #43, #44.
|
|
Add /MDd flag for MSVC debug target
|
|
|