summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added SendMessageRaw for sending json string.Lukas Pioch2016-10-211-0/+16
* APIDump: Added missing syntax to cUrlClient (#3407)NiLSPACE2016-10-171-145/+261
* APIDump: Fixed cWorld:QueueTask signature, moved to separate file. (#3400)Mattes D2016-10-132-3346/+3363
* Spectators added (#2852)bibo382016-10-121-0/+28
* cChunk::SetAlwaysTicked implies cChunk::stay (#3361)LogicParrot2016-10-091-1/+1
* APIDump: Fixed descriptions for cPluginManager:ForEachPlugin().Mattes D2016-10-061-10/+30
* APIDump: Fixed descriptions for cWorld:ChunkStay.Mattes D2016-10-061-0/+2
* Fixed cRankManager API docs.Mattes D2016-10-062-587/+727
* APIDump: Check param and return types.Mattes D2016-10-034-59/+204
* APIDump: Fixed description for schematic file loading.Mattes D2016-10-021-0/+8
* APIDesc: Reformatted ConstantGroups to match the enum names.Mattes D2016-10-012-6/+6
* APIDump: Fixed description for tolua functions.Mattes D2016-09-271-0/+4
* Fixed cCompositeChat's constructor LuaAPI bindings.Mattes D2016-09-251-11/+133
* APIDump: Fixed descriptions for "array table of strings".Mattes D2016-09-191-9/+6
* APIDump: Replaced "callback" type with "function".Mattes D2016-09-161-3/+3
* APIDesc: Fixed modifiers for sqlite3 functions.Mattes D2016-09-151-0/+8
* APIDesc: Fixed some leftover "<unknown>" types.Mattes D2016-09-142-67/+71
* APIDump: Reformatted the docs to include type information.Mattes D2016-09-128-2427/+23358
* APIDump: Support structured parameter info.Mattes D2016-09-092-41/+140
* APIDump: Removed trailing whitespace.Mattes D2016-09-083-27/+27
* APIDoc: Allow to create a link to an object. (#3371)Mattes D2016-09-061-3/+8
* Merge branch 'master' of https://github.com/cuberite/cuberiteMattes D2016-09-051-0/+1
|\
| * Configurable dirty unused chunk cap to avoid RAM overuse (#3359)LogicParrot2016-09-031-0/+1
* | APIDump: Fixed documentation for cPluginManager:GetPluginsPath().Mattes D2016-09-051-1/+1
|/
* cUrlClient: Exported to Lua API.Mattes D2016-08-231-1/+173
* Removed Decoda project files, no longer used. (#3320)Mattes D2016-08-181-168/+0
* Added cWorld:SetSpawn() API and Lua binding (#3316)ElNounch2016-08-151-0/+1
* Typo in IniFile:GetNumKeys() code sample (#3317)ElNounch2016-08-141-2/+2
* Canonical tag (#3300)Mathias2016-08-077-0/+7
* Added additional examples to the documentation for HOOK_BLOCK_SPREAD. (#3277)Alexander Harkness2016-07-291-4/+20
* APIDump: Added explicit IsStatic flag to static functions.Mattes D2016-07-186-106/+110
* Updated API documentation.Mattes D2016-07-185-113/+339
* APIDump: Changed not to use globals, added more doxycomments.Mattes D2016-07-182-42/+64
* Changed Hopper to wtHopper and adjusted .gitignore.Lukas Pioch2016-07-121-1/+1
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-06-272-3/+12
* - Add a activation flag to droppers and dispensers. Previously droppers and dispensers shot items with every block update.QUSpilPrgm2016-06-151-0/+8
* Normalized Vector3 API to use the same capitalization as all else.Mattes D2016-06-101-1/+15
* Bindings: Fixed cBoundingBox API.Mattes D2016-06-051-1/+14
* Update Dispensers and let them act more like in VanillaQUSpilPrgm2016-06-031-3/+5
* LuaState: Inter-plugin calls now support simple tables. (#3220)Mattes D2016-05-311-1/+1
* Added GetTeamNames to cScoreboard (#3217)PlasmaPower2016-05-291-0/+1
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-142-0/+31
* Improved player freeze codeLogicParrot2016-04-051-1/+0
* MoveToWorld defaults to spawnpointLogicParrot2016-03-301-3/+3
* Bed's world is now savedLogicParrot2016-03-291-1/+1
* Revert "Lua callback"Mattes D2016-03-212-12/+3
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-03-172-3/+12
* Proper entity destruction in non-ticking chunksLogicParrot2016-02-191-2/+3
* remove cWorld::createAndInitializeWorldLogicParrot2016-02-081-1/+0
* Updated old forum linksMathias2016-01-312-3/+3
* MCServer to CuberiteMathias2016-01-292-3/+3
* LuaTcpSsl: Disabled cert verification due to missing CA chain.Mattes D2016-01-241-2/+2
* Exported GetSeed to lua and added file extension opendb to .gitignore.Lukas Pioch2016-01-121-0/+1
* Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8bibo382016-01-111-2/+5
* Fix typo (ammount)Arnaud Meuret2016-01-021-1/+1
* Merge pull request #2814 from SafwatHalaby/chunk2Safwat Halaby2015-12-261-0/+4
|\
| * Freeze player until chunk is loadedSafwat Halaby2015-12-251-0/+4
* | Merge pull request #2820 from cuberite/UrlParserworktycho2015-12-261-1/+44
|\ \
| * | Added the cUrlParser class, exported to Lua API.Mattes D2015-12-251-1/+44
| |/
* / Added analytics to APIDumpAlexander Harkness2015-12-268-57/+6780
|/
* Added a Json parser and serializer to Lua API.Mattes D2015-12-241-47/+105
* Revised the explosion-related Lua API and docs.Mattes D2015-12-185-36/+28
* blockheight mechanismGargaj2015-12-131-0/+1
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
* change from single followable item to multipleGargaj2015-11-231-0/+2
* Implemented brewingLukas Pioch2015-11-035-0/+100
* Fixed typo that slipped through #2584Alexander Harkness2015-10-311-1/+1
* Fixed typo in description.Alexander Harkness2015-10-311-1/+1
* Implemented the FireResistence potion effects.bibo382015-10-311-2/+3
* Added missing hooks to cPluginManagerLukas Pioch2015-10-121-0/+3
* APIDump: Added a missing endline to the NewlyUndocumented output file.Mattes D2015-10-111-0/+1
* APIDump: Added an apicheck command.Mattes D2015-09-272-6/+100
* Extended and fixed the cFile API.Mattes D2015-09-262-9/+11
* APIDump: Fixed ZBS integration filenames after project rename.Mattes D2015-09-142-6/+6
* Renamed output directory to ServerMattes D2015-09-0591-0/+9783