TIC-80 icon indicating copy to clipboard operation
TIC-80 copied to clipboard

TIC-80 is a fantasy computer for making, playing and sharing tiny games.

Results 308 TIC-80 issues
Sort by recently updated
recently updated
newest added

This feels like the same issue as #1595. That issue is closed and the behaviour described in the ticket is fixed, but I'm still seeing an issue on macOS for...

![empty menu slot](https://user-images.githubusercontent.com/74131798/152436322-b86c9530-503a-4272-81de-05cd26289320.gif)

here is the lib https://github.com/floooh/sokol

enhancement

OS: Windows 10 Firefox: 85.0.2 (x64) example: [https://tic80.com/play?cart=115](https://tic80.com/play?cart=115) Don't move the mouse cursor: https://user-images.githubusercontent.com/12137233/107885422-523d3b00-6f0b-11eb-9389-1437cf513df6.mp4 Move the mouse cursor, then stop: https://user-images.githubusercontent.com/12137233/107885485-a9431000-6f0b-11eb-9bcf-c372b3595437.mp4

needs: more testing
needs: more information

So when you run TIC-80, create an unsaved edit, and send [SIGINT (`C-c`)](https://www.gnu.org/software/libc/manual/html_node/Termination-Signals.html), the warning screen appears in game, and the binary refuses to quit. Normally, I expect an application...

platform: linux
discussion

https://user-images.githubusercontent.com/13716824/149862664-5ad66ec4-3d3c-4734-9515-a4e299037ea6.mp4 Currently you can scroll onto the display text, not just the options

Extending editors requires knowledge of C. It is much more error prone to write in C then in Lua (due to the necessity to manage memory). Users cannot use their...

enhancement

Currently `takeScreenshot` (and video) and it's keystroke are trapped inside a `#if defined(BUILD_EDITORS)` block... is there a reason this functionality should require editor support? Context: I'm trying to find the...

discussion

I was just trying to figure out what hoops I'd need to jump thru to draw a **nice** *system* overlay on top of the users game... say if we wanted...

enhancement
discussion
needs: more triage

Here is just a *little* work I did... and this would be a much larger endeavor... but I don't want to invest the time unless you're 100% behind this... basically...