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

The game loads and appears to run fine except for as soon as the gameplay starts; get this crash the console output below this is using a fresh Linux build...

needs: more triage

The `strncat` function is incorrectly used in multiple places. This potentially leads to buffer overflow vulnerabilities. Impact is undetermined, as I am not familiar with the project. The problem is...

bug
meta: code

Hi, As some of you might know, I'm working on a [PICO-8 to TIC-80](https://gitlab.com/bztsrc/p8totic) cartridge converter. So far it can convert Lua (including API calls), sprites, maps, flags, etc., everything...

discussion
needs: more triage

I've done some tests and now suspect it's the whole drawing mechanism inside `void tic80_libretro_mousecursor(...)` of `tic80_libretro.c` that isn't working: ```c tic_mem* tic = (tic_mem*)state->tic; ... switch (cursortype) { ......

discussion
needs: more triage

I open TIC-80 on Android. In portrait, the app looks fine, but in landscape, I don't see a TIC-80 keyboard.

bug
discussion

In surf mode the right side of the screen isn't used most of the times. You could add the games' short or long description there since it's a pain to...

enhancement
wish list

...to prevent people from shooting themselves in the foot when building for tiny systems? I'm not aware of a lot of software that builds debug builds by default...

enhancement
documentation

Lua is a little strange about the dichotomy between nil and no value. In most cases they're treated to be the same, however in two specific cases (probably more, but...

bug
lang: lua

Ref: #1804 Lua should still be default when opening TIC-80 though.

enhancement
wish list

It would be nice to have commands to trigger screenshots and start/stop gif recording directly from code. This would be a useful feature, for example, to get perfectly timed screenshots...

discussion
wish list