Cuberite Forum
Documentation drive - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Discussion (https://forum.cuberite.org/forum-8.html)
+--- Thread: Documentation drive (/thread-1214.html)

Pages: 1 2 3 4 5 6 7


RE: Documentation drive - xoft - 10-09-2013

Good news everyone. APIDump can now document hooks, and supports appending arbitrary extra pages to the documentation.


RE: Documentation drive - xoft - 10-13-2013

Now there's even syntax highlighting for the code examples. This stuff is getting better by the minute, now if only the contents were getting better, too.


RE: Documentation drive - xoft - 10-14-2013

I'm gonna document all hooks now, alphabetically from the start; and until I finish, I won't be doing anything else, not even pull request reviews. If you want me to touch the C++ code again, you'll need to help me with the documentation. (Pleading for help doesn't seem to work, so I have to resort to blackmailingTongue )


RE: Documentation drive - tonibm19 - 10-15-2013

Than you for your work on APIDump (I don't helped, sorry), now API info is much better.


RE: Documentation drive - bearbin - 10-15-2013

If you allocate me a range of hooks to do, I'll document them for you Smile


RE: Documentation drive - tigerw - 10-15-2013

Allocate me some too, if possible. You not touching any internals is bad!


RE: Documentation drive - xoft - 10-15-2013

Why should I allocate anything? Just yell it out here, "I'm doing hooks X, Y and Z", and then do them.

You know I'm doing them from the top, so you'll know which ones I'll be doing next.

I'm taking HOOK_HOPPER_PUSHING_ITEM through to HOOK_PLAYER_ANIMATION now.


RE: Documentation drive - xoft - 10-15-2013

Now I'll do HOOK_PLAYER_BREAKING_BLOCK through HOOK_PLAYER_PLACING_BLOCK.


RE: Documentation drive - bearbin - 10-15-2013

This lunch I'll do right_click to using item


RE: Documentation drive - xoft - 10-16-2013

I'll do pre-crafting to spawning-monster now.

Also, if there is a webdesigner among us, could you possibly try to hack the CSS file that APIDump uses, so that the output is a bit more beautiful? If you need changes to the underlying html, let me know. Note that the CSS file is copied from the plugin folder each time the plugin is loaded, overwriting the one in the output API folder - don't let it overwrite your changes Wink