summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump (follow)
Commit message (Expand)AuthorAgeFilesLines
* Call HOOK_EXECUTE_COMMAND even for unknown console commands.Mattes D2015-05-102-3/+12
* Added the EntireCommand parameter to HOOK_EXECUTE_COMMAND.Mattes D2015-05-101-1/+2
* 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
* APIDump: Added an "apishow" command.Mattes D2015-05-021-0/+10
* 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
* Implemented cPluginManager:DoWithPlugin(), fixed ForEachPlugin().Mattes D2015-04-231-3/+4
* Added URL member to the HTTPRequest API class.Mattes D2015-04-212-42/+51
* APIDump: Documented cPluginManager:IsPluginLoaded().Mattes D2015-04-191-0/+1
* Split the plugin names and plugin folders to avoid confusing them.Mattes D2015-04-192-151/+204
* 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: Added inheritance checking.Mattes D2015-03-191-3/+107
* APIDump: Removed the tolua.cast() example.Mattes D2015-03-191-26/+3
* Merge pull request #1761 from mc-server/NetworkIPEnumMattes D2015-03-121-0/+1
|\
| * cNetwork: Added EnumLocalIPAddresses() function.Mattes D2015-02-221-0/+1
* | Fixes #493 and #490flx52015-03-111-0/+1
* | Added OnEntityTeleport.lua hook to APIDumpjoshi072015-03-051-0/+29
* | 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
|/
* Merge pull request #1758 from mc-server/CryptoHashAPIMattes D2015-02-211-1/+23
|\
| * Added cCryptoHash namespace to Lua API.Mattes D2015-02-211-1/+23
* | APIDump: Added the UDP zero port policy.Mattes D2015-02-201-1/+1
* | cNetwork: Added UDP API.Mattes D2015-02-201-15/+54
|/
* Exported TLS server start on cTCPLink to Lua API.Mattes D2015-02-131-0/+1
* Exported cTCPLink:Close and :Shutdown() to Lua API.Mattes D2015-02-131-0/+2
* LuaAPI: Added client TLS support for TCP links.Mattes D2015-02-121-1/+10
* Merge pull request #1718 from mc-server/LuaNetworkAPIMattes D2015-02-071-0/+320
|\
| * APIDump: Added client and server examples.Mattes D2015-02-071-0/+137
| * APIDump: Added cNetwork documentation.Mattes D2015-02-061-0/+183
* | Updated IsOnGround() documentationHowaner2015-02-071-1/+1
|/
* APIDump: Added details about client handle in OnServerPing hook.Mattes D2014-12-251-1/+4
* APIDump: Updated the player block placement documentation.Mattes D2014-12-243-10/+12
* Made comment in example code smallerSTRWarrior2014-12-131-1/+3
* Reverted main_APIDump.lua changesSTRWarrior2014-12-131-4/+4
* Fixed the width sometimes going over the div sizeSTRWarrior2014-12-131-4/+4
* 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-292-6/+51
|/
* 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
* APIDump: Added basic projectile documentation.Mattes D2014-10-251-6/+18
* APIDump: Added docs for a few projectiles.Mattes D2014-10-221-5/+21
* Added inheritance information to Lua docs for projectiles.Mattes D2014-10-211-6/+41
* cClientHandle: Added protocol version knowledge.Mattes D2014-10-051-0/+1
* Added parentheses for clarity.Alexander Harkness2014-10-011-1/+1
* APIDump: Fixed cEntity documentation.madmaxoft2014-10-011-5/+23
* Fixed broken code.Alexander Harkness2014-10-011-2/+2
* 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-292-1/+52
|\
| * Add Code example.Alexander Harkness2014-09-281-0/+26
| * changed description to be more readable.Alexander Harkness2014-09-271-3/+2
| * Copy edit.Alexander Harkness2014-09-271-1/+1
| * Fixed return value descriptions.Alexander Harkness2014-09-271-1/+3
| * Fixed typo again.Alexander Harkness2014-09-271-1/+1
| * Typo fix.Alexander Harkness2014-09-271-1/+1
| * Fixed line left in.Alexander Harkness2014-09-271-4/+3
| * Remaining part of fix.Alexander Harkness2014-09-271-0/+1
| * Hopefully fix #1384Alexander Harkness2014-09-271-0/+24
* | cRankManager: Added ClearPlayerRanks()Howaner2014-09-281-0/+1
* | Updated api documentation.Howaner2014-09-281-0/+2
|/
* Merge branch 'master' into EntityCustomNameHowaner2014-09-233-14/+23
|\
| * Updated SPAWNING_ENTITY hook description.Howaner2014-09-191-2/+3
| * Merge pull request #1353 from mc-server/EffectsMattes D2014-09-131-0/+2
| |\
| | * Merge branch 'master' into EffectsHowaner2014-09-122-7/+13
| | |\
| | * | 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
| * | | Removed outdated message sending methods.Alexander Harkness2014-09-061-3/+3
| * | | 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
* Merge remote-tracking branch 'origin/master' into RanksMattes D2014-08-221-1/+3
|\
| * Updated HOOK_PLAYER_MOVING documentation.Howaner2014-08-161-1/+3
* | 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
* | Updated documentation again.Howaner2014-07-311-4/+4
* | Updated documentation.Howaner2014-07-311-5/+5
* | Added beacon documentation.Howaner2014-07-302-0/+27
|/
* APIDump: Documented RemoveItem().madmaxoft2014-07-181-0/+2
* Removed special character in APIDumpHowaner2014-07-181-1/+1
* OnEntityAddEffect.lua: Removed Originator paramarchshift2014-07-141-1/+0
* 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-103-6/+54
|\|
| * 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
| * | APIDump: Updated OnWeatherChanging docs after latest code changes.madmaxoft2014-07-031-4/+7
| * | Update documentationHowaner2014-07-021-3/+3
| * | Change documentationHowaner2014-07-011-5/+10
| * | Add documentation.Howaner2014-06-301-0/+22
| * | Added cClientHandle::IsUUIDOnline function.madmaxoft2014-06-211-0/+3
| |/
* | APIDump: Added OnEntityAddEffect hook documentation.madmaxoft2014-06-171-0/+34
* | Pawn: renamed HandleEntityEffects to HandleEntityEffectarchshift2014-06-171-0/+3
|/
* APIDump: Added the Info.lua article.madmaxoft2014-06-132-0/+247
* 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
* APIDump: Fixed crashSTRWarrior2014-06-021-1/+1
* Updated OnProjectileHitBlock documentation.STRWarrior2014-06-021-0/+5
* Stuff.Alexander Harkness2014-05-271-1/+1
* Update main.cssAlexander Harkness2014-05-261-1/+2
* APIDump: Updated the OnDisconnect hook docs.madmaxoft2014-05-021-7/+17
* APIDump: Improved error handling in API file loader.madmaxoft2014-05-021-1/+5
* Updated docs for StringToEnchantmentID.madmaxoft2014-04-231-1/+1
* APIDump: Added a ChunkStay article.madmaxoft2014-04-193-27/+195
* 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
* | APIDump: Added code completion support file to ZBS tutorial.madmaxoft2014-03-311-1/+2
* | APIDump: Renamed the ZBS API dump file to mcserver_api.lua.madmaxoft2014-03-311-2/+2
* | Merge branch 'NetherFortGen'.madmaxoft2014-03-301-4/+20
|\|
| * Merge branch 'master' into NetherFortGenmadmaxoft2014-03-292-0/+49
| |\
| * | Implemented the msSpongePrint merge strategy.madmaxoft2014-03-281-4/+20
* | | APIDump: Added article: Setting up ZeroBrane Studio.madmaxoft2014-03-304-0/+46
| |/ |/|
* | Documented both hooks.STRWarrior2014-03-292-0/+49
|/
* Change documentation textHowaner2014-03-272-4/+4
* Change SpreadSource documentationHowaner2014-03-272-6/+6
* Add documentation for new Block spreadHowaner2014-03-272-0/+49
* 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
* APIDump: Updated comments to reflect current code.madmaxoft2014-03-191-1/+4
* APIDump: Added ZeroBraneStudio API export.madmaxoft2014-03-191-5/+128
* APIDump: Reformatted the plugin to avoid all ZBS Analyzer issues.madmaxoft2014-03-191-443/+404
* APIDump: Documented a forgotten cCuboid constructor.madmaxoft2014-03-151-1/+2
* APIDump: Fixed missing return statement.madmaxoft2014-03-151-0/+1
* Added cCuboid:Assign(OtherCuboid) API function.madmaxoft2014-03-151-2/+6
* APIDump: Trigger the dump manually.madmaxoft2014-03-141-26/+64
* cPluginManager:Bind[Console]Command returns true on success.madmaxoft2014-03-141-4/+4
* APIDump: Removed old documentation, documented some new functions.madmaxoft2014-03-112-6/+17
* 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-072-0/+16
|\|
| * Link cItem in the documentationHowaner2014-03-072-3/+3
| * Add missing documentation filesHowaner2014-03-072-0/+16
* | 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
|/
* Documented the changes in cJukeboxEntity.madmaxoft2014-02-281-2/+4
* APIDump: Added Geometry file to project.madmaxoft2014-02-261-0/+3
* APIDump: Documented new cCuboid functions.madmaxoft2014-02-261-1/+6
* APIDump: Separated out Geometry-related classes to their own file.madmaxoft2014-02-262-301/+320
* 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
* Updated Plugin articleTiger Wang2014-02-151-14/+15
* 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
* | Server now handles join messages alsoTiger Wang2014-02-033-17/+17
|/
* Merge pull request #585 from daniel0916/hooksMattes D2014-02-011-0/+23
|\
| * Added PlayerDestroyedHook Documentationdaniel09162014-02-011-0/+23
* | Fixed some more.Alexander Harkness2014-01-311-4/+3
* | Fixed at least a little of the plugin guide.Alexander Harkness2014-01-301-15/+7
* | Documented cFloater.STRWarrior2014-01-291-0/+14
* | APIDump: Fixed indent after merge.madmaxoft2014-01-241-2/+2
* | Merge remote-tracking branch 'MikeHunsinger/master'madmaxoft2014-01-241-3/+4
|\ \
| * | Fixed indentation and doxygen comments... For real this time.Mike Hunsinger2014-01-241-2/+2
| * | Fixed spacing and doxycomments.Mike Hunsinger2014-01-241-2/+2
| * | Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger2014-01-231-3/+4
| |/
* / 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: Wrapped example code so that it displays well on small screens.madmaxoft2014-01-131-3/+8
* APIDump: Added OnPluginMessage.lua file to Decoda project.madmaxoft2014-01-131-0/+3
* APIDump: Added missing bits of documentation.madmaxoft2014-01-131-0/+15
* APIDump: Documented the plugin messaging hook and function.madmaxoft2014-01-132-0/+26
* Documented the cIniFile:AddValue* functions.madmaxoft2014-01-111-0/+4
* Fixed cPluginManager:AddHook() binding.madmaxoft2014-01-053-5/+5
* Merge branch 'FishingHook'madmaxoft2014-01-012-0/+41
|\
| * Little more documentation for OnPlayerFishing.STRWarrior2014-01-011-1/+1
| * Using documentation Xoft recommended.STRWarrior2014-01-011-1/+1
| * Fixed typo's in the documentation.STRWarrior2014-01-012-4/+4
| * Documented OnPlayerFished and OnPlayerFishing.STRWarrior2013-12-312-0/+41
|/
* APIDump: Fixed a factual error in OnPluginsLoaded description.madmaxoft2013-12-291-2/+2
* APIDump: Static files overwrite their destination.madmaxoft2013-12-291-5/+13
* APIDump: The PRE html tag has tab width set to 2 spaces.madmaxoft2013-12-291-0/+5
* APIDump: Documented OnPluginsLoaded.madmaxoft2013-12-291-0/+79
* APIDump: Added the SettingUpDecoda article.madmaxoft2013-12-275-0/+50
* APIDump: Articles eplicitly declare being UTF-8.madmaxoft2013-12-272-0/+2
* APIDump: Added quick links to index to each class and hook file.madmaxoft2013-12-271-2/+14
* APIDump: Added a quick-nav menu to hook descriptions.madmaxoft2013-12-271-7/+22
* APIDump: Added a quick-nav menu to class descriptions.madmaxoft2013-12-271-6/+22
* APIDump: Split the huge DumpAPIHtml function into smaller ones.madmaxoft2013-12-271-47/+61
* APIDump: Extra pages renamed to articles and moved to front.madmaxoft2013-12-271-24/+39
* APIDump: Fixed the WritingPlugin article.madmaxoft2013-12-271-98/+107
* APIDump: Added the WritingPlugin article to the exported pages.madmaxoft2013-12-271-0/+1
* APIDump: Fixed bad for-loop.madmaxoft2013-12-271-3/+3
* Writing a plugin APIDump article (#382)Tiger Wang2013-12-263-49/+310
* Removed documentation for cChatColour:MakeColor()Alexander Harkness2013-12-241-7/+3
* Or not. Fixes #384Alexander Harkness2013-12-201-1/+2
* done... finallyAlexander Harkness2013-12-201-2/+2
* fix the issues xoft pointed outAlexander Harkness2013-12-201-5/+4
* @madmaxoft now?Alexander Harkness2013-12-201-3/+3
* Possibly fixes #384Alexander Harkness2013-12-201-0/+6
* Create a static folder for adding static files.Alexander Harkness2013-12-201-0/+1
* APIDump: Ignoring the multi-inheritance members.madmaxoft2013-12-162-2/+20
* Documented ForceSetSpeed.STRWarrior2013-12-151-0/+1
* APIDump: Documented New functionsSTRWarrior2013-12-151-0/+4
* Documented cTNTEntity.STRWarrior2013-12-141-0/+11
* Documented OnWorldStarted.STRWarrior2013-12-111-0/+24
* Documented SpawnFallingBlock()STRWarrior2013-12-071-0/+1
* APIDump: Documented the new cPluginManager:GetCurrentPlugin() function.madmaxoft2013-12-051-1/+2
* APIDump: Added missing params to OnPlayerRightClick() hook.madmaxoft2013-12-021-0/+3
* APIDump: Updated the project file to include all partial docs files.madmaxoft2013-11-301-1/+154
* 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-242-110/+112
* APIDump: Removed needless whitespace output.madmaxoft2013-11-241-123/+108
* 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-2352-1682/+2036
* 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-232-20/+121
* APIDump: Added a few constant groups to the descriptions.madmaxoft2013-11-221-92/+78
* APIDump: Implemented constant groups.madmaxoft2013-11-222-18/+144
* 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: Slight performance improvement.madmaxoft2013-11-191-17/+17
* 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: Functions that are documented are never ignored.madmaxoft2013-11-151-7/+12
* 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: Added logging to see what takes so long.madmaxoft2013-11-091-0/+5
* 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: Fixed a failure in documented classes with no functions.madmaxoft2013-10-281-0/+1
* 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: member variables without a setter are considered constants.madmaxoft2013-10-221-1/+8
* APIDump: Inheritance is tested properly.madmaxoft2013-10-221-6/+4
* 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: Statistics have a graphical meter; added hooks.madmaxoft2013-10-201-9/+39
* APIDump: Added basic statistics about the docs.madmaxoft2013-10-202-6/+83
* APIDump: Fixed listing undocumented objects.madmaxoft2013-10-201-5/+27
* Merge branch 'htmlescape'.madmaxoft2013-10-201-62/+65
|\
| * Added a APIDump description for GetHTMLEscapedString.Alexander Harkness2013-10-191-63/+66
* | APIDump: Undocumented member variables are listed.madmaxoft2013-10-191-4/+16
* | APIDump: Extra pages use the local prettify and CSS.madmaxoft2013-10-191-2/+7
* | APIDump: Added member-variable filtering.madmaxoft2013-10-192-0/+14
* | APIDump: Member variables are read from the API.madmaxoft2013-10-191-10/+48
* | APIDump: Better header text for classes.madmaxoft2013-10-191-1/+1
|/
* APIDump: Added cIniFile additional info.madmaxoft2013-10-182-1/+29
* APIDump: Offline prettify is working.madmaxoft2013-10-181-1/+11
* 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-182-4/+59
* 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