summaryrefslogtreecommitdiffstats
path: root/src/Bindings/PluginLua.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverted moving Lua to C++.Mattes D2024-03-151-1/+4
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-2/+2
* TNT minecarts exploding when riding over activator rails (#5469)Michal Havlíček2023-01-251-0/+4
* eblockfaceTiger Wang2022-01-141-8/+8
* Added ExperienceAmount variable to HOOK_PLAYER_FISHING and HOOK_PLAYER_FISHED (#5345)Feyo Korenhof2021-11-291-4/+4
* Remove LUA_PLUGIN_NAME_VAR_NAMETiger Wang2021-06-281-2/+0
* Compile the entire Lua stack as C++Tiger Wang2021-06-251-4/+1
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-1/+1
* Implement Dropspenser Hook (#4903)KrystilizeNevaDies2020-09-211-0/+9
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-1/+1
* Remove old Android leftovers (#4722)Mat2020-05-071-3/+3
* Using Super.Mattes D2020-04-161-1/+1
* Manual merge of #4498.Alexander Harkness2020-03-231-2/+13
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-2/+17
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-14/+14
* Implement Forge protocol handshake support (#3869)satoshinm2017-08-271-0/+10
* Add cLuaWindow OnClicked Callback (#3901)Lane Kolbly2017-08-171-0/+10
* Changed Lua plugins to only execute files ending in .lua (#3831)Lane Kolbly2017-07-071-1/+2
* Fixed Lua bindings for const objects.Mattes D2017-05-091-1/+2
* DeadlockDetect now lists some tracked CS's stats.Mattes D2017-01-181-2/+5
* PluginLua: Removed unneeded assignment.Mattes D2016-09-051-1/+0
* Converted cLuaState::cCallbackPtr into a UniquePtr.Mattes D2016-06-271-3/+3
* Removed dead code related to callbacks.Mattes D2016-06-271-26/+0
* cPluginManager: Use a callback for command handler registration.Mattes D2016-06-271-108/+1
* LuaState: Implemented proper locking for cCallback.Mattes D2016-06-271-52/+38
* Removed the cPluginLua::cResettable class.Mattes D2016-06-271-45/+0
* Changed plugin hook registrations to use cLuaState::cCallback.Mattes D2016-06-271-985/+111
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-06-271-47/+17
* Revert "Lua callback"Mattes D2016-03-211-121/+1070
* Removed the cPluginLua::cResettable class.Mattes D2016-03-171-45/+0
* Changed plugin hook registrations to use cLuaState::cCallback.Mattes D2016-03-171-985/+111
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-03-171-47/+17
* Bulk clearing of whitespaceLogicParrot2016-02-051-17/+17
* Revised the explosion-related Lua API and docs.Mattes D2015-12-181-20/+28
* Implemented brewingLukas Pioch2015-11-031-0/+48
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-82/+82
* Added HOOK_KILLEDNounours Heureux2015-06-131-0/+24
* Merge branch 'master' into PreventNewWarningstycho2015-05-231-3/+3
|\
| * Renamed hook HOOK_ENTITY_CHANGE_WORLDLukas Pioch2015-05-211-3/+3
* | Added LuaState support for all integral typestycho2015-05-191-10/+0
|/
* Added hooks HOOK_ENTITY_CHANGE_WORLD and HOOK_ENTITY_CHANGED_WORLDLukas Pioch2015-05-181-0/+50
* OnExecuteCommand hook can override the command result (crXXX).Mattes D2015-05-101-2/+2
* Added the EntireCommand parameter to HOOK_EXECUTE_COMMAND.Mattes D2015-05-101-2/+2
* Plugin removes its command registrations and webtabs when unloaded.Mattes D2015-04-251-0/+5
* Refactored cWebPlugin for C++11 style and proper WebTab clearing.Mattes D2015-04-191-32/+16
* Split the plugin names and plugin folders to avoid confusing them.Mattes D2015-04-191-1/+18
* Fixed plugin hook calls when unloading plugins.Mattes D2015-04-101-1/+248
* cPluginLua:cResettable no longer shares CS with plugin.Mattes D2015-03-201-7/+11
* Added cPluginLua::cResettable interface, used for scheduled tasks.Mattes D2015-03-201-16/+61
* Fixed coding conventions for Pull Request #1807flx52015-03-111-4/+4
* Fixes #493 and #490flx52015-03-111-4/+4
* Added OnTeleportEntity hook for plugins.joshi072015-03-051-0/+21
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-4/+14
* Fixed the CRAFTING_NO_RECIPE hook call.Mattes D2014-12-041-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-7/+7
* Functions in cPluginManager get references instead of pointers.Mattes D2014-10-151-41/+41
* Removed a few unnessicary includesTycho2014-09-261-1/+3
* Fixed cPlugin::OnPlayerMoving signature.Mattes D2014-08-221-1/+1
* Fixed a compile-time warning in MSVC.Mattes D2014-08-211-1/+1
* Merge pull request #1339 from mc-server/HooksSTRWarrior2014-08-201-0/+21
|\
| * Renamed a_Motd to a_ServerDescription.Howaner2014-08-201-2/+2
| * Added a_ClientHandle to the HOOK_SERVER_PING hook.Howaner2014-08-201-2/+3
| * Added HOOK_SERVER_PINGHowaner2014-08-201-2/+2
| * First implementation of HOOK_SERVER_PING.Howaner2014-08-161-0/+20
* | Better OnPlayerMoving hook.Howaner2014-08-161-2/+2
|/
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
* Basic style fixes.madmaxoft2014-07-171-7/+7
* Normalized comments.madmaxoft2014-07-171-2/+2
* Merge branch 'master' into potionsmadmaxoft2014-07-171-2/+2
|\
| * Merge pull request #1193 from mc-server/deathmessagesMattes D2014-07-171-2/+2
| |\
| | * Resolved backwards compatibility issuesTiger Wang2014-07-161-2/+2
| | * Tailored death messagesTiger Wang2014-07-041-2/+2
* | | For now, removed creator member from Entity Effect for pointer safetyarchshift2014-07-121-2/+2
* | | Merge remote-tracking branch 'origin/master' into potionsarchshift2014-07-101-5/+23
|\| |
| * | Changed OnWeatherChanging hook to always read the returned weather.madmaxoft2014-07-031-4/+1
| |/
| * Merge pull request #1139 from Howaner/HooksMattes D2014-07-021-0/+20
| |\
| | * Removed foodlevel-change possibility. Plugins can cancel the event and use cPlayer:SetFoodLevel()Howaner2014-07-021-2/+2
| | * Fixes.Howaner2014-06-301-1/+1
| | * Add new hook: HOOK_PLAYER_FOOD_LEVEL_CHANGEHowaner2014-06-301-0/+20
| * | Fixed a possibly unused variable.madmaxoft2014-07-011-1/+1
| |/
| * Nullify deleted pointers.archshift2014-06-191-0/+1
* | Added the OnEntityAddEffect hook.madmaxoft2014-06-171-0/+21
|/
* Fixed OnProjectileHitBlock bindings.madmaxoft2014-06-031-1/+1
* Merge pull request #844 from mc-server/ProjectileHitBlockMattes D2014-06-011-2/+2
|\
| * Made a_BlockHitPos a referenceSTRWarrior2014-06-011-2/+2
| * Used recommendationsSTRWarrior2014-05-311-2/+2
| * Using recommendations (I think)STRWarrior2014-03-301-1/+1
| * Added a BlockHitPos parameter to OnProjectileHitBlockSTRWarrior2014-03-301-2/+2
| * Added a blockface parameter to the OnProjectileHitBlock hook.STRWarrior2014-03-301-2/+2
* | HOOK_DISCONNECT has cClientHandle as its first parameter.madmaxoft2014-05-021-2/+2
* | Fixed OnPluginMessage hook not exiting early.Tycho2014-04-271-1/+1
* | Merge branch 'MacFixes'Tycho2014-04-021-0/+5
|\ \ | |/ |/|
| * 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/+5
* | Added HOOK_PROJECTILE_HIT_BLOCK.STRWarrior2014-03-291-0/+20
* | Added HOOK_PROJECTILE_HIT_ENTITYSTRWarrior2014-03-291-0/+20
* | Add SpreadSourceHowaner2014-03-271-2/+2
* | Add HOOK_BLOCK_SPREADHowaner2014-03-271-0/+21
|/
* Moved Lua API registering into a separate function.madmaxoft2014-03-121-0/+1
* Add Lua plugin path to package.path and .cpath.madmaxoft2014-02-171-0/+8
* Merge pull request #585 from daniel0916/hooksMattes D2014-02-011-0/+20
|\
| * Removed "player destroying" hookdaniel09162014-02-011-20/+0
| * Added "player destroying" and "player destroyed" hooksdaniel09162014-01-251-0/+40
* | Plugin files are loaded in alphabetical order.madmaxoft2014-01-291-17/+35
* | Implemented cPluginManager:CallPlugin() API.madmaxoft2014-01-211-0/+34
|/
* cCreeper is no longer available in API.madmaxoft2014-01-131-1/+1
* A couple touchupsBill Derouin2014-01-081-2/+3
* Add missing plugin errorBill Derouin2014-01-071-0/+12
* Plugin messages are received and handed to plugins.madmaxoft2014-01-071-1/+32
* OnPlayerFishing doesn't have a const cItems anymoreSTRWarrior2014-01-011-1/+1
* implemented the recommendations Xoft gave.STRWarrior2013-12-311-4/+4
* Implented OnPlayerFishing and OnPlayerFished.STRWarrior2013-12-301-0/+40
* Added HOOK_PLUGINS_LOADED.madmaxoft2013-12-291-0/+18
* Replaced esCreeper with esMonster.madmaxoft2013-12-231-1/+1
* Renamed back EntityAnimation to PlayerAnimationTiger Wang2013-12-181-4/+4
* Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins.STRWarrior2013-12-111-0/+15
* Fixed tolua++ compilation.madmaxoft2013-12-081-1/+1
* Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-081-4/+4
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+1471