Sangar
Sangar
Node fields using the `NodeEnumAttribute` will not trigger `onUpdateNode` when changed. Probably because the popup is delayed using `onLateGUI`, so the serialized property has not changed when the check for...
Thanks for your interest in OC2! Before you open an issue: - If it's not a bug or a fleshed out feature request, please open a [discussion](https://github.com/fnuecke/oc2/discussions) first. - Please...
- Similar to how hard drives now work. - The `file_system` dir name may either have to change, or will need a separate dir in parallel.
- Show UUIDs of things that persist stuff into the oc2-blobs dir in advanced tooltips (F3+H mode). - Group blobs by type into subdirectories, e.g. `oc2-blobs/disk`, `oc2-blob/ram`, ...
A mechanism to add expose global library methods should be added. This could take the shape of global "devices", which simply always get connected to any bus controller. The main...
This typically happens when trying to compile larger programs with TCC (such as the cJSON library). There also appear to happen segfaults in other applications. The TCC segfault does *not*...
I've been working on getting my documentation into IGW with the `PageChangeEvent`, for now by just transforming the Markdown tags to IGW tags, and that's [working quite nicely](http://i.imgur.com/DwL5Grw.png) (only had...
Using the latest deobf builds ob bspkrsCore (6.14) and Treecapitator (2.0.3) I get a crash when trying to fell a tree in dev-env, [crashlog](http://pastebin.com/97rCCEi2). What's probably more helpful is that...
I'm thinking it'd be nice to have a logic similar to certain Linux package mangers, where `update` fetches the list of packages from the repositories and caches it locally, and...
Just a small fix for a typo I noticed in the usage output.