-
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 bina…
-
As the name suggests, trying to stream TIC-80 in a Discord voice chat makes the game crash.
Can't be more specific than that. I tried both fullscreen and windowed.
-
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, …
-
when adding 0.1 to 0, it gives a lot of 9 instead of just 0.1 in libretro
![image](https://github.com/user-attachments/assets/d7de23b4-8db0-478c-b45d-07ddc5570881)
thing i did to it is just this: `x…
-
Hello, I hope this message were understood, I know it is a bit long so for my convenience I wrote it in Spanish (I am Chilean) and translated mostly with Google Translate, I hope @nesbox and @oblerion…
-
cant compile tic 80 on freebsd due to 4 errors in the /src/studio/studio.c
``` home/zatime/TIC-80/src/studio/studio.c:788:44: warning: unsequenced modification and access to 'x' [-Wunsequenced]
…
-
steps to reproduce:
1. follow steps in Readme to build on Raspberry Pi
2. launch tic-80
3. add a print line to the code
4. save
5. run, see seg fault
terminal output:
```
TIC-80 tiny …
-
Currently in order to use the `eval` command, you have to first `run` and then hit esc to close the game.
For normal development this is fine. However, if this restriction were lifted, it would mak…
-
In `build.zig` it sets the `global-base` to `6560`.
```zig
// https://github.com/ziglang/zig/issues/8633
lib.global_base = 6560;
```
As far as I know, setting `global-base` is used to reserve par…
-
TIC-80 should support breaking projects up into several (reusable) source files as it is such a basic software engineering feature and not anachronistic with the fantasy console spirit. Switching betw…