Ocawesome101

Results 14 issues of Ocawesome101

an improvement i recently made to [ULOS](https://ocawesome101.github.io/ulos) is the usage of palette colors for the TTY's colors. however, in OCVM's T3 GPU emulation these colors are all grayscale, whereas in...

palette colors are now displayed correctly. this mostly involved passing around a `ColorState&` object to more places than it was previously passed, and adding a generator for true-color ANSI escapes...

**Describe the bug** While running a GFX-mode program, unfocusing the CraftOS-PC window causes a crash. This seems to specifically happen when a program writes to the terminal in GFX mode...

bug

**Describe the bug** Sometimes, when resizing CraftOS-PC, it throws an X11 protocol error and crashes. **To Reproduce** Steps to reproduce the behavior: 1. Launch CraftOS-PC from the command-line. 2. Grab...

bug

This is required for Monolith, and possibly PsychOS, to boot.

I downloaded the source with `git clone --recursive https://github.com/gamax92/ocemu` and built it. However, when I cd to `src` and run `lua5.2 boot.lua` it instantly throws a `Bus error` and terminates....

### Minecraft Version 1.19.x ### Version 1.100.9 ### Details The [CC:T Wiki](https://tweaked.cc/module/os.html#v:date) page for `os.date` notes that "The format string takes the same formats as C's strftime function." However, while...

bug
area-Core
good first issue

**Describe the bug** CraftOS-PC's `table.sort` behavior does not match CCEmuX. This might also be a misbehaving string length operator. **To Reproduce** Steps to reproduce the behavior: 1. Launch Recrafted on...

bug