Commit Graph

35 Commits

Author SHA1 Message Date
Bill Meltsner c64e034320 Fixed setFixedRotation enabling other flags (bug #190) 2010-04-03 07:12:52 -04:00
Bill Meltsner 6868e2241c fixed a typo in the comments of three love.physics functions (I'm being very useful) 2010-03-30 01:22:03 -04:00
bart@bartbes.ath.cx 736f7ab1a2 love.thread can now share full userdata 2010-02-14 17:41:11 +01:00
Bill Meltsner 73aba4bdd4 eliminated a whole bunch of gcc warnings 2010-02-09 13:21:25 -05:00
Bill Meltsner dd85250180 fixed a bug in PrismaticJoint::setMotorEnabled where it ignored the argument passed 2010-02-09 12:39:05 -05:00
rude aa01c984b9 Updated all dates to 2010. 2010-01-31 16:54:47 +01:00
rude 67e10b64f9 Implmented a few 'missing methods' in love.physics. 2010-01-31 14:24:22 +01:00
bart@bartbes.ath.cx 5f9cf99abd Fixed epic physics typo (getRestituion->getRestitution) 2010-01-07 20:36:14 +01:00
rude cd24dbcb8e Added get/setGroupIndex (#129) and get/setFixedRotation (#113). Also fixed 3000 auto.lua-related warnings in MSVC. 2010-01-04 20:02:36 +01:00
rude ec41545933 Added newQuad. 2009-12-10 22:38:26 +01:00
bill@Ixion c70d1e9db3 keeping a consistent coding style and apparently fixing broken compilation on systems that aren't mine. 2009-12-05 16:29:33 -06:00
bill@Ixion b57f48eb73 last commit broke the build by accident - apparently redeclared a variable. fixed. 2009-12-03 19:20:45 -06:00
bill@Ixion c120a1570c love.physics.newWorld now acts like it's supposed to and adheres to the documentation 2009-12-03 19:13:35 -06:00
bill@Ixion 2515c697e5 bodies can now be forbidden from sleeping 2009-12-03 18:56:40 -06:00
bart@bartbes.ath.cx 7d79398c57 Fixed incorrect number of arguments expected for contact:getVelocity() :getNormal() and :getSeparation() 2009-12-02 16:05:27 +01:00
rude f3d1517a9a Fixed offset bug in body:applyImpulse and body:applyForce. 2009-11-22 13:53:07 +01:00
rude 86ac10c3f6 Fixed bug where destroyed objects in love.physics cause crash when collected. 2009-11-10 23:25:12 +01:00
rude ee59f28e04 Some destructors in love.physics were non-virtual. 2009-11-10 20:24:29 +01:00
rude 2a9b2b608c Restored the destroy method for objects in love.physics. 2009-11-02 23:00:08 +01:00
rude b3bd3427a5 Fixed Shape:testSegment. 2009-10-31 00:15:13 +01:00
rude 435fc43f68 Fixed love.keyboard.setKeyRepeat, fixed issues with Body:getWhatever, and made the save directory settable. 2009-10-29 22:34:54 +01:00
rude 87e3c4131c Finally abstracted constants properly. Changed how the event module works; wasn't really abstract before. Removed libs we're not going to use: native, signal. 2009-10-10 11:11:04 +02:00
tenoch@tenoch-laptop a3cd1e67bc Trying to figure out how hg works... 2009-09-05 16:13:32 +03:00
bart@bart 0b38be2b4c Readded get/setCategory and get/setMask 2009-09-05 14:37:44 +02:00
tenoch@tenoch-laptop ca15eb1922 Changed default mass and rot. inertia values for new body to Box2D's
ones.
2009-09-05 15:31:05 +03:00
rude 623e701549 Modules now reside in Lua and are treated (almost) like normal objects.
Also added a way of getting a pointer to abstract module instances internally.
2009-09-02 21:18:13 +02:00
rude ab981ea982 Made error screen and reverted love.event.wait. 2009-08-24 21:38:35 +02:00
rude d4a97d49f3 Added all callbacks to World. 2009-08-15 14:29:47 +02:00
rude dd420d68a3 Ok, project generation didn't really work out. Reverted. 2009-08-10 21:33:07 +02:00
rude ba1a75e547 Added many comments, and changed function names for wrapper functions. 2009-08-09 21:08:55 +02:00
rude 797f536f05 Changed function names of love.physics to match Box2D. 2009-08-04 23:05:49 +02:00
rude 8e681b4204 It's now possible to build each module individually (as a DLL). 2009-08-04 19:57:14 +02:00
rude 0c241a14fb Added resources, and changed slightly how wrappers expose functions. 2009-07-30 00:37:43 +02:00
rude e0115a384e Moved most constants into relevant classes. 2009-07-26 23:05:26 +02:00
rude dcb3dfd83d Initial Mercurial commit. 2009-07-26 15:46:49 +02:00