summaryrefslogtreecommitdiffstats
path: root/src/Bindings/ManualBindings_World.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-14Bindings: Allow coercion between Vector3 subtypes. (#4646)Mattes D1-19/+7
2020-03-27 Lock hopper when powered by redstone (#4347)Bond-0091-0/+1
2019-09-06Separated chunk generator from world / plugin interfaces.Mattes D1-2/+2
2019-08-11Added null check for position (#4366)Lukas Pioch1-0/+5
2019-07-28Check for nil in cWorld:SpawnSplitExperienceOrbs binding (#4354)Mark Asp1-1/+6
2018-08-02Experience orb (#4259)changyong guo1-0/+80
2018-07-27cWorld: Manually bind deprecated broadcast functions (#4265)peterbell101-53/+266
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-1/+0
2018-07-24Broadcast refactor (#4264)peterbell101-2/+1
2018-05-02Prefer static_cast to reinterpret_cast (#4223)peterbell101-1/+1
2017-09-19Removed UTF-8 BOM (#4033)Lukas Pioch1-1/+1
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-3/+3
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-3/+3
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-3/+3
2017-08-25Add cUUID class (#3871)peterbell101-1/+49
2017-07-12Remove double delete of PrepareChunk lua callback (#3844)peterbell101-29/+16
2017-07-07Added bed entity (#3823)Lukas Pioch1-0/+1
2016-08-21cLuaState: Added template to push multiple values in a single call. (#3331)Mattes D1-10/+3
2016-08-18Fix cWorld:QueueTask() Lua's bindingElNounch1-2/+1
2016-08-14Fixed cWorld:ChunkStay bindings. (#3319)Mattes D1-14/+15
2016-06-27Converted cLuaState::cCallbackPtr into a UniquePtr.Mattes D1-2/+2
2016-06-27LuaState: Implemented proper locking for cCallback.Mattes D1-1/+3
2016-06-27Changed world tasks to use cLuaState::cCallback.Mattes D1-67/+38
2016-03-21Revert "Lua callback"Mattes D1-38/+67
2016-03-17Changed world tasks to use cLuaState::cCallback.Mattes D1-67/+38
2016-02-05Bulk clearing of whitespaceLogicParrot1-11/+11
2016-01-02Fix typo (ammount)Arnaud Meuret1-3/+3
2015-12-18Revised the explosion-related Lua API and docs.Mattes D1-34/+128
2015-11-03Implemented brewingLukas Pioch1-0/+2
2015-10-04Fixed a race condition between chunk loader and generator.Mattes D1-2/+2
2015-09-25Prepared ScheduleTask for threading refactorTiger Wang1-44/+11
2015-09-24fixed casttycho1-1/+1
2015-09-24Add new "ForEach" function: ForEachLoadedChunk.tycho1-0/+54
2015-08-18Some warning fixesJulian Laubstein1-6/+16
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-4/+4
2015-06-24Buttons no longer click on when already on. Buttons now play sound when clicking off.Hax521-1/+1
2015-05-30Made cLightingThread own its callbackstycho1-2/+1
2015-05-23TryGetHeight returns a boolAlexander Harkness1-1/+1
2015-05-19Added LuaState support for all integral typestycho1-1/+1
2015-05-13Moved cWorld manual bindings out into a separate file.Mattes D1-0/+588