1lann / Mimic

A fully featured emulator for the Minecraft mod ComputerCraft that runs straight in your browser.
gravlann.github.io
MIT License
45 stars 20 forks source link

Other minor discrepancies #52

Open 1lann opened 10 years ago

1lann commented 10 years ago

gamax92:

os.setComputerLabel should also accept nil os.clock returns numbers not in steps of 0.05 debug api is there string.gfind is there math.mod is there the bios identifies itself as "CraftOS 1.5", not 1.6 fs.find("*") is not adding "rom" Invalid characters render as spaces, not question marks. character 96 (0x60) renders, it should be hidden Everything is rendered one scaled pixel too low and one scaled pixel too right Labels are being trimmed path cleaning cannot handle backslashes properly: fs.combine("a/\/\/\/b","") -> "a///\/b" Blinking is not every 1/4s