summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Value of 1 means "default speed", 2 means "double the speed", 0.5 means "half the speed". This allows for easier plugins and is more future-proof.
* cPluginManager:Bind[Console]Command returns true on success.madmaxoft2014-03-141-4/+4
| | | | Fixes #801.
* 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
|\| | | | | Add Flower Pots
| * 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
| | | | "cCompositeChat" was ignored because it matched "os".
* 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
|\ | | | | Exported and documented cScoreboard
| * 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
|\ | | | | Implementation of in-game maps :D
| * 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
|\ | | | | Implemented paintings, fixes #689
| * 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
|\ | | | | Broadcast particle effect
| * Documented BroadcastParticleEffectSTRWarrior2014-02-151-0/+1
| |
* | Merged branch 'narroo/master'.madmaxoft2014-02-131-1/+1
|\ \ | |/ |/| | | This merges pull request #661.
| * 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
|\ | | | | | | | | | | | | Conflicts: src/Root.cpp src/Root.h src/World.cpp
| * Added cPluginManager:LogStackTrace() to the Lua API.madmaxoft2014-02-051-1/+2
| | | | | | | | Fixes #637.
* | Merge branch 'master' into playerimprovementsTiger Wang2014-02-091-0/+3
|\| | | | | | | | | Conflicts: MCServer/Plugins/APIDump/APIDesc.lua
| * 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
| | | | | | | | Also removed GetClosestPlayer documentation
| * 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
|/ | | | | | | * Moved string manipulation into cClientHandle and therefore... + Added configuration option for prefixes. * Cleaned up code. * Updated documentation for API.
* Documented cFloater.STRWarrior2014-01-291-0/+14
|
* Implemented cPluginManager:CallPlugin() API.madmaxoft2014-01-211-1/+2
| | | | This function supersedes cPlugin:Call(), is safer to use in regards to multithreading and once again removes the need for the cPlugin class being exported at all.
* 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
|\ | | | | Added Documention for a few features I've added
| * 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
| | | | The recent changes didn't document some of the new API functions.
* APIDump: Documented the plugin messaging hook and function.madmaxoft2014-01-131-0/+1
|
* Documented the cIniFile:AddValue* functions.madmaxoft2014-01-111-0/+4
| | | | Now the documentation really matches the implementation.
* Fixed cPluginManager:AddHook() binding.madmaxoft2014-01-051-1/+1
| | | | Fixes #401. Old formats are still accepted, for compatibility reasons.
* APIDump: Added the SettingUpDecoda article.madmaxoft2013-12-271-0/+1
| | | | This implements #383.
* 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
| | | | We may get to documenting them one day, but for now they are unused anyway, so there's no point in documenting them. They are a by-product of multiple inheritance, re-introduced due to #422.
* 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 etExpOrb.
* 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
| | | | All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions.
* 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
| | | | Also fixed the parsing of the Include data in the constant groups, and added linkification to group texts.
* APIDump: Added a few constant groups to the descriptions.madmaxoft2013-11-221-92/+78
|
* APIDump: Implemented constant groups.madmaxoft2013-11-221-2/+60
| | | | Fix #289.
* Added cFile:GetFolderContents().madmaxoft2013-11-221-10/+11
| | | | Fix 162.
* 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
| | | | Rather, it only queues the save task onto each world's tick thread.
* 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
| | | | The constants are self-documenting, no need to describe them further.
* 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
| | | | They don't really need much documentation, so just ignoring them in the Undocumented output.
* 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
| | | | Referenced by file links and titles and copied directly from the plugin folder to the dest folder.
* 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
| | | | Also fixed most functions that were erroneously parsed as constants by the automatic wiki import.
* 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