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
/
APIDesc.lua
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-29
Added cBlockArea::msSimpleCompare merge strategy.
Mattes D
1
-8
/
+41
2015-04-23
Refactored ManualBindings' callbacks using templates.
Mattes D
1
-26
/
+26
2015-04-21
Added URL member to the HTTPRequest API class.
Mattes D
1
-42
/
+0
2015-04-19
Split the plugin names and plugin folders to avoid confusing them.
Mattes D
1
-151
/
+0
2015-04-13
Removed HOOK_MAX and HOOK_NUM_HOOKS from Lua API.
Mattes D
1
-2
/
+0
2015-04-11
cFile:ChangeFileExt now accepts extensions with leading dot, too.
Mattes D
1
-2
/
+2
2015-04-11
Added more cFile API functions.
Mattes D
1
-0
/
+3
2015-04-06
Added cFile:ChangeFileExt() function.
Mattes D
1
-0
/
+1
2015-03-21
APIDump: Linkified eShrapnelLevel.
Mattes D
1
-2
/
+2
2015-03-21
APIDump: Used suggestions
STRWarrior
1
-8
/
+8
2015-03-21
APIDump: Improved documentation of cWorld:GetTNTShrapnelLevel
STRWarrior
1
-3
/
+3
2015-03-21
APIDump: Gave shrapnellevel it's own constantgroup
STRWarrior
1
-0
/
+7
2015-03-21
APIDump: Fixed typo in cWorld:BroadcastEntityAnimation documentation
STRWarrior
1
-1
/
+1
2015-03-21
APIDump: Improved cWorld:GetMaxViewDistance documentation
STRWarrior
1
-1
/
+1
2015-03-21
APIDump: Improved cBlockArea.msDifference documentation
STRWarrior
1
-1
/
+1
2015-03-21
APIDump: Documented function in cChunkDesc
STRWarrior
1
-0
/
+1
2015-03-21
APIDump: Documented functions & Variables in cBlockInfo
STRWarrior
1
-0
/
+4
2015-03-21
APIDump: Documented missing constant in cBlockArea
STRWarrior
1
-0
/
+1
2015-03-21
APIDump: Documented all undocumented functions in cWorld
STRWarrior
1
-1
/
+23
2015-03-19
APIDump: Removed the tolua.cast() example.
Mattes D
1
-26
/
+3
2015-03-11
Fixes #493 and #490
flx5
1
-0
/
+1
2015-03-05
Added description to APIDump for OnEntityTeleport
joshi07
1
-2
/
+2
2015-02-23
Added documentation for CompressStringZLIB
STRWarrior
1
-1
/
+1
2015-02-23
Documented cStringCompression
STRWarrior
1
-2
/
+21
2015-02-22
Documented CompressString and UncompressString
STRWarrior
1
-0
/
+2
2015-02-21
Added cCryptoHash namespace to Lua API.
Mattes D
1
-1
/
+23
2015-02-07
Updated IsOnGround() documentation
Howaner
1
-1
/
+1
2014-12-24
APIDump: Updated the player block placement documentation.
Mattes D
1
-0
/
+2
2014-12-13
Made comment in example code smaller
STRWarrior
1
-1
/
+3
2014-12-01
MobSpawner fixes.
Howaner
1
-1
/
+1
2014-11-29
Removed old MobType category.
Howaner
1
-8
/
+1
2014-11-29
Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() instead
Howaner
1
-1
/
+1
2014-11-29
Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.
Howaner
1
-6
/
+14
2014-11-15
Use LastPlacedSign instead of LastPlacedBlock.
Howaner
1
-1
/
+0
2014-11-15
Updated APIDump
Howaner
1
-2
/
+3
2014-11-15
Renamed GetSettedViewDistance() to GetRequestedViewDistance()
Howaner
1
-1
/
+1
2014-11-14
APIDump: Fixed example cCompositeChat URL
Howaner
1
-1
/
+1
2014-11-14
Updated APIDump
Howaner
1
-0
/
+1
2014-11-05
renamed FindAndDoWithUUID to DoWithPlayerByUUID, fixed style and comments, added description to APIDump
Lukas Pioch
1
-0
/
+2
2014-10-05
cClientHandle: Added protocol version knowledge.
Mattes D
1
-0
/
+1
2014-10-01
APIDump: Fixed cEntity documentation.
madmaxoft
1
-5
/
+23
2014-10-01
APIDump: Added more of the missing documentation.
madmaxoft
1
-5
/
+22
2014-10-01
Unified cRoot broadcast chat documentation.
madmaxoft
1
-7
/
+14
2014-10-01
APIDump: Documented missing cIniFile function.
madmaxoft
1
-0
/
+1
2014-10-01
APIDump: Documented missing cCompositeChat functions.
madmaxoft
1
-4
/
+6
2014-10-01
APIDump: Added missing cClientHandle documentation.
madmaxoft
1
-0
/
+3
2014-09-29
RankMgr: GetAllPlayers() returns players sorted by name.
madmaxoft
1
-1
/
+1
2014-09-29
Fixed a typo in the description.
madmaxoft
1
-1
/
+1
2014-09-28
cRankManager: Added ClearPlayerRanks()
Howaner
1
-0
/
+1
2014-09-28
Updated api documentation.
Howaner
1
-0
/
+2
2014-09-27
Fixed typo again.
Alexander Harkness
1
-1
/
+1
2014-09-27
Typo fix.
Alexander Harkness
1
-1
/
+1
2014-09-27
Remaining part of fix.
Alexander Harkness
1
-0
/
+1
2014-09-12
APIDump: Improved command binding documentation.
madmaxoft
1
-4
/
+4
2014-09-07
Exported cClientHandle:GetIPString() to Lua API.
Mattes D
1
-0
/
+1
2014-09-03
Exported ForEachEntityInBox() to Lua API.
madmaxoft
1
-0
/
+1
2014-09-02
Changed the IsEnchantable() comment again.
Howaner
1
-2
/
+1
2014-09-02
Renamed SetWalkSpeed() to SetRelativeWalkSpeed()
Howaner
1
-2
/
+2
2014-09-02
Added the new functions to APIDump.
Howaner
1
-0
/
+9
2014-09-01
Fixed ReplaceString() documentation.
Howaner
1
-1
/
+1
2014-08-30
Changed the IsEnchantable() comment.
Howaner
1
-1
/
+1
2014-08-30
Added GetWalkSpeed() and SetWalkSpeed() documentation.
Howaner
1
-0
/
+2
2014-08-28
APIDump: Added missing cItem things.
Hownaer
1
-3
/
+8
2014-08-28
Fixed ItemCategory code example.
Hownaer
1
-2
/
+2
2014-08-24
RankMgr: Exported the default-rank functions.
Mattes D
1
-6
/
+14
2014-08-21
RankMgr: Added cRankManager::RemovePlayerRank().
Mattes D
1
-0
/
+1
2014-08-21
APIDump: Removed the cGroup and cGroupManager classes.
Mattes D
1
-25
/
+2
2014-08-20
Exported cServer:ShouldAuthenticate to Lua API.
Mattes D
1
-1
/
+2
2014-08-20
APIDump: Added cRankManager documentation.
Mattes D
1
-0
/
+56
2014-08-05
Added api documentation for Clamp()
Howaner
1
-2
/
+3
2014-08-03
cMojangAPI: Added UUID-to-Name lookup.
madmaxoft
1
-9
/
+8
2014-08-03
Added cMojangAPI:GetUUIDFromPlayerName().
madmaxoft
1
-0
/
+1
2014-07-31
MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames().
madmaxoft
1
-1
/
+1
2014-07-30
Added beacon documentation.
Howaner
1
-0
/
+1
2014-07-30
APIDump: Added notes about cache to cMojangAPI.
madmaxoft
1
-1
/
+7
2014-07-30
APIDump: Fixed UUID-related documentation.
madmaxoft
1
-2
/
+2
2014-07-30
Exported cMojangAPI to Lua.
madmaxoft
1
-1
/
+26
2014-07-28
Added cClientHandle:GetUUIDsFromPlayerNames() to Lua API.
madmaxoft
1
-0
/
+1
2014-07-18
APIDump: Documented RemoveItem().
madmaxoft
1
-0
/
+2
2014-07-10
APIDump: Documented cWorld:SetChunkAlwaysTicked.
madmaxoft
1
-0
/
+1
2014-07-04
Removed useless sentence in cPluginManager:ExecuteCommand description.
STRWarrior
1
-1
/
+1
2014-07-04
Fixed ExecuteCommand description.
STRWarrior
1
-1
/
+1
2014-06-21
Added cClientHandle::IsUUIDOnline function.
madmaxoft
1
-0
/
+3
2014-06-18
(Force)ExecuteCommand returns the CommandResult enums
STRWarrior
1
-2
/
+17
2014-06-17
Pawn: renamed HandleEntityEffects to HandleEntityEffect
archshift
1
-0
/
+3
2014-06-13
APIDump: Added the Info.lua article.
madmaxoft
1
-0
/
+1
2014-06-11
Update APIDesc.lua
Alexander Harkness
1
-0
/
+1
2014-06-11
APIDump: Documented cBlockArea:GetCoordRange().
madmaxoft
1
-1
/
+2
2014-06-11
Update APIDesc.lua
Tiger Wang
1
-3
/
+6
2014-06-08
Small change for easier understanding.
Alexander Harkness
1
-1
/
+1
2014-04-23
Updated docs for StringToEnchantmentID.
madmaxoft
1
-1
/
+1
2014-04-19
APIDump: Added a ChunkStay article.
madmaxoft
1
-3
/
+4
2014-04-06
Updated cWorld::CreateProjectile() documentation
Tiger Wang
1
-1
/
+1
2014-04-05
Added more API documentation to cCompositeChat.
madmaxoft
1
-1
/
+17
2014-04-03
APIDump: Added angular specifics.
madmaxoft
1
-2
/
+2
2014-04-03
Documented the units and range for entity rotations.
madmaxoft
1
-3
/
+3
2014-04-01
APIDump: Gave msDifference it's own table.
STRWarrior
1
-9
/
+21
2014-04-01
cBlockArea: Added the msMask merge strategy.
madmaxoft
1
-3
/
+20
2014-04-01
LOG() API reads the LogLevel from the cCompositeChat's MessageType.
madmaxoft
1
-2
/
+2
2014-03-31
APIDump: Documented the cCompositeChat support in logging functions.
madmaxoft
1
-5
/
+25
2014-03-31
Added extra table which should make it more clear what msDifference does.
STRWarrior
1
-1
/
+3
2014-03-31
Fixed typo
STRWarrior
1
-1
/
+1
2014-03-31
Documented msDifference
STRWarrior
1
-6
/
+8
2014-03-30
APIDump: Added article: Setting up ZeroBrane Studio.
madmaxoft
1
-0
/
+1
2014-03-28
Implemented the msSpongePrint merge strategy.
madmaxoft
1
-4
/
+20
2014-03-27
Change documentation text
Howaner
1
-2
/
+2
2014-03-27
Change SpreadSource documentation
Howaner
1
-1
/
+1
2014-03-27
Add documentation for new Block spread
Howaner
1
-0
/
+9
2014-03-20
Plugins can set flying speed.
madmaxoft
1
-3
/
+5
2014-03-20
APIDump: Fixed wrong escaped strings.
madmaxoft
1
-5
/
+5
2014-03-20
Rewritten player speeds to be relative unit-less.
madmaxoft
1
-5
/
+5
2014-03-14
cPluginManager:Bind[Console]Command returns true on success.
madmaxoft
1
-4
/
+4
2014-03-11
APIDump: Removed old documentation, documented some new functions.
madmaxoft
1
-6
/
+15
2014-03-12
APIDump: Updated WEOffset-related docs.
madmaxoft
1
-7
/
+7
2014-03-11
Fixed APIDump
STRWarrior
1
-1
/
+1
2014-03-11
Documented the functions.
STRWarrior
1
-0
/
+6
2014-03-08
Change tnt documentation to ticks
Howaner
1
-3
/
+3
2014-03-08
Add new tnt documentation
Howaner
1
-2
/
+3
2014-03-07
Fixed cBlockArea schematic string saving signature.
madmaxoft
1
-1
/
+1
2014-03-07
Link cItem in the documentation
Howaner
1
-1
/
+1
2014-03-07
Add missing documentation files
Howaner
1
-0
/
+2
2014-03-07
APIDump: Documented cBlockArea string-serialization functions.
madmaxoft
1
-0
/
+2
2014-03-05
APIDump: Documented the cCompositeChat class.
madmaxoft
1
-0
/
+52
2014-03-05
APIDump: Ignoring classes by exact match.
madmaxoft
1
-10
/
+10
2014-03-02
GetById => Get
andrew
1
-10
/
+10
2014-03-02
APIDump: ID -> Type
andrew
1
-10
/
+10
2014-03-02
Exported cBlockInfo
andrew
1
-0
/
+32
2014-03-01
APIDump: Fixed cScoreboard enums
andrew
1
-17
/
+17
2014-03-01
Exported cScoreboard::ForEachTeam
andrew
1
-0
/
+1
2014-03-01
Exported cScoreboard::ForEachObjective
andrew
1
-0
/
+1
2014-03-01
Exported and documented cScoreboard
andrew
1
-0
/
+90
2014-03-01
APIDump: Documented cRoot:CreateAndInitializeWorld.
STRWarrior
1
-0
/
+1
2014-02-26
APIDump: Separated out Geometry-related classes to their own file.
madmaxoft
1
-301
/
+0
2014-02-24
Added useful parameter overloads to cBlockArea Lua API.
madmaxoft
1
-6
/
+31
2014-02-23
APIDump: Fixed cBlockArea:GetRelBlockType() return types.
madmaxoft
1
-1
/
+1
2014-02-23
Documented cBlockArea:GetOrigin(), :GetSize() and :GetVolume().
madmaxoft
1
-0
/
+3
2014-02-23
Maps: Improvements
andrew
1
-2
/
+2
2014-02-23
Manually exported DoWithMap
andrew
1
-1
/
+1
2014-02-23
Documented and exported cMapManager
andrew
1
-0
/
+14
2014-02-22
Documented and exported cMap
andrew
1
-0
/
+49
2014-02-20
APIDump: Documented cClientHandle:HasPluginChannel.
madmaxoft
1
-0
/
+1
2014-02-20
APIDump: Fixed cBlockArea:GetRelBlockType() return types.
madmaxoft
1
-1
/
+1
2014-02-18
APIDump: Documented missing cWorld functions.
madmaxoft
1
-0
/
+8
2014-02-18
Properly exported and documented paintings
Tiger Wang
1
-0
/
+18
2014-02-17
Documented the cPluginManager:GetPluginsPath() API function.
madmaxoft
1
-0
/
+1
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
Added documentation
tonibm19
1
-1
/
+4
2014-01-29
Documented cFloater.
STRWarrior
1
-0
/
+14
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: Added missing bits of documentation.
madmaxoft
1
-0
/
+15
2014-01-13
APIDump: Documented the plugin messaging hook and function.
madmaxoft
1
-0
/
+1
2014-01-11
Documented the cIniFile:AddValue* functions.
madmaxoft
1
-0
/
+4
2014-01-05
Fixed cPluginManager:AddHook() binding.
madmaxoft
1
-1
/
+1
2013-12-27
APIDump: Added the SettingUpDecoda article.
madmaxoft
1
-0
/
+1
2013-12-27
APIDump: Added the WritingPlugin article to the exported pages.
madmaxoft
1
-0
/
+1
2013-12-24
Removed documentation for cChatColour:MakeColor()
Alexander Harkness
1
-7
/
+3
2013-12-16
APIDump: Ignoring the multi-inheritance members.
madmaxoft
1
-1
/
+10
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-07
Documented SpawnFallingBlock()
STRWarrior
1
-0
/
+1
2013-12-05
APIDump: Documented the new cPluginManager:GetCurrentPlugin() function.
madmaxoft
1
-1
/
+2
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
1
-110
/
+1
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
1
-1682
/
+1
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
1
-16
/
+115
2013-11-22
APIDump: Added a few constant groups to the descriptions.
madmaxoft
1
-92
/
+78
2013-11-22
APIDump: Implemented constant groups.
madmaxoft
1
-2
/
+60
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: 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: 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-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-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-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: Added basic statistics about the docs.
madmaxoft
1
-0
/
+2
2013-10-19
APIDump: Added member-variable filtering.
madmaxoft
1
-0
/
+5
2013-10-19
Added a APIDump description for GetHTMLEscapedString.
Alexander Harkness
1
-63
/
+66
2013-10-18
APIDump: Added cIniFile additional info.
madmaxoft
1
-0
/
+28
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
1
-2
/
+7
2013-10-18
APIDump: Split long code into functions.
madmaxoft
1
-0
/
+2
2013-10-18
APIDump: Ignore internal APIDump stuff.
madmaxoft
1
-0
/
+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-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-15
Added HOOK_PLAYER_RIGHT_CLICK
Alexander Harkness
1
-8
/
+38
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: 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: 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: 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: Documented HOOK_CHUNK_AVAILABLE.
madmaxoft
1
-0
/
+21
2013-10-12
APIDump: Added pretty-printing to code examples.
madmaxoft
1
-27
/
+27
2013-10-12
APIDump: Added an OnBlockToPickups() code example.
madmaxoft
1
-0
/
+26
2013-10-12
APIDump: Documented OnBlockToPickups.
madmaxoft
1
-0
/
+30
2013-10-09
APIDump: Implemented basic hook documentation.
madmaxoft
1
-2
/
+32
2013-10-09
APIDump: Documented the new cFile API functions.
madmaxoft
1
-0
/
+24
2013-10-09
APIDump: Added support for extra pages.
madmaxoft
1
-0
/
+6
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: Fixed operator == rename having bad DocID.
madmaxoft
1
-2
/
+6
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
1
-1
/
+13
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: 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-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 cLuaWindow documentation.
madmaxoft
1
-62
/
+64
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
1
-1
/
+77
2013-09-14
APIDump: Added support for overloaded functions.
madmaxoft
1
-8
/
+20
2013-09-14
APIDump: Do not dump the g_APIDesc and APIDump's functions.
madmaxoft
1
-3
/
+11
2013-09-14
APIDump: Moved sorting after the renaming.
madmaxoft
1
-0
/
+1
2013-09-14
APIDump: Added special-function renaming (constructor, operators).
madmaxoft
1
-0
/
+1
2013-09-14
APIDump: Added more globally-ignored functions.
madmaxoft
1
-1
/
+4
2013-09-13
APIDump: Fixed link in cBlockArea's docs
madmaxoft
1
-3
/
+3
2013-09-13
APIDump: Constructors are renamed and can have documentation
madmaxoft
1
-0
/
+1
2013-09-13
APIDump: Added support for ignoring functions; ignoring the lua/tolua internals.
madmaxoft
1
-0
/
+1
2013-09-13
APIDump: Fixed cItem's description.
madmaxoft
1
-12
/
+17
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
1
-6
/
+1268
2013-09-11
APIDump: Added a testing constant description
madmaxoft
1
-0
/
+4
2013-09-11
APIDump: First attempt at outputting annotations in the HTML format
madmaxoft
1
-0
/
+68