summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/Classes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a few missing MCServers in APIDumpJulian Laubstein2015-08-131-1/+1
|
* Updated APIDump to follow the namechangeJulian Laubstein2015-08-112-3/+3
|
* Exported cPluginManager:ExecuteConsoleCommand() to Lua API.Mattes D2015-05-101-0/+1
| | | | Fixes #1999.
* Implemented cPluginManager:DoWithPlugin(), fixed ForEachPlugin().Mattes D2015-04-231-3/+4
| | | | Both functions are exported as static.
* Added URL member to the HTTPRequest API class.Mattes D2015-04-211-0/+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-191-0/+204
| | | | Ref.: http://forum.mc-server.org/showthread.php?tid=1877
* cNetwork: Added EnumLocalIPAddresses() function.Mattes D2015-02-221-0/+1
|
* 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
|
* APIDump: Added client and server examples.Mattes D2015-02-071-0/+137
|
* APIDump: Added cNetwork documentation.Mattes D2015-02-061-0/+183
|
* Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.Howaner2014-11-291-0/+37
|
* 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
|
* Updated documentation again.Howaner2014-07-311-4/+4
|
* Updated documentation.Howaner2014-07-311-5/+5
|
* Added beacon documentation.Howaner2014-07-301-0/+26
|
* APIDump: Documented a forgotten cCuboid constructor.madmaxoft2014-03-151-1/+2
|
* Added cCuboid:Assign(OtherCuboid) API function.madmaxoft2014-03-151-2/+6
|
* APIDump: Removed old documentation, documented some new functions.madmaxoft2014-03-111-0/+2
|
* Link cItem in the documentationHowaner2014-03-071-2/+2
|
* Add missing documentation filesHowaner2014-03-071-0/+14
|
* Documented the changes in cJukeboxEntity.madmaxoft2014-02-281-2/+4
|
* APIDump: Documented new cCuboid functions.madmaxoft2014-02-261-1/+6
|
* APIDump: Separated out Geometry-related classes to their own file.madmaxoft2014-02-261-0/+320
|
* APIDump: Moved projectiles' documentation to a separate file.madmaxoft2013-11-241-0/+111
|
* APIDump: The descriptions are read from multiple files.madmaxoft2013-11-231-0/+243
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions.