corona
corona copied to clipboard
Solar2D Game Engine main repository (ex Corona SDK)
In the simulator, _holding_ the up and down keys will slow things down dramatically in Windows. For instance, throw a few emitters out and do so and they'll draw to...
Attempting to load a more complex config.lua will raise a warning and attempting to do the same with build.settings seems to result in the file not being loaded entirely. This...
- [x ] I tried searching [Solar2D forums](https://forums.solar2d.com/) for the solution. **Describe the bug** In the MacOS simulator 3674 I have to introduce a junk display.save call as the first...
**Describe the bug** The following code produces the message 'GPU hang occurred, CoreAnalytics returned false' before causing the simulator to crash on my machine (produced in an attempt to reproduce...
- [ ] I tried searching [Solar2D forums](https://forums.solar2d.com/) for the solution. **Describe the bug** TextureResource Canvas rendering problem on MacBook Pro 2017 & 2018. **To Reproduce** Steps to reproduce the...
I've been doing some hunting in Debug mode and often when closing a session would trigger an assert in **wincore.cpp, line 1055**. I dug into the MFC code and it...
- [x] I tried searching [Solar2D forums](https://forums.solar2d.com/) for the solution. **Describe the bug** When creating an ImageSheetPaint to attach to a line object's stroke, unexpected results occur. But when a...
The result of canvases [converting dimensions](https://github.com/coronalabs/corona/blob/master/librtt/Display/Rtt_LuaLibGraphics.cpp#L654) from content to screen coordinates (snapshots also do this) on creation can be a little off: this [goes through the x and y parameters](https://github.com/coronalabs/corona/blob/master/librtt/Display/Rtt_Display.cpp#L1433)...
**Describe the bug** In [onDemandResources](https://docs.coronalabs.com/plugin/onDemandResources/index.html), when I set type to 'prefetch'. It did not fetch the assets. **To Reproduce** Steps to reproduce the behavior: 1. We can upload a sample...