summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* APIDump: Fixed operator == rename having bad DocID.madmaxoft2013-10-021-2/+6
* APIDump: Fixed overloaded functions' docs.madmaxoft2013-09-291-18/+45
* APIDump: Added more inheritance and linkification.madmaxoft2013-09-291-4/+6
* APIDump: Linkified cDropSpenser constants.madmaxoft2013-09-291-2/+2
* APIDump: Added the possibility to ignore classes. Ignoring Lua builtins.madmaxoft2013-09-291-1/+13
* APIDump: Updated cEntity docs.madmaxoft2013-09-271-33/+115
* APIDump: Documented cServerSTRWarrior2013-09-271-1/+6
* APIDump: Completed cCuboid docs.madmaxoft2013-09-261-6/+28
* APIDump: Completed cCraftingGrid's documentation.madmaxoft2013-09-261-3/+8
* APIDump: completed cChestEntity docs.madmaxoft2013-09-261-1/+30
* APIDump: Updated cBlockArea docs.madmaxoft2013-09-251-0/+3
* APIDump: Updated cChunkDesc docs.madmaxoft2013-09-251-2/+25
* APIDump: Updated cClientHandle documentationmadmaxoft2013-09-251-5/+7
* APIDump: Documented the cBoundingBox class.madmaxoft2013-09-241-2/+35
* APIDump: Forgot a function in globals.STRWarrior2013-09-221-0/+1
* APIDump: Documented the globals.STRWarrior2013-09-221-0/+37
* APIDump: Automatic corrections.madmaxoft2013-09-191-83/+78
* APIDump: Updated cPluginManager documentation.madmaxoft2013-09-181-16/+88
* APIDump: Small cRoot improvement.STRWarrior2013-09-181-17/+17
* Documented cRoot.STRWarrior2013-09-171-0/+19
* APIDump: Added callback examples to cWorld.madmaxoft2013-09-161-0/+60
* APIDump: All cWorld functions are documented.madmaxoft2013-09-161-25/+44
* APIDump: Next batch of cWorld documentation.madmaxoft2013-09-151-35/+34
* APIDump: Added a first part of cWorld documentation.madmaxoft2013-09-151-2/+118
* APIDump: Added most missing classes as empty templates.madmaxoft2013-09-141-1/+93
* APIDump: Removed most unexported-documented classes.madmaxoft2013-09-141-232/+53
* APIDump: Fixed cLuaWindow documentation.madmaxoft2013-09-141-62/+64
* APIDump: Added cArrowEntity documentationmadmaxoft2013-09-141-0/+29
* APIDump: Added an example on how to fill in the documentation.madmaxoft2013-09-141-8/+55
* APIDump: Added support for additional info exported with each class.madmaxoft2013-09-141-1/+77
* APIDump: Added support for overloaded functions.madmaxoft2013-09-141-8/+20
* APIDump: Do not dump the g_APIDesc and APIDump's functions.madmaxoft2013-09-141-3/+11
* APIDump: Moved sorting after the renaming.madmaxoft2013-09-141-0/+1
* APIDump: Added special-function renaming (constructor, operators).madmaxoft2013-09-141-0/+1
* APIDump: Added more globally-ignored functions.madmaxoft2013-09-141-1/+4
* APIDump: Fixed link in cBlockArea's docsmadmaxoft2013-09-131-3/+3
* APIDump: Constructors are renamed and can have documentationmadmaxoft2013-09-131-0/+1
* APIDump: Added support for ignoring functions; ignoring the lua/tolua internals.madmaxoft2013-09-131-0/+1
* APIDump: Fixed cItem's description.madmaxoft2013-09-131-12/+17
* APIDump: Read through and fixed the first few classes desc.madmaxoft2013-09-121-92/+71
* APIDump: Imported the descriptions from the wiki.madmaxoft2013-09-121-6/+1268
* APIDump: Added a testing constant descriptionmadmaxoft2013-09-111-0/+4
* APIDump: First attempt at outputting annotations in the HTML formatmadmaxoft2013-09-111-0/+68