CrazedProgrammer
CrazedProgrammer
Any concrete ideas for improvements? I think the audio system is good enough as it is. One minor nuisance i encounter is that some parameters (like `attack`) are not optional...
It is entirely possible in my experience building CCBox. The only limitation is that there's no real key-up events. If it helps, here's the source code with all the tools...
@dsldiesel Try adding `edit: { poly: { allowIntersection: false } }` (note: `poly`, not `polygon`) to the L.Control.Draw options: ```js draw: { polygon: { allowIntersection: false, // Restricts shapes to...
Looking at the source of os.epoch: [here](https://github.com/dan200/ComputerCraft/blob/bfb682bef93209552e25512600adb297accc0412/src/main/java/dan200/computercraft/core/apis/OSAPI.java#L377-L402), [and most specifically here](https://github.com/dan200/ComputerCraft/blob/bfb682bef93209552e25512600adb297accc0412/src/main/java/dan200/computercraft/core/apis/OSAPI.java#L217-L220) It's just the number of milliseconds since epoch 0 stored in a long, returned by `calendar.getTime().getTime()`. This long is...
@vpontin you mean [CC:Tweaked](https://github.com/SquidDev-CC/CC-Tweaked)?
Fair enough.
What about .skch (layered image file from Oeed's Sketch) and .nfa (animation file from NitrogenFingers' NPaintPro) files? I consider them pretty standard and useful.