summaryrefslogtreecommitdiffstats
path: root/src/Bindings/ManualBindings.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* rework of the color code with & and standard codes (#5416)Debucquoy Anthony tonitch2022-10-251-1/+1
* Added check for unexported but documented API (#5418)x12xx12x2022-05-071-11/+50
* Valid Height is now checked by vector.x12xx12x2022-04-201-1/+1
* eblockfaceTiger Wang2022-01-141-2/+2
* Added y bounds checking for cPlayer::PlaceBlock (#5194)Kiryu1442021-07-231-16/+52
* Add optional prefix parameter to LOG functions (#5229)x12xx12x2021-06-231-48/+33
* Added standardised way to Log with plugin name (#5227)12xx122021-05-291-1/+1
* Implemented cServer::ScheduleTask() and cServer::TickQueuedTasks() (#5224)Feyo Korenhof2021-05-261-0/+43
* Add player statistics to API (#5193)nshah252021-05-031-0/+69
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-0/+31
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-42/+25
* Warnings improvementsTiger Wang2020-12-181-1/+1
* Enchanting table shows detail on hover. Enchanting is deterministic. (#4937)KingCol132020-10-011-1/+29
* Avoid a copy when logging lua stringsPeter Bell2020-05-161-18/+15
* Update logging code to reduce unnecessary string copying:Peter Bell2020-05-161-4/+5
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-4/+4
* Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)mBornand2020-05-081-51/+167
* Update fmt to 6.2.0 (#4718)peterbell102020-05-051-2/+2
* Fixed Lua Vector unification. (#4652)Mattes D2020-04-151-5/+5
* Bindings: Allow coercion between Vector3 subtypes. (#4646)Mattes D2020-04-141-45/+33
* Prevent player from being destroyed by plugins (#4584)Alexander Harkness2020-03-311-0/+32
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-7/+6
* Improved CMake generator (#4365)Mattes D2019-08-101-1/+1
* Removed coord-based API from cCuboid. (#4362)Mattes D2019-08-091-0/+134
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+1
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-26/+26
* Rename cEntity swim states (#3996)Alexander Harkness2018-01-141-4/+52
* Add the fmt library (#4065)peterbell102018-01-031-5/+3
* Fixed Clang 5.0 compile errors (#4085)bibo382017-12-211-0/+8
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-48/+20
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-20/+48
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-48/+20
* Merge pull request #3969 from peterbell10/cuboidTiger Wang2017-08-301-4/+4
|\
| * Cleanup Vector3 constructors and Abspeterbell102017-08-281-4/+4
* | Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-7/+7
|/
* Implement Forge protocol handshake support (#3869)satoshinm2017-08-271-0/+59
* Add cUUID class (#3871)peterbell102017-08-251-31/+254
* Represent cItem::m_Lore as an AStringVector (#3882)peterbell102017-08-181-10/+66
* Add cLuaWindow OnClicked Callback (#3901)Lane Kolbly2017-08-171-0/+1
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
* Lua plugin cColor (#3833)Lane Kolbly2017-07-121-0/+22
* Moved ApiParamError into cLuaState.Mattes D2017-06-261-40/+0
* cBlockArea supports block entities. (#3795)Mattes D2017-06-241-332/+41
* Minor cBrewingRecipes cleanup (#3731)peterbell102017-05-281-1/+2
* Tracer replacement (#3704)Mattes D2017-05-111-2/+204
* Fixed Lua bindings for const objects.Mattes D2017-05-091-1/+1
* Don't return const ref params and removed functions fromLukas Pioch2017-05-011-87/+0
* Refactored to put URL Encoding / Decoding in a single place. (#3491)Mattes D2016-12-251-18/+67
* Export GetPosition and GetSpeed from cEntity as a copy instead of a pointer to lua.Lukas Pioch2016-12-101-0/+46
* LuaAPI: Fixed possible crashes in HTTPRequest bindings.Mattes D2016-09-261-35/+36
* Fixed cCompositeChat's constructor LuaAPI bindings.Mattes D2016-09-251-2/+102
* Bindings: Fixed some function signatures comments.Mattes D2016-09-081-4/+6
* cLuaState: Added direct support for pushing a nil constant.Mattes D2016-08-221-4/+2
* cLuaState: Added template to push multiple values in a single call. (#3331)Mattes D2016-08-211-25/+6
* Fixed cWorld:ChunkStay bindings. (#3319)Mattes D2016-08-141-1/+0
* Converted cLuaState::cTableRef to use cTrackedRef.Mattes D2016-08-131-24/+28
* Fixed cFile API bindings.Mattes D2016-08-061-16/+16
* LuaAPI: Fixed bindings for cChunkDesc:GetBlockTypeMetaMattes D2016-07-181-0/+32
* Converted cLuaState::cCallbackPtr into a UniquePtr.Mattes D2016-06-271-9/+9
* cPluginManager: Use a callback for command handler registration.Mattes D2016-06-271-29/+65
* Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D2016-06-271-71/+86
* Changed plugin hook registrations to use cLuaState::cCallback.Mattes D2016-06-271-6/+20
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-06-271-60/+222
* Bindings: Fixed cBoundingBox API.Mattes D2016-06-051-0/+80
* Added GetTeamNames to cScoreboard (#3217)PlasmaPower2016-05-291-0/+25
* Revert "Lua callback"Mattes D2016-03-211-326/+135
* Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D2016-03-171-69/+84
* Changed plugin hook registrations to use cLuaState::cCallback.Mattes D2016-03-171-6/+20
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-03-171-60/+222
* Renamed HTTPServer folder to HTTP.Mattes D2016-03-011-1/+1
* Bulk clearing of whitespaceLogicParrot2016-02-051-112/+112
* Added the cUrlParser class, exported to Lua API.Mattes D2015-12-251-0/+159
* Implemented brewingLukas Pioch2015-11-031-0/+50
* Extended and fixed the cFile API.Mattes D2015-09-261-4/+406
* Maked it compileable for clang-3.7Lukas Pioch2015-09-251-4/+4
* Some warning fixesJulian Laubstein2015-08-181-1/+1
* Refactored code to use cLuaStateSamuel Barney2015-08-071-7/+11
* Unified the doxy-comment format.Mattes D2015-07-311-1/+1
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-58/+58
* Added Build info to the cRoot API.Mattes D2015-06-051-4/+54
* Added LuaState support for all integral typestycho2015-05-191-2/+2
* Fixed cPluginManager:ForEachCommand() and ForEachConsoleCommand()Mattes D2015-05-141-93/+54
* Moved cWorld manual bindings out into a separate file.Mattes D2015-05-131-1196/+110
* Exported cPluginManager:ExecuteConsoleCommand() to Lua API.Mattes D2015-05-101-1/+38
* Merge remote-tracking branch 'origin/master' into warningsTiger Wang2015-05-101-6/+6
|\
| * CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-6/+6
* | Fixed some Visual Studio warningsTiger Wang2015-05-091-2/+2
|/
* Fixed inter-plugin calls.Mattes D2015-05-071-0/+5
* Added support for additional data in the ParticleEffect Packettycho2015-05-071-1/+57
* Fixed bindings for cFile:ReadWholeFile().Mattes D2015-04-301-7/+38
* Added cBlockArea:GetNonAirCropRelCoords() API function.Mattes D2015-04-291-0/+39
* cPlayer now checks restrictions.Mattes D2015-04-251-0/+32
* Refactored ManualBindings' callbacks using templates.Mattes D2015-04-231-365/+238
* Implemented cPluginManager:DoWithPlugin(), fixed ForEachPlugin().Mattes D2015-04-231-112/+169
* Refactored cWebPlugin for C++11 style and proper WebTab clearing.Mattes D2015-04-191-13/+7
* Split the plugin names and plugin folders to avoid confusing them.Mattes D2015-04-191-95/+117
* Merge pull request #1826 from mc-server/UnifyPacketizerMattes D2015-03-241-1/+5
|\
| * Changed cEntity::m_UniqueID to UInt32.Mattes D2015-03-211-1/+5
* | Added cPluginLua::cResettable interface, used for scheduled tasks.Mattes D2015-03-201-10/+22
|/
* Improved DoWithID bindings.Mattes D2015-03-191-3/+3
* AllToLua: Removed an unneeded class declaration.Mattes D2015-03-191-0/+2
* Fixed coding conventions for Pull Request #1807flx52015-03-111-15/+18
* Fixes #493 and #490flx52015-03-111-0/+16
* Lua API: Fixed md5 and sha1 hex formatting.Mattes D2015-03-031-4/+4
* Fixed operatorsSTRWarrior2015-02-231-6/+6
* Added forgotten indentSTRWarrior2015-02-231-2/+2
* Replaced lua_isXYZ with cLuaState::CheckParamXYZSTRWarrior2015-02-231-12/+13
* Exported all compression functions in a new class.STRWarrior2015-02-231-16/+129
* Exported CompressString and UncompressString to LuaSTRWarrior2015-02-221-0/+37
* Added cCryptoHash namespace to Lua API.Mattes D2015-02-211-2/+107
* Fixed crash when logging nil values.Matyas Dolak2015-02-201-0/+32
* cNetwork: Exported the Connect() method and cTCPLink class to Lua.Mattes D2015-02-041-1/+2
* Exported cWorld:PrepareChunk to Lua API, test in Debuggers.Mattes D2014-12-121-0/+67
* Added UpdateSign() method to DeprecatedBindings.cppHowaner2014-11-171-3/+2
* Fixed a security problem with signs.Howaner2014-11-151-1/+1
* renamed FindAndDoWithUUID to DoWithPlayerByUUID, fixed style and comments, added description to APIDumpLukas Pioch2014-11-051-2/+2
* Added FindAndDoWithUUIDLukas Pioch2014-11-021-0/+2
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-135/+135
* Moved a few objects to unique_ptrtycho2014-10-101-1/+1
* Fixed crash in ForEachEntityInBox API.madmaxoft2014-10-061-2/+6
* Bindings: Fixed binding for cPlayer::PermissionMatches().madmaxoft2014-10-011-10/+4
* Removed a few unnessicary includesTycho2014-09-261-2/+0
* Exported ForEachEntityInBox() to Lua API.madmaxoft2014-09-031-0/+70
* Rewrited furnace.txt loading.Howaner2014-08-311-1/+1
* Merge remote-tracking branch 'origin/master' into CraftingFixesMattes D2014-08-281-44/+119
|\
| * Merge remote-tracking branch 'origin/master' into RanksMattes D2014-08-221-5/+5
| |\
| | * Merge pull request #1308 from mc-server/loggerMattes D2014-08-151-5/+5
| | |\
| | | * Renamed LoggersTycho2014-08-121-5/+5
| | | * First Implementatation of new Loggin frameworkTycho2014-08-101-5/+5
| * | | cMojangAPI: Fixed MakeUUID___() bindings.Mattes D2014-08-211-0/+58
| * | | cPlayer reads ranks from cRankManager.Mattes D2014-08-191-39/+54
| * | | WebAdmin: Manually exported string conversion functions.madmaxoft2014-08-091-1/+59
| * | | Merge remote-tracking branch 'origin/master' into Ranksmadmaxoft2014-08-091-1/+28
| |\ \ \
| * | | | Exported cRankManager to LuaAPI.madmaxoft2014-08-081-0/+2
* | | | | Fixed spaces after "template" keyword.Mattes D2014-08-281-6/+6
| |_|/ / |/| | |
* | | | WebAdmin: Manually exported string conversion functions.madmaxoft2014-08-091-1/+59
| |/ / |/| |
* | | Removed debug message.Howaner2014-08-071-1/+0
| |/ |/|
* | Made lua clamp() compatible with all number types.Howaner2014-08-051-4/+4
* | Added api documentation for Clamp()Howaner2014-08-051-2/+2
* | Added Clamp() function to the lua api.Howaner2014-08-051-0/+28
|/
* cMojangAPI: Added UUID-to-Name lookup.madmaxoft2014-08-031-1/+97
* Merge pull request #1255 from mc-server/NameToUUIDMattes D2014-08-011-0/+71
|\
| * MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames().madmaxoft2014-07-311-5/+14
| * ManualBindings: Fixed alignment.madmaxoft2014-07-301-3/+3
| * Exported cMojangAPI to Lua.madmaxoft2014-07-301-3/+6
| * Added a cMojangAPI class for PlayerName -> UUID lookups, with cache.madmaxoft2014-07-301-1/+1
| * Added cClientHandle:GetUUIDsFromPlayerNames() to Lua API.madmaxoft2014-07-281-3/+62
* | Exported the beacon.Howaner2014-07-301-0/+2
|/
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-30/+30
* Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-11/+11
* Fixed style: spaces after commas.madmaxoft2014-07-191-13/+13
* Basic style fixes.madmaxoft2014-07-171-14/+13
* Normalized comments.madmaxoft2014-07-171-2/+2
* Fixed a silly path error in #include.Mattes D2014-06-281-1/+1
* Removed the md5 library, obsoleted by PolarSSL.Mattes D2014-06-271-5/+6
* Nullify deleted pointers.archshift2014-06-191-0/+1
* Added cBlockArea:GetCoordRange to Lua API.madmaxoft2014-06-111-0/+32
* Fixed bindings for cCompositeChat:SetMessageType().madmaxoft2014-05-301-2/+2
* Fixed warnings in ManualBindings.madmaxoft2014-05-011-20/+20
* Fixed a memory leak in tolua_cWorld_ChunkStay. (CID 43618)jfhumann2014-04-261-1/+4
* Merge branch 'MacFixes'Tycho2014-04-021-0/+1
|\
| * More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.Samuel Barney2014-03-251-0/+1
* | Exported the Base64 encoding and decoding functions to Lua API.madmaxoft2014-04-011-0/+46
* | LOG() API reads the LogLevel from the cCompositeChat's MessageType.madmaxoft2014-04-011-4/+13
* | Console logging supports cCompositeChat as its parameters.madmaxoft2014-03-311-12/+34
|/
* cPlugin:BindConsoleCommand can be called statically.madmaxoft2014-03-141-1/+4
* cPluginManager:Bind[Console]Command returns true on success.madmaxoft2014-03-141-2/+4
* Fixed cBlockArea schematic string saving signature.madmaxoft2014-03-071-3/+7
* Merge pull request #763 from Howaner/BlockEntitysMattes D2014-03-071-1/+3
|\
| * Add Lua Bindings for FlowerPotEntity.h and add documentation.Howaner2014-03-071-1/+1
| * Add Flower PotsHowaner2014-03-071-0/+2
* | Fixed a typo.madmaxoft2014-03-071-4/+4
* | Added cBlockArea serialization to string.madmaxoft2014-03-071-6/+67
|/
* Manually exported cCompositeChat modifiers.madmaxoft2014-03-041-0/+258
* Exported cScoreboard::ForEachTeamandrew2014-03-011-0/+1
* Exported cScoreboard::ForEachObjectiveandrew2014-03-011-0/+4
* Attempted fix for several GCC warnings.madmaxoft2014-02-261-2/+7
* Merge pull request #669 from xdot/masterTiger Wang2014-02-241-0/+4
|\
| * Manually exported DoWithMapandrew2014-02-231-0/+4
* | Added cBlockArea:GetSize() and :GetOrigin() to Lua API.madmaxoft2014-02-231-0/+64
|/
* Fixed bindings for cBlockArea:Get(Rel)BlockTypeMeta().madmaxoft2014-02-201-29/+104
* Rename SkullEntity to MobHeadEntityHowaner2014-02-191-2/+2
* Add Heads completelyHowaner2014-02-181-0/+2
* cWorld:ChunkStay() accepts nils as callbacks.madmaxoft2014-02-111-5/+3
* Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay().madmaxoft2014-02-101-16/+24
* First working version of cLuaChunkStay.madmaxoft2014-02-091-0/+41
* Fixed cWorld:TryGetHeight() API.madmaxoft2014-02-081-1/+5
* Added cPluginManager:LogStackTrace() to the Lua API.madmaxoft2014-02-051-0/+11
* Fixed a gcc warning in ManualBindings.madmaxoft2014-02-041-2/+2
* Fixed cLineBlockTracer:Trace() signature.madmaxoft2014-01-311-13/+27
* Added cPluginManager:BindCommand() form to the API.madmaxoft2014-01-311-1/+4
* Stupid Mistake fixedTycho2014-01-251-2/+2
* Fixed exportsTycho2014-01-251-2/+0
* Fixed spelling errorTycho2014-01-221-1/+1
* Added manual bindings for moved functionsTycho2014-01-221-0/+66
* Implemented cPluginManager:CallPlugin() API.madmaxoft2014-01-211-100/+96
* Changed the cWorld::ScheduleTask() signature.madmaxoft2014-01-191-10/+14
* Command blocks: Execute()andrew2014-01-181-10/+12
* Fixed whitespace in previous commit.madmaxoft2014-01-161-1/+1
* Finished exporting cWorld:ScheduleTask() to Lua API.madmaxoft2014-01-161-1/+15
* added cWorld::ScheduleTask FunctionTycho2014-01-141-4/+58
* Removed internal methods from public cLuaState interface.madmaxoft2014-01-111-72/+26
* Removed unused variables.madmaxoft2014-01-111-2/+0
* Exported cClientHandle::SendPluginMessage() to Lua.madmaxoft2014-01-091-0/+30
* Removed a debugging log output in cPluginManager:AddHook().madmaxoft2014-01-071-1/+0
* Fixed cPluginManager:AddHook() binding.madmaxoft2014-01-051-6/+13
* Implemented note block playing and fixed wireTiger Wang2013-12-141-0/+2
* Fixed tolua++ compilation.madmaxoft2013-12-081-1/+1
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+2300