mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
love.physics: move internal box2d->love object map to World instances, and clean up some physics object code. Resolves issue #1465.
This commit is contained in:
@@ -81,9 +81,6 @@
|
||||
FA0B79291A958E3B000E1D17 /* Matrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA0B79021A958E3B000E1D17 /* Matrix.cpp */; };
|
||||
FA0B792A1A958E3B000E1D17 /* Matrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA0B79021A958E3B000E1D17 /* Matrix.cpp */; };
|
||||
FA0B792B1A958E3B000E1D17 /* Matrix.h in Headers */ = {isa = PBXBuildFile; fileRef = FA0B79031A958E3B000E1D17 /* Matrix.h */; };
|
||||
FA0B792C1A958E3B000E1D17 /* Memoizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA0B79041A958E3B000E1D17 /* Memoizer.cpp */; };
|
||||
FA0B792D1A958E3B000E1D17 /* Memoizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA0B79041A958E3B000E1D17 /* Memoizer.cpp */; };
|
||||
FA0B792E1A958E3B000E1D17 /* Memoizer.h in Headers */ = {isa = PBXBuildFile; fileRef = FA0B79051A958E3B000E1D17 /* Memoizer.h */; };
|
||||
FA0B792F1A958E3B000E1D17 /* Module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA0B79061A958E3B000E1D17 /* Module.cpp */; };
|
||||
FA0B79301A958E3B000E1D17 /* Module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA0B79061A958E3B000E1D17 /* Module.cpp */; };
|
||||
FA0B79311A958E3B000E1D17 /* Module.h in Headers */ = {isa = PBXBuildFile; fileRef = FA0B79071A958E3B000E1D17 /* Module.h */; };
|
||||
@@ -1297,8 +1294,6 @@
|
||||
FA0B79011A958E3B000E1D17 /* math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = math.h; sourceTree = "<group>"; };
|
||||
FA0B79021A958E3B000E1D17 /* Matrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Matrix.cpp; sourceTree = "<group>"; };
|
||||
FA0B79031A958E3B000E1D17 /* Matrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Matrix.h; sourceTree = "<group>"; };
|
||||
FA0B79041A958E3B000E1D17 /* Memoizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Memoizer.cpp; sourceTree = "<group>"; };
|
||||
FA0B79051A958E3B000E1D17 /* Memoizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Memoizer.h; sourceTree = "<group>"; };
|
||||
FA0B79061A958E3B000E1D17 /* Module.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Module.cpp; sourceTree = "<group>"; };
|
||||
FA0B79071A958E3B000E1D17 /* Module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Module.h; sourceTree = "<group>"; };
|
||||
FA0B79081A958E3B000E1D17 /* Object.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Object.cpp; sourceTree = "<group>"; };
|
||||
@@ -2176,8 +2171,6 @@
|
||||
FA0B79011A958E3B000E1D17 /* math.h */,
|
||||
FA0B79021A958E3B000E1D17 /* Matrix.cpp */,
|
||||
FA0B79031A958E3B000E1D17 /* Matrix.h */,
|
||||
FA0B79041A958E3B000E1D17 /* Memoizer.cpp */,
|
||||
FA0B79051A958E3B000E1D17 /* Memoizer.h */,
|
||||
FA56AA361FAFF02000A43D5F /* memory.cpp */,
|
||||
FA56AA371FAFF02000A43D5F /* memory.h */,
|
||||
FA0B79061A958E3B000E1D17 /* Module.cpp */,
|
||||
@@ -4000,7 +3993,6 @@
|
||||
FA0B7E321A95902C000E1D17 /* Shape.h in Headers */,
|
||||
FA620A371AA2F8DB005DB4C2 /* wrap_Texture.h in Headers */,
|
||||
FA0B7DBA1A95902C000E1D17 /* JoystickModule.h in Headers */,
|
||||
FA0B792E1A958E3B000E1D17 /* Memoizer.h in Headers */,
|
||||
FA0B7A731A958EA3000E1D17 /* b2ChainAndCircleContact.h in Headers */,
|
||||
FA0B7AA01A958EA3000E1D17 /* b2PrismaticJoint.h in Headers */,
|
||||
FA0B7DEA1A95902C000E1D17 /* Mouse.h in Headers */,
|
||||
@@ -4368,7 +4360,6 @@
|
||||
FAF140561E20934C00F898D2 /* Link.cpp in Sources */,
|
||||
FAF140851E20934C00F898D2 /* ParseHelper.cpp in Sources */,
|
||||
FA0B7D801A95902C000E1D17 /* Volatile.cpp in Sources */,
|
||||
FA0B792D1A958E3B000E1D17 /* Memoizer.cpp in Sources */,
|
||||
FA1BA0B21E16FD0800AA2803 /* Shader.cpp in Sources */,
|
||||
FA0B7EBC1A95902C000E1D17 /* LuaThread.cpp in Sources */,
|
||||
FA0B7A871A958EA3000E1D17 /* b2PolygonAndCircleContact.cpp in Sources */,
|
||||
@@ -4694,7 +4685,6 @@
|
||||
FA0B7E421A95902C000E1D17 /* wrap_CircleShape.cpp in Sources */,
|
||||
FA0B7CE51A95902C000E1D17 /* wrap_Source.cpp in Sources */,
|
||||
FAC7CD921FE35E95006A60C7 /* physfs_archiver_hog.c in Sources */,
|
||||
FA0B792C1A958E3B000E1D17 /* Memoizer.cpp in Sources */,
|
||||
FAF140931E20934C00F898D2 /* PpScanner.cpp in Sources */,
|
||||
FA9D53AC1F5307E900125C6B /* Deprecations.cpp in Sources */,
|
||||
FA0B7CCD1A95902C000E1D17 /* Audio.cpp in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user