freds72

Results 4 issues of freds72

Use Löve framework, I am spawning a new lua thread: ``` gameThread = love.thread.newThread( lf.read("host.lua") ) gameThread:start(unpack(args)) ``` The breakpoints in that second thread are ignored so far. Is that...

enhancement

### Symptoms Setting any breakpoints makes the application (Love2d game) extremely slow (but breakpoints are working). Removing/disabling breakpoints before starting a debug session fixes the slowdown, but breakpoints are ignored....

known limitation

Using the "folder" mode, Slade keeps tracking files that are outside the mod project. It would be interresting to have a .sladeignore file, with a similar syntax as .gitignore file...

feature request

LCD screen size is 178x128 pixels, valid values MUST be 0-177/0-127, not 0-178/0-128! Drawing a line/rectangle beyond screen limits no longer crashes. MonoBrickFirmware.Display.EV3Lcd.cs ``` protected bool IsPixelInLcd(Point pixel) { return...