Frontrider

Results 96 comments of Frontrider

At least Godot 3 has a style guide, that is based on how the c++ code is formatted. I don't think it changed for 4, would be the best to...

> ## Breaking > > * replaced `bee` for `bzz`, less collision chance > > * Apis now receive `config` and `client` via constructor > > > > @saatsazov let's...

> I usually favor [GUT](https://github.com/bitwes/Gut) over [GdUnit](https://github.com/MikeSchulze/gdUnit4) for my games, but it's not a strong preference ; do you have reason to believe GdUnit is more appropriate in our case...

> Yes, it's GUT, sorry about that ; started hacking around before you answered ; we can have both, or switch I don't feel anyhow about it. I'll most likely...

Just add forge Energy support. That's the exact same thing as RF. (RF as a capability)

These should be in a nested class, for readability. "test_createSubItems_search_tab" "test_createSubItems_differentTabs" "test_createSubItems_sameTabs" Something like this is how it should look like: ``` Creating SubItems and adding them to - the...

I started to "upgrade" them (to understand how the mod works), and at this point it's the "real meat" of it is what I can not deal with. The "plugins"...

Thinking about a slightly different approach, but I'll keep that in mind. Thinking with the way how javascript (the chosen language) works, I'll just have an entry point, where you...

No promises, but I might look into this. I know a secure javascript sandbox which could serve it really well. Performance should be able to compete with java code as...

I think now I'm onto something-. No promises, I'll try to get the pr for the first iteration this week. It will be limited and incomplete, but good enough for...