summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes (follow)
Commit message (Expand)AuthorAgeFilesLines
* cTCPLink and cUrlClient accept list of trusted root CAs for TLS.Mattes D2023-05-191-1/+6
* Implement slime chunks. (#5484)Michal Havlíček2023-04-081-0/+21
* Added check for unexported but documented API (#5418)x12xx12x2022-05-072-67/+0
* Implement farmland trampling (#5401)DarkoGNU2022-04-211-0/+10
* Added ExperienceAmount variable to HOOK_PLAYER_FISHING and HOOK_PLAYER_FISHED (#5345)Feyo Korenhof2021-11-291-2/+2
* Miscellaneous fixes (#5320)Tiger Wang2021-11-111-1/+1
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-4/+0
* Properly deprecate more XYZ parameter'd functions (#5147)Tiger Wang2021-03-151-64/+12
* Adds playerlist header and footer broadcasting (1.8-1.13)dImrich2021-02-061-0/+15
* Add correct implementation of crops (#4802)0ddlyoko2020-11-061-117/+4
* Ender Crytal Fix and report proper cmake file for luabindingscheck fail (#5017)12xx122020-11-061-1/+1
* Corrected type for param Pos on spawn enter crystal (#5012)Lukas Pioch2020-10-301-1/+1
* Add beam target, configurable base visibility to Ender Crystals (#5010)12xx122020-10-291-0/+22
* Added missing return types and fixed param types (#4996)Lukas Pioch2020-10-132-31/+26
* Corrected invalid syntax for return types in APIDoc (#4989)Lukas Pioch2020-10-111-6/+18
* Adding more customize options to mob spawners and improving the way to look for surrounding entities (#4955)12xx122020-10-101-3/+117
* Add default value nullptr for parameter a_Digger and added digger toLukas Pioch2020-10-091-12/+40
* Add SetBlockMeta warning in documentation (#4943)[IPSA] Chris de Claverie2020-10-012-3/+6
* Plugin reload <plugin_name> feature (#4942)[IPSA] Chris de Claverie2020-09-281-0/+11
* Implement Dropspenser Hook (#4903)KrystilizeNevaDies2020-09-211-0/+4
* Use pitch lookup in noteblock block entity (#4826)12xx122020-09-051-3/+32
* Remove unneeded MarkDirty, SendToClients parameters of SetMetaTiger Wang2020-08-281-11/+1
* Changed tree-growing functions in cWorld to use Vector3i coords.Mattes D2020-08-271-36/+8
* Remove pkFishingFloat documentation (#4732)Mat2020-05-101-4/+0
* Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)mBornand2020-05-081-21/+66
* Extended Vector3 (#4666)Mattes D2020-04-181-0/+55
* More Vector3 in cBlockHandler (#4644)Mattes D2020-04-171-1/+12
* Falling blocks can now be spawned at any position. (#4620)Mattes D2020-04-091-17/+69
* Removed the obsolete cTracer class. (#4594)Mattes D2020-04-031-15/+1
* Lock hopper when powered by redstone (#4347)Bond-0092020-03-271-0/+29
* Manual merge of #4498.Alexander Harkness2020-03-231-0/+4
* TNT position fixes (#4519)Mat2020-03-221-0/+4
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-13/+48
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-7/+58
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-292-0/+226
* APIDocs: Added missing return type and corrected one (#4353)Lukas Pioch2019-08-102-1/+7
* Added more clamping operations to cCuboid.Mattes D2019-08-101-0/+22
* Removed coord-based API from cCuboid. (#4362)Mattes D2019-08-091-90/+6
* Experience orb (#4259)changyong guo2018-08-021-0/+55
* cWorld: Manually bind deprecated broadcast functions (#4265)peterbell102018-07-271-0/+56
* cBlockArea: Write all present data types by default (#4252)peterbell102018-07-191-2/+2
* Smelting Gives Experience (#4094)Alex Sweet2018-04-111-0/+10
* improve rain simulation (#4017)Alexander Harkness2017-12-261-8/+24
* Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly2017-09-191-3/+70
* Made world data paths adjustable, and added API to temporarily disable saving chunks to disk. (#3912)Lane Kolbly2017-09-071-0/+31
* Updated APIDoc (#3985)Lukas Pioch2017-09-071-22/+1
* Changed some int parameters to vector parameters (#3937)Bond-0092017-09-071-38/+88
* APIDump: Removed unneeded Globals prefixLukas Pioch2017-08-291-2/+2
* Implement Forge protocol handshake support (#3869)satoshinm2017-08-271-0/+4
* Add cUUID class (#3871)peterbell102017-08-252-10/+10
* Minor changes (#3909)mathiascode2017-08-241-1/+1
* Add cLuaWindow OnClicked Callback (#3901)Lane Kolbly2017-08-171-0/+4
* Changed int parameters to vector parameters in cCuboid and simulators (#3874)Lane Kolbly2017-08-171-32/+56
* BlockArea: Added the GetBounds function.Mattes D2017-07-221-2/+15
* Changing pickup lifetime and combining semantics, making these adjustable in the lua api. (#3843)Lane Kolbly2017-07-121-0/+60
* Added bed entity (#3823)Lukas Pioch2017-07-072-0/+69
* Corrected APIDoc for cBlockArea and exported missing functions (#3808)Lukas Pioch2017-06-261-11/+22
* cBlockArea supports block entities. (#3795)Mattes D2017-06-242-6/+2202
* Exported boatLukas Pioch2017-05-241-1/+5
* Tracer replacement (#3704)Mattes D2017-05-111-32/+105
* Added missing checks for Initialize function and updated APIDocLukas Pioch2017-05-081-6/+6
* Corrected brewingstand and added support for fuelLukas Pioch2017-05-081-0/+35
* APIDoc: Removed non-existent functions and added missing return typesLukas Pioch2017-05-022-54/+33
* APIDoc: Replaced incorrect param cMonster with eMonsterTypeLukas Pioch2017-04-301-1/+1
* APIDoc: Corrected a few linksLukas Pioch2017-04-071-1/+1
* APIDoc: Added missing IsStatic flags and corrected param types.Lukas Pioch2017-04-052-5/+5
* APIDoc: Documented missing functions and variables. (#3634)Lukas Pioch2017-04-043-1/+34
* APIDocs: Corrected param types in cBoundingBox (#3624)Lukas Pioch2017-03-161-10/+10
* Added missing IsStatic flag to functions. (#3613)Lukas Pioch2017-03-021-0/+1
* Refactored to put URL Encoding / Decoding in a single place. (#3491)Mattes D2016-12-251-1/+2
* Updated links and docs (#3488)mathiascode2016-12-191-1/+1
* 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-131-0/+3363
* APIDump: Fixed descriptions for cPluginManager:ForEachPlugin().Mattes D2016-10-061-10/+30
* Fixed cRankManager API docs.Mattes D2016-10-061-0/+725
* APIDump: Check param and return types.Mattes D2016-10-032-4/+4
* APIDesc: Reformatted ConstantGroups to match the enum names.Mattes D2016-10-011-2/+2
* APIDump: Replaced "callback" type with "function".Mattes D2016-09-161-3/+3
* APIDesc: Fixed some leftover "<unknown>" types.Mattes D2016-09-141-2/+2
* APIDump: Reformatted the docs to include type information.Mattes D2016-09-126-757/+5659
* APIDump: Support structured parameter info.Mattes D2016-09-091-20/+44
* APIDump: Removed trailing whitespace.Mattes D2016-09-082-26/+26
* APIDump: Fixed documentation for cPluginManager:GetPluginsPath().Mattes D2016-09-051-1/+1
* cUrlClient: Exported to Lua API.Mattes D2016-08-231-1/+173
* APIDump: Added explicit IsStatic flag to static functions.Mattes D2016-07-184-24/+24
* Updated API documentation.Mattes D2016-07-184-54/+198
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-06-272-3/+12
* 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
* LuaState: Inter-plugin calls now support simple tables. (#3220)Mattes D2016-05-311-1/+1
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-141-0/+1
* Revert "Lua callback"Mattes D2016-03-212-12/+3
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-03-172-3/+12
* Updated old forum linksMathias2016-01-311-1/+1
* LuaTcpSsl: Disabled cert verification due to missing CA chain.Mattes D2016-01-241-2/+2
* Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8bibo382016-01-111-2/+5
* Implemented brewingLukas Pioch2015-11-032-0/+43
* Added missing hooks to cPluginManagerLukas Pioch2015-10-121-0/+3
* Renamed output directory to ServerMattes D2015-09-056-0/+1458