Merge dynamiccore2 into minor

Instead of a global type enum and bitfield, all types now have their own
love::Type static member. This means they automatically assign their ids, build
their bitsets, etc. As a bonus, it simplifies wrapper code since most functions
already know which type they're pushing to or getting from lua, so they can
directly get the static member (if it's called 'type').

--HG--
branch : minor
This commit is contained in:
Bart van Strien
2016-11-30 22:38:30 +01:00
204 changed files with 944 additions and 669 deletions
+2
View File
@@ -44,6 +44,8 @@ class CompressedImageData : public Data
{
public:
static love::Type type;
// Compressed image data can have multiple mipmap levels, each represented
// by a sub-image.
struct SubImage