index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
MCServer
/
Plugins
/
APIDump
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-02-17
Documented the cPluginManager:GetPluginsPath() API function.
madmaxoft
1
-0
/
+1
2014-02-15
Updated Plugin article
Tiger Wang
1
-14
/
+15
2014-02-15
Documented BroadcastParticleEffect
STRWarrior
1
-0
/
+1
2014-02-13
Fixed formatting issue in APIDesc.lua
narroo
1
-1
/
+1
2014-02-12
Fixed location of QueueUnloadUnusedChunks entry in APIDesc dump. Now is lexographically listed in cWorld, not cRoot.
narroo
1
-2
/
+2
2014-02-11
Alpha-Sorted List.
narroo
1
-1
/
+1
2014-02-11
Updated APIDesc.lua to replace 'UnloadUnusedChunks' with 'QueueUnloadUnusedChunks'.
narroo
1
-1
/
+1
2014-02-11
APIDump: Documented cWorld:ChunkStay().
madmaxoft
1
-0
/
+1
2014-02-07
Removed some unexported documentation.
Tiger Wang
1
-11
/
+5
2014-02-07
Improved chat messaging functions
Tiger Wang
1
-3
/
+24
2014-02-05
Added cPluginManager:LogStackTrace() to the Lua API.
madmaxoft
1
-1
/
+2
2014-02-04
Fixed indent from previous commits.
madmaxoft
1
-1
/
+1
2014-02-04
Fixed indentation
tonibm19
1
-1
/
+1
2014-02-04
Blank lines and indentation.
tonibm19
1
-1
/
+0
2014-02-03
Server now handles join messages also
Tiger Wang
3
-17
/
+17
2014-02-03
Added documentation
tonibm19
1
-1
/
+4
2014-02-01
Added PlayerDestroyedHook Documentation
daniel0916
1
-0
/
+23
2014-01-31
Fixed some more.
Alexander Harkness
1
-4
/
+3
2014-01-30
Fixed at least a little of the plugin guide.
Alexander Harkness
1
-15
/
+7
2014-01-29
Documented cFloater.
STRWarrior
1
-0
/
+14
2014-01-24
APIDump: Fixed indent after merge.
madmaxoft
1
-2
/
+2
2014-01-24
Fixed indentation and doxygen comments... For real this time.
Mike Hunsinger
1
-2
/
+2
2014-01-24
Fixed spacing and doxycomments.
Mike Hunsinger
1
-2
/
+2
2014-01-23
Split TossItem into three Toss functions (Held, Equipped and Pickup)
Mike Hunsinger
1
-3
/
+4
2014-01-21
Implemented cPluginManager:CallPlugin() API.
madmaxoft
1
-1
/
+2
2014-01-19
APIDump: Added notes about objects across cWorld's task execution.
madmaxoft
1
-2
/
+2
2014-01-19
APIDump: Updated cWorld:ScheduleTask()'s description.
madmaxoft
1
-1
/
+1
2014-01-17
APIDump: Updated cPluginManager:GetAllPlugins().
madmaxoft
1
-1
/
+1
2014-01-16
Finished exporting cWorld:ScheduleTask() to Lua API.
madmaxoft
1
-1
/
+1
2014-01-16
Documented the SchedualeTask function
Tycho
1
-0
/
+1
2014-01-15
APIDump: Explicitly listed static cPlayer functions.
madmaxoft
1
-2
/
+2
2014-01-13
APIDump: Wrapped example code so that it displays well on small screens.
madmaxoft
1
-3
/
+8
2014-01-13
APIDump: Added OnPluginMessage.lua file to Decoda project.
madmaxoft
1
-0
/
+3
2014-01-13
APIDump: Added missing bits of documentation.
madmaxoft
1
-0
/
+15
2014-01-13
APIDump: Documented the plugin messaging hook and function.
madmaxoft
2
-0
/
+26
2014-01-11
Documented the cIniFile:AddValue* functions.
madmaxoft
1
-0
/
+4
2014-01-05
Fixed cPluginManager:AddHook() binding.
madmaxoft
3
-5
/
+5
2014-01-01
Little more documentation for OnPlayerFishing.
STRWarrior
1
-1
/
+1
2014-01-01
Using documentation Xoft recommended.
STRWarrior
1
-1
/
+1
2014-01-01
Fixed typo's in the documentation.
STRWarrior
2
-4
/
+4
2013-12-31
Documented OnPlayerFished and OnPlayerFishing.
STRWarrior
2
-0
/
+41
2013-12-27
APIDump: Added the SettingUpDecoda article.
madmaxoft
5
-0
/
+50
2013-12-27
APIDump: Articles eplicitly declare being UTF-8.
madmaxoft
2
-0
/
+2
2013-12-27
APIDump: Added quick links to index to each class and hook file.
madmaxoft
1
-2
/
+14
2013-12-27
APIDump: Added a quick-nav menu to hook descriptions.
madmaxoft
1
-7
/
+22
2013-12-27
APIDump: Added a quick-nav menu to class descriptions.
madmaxoft
1
-6
/
+22
2013-12-27
APIDump: Split the huge DumpAPIHtml function into smaller ones.
madmaxoft
1
-47
/
+61
2013-12-27
APIDump: Extra pages renamed to articles and moved to front.
madmaxoft
1
-24
/
+39
2013-12-27
APIDump: Fixed the WritingPlugin article.
madmaxoft
1
-98
/
+107
2013-12-27
APIDump: Added the WritingPlugin article to the exported pages.
madmaxoft
1
-0
/
+1
2013-12-27
APIDump: Fixed bad for-loop.
madmaxoft
1
-3
/
+3
2013-12-26
Writing a plugin APIDump article (#382)
Tiger Wang
3
-49
/
+310
2013-12-24
Removed documentation for cChatColour:MakeColor()
Alexander Harkness
1
-7
/
+3
2013-12-29
APIDump: Fixed a factual error in OnPluginsLoaded description.
madmaxoft
1
-2
/
+2
2013-12-29
APIDump: Static files overwrite their destination.
madmaxoft
1
-5
/
+13
2013-12-29
APIDump: The PRE html tag has tab width set to 2 spaces.
madmaxoft
1
-0
/
+5
2013-12-29
APIDump: Documented OnPluginsLoaded.
madmaxoft
1
-0
/
+79
2013-12-20
Or not. Fixes #384
Alexander Harkness
1
-1
/
+2
2013-12-20
done... finally
Alexander Harkness
1
-2
/
+2
2013-12-20
fix the issues xoft pointed out
Alexander Harkness
1
-5
/
+4
2013-12-20
@madmaxoft now?
Alexander Harkness
1
-3
/
+3
2013-12-20
Possibly fixes #384
Alexander Harkness
1
-0
/
+6
2013-12-20
Create a static folder for adding static files.
Alexander Harkness
1
-0
/
+1
2013-12-16
APIDump: Ignoring the multi-inheritance members.
madmaxoft
2
-2
/
+20
2013-12-15
Documented ForceSetSpeed.
STRWarrior
1
-0
/
+1
2013-12-15
APIDump: Documented New functions
STRWarrior
1
-0
/
+4
2013-12-14
Documented cTNTEntity.
STRWarrior
1
-0
/
+11
2013-12-11
Documented OnWorldStarted.
STRWarrior
1
-0
/
+24
2013-12-10
Reverted APIDump changes
Tiger Wang
1
-0
/
+0
2013-12-10
Fixed Floody lava to stone fizzle
Tiger Wang
1
-0
/
+0
2013-12-07
Documented SpawnFallingBlock()
STRWarrior
1
-0
/
+1
2013-12-05
APIDump: Documented the new cPluginManager:GetCurrentPlugin() function.
madmaxoft
1
-1
/
+2
2013-12-02
APIDump: Added missing params to OnPlayerRightClick() hook.
madmaxoft
1
-0
/
+3
2013-11-30
APIDump: Updated the project file to include all partial docs files.
madmaxoft
1
-1
/
+154
2013-11-26
cWorld::SpawnExperienceOrb() now returns the entity ID of the spawned orb.
STRWarrior
1
-1
/
+2
2013-11-25
Documented SpawnExperienceOrb in cWorld
STRWarrior
1
-0
/
+1
2013-11-24
APIDump: Moved projectiles' documentation to a separate file.
madmaxoft
2
-110
/
+112
2013-11-24
APIDump: Removed needless whitespace output.
madmaxoft
1
-123
/
+108
2013-11-23
APIDump: Removed unwanted functions.
madmaxoft
1
-1
/
+2
2013-11-23
APIDump: Reformatted the sqlite docs.
madmaxoft
1
-4
/
+16
2013-11-23
APIDump: The descriptions are read from multiple files.
madmaxoft
52
-1682
/
+2036
2013-11-23
Documented sqlite functions. Used: http://lua.sqlite.org/index.cgi/doc/tip/doc/lsqlite3.wiki#sqlite3_functions
STRWarrior
1
-0
/
+18
2013-11-23
APIDump: Added more constant groups.
madmaxoft
2
-20
/
+121
2013-11-22
APIDump: Added a few constant groups to the descriptions.
madmaxoft
1
-92
/
+78
2013-11-22
APIDump: Implemented constant groups.
madmaxoft
2
-18
/
+144
2013-11-22
Added cFile:GetFolderContents().
madmaxoft
1
-10
/
+11
2013-11-22
APIDump: Fixed cRoot's furnace query API.
madmaxoft
1
-1
/
+3
2013-11-22
APIDump: Documented new cRoot:GetFurnaceRecipe().
madmaxoft
1
-2
/
+27
2013-11-21
APIDump: Documented cPlayer XP-related functions.
madmaxoft
1
-0
/
+8
2013-11-20
APIDump: Documented cWorld:ForEachBlockEntityInChunk() and cWorld:DoWithBlockEntityAt().
madmaxoft
1
-0
/
+2
2013-11-19
APIDump: Slight performance improvement.
madmaxoft
1
-17
/
+17
2013-11-19
APIDump: Documented Vector3i.
madmaxoft
1
-5
/
+25
2013-11-17
APIDump: Documented Vector3f.
madmaxoft
1
-3
/
+33
2013-11-15
APIDump: Documented lxp, the XML parser class.
madmaxoft
1
-0
/
+106
2013-11-15
APIDump: Functions that are documented are never ignored.
madmaxoft
1
-7
/
+12
2013-11-15
APIDump: Small fixes and additions.
madmaxoft
1
-1
/
+4
2013-11-15
APIDump: Documented cSignEntity.
madmaxoft
1
-7
/
+6
2013-11-15
APIDump: Documented cNoteEntity.
madmaxoft
1
-1
/
+20
2013-11-15
APIDump: Documented the cJukeboxEntity.
madmaxoft
1
-0
/
+16
2013-11-15
APIDump: Documented cChunkDesc:GetBlockEntity().
madmaxoft
1
-1
/
+37
2013-11-15
cRoot::SaveAllChunks() doesn't wait for the save (deadlocks).
madmaxoft
1
-1
/
+1
2013-11-15
APIDump: Removed the BlockEntity constructors' docs.
madmaxoft
1
-62
/
+24
2013-11-11
APIDump: Documented Vector3d.
madmaxoft
1
-8
/
+43
2013-11-09
APIDump: Documented cServer:IsHardCore()
madmaxoft
1
-0
/
+1
2013-11-09
APIDump: Documented TakeDamageInfo.
madmaxoft
1
-5
/
+29
2013-11-09
APIDump: Documented the relevant tolua functions.
madmaxoft
1
-2
/
+48
2013-11-09
APIDump: Added logging to see what takes so long.
madmaxoft
1
-0
/
+5
2013-11-05
APIDump: Documented ItemCategory.
madmaxoft
1
-0
/
+38
2013-10-31
APIDump: Fixed HOOK_LOGIN short desc.
madmaxoft
1
-1
/
+1
2013-10-28
APIDump: Documented cWindow.
madmaxoft
1
-21
/
+33
2013-10-28
APIDump: Documented HTTPFormData and HTTPRequest.
madmaxoft
1
-5
/
+39
2013-10-28
APIDump: Fixed a failure in documented classes with no functions.
madmaxoft
1
-0
/
+1
2013-10-27
APIDump: Documented cWorld.
madmaxoft
1
-0
/
+1
2013-10-27
APIDump: Documented cRoot.
madmaxoft
1
-3
/
+12
2013-10-27
APIDump: Documented cProjectileEntity.
madmaxoft
1
-3
/
+21
2013-10-26
APIDump: Documented cPickup.
madmaxoft
1
-1
/
+2
2013-10-26
APIDump: Documented cIniFile.
madmaxoft
1
-81
/
+135
2013-10-24
APIDump: Documented cMonster.
madmaxoft
1
-3
/
+52
2013-10-24
APIDump: Documented cEnchantments.
madmaxoft
1
-4
/
+37
2013-10-24
APIDump: Documented cPickup.
madmaxoft
1
-8
/
+10
2013-10-24
APIDump: Documented cItemGrid and cPlayer.
madmaxoft
1
-30
/
+75
2013-10-23
APIDump: Added cChatColor constants.
madmaxoft
1
-3
/
+23
2013-10-23
APIDump: Documented the cHopperEntity class.
madmaxoft
1
-0
/
+22
2013-10-23
APIDump: Linkified cEntity returns.
madmaxoft
1
-4
/
+7
2013-10-22
APIDump: member variables without a setter are considered constants.
madmaxoft
1
-1
/
+8
2013-10-22
APIDump: Inheritance is tested properly.
madmaxoft
1
-6
/
+4
2013-10-20
APIDump: Added link from cItem to the global ItemToString() et al.
madmaxoft
1
-1
/
+5
2013-10-20
APIDump: Fixed link in cPawn's desc.
madmaxoft
1
-1
/
+1
2013-10-20
APIDump: Various small fixes and additions.
madmaxoft
1
-6
/
+53
2013-10-20
APIDump: Fixed a few broken links.
madmaxoft
1
-4
/
+4
2013-10-20
APIDump: Statistics have a graphical meter; added hooks.
madmaxoft
1
-9
/
+39
2013-10-20
APIDump: Added basic statistics about the docs.
madmaxoft
2
-6
/
+83
2013-10-20
APIDump: Fixed listing undocumented objects.
madmaxoft
1
-5
/
+27
2013-10-19
APIDump: Undocumented member variables are listed.
madmaxoft
1
-4
/
+16
2013-10-19
APIDump: Extra pages use the local prettify and CSS.
madmaxoft
1
-2
/
+7
2013-10-19
APIDump: Added member-variable filtering.
madmaxoft
2
-0
/
+14
2013-10-19
Added a APIDump description for GetHTMLEscapedString.
Alexander Harkness
1
-63
/
+66
2013-10-19
APIDump: Member variables are read from the API.
madmaxoft
1
-10
/
+48
2013-10-19
APIDump: Better header text for classes.
madmaxoft
1
-1
/
+1
2013-10-18
APIDump: Added cIniFile additional info.
madmaxoft
2
-1
/
+29
2013-10-18
APIDump: Offline prettify is working.
madmaxoft
1
-1
/
+11
2013-10-18
APIDump: Added example code to cItem.
madmaxoft
1
-0
/
+32
2013-10-18
APIDump: Documented cItem's variables.
madmaxoft
1
-4
/
+11
2013-10-18
APIDump: Added support for member variables.
madmaxoft
2
-4
/
+59
2013-10-18
APIDump: Added prettify's license.
madmaxoft
1
-0
/
+191
2013-10-18
APIDump: Fixed offline JS.
madmaxoft
5
-108
/
+41
2013-10-18
APIDump: Do not list empty Constants or Functions sections.
madmaxoft
1
-14
/
+46
2013-10-18
APIDump: Split long code into functions.
madmaxoft
2
-94
/
+110
2013-10-18
APIDump: Ignore internal APIDump stuff.
madmaxoft
1
-0
/
+2
2013-10-18
APIDump: using local JS files instead of networked.
madmaxoft
3
-4
/
+100
2013-10-18
APIDump: Renamed output for helper stuff.
madmaxoft
1
-2
/
+2
2013-10-18
APIDump: Makes a list of bad links.
madmaxoft
1
-17
/
+78
2013-10-18
APIDump: Improved page titles.
madmaxoft
1
-2
/
+2
2013-10-18
APIDump: Documented HOOK_PLAYER_RIGHT_CLICKING_ENTITY.
madmaxoft
1
-0
/
+20
2013-10-18
APIDump: Documented HOOK_PLAYER_SHOOTING.
madmaxoft
1
-0
/
+25
2013-10-18
APIDump: Documented HOOK_PLAYER_SPAWNED.
madmaxoft
1
-0
/
+25
2013-10-18
APIDump: Documented HOOK_PLAYER_TOSSING_ITEM.
madmaxoft
1
-0
/
+23
2013-10-17
APIDump: Documented HOOK_PLAYER_USED_BLOCK.
madmaxoft
1
-0
/
+39
2013-10-17
APIDump: Documented HOOK_PLAYER_USED_ITEM.
madmaxoft
1
-0
/
+39
2013-10-17
APIDump: Documented HOOK_PLAYER_USING_BLOCK.
madmaxoft
1
-2
/
+45
2013-10-17
APIDump: Documented HOOK_PLAYER_USING_ITEM.
madmaxoft
1
-0
/
+36
2013-10-17
APIDump: Documented HOOK_UPDATED_SIGN.
madmaxoft
1
-0
/
+30
2013-10-17
APIDump: Documented HOOK_TICK.
madmaxoft
1
-0
/
+22
2013-10-17
APIDump: Documented HOOK_TAKE_DAMAGE.
madmaxoft
1
-0
/
+24
2013-10-17
APIDump: Documented HOOK_UPDATING_SIGN.
madmaxoft
1
-0
/
+50
2013-10-17
APIDump: More robust against missing APIDesc items.
madmaxoft
1
-3
/
+3
2013-10-16
APIDump: Documented HOOK_WEATHER_CHANGED.
madmaxoft
1
-0
/
+21
2013-10-16
APIDump: Documented HOOK_WEATHER_CHANGING.
madmaxoft
1
-0
/
+24
2013-10-16
APIDump: Documented HOOK_WORLD_TICK.
madmaxoft
1
-0
/
+24
2013-10-16
APIDump: Nicer HTML visage.
madmaxoft
3
-158
/
+230
2013-10-15
Added HOOK_PLAYER_RIGHT_CLICK
Alexander Harkness
1
-8
/
+38
2013-10-15
APIDump: Linkification supports #anchors.
madmaxoft
1
-2
/
+33
2013-10-15
APIDump: Documented HOOK_SPAWNING_MONSTER.
madmaxoft
1
-0
/
+26
2013-10-15
APIDump: Documented HOOK_SPAWNING_ENTITY.
madmaxoft
1
-2
/
+34
2013-10-15
APIDump: Documented HOOK_SPAWNED_MONSTER.
madmaxoft
1
-1
/
+21
2013-10-15
APIDump: Documented HOOK_SPAWNED_ENTITY.
madmaxoft
1
-0
/
+20
2013-10-15
APIDump: Documented HOOK_PRE_CRAFTING.
madmaxoft
1
-0
/
+30
2013-10-15
APIDump: Documented HOOK_POST_CRAFTING.
madmaxoft
1
-0
/
+29
2013-10-15
APIDump: Documented HOOK_PLAYER_PLACING_BLOCK.
madmaxoft
1
-0
/
+38
2013-10-15
APIDump: Documented HOOK_PLAYER_MOVING and HOOK_PLAYER_PLACED_BLOCK.
madmaxoft
1
-0
/
+53
2013-10-15
APIDump: Documented HOOK_PLAYER_LEFT_CLICK.
madmaxoft
1
-0
/
+40
2013-10-15
APIDump: Documented HOOK_PLAYER_JOINED.
madmaxoft
1
-0
/
+22
2013-10-15
APIDump: Documented HOOK_PLAYER_EATING.
madmaxoft
1
-0
/
+20
2013-10-15
APIDump: Documented HOOK_PLAYER_BROKEN_BLOCK.
madmaxoft
1
-2
/
+31
2013-10-15
APIDump: Documented HOOK_PLAYER_BREAKING_BLOCK.
madmaxoft
1
-0
/
+30
2013-10-14
APIDump: Documented HOOK_PLAYER_ANIMATION.
madmaxoft
1
-0
/
+21
2013-10-14
APIDump: Removed HOOK_MAX and HOOK_NUM_HOOKS from documentation.
madmaxoft
1
-1
/
+6
2013-10-14
APIDump: Documented HOOK_LOGIN.
madmaxoft
1
-0
/
+25
2013-10-14
APIDump: Documented HOOK_KILLING.
madmaxoft
1
-0
/
+27
2013-10-14
APIDump: Documented HOOK_HOPPER_PUSHING_ITEM.
madmaxoft
1
-3
/
+28
2013-10-14
APIDump: Documented HOOK_HOPPER_PULLING_ITEM.
madmaxoft
1
-0
/
+23
2013-10-14
APIDump: Documented HOOK_HANDSHAKE.
madmaxoft
1
-0
/
+23
2013-10-14
APIDump: Documented HOOK_EXPLODING.
madmaxoft
1
-0
/
+44
2013-10-14
APIDump: Documented HOOK_EXPLODED.
madmaxoft
1
-0
/
+43
2013-10-14
APIDump: Documented HOOK_EXECUTE_COMMAND.
madmaxoft
1
-0
/
+25
2013-10-14
APIDump: Updated the template for undocumented hooks.
madmaxoft
1
-2
/
+2
2013-10-14
APIDump: Documented HOOK_DISCONNECT.
madmaxoft
1
-0
/
+26
2013-10-14
APIDump: Fixed info missing from cCraftingRecipe.
madmaxoft
1
-1
/
+1
2013-10-14
APIDump: Documented HOOK_CRAFTING_NO_RECIPE.
madmaxoft
1
-0
/
+26
2013-10-14
APIDump: Documented HOOK_COLLECTING_PICKUP.
madmaxoft
1
-0
/
+27
2013-10-14
APIDump: Documented HOOK_CHUNK_UNLOADING.
madmaxoft
1
-0
/
+23
2013-10-14
APIDump: Documented HOOK_CHUNK_UNLOADED.
madmaxoft
1
-0
/
+22
2013-10-14
APIDump: Documented HOOK_CHUNK_GENERATING.
madmaxoft
1
-1
/
+33
2013-10-14
APIDump: Fixed undocumented hook param generator.
madmaxoft
1
-8
/
+9
2013-10-14
APIDump: Added example to HOOK_CHUNK_GENERATED.
madmaxoft
1
-0
/
+37
2013-10-14
APIDump: Documented HOOK_CHUNK_GENERATED.
madmaxoft
1
-0
/
+26
2013-10-14
APIDump: The undocumented hooks template now has 8 params.
madmaxoft
1
-0
/
+7
2013-10-14
APIDump: Documented HOOK_CHUNK_AVAILABLE.
madmaxoft
1
-0
/
+21
2013-10-12
APIDump: Documented the webserver vs world threads.
madmaxoft
1
-2
/
+58
2013-10-12
APIDump: Added pretty-printing to code examples.
madmaxoft
2
-30
/
+35
2013-10-12
APIDump: Added an OnBlockToPickups() code example.
madmaxoft
1
-0
/
+26
2013-10-12
APIDump: Added the possibility of extra code examples for hooks.
madmaxoft
1
-2
/
+8
2013-10-12
APIDump: Documented OnBlockToPickups.
madmaxoft
1
-0
/
+30
2013-10-12
APIDump: Hook notes are linkified.
madmaxoft
1
-1
/
+1
2013-10-09
APIDump: Fixed extra pages copying.
madmaxoft
1
-1
/
+7
2013-10-09
APIDump: Implemented basic hook documentation.
madmaxoft
2
-11
/
+152
2013-10-09
APIDump: Documented the new cFile API functions.
madmaxoft
1
-0
/
+24
2013-10-09
APIDump: Added support for extra pages.
madmaxoft
3
-3
/
+52
2013-10-09
APIDump: Taking advantage of the new cFile API.
madmaxoft
1
-9
/
+7
2013-10-05
APIDump: Brought cItem docs up-to-date.
madmaxoft
1
-5
/
+7
2013-10-04
APIDump: Added cLineBlockTracer documentation.
madmaxoft
1
-4
/
+86
2013-10-04
APIDump: Documented cPlugin
STRWarrior
1
-5
/
+9
2013-10-04
APIDump: Added the cWorld:IsWeatherXXX() functions.
madmaxoft
1
-1
/
+5
2013-10-02
APIDump: Removed ignored classes logging.
madmaxoft
1
-2
/
+0
2013-10-02
APIDump: Fixed operator == rename having bad DocID.
madmaxoft
2
-3
/
+7
2013-09-30
APIDump: Added equality operator renaming.
madmaxoft
1
-0
/
+3
2013-09-29
APIDump: Fixed overloaded functions' docs.
madmaxoft
1
-18
/
+45
2013-09-29
APIDump: Added more inheritance and linkification.
madmaxoft
1
-4
/
+6
2013-09-29
APIDump: Linkified cDropSpenser constants.
madmaxoft
1
-2
/
+2
2013-09-29
APIDump: Added the possibility to ignore classes. Ignoring Lua builtins.
madmaxoft
2
-1
/
+40
2013-09-27
APIDump: Updated cEntity docs.
madmaxoft
1
-33
/
+115
2013-09-27
APIDump: Documented cServer
STRWarrior
1
-1
/
+6
2013-09-26
APIDump: Completed cCuboid docs.
madmaxoft
1
-6
/
+28
2013-09-26
APIDump: Completed cCraftingGrid's documentation.
madmaxoft
1
-3
/
+8
2013-09-26
APIDump: completed cChestEntity docs.
madmaxoft
1
-1
/
+30
2013-09-25
APIDump: Updated cBlockArea docs.
madmaxoft
1
-0
/
+3
2013-09-25
APIDump: Updated cChunkDesc docs.
madmaxoft
1
-2
/
+25
2013-09-25
APIDump: Updated cClientHandle documentation
madmaxoft
1
-5
/
+7
2013-09-24
APIDump: Documented the cBoundingBox class.
madmaxoft
1
-2
/
+35
2013-09-22
APIDump: Forgot a function in globals.
STRWarrior
1
-0
/
+1
2013-09-22
APIDump: Documented the globals.
STRWarrior
1
-0
/
+37
2013-09-19
APIDump: Automatic corrections.
madmaxoft
1
-83
/
+78
2013-09-18
APIDump: Updated cPluginManager documentation.
madmaxoft
1
-16
/
+88
2013-09-18
APIDump: Small cRoot improvement.
STRWarrior
1
-17
/
+17
2013-09-17
Documented cRoot.
STRWarrior
1
-0
/
+19
2013-09-16
APIDump: Additional information is linkified, too.
madmaxoft
1
-1
/
+1
2013-09-16
APIDump: Added a slight visual style to <pre> tags
madmaxoft
1
-0
/
+5
2013-09-16
APIDump: Added callback examples to cWorld.
madmaxoft
1
-0
/
+60
2013-09-16
APIDump: All cWorld functions are documented.
madmaxoft
1
-25
/
+44
2013-09-15
APIDump: Next batch of cWorld documentation.
madmaxoft
1
-35
/
+34
2013-09-15
APIDump: Added a first part of cWorld documentation.
madmaxoft
1
-2
/
+118
2013-09-15
APIDump: Fixed linkification with multiple links in one string.
madmaxoft
1
-2
/
+2
2013-09-14
APIDump: Undescribed classes are listed as undocumented.
madmaxoft
1
-14
/
+16
2013-09-14
APIDump: Added most missing classes as empty templates.
madmaxoft
1
-1
/
+93
2013-09-14
APIDump: Removed most unexported-documented classes.
madmaxoft
1
-232
/
+53
2013-09-14
APIDump: Fixed dumping when APIDesc doesn't contain Constants section.
madmaxoft
1
-10
/
+14
2013-09-14
APIDump: Fixed cLuaWindow documentation.
madmaxoft
1
-62
/
+64
2013-09-14
APIDump: Added creating the list of unexported-documented API objects.
madmaxoft
1
-0
/
+24
2013-09-14
APIDump: Implemented creating the list of undocumented API objects.
madmaxoft
1
-3
/
+65
2013-09-14
APIDump: Added a simple header to the class index.
madmaxoft
1
-2
/
+3
2013-09-14
APIDump: Added cArrowEntity documentation
madmaxoft
1
-0
/
+29
2013-09-14
APIDump: Added an example on how to fill in the documentation.
madmaxoft
1
-8
/
+55
2013-09-14
APIDump: Added support for additional info exported with each class.
madmaxoft
2
-1
/
+91
2013-09-14
APIDump: Added support for overloaded functions.
madmaxoft
2
-13
/
+57
2013-09-14
APIDump: Do not dump the g_APIDesc and APIDump's functions.
madmaxoft
2
-4
/
+13
2013-09-14
APIDump: Moved sorting after the renaming.
madmaxoft
2
-21
/
+25
2013-09-14
APIDump: Linkifications works for simple {{link}} too.
madmaxoft
1
-1
/
+3
2013-09-14
APIDump: Added special-function renaming (constructor, operators).
madmaxoft
2
-5
/
+22
2013-09-14
APIDump: Added more globally-ignored functions.
madmaxoft
1
-1
/
+4
2013-09-14
APIDump: Ignored functions are removed from undocumented classes, too.
madmaxoft
1
-10
/
+9
2013-09-13
APIDump: Ignoring some Lua internal stuff from API-scanning.
madmaxoft
1
-4
/
+10
2013-09-13
APIDump: Fixed link in cBlockArea's docs
madmaxoft
1
-3
/
+3
2013-09-13
APIDump: Basic CSS file makes tables visible
madmaxoft
2
-0
/
+35
2013-09-13
APIDump: Constructors are renamed and can have documentation
madmaxoft
2
-2
/
+7
2013-09-13
APIDump: Added support for ignoring functions; ignoring the lua/tolua internals.
madmaxoft
2
-14
/
+30
2013-09-13
APIDump: Fixed cItem's description.
madmaxoft
1
-12
/
+17
2013-09-13
APIDump: Linkification works.
madmaxoft
1
-4
/
+3
2013-09-13
APIDump: Added descendants specified through inheritance.
madmaxoft
1
-27
/
+59
2013-09-13
APIDump: Added support for inheritance
madmaxoft
1
-29
/
+68
2013-09-12
APIDump: Read through and fixed the first few classes desc.
madmaxoft
1
-92
/
+71
2013-09-12
APIDump: Imported the descriptions from the wiki.
madmaxoft
2
-156
/
+1268
2013-09-12
APIDump: Fixed nesting
madmaxoft
1
-3
/
+2
2013-09-12
APIDump: Processing wiki-style bullets (" * ") into <li> tag
madmaxoft
1
-0
/
+4
2013-09-12
APIDump: Added parsing for older wiki format, "Class Definition" header.
madmaxoft
1
-6
/
+44
2013-09-12
APIDump: The APIDesc from wiki can be read back by Lua.
madmaxoft
1
-10
/
+21
2013-09-12
APIDump: replacing wiki-style markup with APIDump-style markup
madmaxoft
1
-0
/
+3
2013-09-12
APIDump: Fixed parsing tables with wiki-links.
madmaxoft
1
-10
/
+33
2013-09-11
APIDump: Fixed a missing tab
madmaxoft
1
-1
/
+1
2013-09-11
APIDump: Added a testing constant description
madmaxoft
1
-0
/
+4
2013-09-11
APIDump: Initial implementation of wiki-to-lua conversion
madmaxoft
1
-3
/
+85
2013-09-11
APIDump: First attempt at outputting annotations in the HTML format
madmaxoft
3
-85
/
+179
2013-09-10
DumpAPI: Basic HTML output for classes
madmaxoft
1
-36
/
+148
2013-09-09
APIDump now produces wiki-style tables of functions and constants.
madmaxoft
2
-6
/
+144
2013-07-30
Changed name and put the whitespace back, as per xoft's suggestion.
Alexander Harkness
1
-2
/
+11
2013-07-30
Moved the file to a more sensible name.
Alexander Harkness
1
-0
/
+52