summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump (follow)
Commit message (Expand)AuthorAgeFilesLines
* APIDump: Added prettify's license.madmaxoft2013-10-181-0/+191
* APIDump: Fixed offline JS.madmaxoft2013-10-185-108/+41
* APIDump: Do not list empty Constants or Functions sections.madmaxoft2013-10-181-14/+46
* APIDump: Split long code into functions.madmaxoft2013-10-182-94/+110
* APIDump: Ignore internal APIDump stuff.madmaxoft2013-10-181-0/+2
* APIDump: using local JS files instead of networked.madmaxoft2013-10-183-4/+100
* APIDump: Renamed output for helper stuff.madmaxoft2013-10-181-2/+2
* APIDump: Makes a list of bad links.madmaxoft2013-10-181-17/+78
* APIDump: Improved page titles.madmaxoft2013-10-181-2/+2
* APIDump: Documented HOOK_PLAYER_RIGHT_CLICKING_ENTITY.madmaxoft2013-10-181-0/+20
* APIDump: Documented HOOK_PLAYER_SHOOTING.madmaxoft2013-10-181-0/+25
* APIDump: Documented HOOK_PLAYER_SPAWNED.madmaxoft2013-10-181-0/+25
* APIDump: Documented HOOK_PLAYER_TOSSING_ITEM.madmaxoft2013-10-181-0/+23
* APIDump: Documented HOOK_PLAYER_USED_BLOCK.madmaxoft2013-10-171-0/+39
* APIDump: Documented HOOK_PLAYER_USED_ITEM.madmaxoft2013-10-171-0/+39
* APIDump: Documented HOOK_PLAYER_USING_BLOCK.madmaxoft2013-10-171-2/+45
* APIDump: Documented HOOK_PLAYER_USING_ITEM.madmaxoft2013-10-171-0/+36
* APIDump: Documented HOOK_UPDATED_SIGN.madmaxoft2013-10-171-0/+30
* APIDump: Documented HOOK_TICK.madmaxoft2013-10-171-0/+22
* APIDump: Documented HOOK_TAKE_DAMAGE.madmaxoft2013-10-171-0/+24
* APIDump: Documented HOOK_UPDATING_SIGN.madmaxoft2013-10-171-0/+50
* APIDump: More robust against missing APIDesc items.madmaxoft2013-10-171-3/+3
* APIDump: Documented HOOK_WEATHER_CHANGED.madmaxoft2013-10-161-0/+21
* APIDump: Documented HOOK_WEATHER_CHANGING.madmaxoft2013-10-161-0/+24
* APIDump: Documented HOOK_WORLD_TICK.madmaxoft2013-10-161-0/+24
* APIDump: Nicer HTML visage.madmaxoft2013-10-163-158/+230
* Added HOOK_PLAYER_RIGHT_CLICKAlexander Harkness2013-10-151-8/+38
* APIDump: Linkification supports #anchors.madmaxoft2013-10-151-2/+33
* APIDump: Documented HOOK_SPAWNING_MONSTER.madmaxoft2013-10-151-0/+26
* APIDump: Documented HOOK_SPAWNING_ENTITY.madmaxoft2013-10-151-2/+34
* APIDump: Documented HOOK_SPAWNED_MONSTER.madmaxoft2013-10-151-1/+21
* APIDump: Documented HOOK_SPAWNED_ENTITY.madmaxoft2013-10-151-0/+20
* APIDump: Documented HOOK_PRE_CRAFTING.madmaxoft2013-10-151-0/+30
* APIDump: Documented HOOK_POST_CRAFTING.madmaxoft2013-10-151-0/+29
* APIDump: Documented HOOK_PLAYER_PLACING_BLOCK.madmaxoft2013-10-151-0/+38
* APIDump: Documented HOOK_PLAYER_MOVING and HOOK_PLAYER_PLACED_BLOCK.madmaxoft2013-10-151-0/+53
* APIDump: Documented HOOK_PLAYER_LEFT_CLICK.madmaxoft2013-10-151-0/+40
* APIDump: Documented HOOK_PLAYER_JOINED.madmaxoft2013-10-151-0/+22
* APIDump: Documented HOOK_PLAYER_EATING.madmaxoft2013-10-151-0/+20
* APIDump: Documented HOOK_PLAYER_BROKEN_BLOCK.madmaxoft2013-10-151-2/+31
* APIDump: Documented HOOK_PLAYER_BREAKING_BLOCK.madmaxoft2013-10-151-0/+30
* APIDump: Documented HOOK_PLAYER_ANIMATION.madmaxoft2013-10-141-0/+21
* APIDump: Removed HOOK_MAX and HOOK_NUM_HOOKS from documentation.madmaxoft2013-10-141-1/+6
* APIDump: Documented HOOK_LOGIN.madmaxoft2013-10-141-0/+25
* APIDump: Documented HOOK_KILLING.madmaxoft2013-10-141-0/+27
* APIDump: Documented HOOK_HOPPER_PUSHING_ITEM.madmaxoft2013-10-141-3/+28
* APIDump: Documented HOOK_HOPPER_PULLING_ITEM.madmaxoft2013-10-141-0/+23
* APIDump: Documented HOOK_HANDSHAKE.madmaxoft2013-10-141-0/+23
* APIDump: Documented HOOK_EXPLODING.madmaxoft2013-10-141-0/+44
* APIDump: Documented HOOK_EXPLODED.madmaxoft2013-10-141-0/+43
* APIDump: Documented HOOK_EXECUTE_COMMAND.madmaxoft2013-10-141-0/+25
* APIDump: Updated the template for undocumented hooks.madmaxoft2013-10-141-2/+2
* APIDump: Documented HOOK_DISCONNECT.madmaxoft2013-10-141-0/+26
* APIDump: Fixed info missing from cCraftingRecipe.madmaxoft2013-10-141-1/+1
* APIDump: Documented HOOK_CRAFTING_NO_RECIPE.madmaxoft2013-10-141-0/+26
* APIDump: Documented HOOK_COLLECTING_PICKUP.madmaxoft2013-10-141-0/+27
* APIDump: Documented HOOK_CHUNK_UNLOADING.madmaxoft2013-10-141-0/+23
* APIDump: Documented HOOK_CHUNK_UNLOADED.madmaxoft2013-10-141-0/+22
* APIDump: Documented HOOK_CHUNK_GENERATING.madmaxoft2013-10-141-1/+33
* APIDump: Fixed undocumented hook param generator.madmaxoft2013-10-141-8/+9
* APIDump: Added example to HOOK_CHUNK_GENERATED.madmaxoft2013-10-141-0/+37
* APIDump: Documented HOOK_CHUNK_GENERATED.madmaxoft2013-10-141-0/+26
* APIDump: The undocumented hooks template now has 8 params.madmaxoft2013-10-141-0/+7
* APIDump: Documented HOOK_CHUNK_AVAILABLE.madmaxoft2013-10-141-0/+21
* APIDump: Documented the webserver vs world threads.madmaxoft2013-10-121-2/+58
* APIDump: Added pretty-printing to code examples.madmaxoft2013-10-122-30/+35
* APIDump: Added an OnBlockToPickups() code example.madmaxoft2013-10-121-0/+26
* APIDump: Added the possibility of extra code examples for hooks.madmaxoft2013-10-121-2/+8
* APIDump: Documented OnBlockToPickups.madmaxoft2013-10-121-0/+30
* APIDump: Hook notes are linkified.madmaxoft2013-10-121-1/+1
* APIDump: Fixed extra pages copying.madmaxoft2013-10-091-1/+7
* APIDump: Implemented basic hook documentation.madmaxoft2013-10-092-11/+152
* APIDump: Documented the new cFile API functions.madmaxoft2013-10-091-0/+24
* APIDump: Added support for extra pages.madmaxoft2013-10-093-3/+52
* APIDump: Taking advantage of the new cFile API.madmaxoft2013-10-091-9/+7
* APIDump: Brought cItem docs up-to-date.madmaxoft2013-10-051-5/+7
* APIDump: Added cLineBlockTracer documentation.madmaxoft2013-10-041-4/+86
* APIDump: Documented cPluginSTRWarrior2013-10-041-5/+9
* APIDump: Added the cWorld:IsWeatherXXX() functions.madmaxoft2013-10-041-1/+5
* APIDump: Removed ignored classes logging.madmaxoft2013-10-021-2/+0
* APIDump: Fixed operator == rename having bad DocID.madmaxoft2013-10-022-3/+7
* APIDump: Added equality operator renaming.madmaxoft2013-09-301-0/+3
* 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-292-1/+40
* 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: Additional information is linkified, too.madmaxoft2013-09-161-1/+1
* APIDump: Added a slight visual style to <pre> tagsmadmaxoft2013-09-161-0/+5
* 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: Fixed linkification with multiple links in one string.madmaxoft2013-09-151-2/+2
* APIDump: Undescribed classes are listed as undocumented.madmaxoft2013-09-141-14/+16
* 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 dumping when APIDesc doesn't contain Constants section.madmaxoft2013-09-141-10/+14
* APIDump: Fixed cLuaWindow documentation.madmaxoft2013-09-141-62/+64
* APIDump: Added creating the list of unexported-documented API objects.madmaxoft2013-09-141-0/+24
* APIDump: Implemented creating the list of undocumented API objects.madmaxoft2013-09-141-3/+65
* APIDump: Added a simple header to the class index.madmaxoft2013-09-141-2/+3
* 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-142-1/+91
* APIDump: Added support for overloaded functions.madmaxoft2013-09-142-13/+57
* APIDump: Do not dump the g_APIDesc and APIDump's functions.madmaxoft2013-09-142-4/+13
* APIDump: Moved sorting after the renaming.madmaxoft2013-09-142-21/+25
* APIDump: Linkifications works for simple {{link}} too.madmaxoft2013-09-141-1/+3
* APIDump: Added special-function renaming (constructor, operators).madmaxoft2013-09-142-5/+22
* APIDump: Added more globally-ignored functions.madmaxoft2013-09-141-1/+4
* APIDump: Ignored functions are removed from undocumented classes, too.madmaxoft2013-09-141-10/+9
* APIDump: Ignoring some Lua internal stuff from API-scanning.madmaxoft2013-09-131-4/+10
* APIDump: Fixed link in cBlockArea's docsmadmaxoft2013-09-131-3/+3
* APIDump: Basic CSS file makes tables visiblemadmaxoft2013-09-132-0/+35
* APIDump: Constructors are renamed and can have documentationmadmaxoft2013-09-132-2/+7
* APIDump: Added support for ignoring functions; ignoring the lua/tolua internals.madmaxoft2013-09-132-14/+30
* APIDump: Fixed cItem's description.madmaxoft2013-09-131-12/+17
* APIDump: Linkification works.madmaxoft2013-09-131-4/+3
* APIDump: Added descendants specified through inheritance.madmaxoft2013-09-131-27/+59
* APIDump: Added support for inheritancemadmaxoft2013-09-131-29/+68
* APIDump: Read through and fixed the first few classes desc.madmaxoft2013-09-121-92/+71
* APIDump: Imported the descriptions from the wiki.madmaxoft2013-09-122-156/+1268
* APIDump: Fixed nestingmadmaxoft2013-09-121-3/+2
* APIDump: Processing wiki-style bullets (" * ") into <li> tagmadmaxoft2013-09-121-0/+4
* APIDump: Added parsing for older wiki format, "Class Definition" header.madmaxoft2013-09-121-6/+44
* APIDump: The APIDesc from wiki can be read back by Lua.madmaxoft2013-09-121-10/+21
* APIDump: replacing wiki-style markup with APIDump-style markupmadmaxoft2013-09-121-0/+3
* APIDump: Fixed parsing tables with wiki-links.madmaxoft2013-09-121-10/+33
* APIDump: Fixed a missing tabmadmaxoft2013-09-111-1/+1
* APIDump: Added a testing constant descriptionmadmaxoft2013-09-111-0/+4
* APIDump: Initial implementation of wiki-to-lua conversionmadmaxoft2013-09-111-3/+85
* APIDump: First attempt at outputting annotations in the HTML formatmadmaxoft2013-09-113-85/+179
* DumpAPI: Basic HTML output for classesmadmaxoft2013-09-101-36/+148
* APIDump now produces wiki-style tables of functions and constants.madmaxoft2013-09-092-6/+144
* Changed name and put the whitespace back, as per xoft's suggestion.Alexander Harkness2013-07-301-2/+11
* Moved the file to a more sensible name.Alexander Harkness2013-07-301-0/+52