PatrickvL
PatrickvL
True. Those would have to be excluded from automatic reformatting (except OpenXDK perhaps, since that's been modified so much, it's hardly the same thing anymore, plus, the project itself is...
Keeping the style consistent first and foremost requires a choice for an actual style. Automation is of later concern. Can we list and discuss a few smart styles here?
Let's keep it simple. First define a style. Then apply it to all our code. Then document it. And finally evaluate cost versus benefit of automation.
From that same Wikipedia page, the Stroustrup style most closely describes what we're using right now (if you'd ignore tabs and indent size)
I've found it helpful, pretty and descriptive to put empty lines between compound statement blocks in the same indent level. So in the above example, the empty line would go...
In my opinion old branches shouldn't hinder the codebase going forward. Having files moved, renamed and re-indented goes a long way towards reaching a better maintainable codebase, which would be...
Sorting nonparallel_opcodes might make it possible to do a binary search. Also, the 7 most significant bits are static ('0' or '1' in the template), so could be used as...
@Crimsom13 That idea would be a nice touch for whenever we're twiddling our thumbs ;) You could create a separate issue for that, but it's not related to volume-textures (which...
Perhaps it only occurs under specific circumstances - that's not always fully documented. Jurassic Park seems to belong in that category,
I got a question about this, so here some additional information : Textures can have 1, 2 or 3 dimensions. Textures with 1 dimension just need an X coordinate. Textures...