summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed output directory to ServerMattes D2015-09-051-3045/+0
* Fixed a few missing MCServers in APIDumpJulian Laubstein2015-08-131-6/+6
* Updated APIDump to follow the namechangeJulian Laubstein2015-08-111-18/+18
* Spawn baby mobshallucino2015-07-161-1/+4
* Added a size check for portals.STRWarrior2015-06-281-0/+8
* cBlockArea: Added CountSpecificBlocks() API function.Mattes D2015-06-081-0/+5
* Merge pull request #2206 from mc-server/APIDumpTimeStampworktycho2015-06-051-3/+7
|\
| * Added Build info to the cRoot API.Mattes D2015-06-051-3/+7
* | Added SendSystemMessage / SendAboveActionBarMessage to the docsjan642015-06-031-0/+2
|/
* Added method to get the uptime of the server in seconds. Implements #1650.Lukas Pioch2015-05-261-32/+29
* Fixed syntax errorAlexander Harkness2015-05-081-0/+1
* Properly fix the docs for FindAndDoWithPlayer.Alexander Harkness2015-05-061-3/+3
* Added info about case-sensitivity of FindAndDoWithPlayerAlexander Harkness2015-05-061-4/+3
* Added cBlockArea:CountNonAirBlocks API function.Mattes D2015-04-301-0/+1
* APIDump: Added documentation for cBlockArea:GetNonAirCropRelCoords.Mattes D2015-04-301-0/+1
* Added cBlockArea::msSimpleCompare merge strategy.Mattes D2015-04-291-8/+41
* Refactored ManualBindings' callbacks using templates.Mattes D2015-04-231-26/+26
* Added URL member to the HTTPRequest API class.Mattes D2015-04-211-42/+0
* Split the plugin names and plugin folders to avoid confusing them.Mattes D2015-04-191-151/+0
* Removed HOOK_MAX and HOOK_NUM_HOOKS from Lua API.Mattes D2015-04-131-2/+0
* cFile:ChangeFileExt now accepts extensions with leading dot, too.Mattes D2015-04-111-2/+2
* Added more cFile API functions.Mattes D2015-04-111-0/+3
* Added cFile:ChangeFileExt() function.Mattes D2015-04-061-0/+1
* APIDump: Linkified eShrapnelLevel.Mattes D2015-03-211-2/+2
* APIDump: Used suggestionsSTRWarrior2015-03-211-8/+8
* APIDump: Improved documentation of cWorld:GetTNTShrapnelLevelSTRWarrior2015-03-211-3/+3
* APIDump: Gave shrapnellevel it's own constantgroupSTRWarrior2015-03-211-0/+7
* APIDump: Fixed typo in cWorld:BroadcastEntityAnimation documentationSTRWarrior2015-03-211-1/+1
* APIDump: Improved cWorld:GetMaxViewDistance documentationSTRWarrior2015-03-211-1/+1
* APIDump: Improved cBlockArea.msDifference documentationSTRWarrior2015-03-211-1/+1
* APIDump: Documented function in cChunkDescSTRWarrior2015-03-211-0/+1
* APIDump: Documented functions & Variables in cBlockInfoSTRWarrior2015-03-211-0/+4
* APIDump: Documented missing constant in cBlockAreaSTRWarrior2015-03-211-0/+1
* APIDump: Documented all undocumented functions in cWorldSTRWarrior2015-03-211-1/+23
* APIDump: Removed the tolua.cast() example.Mattes D2015-03-191-26/+3
* Fixes #493 and #490flx52015-03-111-0/+1
* Added description to APIDump for OnEntityTeleportjoshi072015-03-051-2/+2
* Added documentation for CompressStringZLIBSTRWarrior2015-02-231-1/+1
* Documented cStringCompressionSTRWarrior2015-02-231-2/+21
* Documented CompressString and UncompressStringSTRWarrior2015-02-221-0/+2
* Added cCryptoHash namespace to Lua API.Mattes D2015-02-211-1/+23
* Updated IsOnGround() documentationHowaner2015-02-071-1/+1
* APIDump: Updated the player block placement documentation.Mattes D2014-12-241-0/+2
* Made comment in example code smallerSTRWarrior2014-12-131-1/+3
* MobSpawner fixes.Howaner2014-12-011-1/+1
* Merge branch 'master' into MobSpawnerHowaner2014-12-011-1/+1
|\
| * Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() insteadHowaner2014-11-291-1/+1
* | Removed old MobType category.Howaner2014-11-291-8/+1
* | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.Howaner2014-11-291-6/+14
|/
* Merge pull request #1598 from mc-server/SignEditorMattes D2014-11-181-2/+2
|\
| * Use LastPlacedSign instead of LastPlacedBlock.Howaner2014-11-151-1/+0
| * Updated APIDumpHowaner2014-11-151-2/+3
* | Merge pull request #1577 from mc-server/ViewDistanceMattes D2014-11-161-0/+1
|\ \ | |/ |/|
| * Renamed GetSettedViewDistance() to GetRequestedViewDistance()Howaner2014-11-151-1/+1
| * Updated APIDumpHowaner2014-11-141-0/+1
* | APIDump: Fixed example cCompositeChat URLHowaner2014-11-141-1/+1
|/
* renamed FindAndDoWithUUID to DoWithPlayerByUUID, fixed style and comments, added description to APIDumpLukas Pioch2014-11-051-0/+2
* cClientHandle: Added protocol version knowledge.Mattes D2014-10-051-0/+1
* APIDump: Fixed cEntity documentation.madmaxoft2014-10-011-5/+23
* APIDump: Added more of the missing documentation.madmaxoft2014-10-011-5/+22
* Unified cRoot broadcast chat documentation.madmaxoft2014-10-011-7/+14
* APIDump: Documented missing cIniFile function.madmaxoft2014-10-011-0/+1
* APIDump: Documented missing cCompositeChat functions.madmaxoft2014-10-011-4/+6
* APIDump: Added missing cClientHandle documentation.madmaxoft2014-10-011-0/+3
* RankMgr: GetAllPlayers() returns players sorted by name.madmaxoft2014-09-291-1/+1
* Fixed a typo in the description.madmaxoft2014-09-291-1/+1
* Merge branch 'master' into RanksHowaner2014-09-291-1/+2
|\
| * Fixed typo again.Alexander Harkness2014-09-271-1/+1
| * Typo fix.Alexander Harkness2014-09-271-1/+1
| * Remaining part of fix.Alexander Harkness2014-09-271-0/+1
* | cRankManager: Added ClearPlayerRanks()Howaner2014-09-281-0/+1
* | Updated api documentation.Howaner2014-09-281-0/+2
|/
* Merge branch 'master' into EntityCustomNameHowaner2014-09-231-9/+17
|\
| * Merge pull request #1353 from mc-server/EffectsMattes D2014-09-131-0/+2
| |\
| | * Merge branch 'master' into EffectsHowaner2014-09-121-4/+10
| | |\
| | * | Renamed SetWalkSpeed() to SetRelativeWalkSpeed()Howaner2014-09-021-2/+2
| | * | Merge branch 'master' into EffectsHowaner2014-09-021-1/+1
| | |\ \
| | * | | Added GetWalkSpeed() and SetWalkSpeed() documentation.Howaner2014-08-301-0/+2
| * | | | APIDump: Improved command binding documentation.madmaxoft2014-09-121-4/+4
| | |_|/ | |/| |
| * | | Exported cClientHandle:GetIPString() to Lua API.Mattes D2014-09-071-0/+1
| * | | Exported ForEachEntityInBox() to Lua API.madmaxoft2014-09-031-0/+1
| * | | Changed the IsEnchantable() comment again.Howaner2014-09-021-2/+1
| * | | Merge branch 'master' into InventoryHowaner2014-09-021-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Changed the IsEnchantable() comment.Howaner2014-08-301-1/+1
| * | | APIDump: Added missing cItem things.Hownaer2014-08-281-3/+8
| | |/ | |/|
* | | Added the new functions to APIDump.Howaner2014-09-021-0/+9
| |/ |/|
* | Fixed ReplaceString() documentation.Howaner2014-09-011-1/+1
|/
* Fixed ItemCategory code example.Hownaer2014-08-281-2/+2
* RankMgr: Exported the default-rank functions.Mattes D2014-08-241-6/+14
* RankMgr: Added cRankManager::RemovePlayerRank().Mattes D2014-08-211-0/+1
* APIDump: Removed the cGroup and cGroupManager classes.Mattes D2014-08-211-25/+2
* Exported cServer:ShouldAuthenticate to Lua API.Mattes D2014-08-201-1/+2
* APIDump: Added cRankManager documentation.Mattes D2014-08-201-0/+56
* Added api documentation for Clamp()Howaner2014-08-051-2/+3
* cMojangAPI: Added UUID-to-Name lookup.madmaxoft2014-08-031-9/+8
* Added cMojangAPI:GetUUIDFromPlayerName().madmaxoft2014-08-031-0/+1
* Merge pull request #1255 from mc-server/NameToUUIDMattes D2014-08-011-2/+34
|\
| * MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames().madmaxoft2014-07-311-1/+1
| * APIDump: Added notes about cache to cMojangAPI.madmaxoft2014-07-301-1/+7
| * APIDump: Fixed UUID-related documentation.madmaxoft2014-07-301-2/+2
| * Exported cMojangAPI to Lua.madmaxoft2014-07-301-1/+26
| * Added cClientHandle:GetUUIDsFromPlayerNames() to Lua API.madmaxoft2014-07-281-0/+1
* | Added beacon documentation.Howaner2014-07-301-0/+1
|/
* APIDump: Documented RemoveItem().madmaxoft2014-07-181-0/+2
* Merge remote-tracking branch 'origin/master' into potionsarchshift2014-07-121-0/+1
|\
| * APIDump: Documented cWorld:SetChunkAlwaysTicked.madmaxoft2014-07-101-0/+1
* | Merge remote-tracking branch 'origin/master' into potionsarchshift2014-07-101-2/+20
|\|
| * Merge remote-tracking branch 'origin/HandleCommand'madmaxoft2014-07-041-2/+17
| |\
| | * Removed useless sentence in cPluginManager:ExecuteCommand description.STRWarrior2014-07-041-1/+1
| | * Fixed ExecuteCommand description.STRWarrior2014-07-041-1/+1
| | * (Force)ExecuteCommand returns the CommandResult enumsSTRWarrior2014-06-181-2/+17
| * | Added cClientHandle::IsUUIDOnline function.madmaxoft2014-06-211-0/+3
| |/
* / Pawn: renamed HandleEntityEffects to HandleEntityEffectarchshift2014-06-171-0/+3
|/
* APIDump: Added the Info.lua article.madmaxoft2014-06-131-0/+1
* Merge pull request #1082 from mc-server/cauldronfixesAlexander Harkness2014-06-121-3/+7
|\
| * Update APIDesc.luaAlexander Harkness2014-06-111-0/+1
| * Update APIDesc.luaTiger Wang2014-06-111-3/+6
* | APIDump: Documented cBlockArea:GetCoordRange().madmaxoft2014-06-111-1/+2
|/
* Small change for easier understanding.Alexander Harkness2014-06-081-1/+1
* Updated docs for StringToEnchantmentID.madmaxoft2014-04-231-1/+1
* APIDump: Added a ChunkStay article.madmaxoft2014-04-191-3/+4
* Updated cWorld::CreateProjectile() documentationTiger Wang2014-04-061-1/+1
* Added more API documentation to cCompositeChat.madmaxoft2014-04-051-1/+17
* APIDump: Added angular specifics.madmaxoft2014-04-031-2/+2
* Documented the units and range for entity rotations.madmaxoft2014-04-031-3/+3
* Merged branch 'msDifference'.madmaxoft2014-04-011-1/+17
|\
| * APIDump: Gave msDifference it's own table.STRWarrior2014-04-011-9/+21
| * Added extra table which should make it more clear what msDifference does.STRWarrior2014-03-311-1/+3
| * Fixed typoSTRWarrior2014-03-311-1/+1
| * Documented msDifferenceSTRWarrior2014-03-311-6/+8
* | cBlockArea: Added the msMask merge strategy.madmaxoft2014-04-011-3/+20
* | LOG() API reads the LogLevel from the cCompositeChat's MessageType.madmaxoft2014-04-011-2/+2
* | APIDump: Documented the cCompositeChat support in logging functions.madmaxoft2014-03-311-5/+25
* | Merge branch 'NetherFortGen'.madmaxoft2014-03-301-4/+20
|\|
| * Implemented the msSpongePrint merge strategy.madmaxoft2014-03-281-4/+20
* | APIDump: Added article: Setting up ZeroBrane Studio.madmaxoft2014-03-301-0/+1
|/
* Change documentation textHowaner2014-03-271-2/+2
* Change SpreadSource documentationHowaner2014-03-271-1/+1
* Add documentation for new Block spreadHowaner2014-03-271-0/+9
* Plugins can set flying speed.madmaxoft2014-03-201-3/+5
* APIDump: Fixed wrong escaped strings.madmaxoft2014-03-201-5/+5
* Rewritten player speeds to be relative unit-less.madmaxoft2014-03-201-5/+5
* cPluginManager:Bind[Console]Command returns true on success.madmaxoft2014-03-141-4/+4
* APIDump: Removed old documentation, documented some new functions.madmaxoft2014-03-111-6/+15
* APIDump: Updated WEOffset-related docs.madmaxoft2014-03-121-7/+7
* Merge branch 'master' into cBlockArea_Offsetmadmaxoft2014-03-121-3/+4
|\
| * Change tnt documentation to ticksHowaner2014-03-081-3/+3
| * Merge branch 'master' into BlockEntitysHowaner2014-03-081-0/+2
| |\
| * | Add new tnt documentationHowaner2014-03-081-2/+3
* | | Fixed APIDumpSTRWarrior2014-03-111-1/+1
* | | Documented the functions.STRWarrior2014-03-111-0/+6
| |/ |/|
* | Fixed cBlockArea schematic string saving signature.madmaxoft2014-03-071-1/+1
* | Merge pull request #763 from Howaner/BlockEntitysMattes D2014-03-071-0/+2
|\|
| * Link cItem in the documentationHowaner2014-03-071-1/+1
| * Add missing documentation filesHowaner2014-03-071-0/+2
* | APIDump: Documented cBlockArea string-serialization functions.madmaxoft2014-03-071-0/+2
|/
* APIDump: Documented the cCompositeChat class.madmaxoft2014-03-051-0/+52
* APIDump: Ignoring classes by exact match.madmaxoft2014-03-051-10/+10
* GetById => Getandrew2014-03-021-10/+10
* APIDump: ID -> Typeandrew2014-03-021-10/+10
* Exported cBlockInfoandrew2014-03-021-0/+32
* Merge pull request #735 from xdot/masterMattes D2014-03-011-0/+92
|\
| * APIDump: Fixed cScoreboard enumsandrew2014-03-011-17/+17
| * Exported cScoreboard::ForEachTeamandrew2014-03-011-0/+1
| * Exported cScoreboard::ForEachObjectiveandrew2014-03-011-0/+1
| * Exported and documented cScoreboardandrew2014-03-011-0/+90
* | APIDump: Documented cRoot:CreateAndInitializeWorld.STRWarrior2014-03-011-0/+1
|/
* APIDump: Separated out Geometry-related classes to their own file.madmaxoft2014-02-261-301/+0
* Added useful parameter overloads to cBlockArea Lua API.madmaxoft2014-02-241-6/+31
* Merge pull request #669 from xdot/masterTiger Wang2014-02-241-1/+64
|\
| * Maps: Improvementsandrew2014-02-231-2/+2
| * Manually exported DoWithMapandrew2014-02-231-1/+1
| * Documented and exported cMapManagerandrew2014-02-231-0/+14
| * Documented and exported cMapandrew2014-02-221-0/+49
* | Documented cBlockArea:GetOrigin(), :GetSize() and :GetVolume().madmaxoft2014-02-231-0/+3
* | APIDump: Documented cClientHandle:HasPluginChannel.madmaxoft2014-02-201-0/+1
|/
* APIDump: Fixed cBlockArea:GetRelBlockType() return types.madmaxoft2014-02-201-1/+1
* Merge pull request #696 from mc-server/paintingsMattes D2014-02-181-0/+18
|\
| * Properly exported and documented paintingsTiger Wang2014-02-181-0/+18
* | APIDump: Documented missing cWorld functions.madmaxoft2014-02-181-0/+8
|/
* Documented the cPluginManager:GetPluginsPath() API function.madmaxoft2014-02-171-0/+1
* Merge pull request #677 from mc-server/BroadcastParticleEffectAlexander Harkness2014-02-151-0/+1
|\
| * Documented BroadcastParticleEffectSTRWarrior2014-02-151-0/+1
* | Merged branch 'narroo/master'.madmaxoft2014-02-131-1/+1
|\ \ | |/ |/|
| * Fixed formatting issue in APIDesc.luanarroo2014-02-131-1/+1
| * Fixed location of QueueUnloadUnusedChunks entry in APIDesc dump. Now is lexographically listed in cWorld, not cRoot.narroo2014-02-121-2/+2
| * Alpha-Sorted List.narroo2014-02-111-1/+1
| * Updated APIDesc.lua to replace 'UnloadUnusedChunks' with 'QueueUnloadUnusedChunks'.narroo2014-02-111-1/+1
* | APIDump: Documented cWorld:ChunkStay().madmaxoft2014-02-111-0/+1
|/
* Merge remote-tracking branch 'origin/master' into playerimprovementsTiger Wang2014-02-091-1/+2
|\
| * Added cPluginManager:LogStackTrace() to the Lua API.madmaxoft2014-02-051-1/+2
* | Merge branch 'master' into playerimprovementsTiger Wang2014-02-091-0/+3
|\|
| * Fixed indent from previous commits.madmaxoft2014-02-041-1/+1
| * Fixed indentationtonibm192014-02-041-1/+1
| * Blank lines and indentation.tonibm192014-02-041-1/+0
| * Added documentationtonibm192014-02-031-1/+4
* | Removed some unexported documentation.Tiger Wang2014-02-071-11/+5
* | Improved chat messaging functionsTiger Wang2014-02-071-3/+24
|/
* Documented cFloater.STRWarrior2014-01-291-0/+14
* Implemented cPluginManager:CallPlugin() API.madmaxoft2014-01-211-1/+2
* APIDump: Added notes about objects across cWorld's task execution.madmaxoft2014-01-191-2/+2
* APIDump: Updated cWorld:ScheduleTask()'s description.madmaxoft2014-01-191-1/+1
* APIDump: Updated cPluginManager:GetAllPlugins().madmaxoft2014-01-171-1/+1
* Finished exporting cWorld:ScheduleTask() to Lua API.madmaxoft2014-01-161-1/+1
* Merge pull request #548 from worktycho/documentionAlexander Harkness2014-01-161-0/+1
|\
| * Documented the SchedualeTask functionTycho2014-01-161-0/+1
* | APIDump: Explicitly listed static cPlayer functions.madmaxoft2014-01-151-2/+2
|/
* APIDump: Added missing bits of documentation.madmaxoft2014-01-131-0/+15
* APIDump: Documented the plugin messaging hook and function.madmaxoft2014-01-131-0/+1
* Documented the cIniFile:AddValue* functions.madmaxoft2014-01-111-0/+4
* Fixed cPluginManager:AddHook() binding.madmaxoft2014-01-051-1/+1
* APIDump: Added the SettingUpDecoda article.madmaxoft2013-12-271-0/+1
* APIDump: Added the WritingPlugin article to the exported pages.madmaxoft2013-12-271-0/+1
* Removed documentation for cChatColour:MakeColor()Alexander Harkness2013-12-241-7/+3
* APIDump: Ignoring the multi-inheritance members.madmaxoft2013-12-161-1/+10
* Documented ForceSetSpeed.STRWarrior2013-12-151-0/+1
* APIDump: Documented New functionsSTRWarrior2013-12-151-0/+4
* Documented cTNTEntity.STRWarrior2013-12-141-0/+11
* Documented SpawnFallingBlock()STRWarrior2013-12-071-0/+1
* APIDump: Documented the new cPluginManager:GetCurrentPlugin() function.madmaxoft2013-12-051-1/+2
* cWorld::SpawnExperienceOrb() now returns the entity ID of the spawned orb.STRWarrior2013-11-261-1/+2
* Documented SpawnExperienceOrb in cWorldSTRWarrior2013-11-251-0/+1
* APIDump: Moved projectiles' documentation to a separate file.madmaxoft2013-11-241-110/+1
* APIDump: Removed unwanted functions.madmaxoft2013-11-231-1/+2
* APIDump: Reformatted the sqlite docs.madmaxoft2013-11-231-4/+16
* APIDump: The descriptions are read from multiple files.madmaxoft2013-11-231-1682/+1
* Documented sqlite functions. Used: http://lua.sqlite.org/index.cgi/doc/tip/doc/lsqlite3.wiki#sqlite3_functionsSTRWarrior2013-11-231-0/+18
* APIDump: Added more constant groups.madmaxoft2013-11-231-16/+115
* APIDump: Added a few constant groups to the descriptions.madmaxoft2013-11-221-92/+78
* APIDump: Implemented constant groups.madmaxoft2013-11-221-2/+60
* Added cFile:GetFolderContents().madmaxoft2013-11-221-10/+11
* APIDump: Fixed cRoot's furnace query API.madmaxoft2013-11-221-1/+3
* APIDump: Documented new cRoot:GetFurnaceRecipe().madmaxoft2013-11-221-2/+27
* APIDump: Documented cPlayer XP-related functions.madmaxoft2013-11-211-0/+8
* APIDump: Documented cWorld:ForEachBlockEntityInChunk() and cWorld:DoWithBlockEntityAt().madmaxoft2013-11-201-0/+2
* APIDump: Documented Vector3i.madmaxoft2013-11-191-5/+25
* APIDump: Documented Vector3f.madmaxoft2013-11-171-3/+33
* APIDump: Documented lxp, the XML parser class.madmaxoft2013-11-151-0/+106
* APIDump: Small fixes and additions.madmaxoft2013-11-151-1/+4
* APIDump: Documented cSignEntity.madmaxoft2013-11-151-7/+6
* APIDump: Documented cNoteEntity.madmaxoft2013-11-151-1/+20
* APIDump: Documented the cJukeboxEntity.madmaxoft2013-11-151-0/+16
* APIDump: Documented cChunkDesc:GetBlockEntity().madmaxoft2013-11-151-1/+37
* cRoot::SaveAllChunks() doesn't wait for the save (deadlocks).madmaxoft2013-11-151-1/+1
* APIDump: Removed the BlockEntity constructors' docs.madmaxoft2013-11-151-62/+24
* APIDump: Documented Vector3d.madmaxoft2013-11-111-8/+43
* APIDump: Documented cServer:IsHardCore()madmaxoft2013-11-091-0/+1
* APIDump: Documented TakeDamageInfo.madmaxoft2013-11-091-5/+29
* APIDump: Documented the relevant tolua functions.madmaxoft2013-11-091-2/+48
* APIDump: Documented ItemCategory.madmaxoft2013-11-051-0/+38
* APIDump: Fixed HOOK_LOGIN short desc.madmaxoft2013-10-311-1/+1
* APIDump: Documented cWindow.madmaxoft2013-10-281-21/+33
* APIDump: Documented HTTPFormData and HTTPRequest.madmaxoft2013-10-281-5/+39
* APIDump: Documented cWorld.madmaxoft2013-10-271-0/+1
* APIDump: Documented cRoot.madmaxoft2013-10-271-3/+12
* APIDump: Documented cProjectileEntity.madmaxoft2013-10-271-3/+21
* APIDump: Documented cPickup.madmaxoft2013-10-261-1/+2
* APIDump: Documented cIniFile.madmaxoft2013-10-261-81/+135
* APIDump: Documented cMonster.madmaxoft2013-10-241-3/+52
* APIDump: Documented cEnchantments.madmaxoft2013-10-241-4/+37
* APIDump: Documented cPickup.madmaxoft2013-10-241-8/+10
* APIDump: Documented cItemGrid and cPlayer.madmaxoft2013-10-241-30/+75
* APIDump: Added cChatColor constants.madmaxoft2013-10-231-3/+23
* APIDump: Documented the cHopperEntity class.madmaxoft2013-10-231-0/+22
* APIDump: Linkified cEntity returns.madmaxoft2013-10-231-4/+7
* APIDump: Added link from cItem to the global ItemToString() et al.madmaxoft2013-10-201-1/+5
* APIDump: Fixed link in cPawn's desc.madmaxoft2013-10-201-1/+1
* APIDump: Various small fixes and additions.madmaxoft2013-10-201-6/+53
* APIDump: Fixed a few broken links.madmaxoft2013-10-201-4/+4
* APIDump: Added basic statistics about the docs.madmaxoft2013-10-201-0/+2
* Merge branch 'htmlescape'.madmaxoft2013-10-201-62/+65
|\
| * Added a APIDump description for GetHTMLEscapedString.Alexander Harkness2013-10-191-63/+66
* | APIDump: Added member-variable filtering.madmaxoft2013-10-191-0/+5
|/
* APIDump: Added cIniFile additional info.madmaxoft2013-10-181-0/+28
* APIDump: Added example code to cItem.madmaxoft2013-10-181-0/+32
* APIDump: Documented cItem's variables.madmaxoft2013-10-181-4/+11
* APIDump: Added support for member variables.madmaxoft2013-10-181-2/+7
* APIDump: Split long code into functions.madmaxoft2013-10-181-0/+2
* APIDump: Ignore internal APIDump stuff.madmaxoft2013-10-181-0/+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: 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
* Added HOOK_PLAYER_RIGHT_CLICKAlexander Harkness2013-10-151-8/+38
* 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: 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: 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: Added example to HOOK_CHUNK_GENERATED.madmaxoft2013-10-141-0/+37
* APIDump: Documented HOOK_CHUNK_GENERATED.madmaxoft2013-10-141-0/+26
* APIDump: Documented HOOK_CHUNK_AVAILABLE.madmaxoft2013-10-141-0/+21
* APIDump: Added pretty-printing to code examples.madmaxoft2013-10-121-27/+27
* APIDump: Added an OnBlockToPickups() code example.madmaxoft2013-10-121-0/+26
* APIDump: Documented OnBlockToPickups.madmaxoft2013-10-121-0/+30
* APIDump: Implemented basic hook documentation.madmaxoft2013-10-091-2/+32
* APIDump: Documented the new cFile API functions.madmaxoft2013-10-091-0/+24
* APIDump: Added support for extra pages.madmaxoft2013-10-091-0/+6
* 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: 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