box2dweb icon indicating copy to clipboard operation
box2dweb copied to clipboard

Automatically exported from code.google.com/p/box2dweb

Results 38 box2dweb issues
Sort by recently updated
recently updated
newest added

socket.io (versions 3 and 4) does not connect if box2dweb is in the global scope of the web page. Get the following error when calling the io method: manager.js:21 Uncaught...

``` What steps will reproduce the problem? 1. run a box2dweb app on chrome 2. call (new Date).toLocaleTimeString(); 3. (my test code is a bit more complex as it went...

Type-Defect
auto-migrated
Priority-Medium

http://www.box2dflash.org/docs/2.1a/reference/ was removed, though the website itself is still up. I found a backup at https://web.archive.org/web/20200115190127/http://www.box2dflash.org/docs/2.1a/reference/

Link http://www.gphysics.com is now some domain squatter

CanvasRenderingContext2D uses lineWidth property, there is no strokeWidth one

The error is obvious in SetFilterData: b2Fixture.prototype.SetFilterData = function (filter) { this.m_filter = filter.Copy(); if (this.m_body) return; var edge = this.m_body.GetContactList(); while (edge) { var contact = edge.contact; var fixtureA...

It would be very nice if you gave the public access to the source code of your AS3 compiler under a free software license. Will you please consider doing so?...

It's in the title. The only thing that is done, is putting the initialization code in a self-executing anonymous function.

``` What steps will reproduce the problem? 1. world.AddController(contA) 2. world.AddController(contB) 3. world.RemoveController(contA) 4. contA.Step is still called at each world step beyond this point. Add controller never updates contA.m_prev...

Type-Defect
auto-migrated
Priority-Medium

``` What steps will reproduce the problem? 1. Open the home in firefox, doesn't work. 2. Same with chrome. There are quick to resolve errors in console. ``` Original issue...

Type-Defect
auto-migrated
Priority-Medium