Joshua Michael Daly

Results 34 issues of Joshua Michael Daly
trafficstars

The packr utility is designed to ship games as an executable and maybe a better alternative than launch4j: https://github.com/libgdx/packr

investigate

At the moment the code used to compile a user's game is bundled in with the engine module to make opening the game in the engine simpler. This tightly couples...

enhancement
editor
engine

Expand the Tileset pane by adding a Tileset quick access tab, making it easier and more intuitive to open tilesets for new users.

enhancement
editor

Make it possible to specify the traversal cost of a tile, useful for path planners.

enhancement
editor
engine

Make it possible to draw graphics on the layers, to make overlay graphics such as the below appear under the sprites rather than on top of them. ![image](https://user-images.githubusercontent.com/3354016/91479993-3335e880-e89a-11ea-828e-42fd42804c6a.png)

enhancement
engine

Documentation is currently lacking in the following areas: * ~~Run Time Programs~~ * ~~Sprite Threads~~ * Startup Programs * Gameover Programs * Sound & Music * Animating & Moving Sprites...

documentation

Reported by Grindalf when trying to play multiple fishing sounds together, likely caused by HTML5 Audio implementation that CraftyJS was built on: ![image](https://user-images.githubusercontent.com/3354016/94144513-1f65ae00-fe69-11ea-9ae7-8d758cb34db1.png) > Ive been adding sound effects to...

bug
engine

The engine is currently running on an old JCEF and Chromium dependency from late 2018, this should be upgraded soon. https://github.com/jcefbuild/jcefbuild

enhancement
editor
engine
dependencies

Activation triggers with NPCs don't appear to be working correctly, possible to create scenarios where they can only be triggered by colliding against one side ![image](https://user-images.githubusercontent.com/3354016/93724026-89493380-fb9b-11ea-9b8f-42b96086060a.png)

bug
engine