summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-19cTCPLink and cUrlClient accept list of trusted root CAs for TLS.Mattes D1-1/+6
2023-04-08Implement slime chunks. (#5484)Michal Havlíček1-0/+21
2022-05-07Added check for unexported but documented API (#5418)x12xx12x2-67/+0
2022-04-21Implement farmland trampling (#5401)DarkoGNU1-0/+10
2021-11-29Added ExperienceAmount variable to HOOK_PLAYER_FISHING and HOOK_PLAYER_FISHED (#5345)Feyo Korenhof1-2/+2
2021-11-11Miscellaneous fixes (#5320)Tiger Wang1-1/+1
2021-04-12Fix sending incorrect date values on world changeTiger Wang1-4/+0
2021-03-15Properly deprecate more XYZ parameter'd functions (#5147)Tiger Wang1-64/+12
2021-02-06Adds playerlist header and footer broadcasting (1.8-1.13)dImrich1-0/+15
2020-11-06Add correct implementation of crops (#4802)0ddlyoko1-117/+4
2020-11-06Ender Crytal Fix and report proper cmake file for luabindingscheck fail (#5017)12xx121-1/+1
2020-10-30Corrected type for param Pos on spawn enter crystal (#5012)Lukas Pioch1-1/+1
2020-10-29Add beam target, configurable base visibility to Ender Crystals (#5010)12xx121-0/+22
2020-10-13Added missing return types and fixed param types (#4996)Lukas Pioch2-31/+26
2020-10-11Corrected invalid syntax for return types in APIDoc (#4989)Lukas Pioch1-6/+18
2020-10-10Adding more customize options to mob spawners and improving the way to look for surrounding entities (#4955)12xx121-3/+117
2020-10-09Add default value nullptr for parameter a_Digger and added digger toLukas Pioch1-12/+40
2020-10-01Add SetBlockMeta warning in documentation (#4943)[IPSA] Chris de Claverie2-3/+6
2020-09-28Plugin reload <plugin_name> feature (#4942)[IPSA] Chris de Claverie1-0/+11
2020-09-21Implement Dropspenser Hook (#4903)KrystilizeNevaDies1-0/+4
2020-09-05Use pitch lookup in noteblock block entity (#4826)12xx121-3/+32
2020-08-28Remove unneeded MarkDirty, SendToClients parameters of SetMetaTiger Wang1-11/+1
2020-08-27Changed tree-growing functions in cWorld to use Vector3i coords.Mattes D1-36/+8
2020-05-10Remove pkFishingFloat documentation (#4732)Mat1-4/+0
2020-05-08Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)mBornand1-21/+66
2020-04-18Extended Vector3 (#4666)Mattes D1-0/+55
2020-04-17More Vector3 in cBlockHandler (#4644)Mattes D1-1/+12
2020-04-09Falling blocks can now be spawned at any position. (#4620)Mattes D1-17/+69
2020-04-03Removed the obsolete cTracer class. (#4594)Mattes D1-15/+1
2020-03-27 Lock hopper when powered by redstone (#4347)Bond-0091-0/+29
2020-03-23Manual merge of #4498.Alexander Harkness1-0/+4
2020-03-22TNT position fixes (#4519)Mat1-0/+4
2019-10-28Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D1-13/+48
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-7/+58
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2-0/+226
2019-08-10APIDocs: Added missing return type and corrected one (#4353)Lukas Pioch2-1/+7
2019-08-10Added more clamping operations to cCuboid.Mattes D1-0/+22
2019-08-09Removed coord-based API from cCuboid. (#4362)Mattes D1-90/+6
2018-08-02Experience orb (#4259)changyong guo1-0/+55
2018-07-27cWorld: Manually bind deprecated broadcast functions (#4265)peterbell101-0/+56
2018-07-19cBlockArea: Write all present data types by default (#4252)peterbell101-2/+2
2018-04-11Smelting Gives Experience (#4094)Alex Sweet1-0/+10
2017-12-26improve rain simulation (#4017)Alexander Harkness1-8/+24
2017-09-19Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly1-3/+70
2017-09-07Made world data paths adjustable, and added API to temporarily disable saving chunks to disk. (#3912)Lane Kolbly1-0/+31
2017-09-07Updated APIDoc (#3985)Lukas Pioch1-22/+1
2017-09-07Changed some int parameters to vector parameters (#3937)Bond-0091-38/+88
2017-08-29APIDump: Removed unneeded Globals prefixLukas Pioch1-2/+2
2017-08-27Implement Forge protocol handshake support (#3869)satoshinm1-0/+4
2017-08-25Add cUUID class (#3871)peterbell102-10/+10
2017-08-24Minor changes (#3909)mathiascode1-1/+1
2017-08-17Add cLuaWindow OnClicked Callback (#3901)Lane Kolbly1-0/+4
2017-08-17Changed int parameters to vector parameters in cCuboid and simulators (#3874)Lane Kolbly1-32/+56
2017-07-22BlockArea: Added the GetBounds function.Mattes D1-2/+15
2017-07-12Changing pickup lifetime and combining semantics, making these adjustable in the lua api. (#3843)Lane Kolbly1-0/+60
2017-07-07Added bed entity (#3823)Lukas Pioch2-0/+69
2017-06-26Corrected APIDoc for cBlockArea and exported missing functions (#3808)Lukas Pioch1-11/+22
2017-06-24cBlockArea supports block entities. (#3795)Mattes D2-6/+2202
2017-05-24Exported boatLukas Pioch1-1/+5
2017-05-11Tracer replacement (#3704)Mattes D1-32/+105
2017-05-08Added missing checks for Initialize function and updated APIDocLukas Pioch1-6/+6
2017-05-08Corrected brewingstand and added support for fuelLukas Pioch1-0/+35
2017-05-02APIDoc: Removed non-existent functions and added missing return typesLukas Pioch2-54/+33
2017-04-30APIDoc: Replaced incorrect param cMonster with eMonsterTypeLukas Pioch1-1/+1
2017-04-07APIDoc: Corrected a few linksLukas Pioch1-1/+1
2017-04-05APIDoc: Added missing IsStatic flags and corrected param types.Lukas Pioch2-5/+5
2017-04-04APIDoc: Documented missing functions and variables. (#3634)Lukas Pioch3-1/+34
2017-03-16APIDocs: Corrected param types in cBoundingBox (#3624)Lukas Pioch1-10/+10
2017-03-02Added missing IsStatic flag to functions. (#3613)Lukas Pioch1-0/+1
2016-12-25Refactored to put URL Encoding / Decoding in a single place. (#3491)Mattes D1-1/+2
2016-12-19Updated links and docs (#3488)mathiascode1-1/+1
2016-10-17APIDump: Added missing syntax to cUrlClient (#3407)NiLSPACE1-145/+261
2016-10-13APIDump: Fixed cWorld:QueueTask signature, moved to separate file. (#3400)Mattes D1-0/+3363
2016-10-06APIDump: Fixed descriptions for cPluginManager:ForEachPlugin().Mattes D1-10/+30
2016-10-06Fixed cRankManager API docs.Mattes D1-0/+725
2016-10-03APIDump: Check param and return types.Mattes D2-4/+4
2016-10-01APIDesc: Reformatted ConstantGroups to match the enum names.Mattes D1-2/+2
2016-09-16APIDump: Replaced "callback" type with "function".Mattes D1-3/+3
2016-09-14APIDesc: Fixed some leftover "<unknown>" types.Mattes D1-2/+2
2016-09-12APIDump: Reformatted the docs to include type information.Mattes D6-757/+5659
2016-09-09APIDump: Support structured parameter info.Mattes D1-20/+44
2016-09-08APIDump: Removed trailing whitespace.Mattes D2-26/+26
2016-09-05APIDump: Fixed documentation for cPluginManager:GetPluginsPath().Mattes D1-1/+1
2016-08-23cUrlClient: Exported to Lua API.Mattes D1-1/+173
2016-07-18APIDump: Added explicit IsStatic flag to static functions.Mattes D4-24/+24
2016-07-18Updated API documentation.Mattes D4-54/+198
2016-06-27Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2-3/+12
2016-06-10Normalized Vector3 API to use the same capitalization as all else.Mattes D1-1/+15
2016-06-05Bindings: Fixed cBoundingBox API.Mattes D1-1/+14
2016-05-31LuaState: Inter-plugin calls now support simple tables. (#3220)Mattes D1-1/+1
2016-05-141.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu221-0/+1
2016-03-21Revert "Lua callback"Mattes D2-12/+3
2016-03-17Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2-3/+12
2016-01-31Updated old forum linksMathias1-1/+1
2016-01-24LuaTcpSsl: Disabled cert verification due to missing CA chain.Mattes D1-2/+2
2016-01-11Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8bibo381-2/+5
2015-11-03Implemented brewingLukas Pioch2-0/+43
2015-10-12Added missing hooks to cPluginManagerLukas Pioch1-0/+3
2015-09-05Renamed output directory to ServerMattes D6-0/+1458