Thu Mar 25, 2010 5:12 pm by Urre
Most of them are well documented from a QC perspective, despite what a lot of people say. There are a bunch of quirks which are not extensions, or CSQC, which could use better documented though. It's also lacking in basic examples for a lot of things. Nexuiz does admittedly include examples for most of DP's features, but it's a pretty huge codebase, and you really need to be pretty ace to pick out the important parts if you want to figure out something specific. Nexuiz for example has code for proper CSQC simulation of movetypes, with perfect timing even (which is where I got out of luck), but it doesn't seem straightforward to pick out the parts which do the magic.
What I'd love to see is a project which really advertises DarkPlaces as a game development engine, rather than just a wiki. The project would include lots and lots of examples, easy to use code snippets which do all the boring things for you, like animation systems, animation blending, physics crap, inventory system, shared entities, intuitive entity editing, all kinds of crap...
Although I might sound pessimistic, I'm liking the effort! It can just be really hard to figure out what's relevant to list on the wiki, or where to start...