Joncom
Joncom
Test case: 1. Open up `box2d.js/html5canvas_demo/testbed.html` in browser. 2. You should now be looking at the "dominos" test. 3. Type `massData = new Box2D.b2MassData();` in console. Error: `TypeError: undefined is...
**Test case:** 1. Open up `box2d.js/html5canvas_demo/testbed.html` in browser. 2. You should now be looking at the "dominos" test. 3. Type the following code in console: ``` var body = world.GetBodyList();...
Perhaps I'm the first one to try using this package with Windows, since support is [new](https://flowtype.org/blog/2016/08/01/Windows-Support.html)? Installation fails fast. ``` $ apm install ide-flow Installing ide-flow to C:\Users\Jonathan\.atom\packages failed npm...
Weltmeister will produce invalid level JSON if a double-quote is used anywhere in the settings of one of your entities. For example: Say you have an Entity called `EntityText`, and...
The `JSONFormat` function is currently found inside jquery-1.7.1.min.js https://github.com/phoboslab/Impact/blob/ca59f0e1a443a2667c5c0579ae74fdb67a1c3dcb/lib/weltmeister/jquery-1.7.1.min.js#L105-L155 However, it does not seem to be related to jQuery in any way, and should probably be in its own file...
Would be nice to be able to bake games without having PHP installed. Just have a bake.js file that does everything that bake.php does.
`ig.Entity.seperateOnXAxis` should be `ig.Entity.separateOnXAxis`. `ig.Entity.seperateOnYAxis` should be `ig.Entity.separateOnYAxis`.
The engine uses: https://developer.mozilla.org/en-US/docs/Web/API/Element/mousewheel_event https://github.com/phoboslab/Impact/blob/301f54427a769f7c0c9b7990c960a554928bea6a/lib/impact/input.js#L160 https://github.com/phoboslab/Impact/blob/301f54427a769f7c0c9b7990c960a554928bea6a/lib/weltmeister/evented-input.js#L58 which is apparently deprecated > This feature is no longer recommended. Though some browsers might still support it, it may have already been removed...
I suppose it would be nice if the "link with collision layer" feature supported non-matching tilesizes. For example, the main layer could be tilesize=16, and the collision map could be...
This property can be deleted: https://github.com/phoboslab/Impact/blob/98037a5f310858b3328e4a4537295b8df4a19c66/lib/weltmeister/edit-map.js#L18 And so can these two methods: https://github.com/phoboslab/Impact/blob/98037a5f310858b3328e4a4537295b8df4a19c66/lib/weltmeister/edit-map.js#L81-L97 And then patch weltmeister.js as follows: ```diff diff --git a/lib/weltmeister/weltmeister.js b/lib/weltmeister/weltmeister.js index 8c9bae9..7fd9d1c 100644 --- a/lib/weltmeister/weltmeister.js +++...