summaryrefslogtreecommitdiffstats
path: root/src/Bindings/ManualBindings_World.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-2/+2
* Valid Height is now checked by vector.x12xx12x2022-04-201-10/+10
* Re-export SetBlockMetaTiger Wang2021-06-281-2/+61
* Replace invalid references in deprecation messages (#5235)Mat2021-06-071-2/+2
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-5/+99
* Unify DoWithBlockEntity (#5168)Tiger Wang2021-03-281-25/+266
* Properly deprecate more XYZ parameter'd functions (#5147)Tiger Wang2021-03-151-30/+423
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-2/+2
* Bindings: Allow coercion between Vector3 subtypes. (#4646)Mattes D2020-04-141-19/+7
* Lock hopper when powered by redstone (#4347)Bond-0092020-03-271-0/+1
* Separated chunk generator from world / plugin interfaces.Mattes D2019-09-061-2/+2
* Added null check for position (#4366)Lukas Pioch2019-08-111-0/+5
* Check for nil in cWorld:SpawnSplitExperienceOrbs binding (#4354)Mark Asp2019-07-281-1/+6
* Experience orb (#4259)changyong guo2018-08-021-0/+80
* cWorld: Manually bind deprecated broadcast functions (#4265)peterbell102018-07-271-53/+266
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+0
* Broadcast refactor (#4264)peterbell102018-07-241-2/+1
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-1/+1
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-3/+3
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-3/+3
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-3/+3
* Add cUUID class (#3871)peterbell102017-08-251-1/+49
* Remove double delete of PrepareChunk lua callback (#3844)peterbell102017-07-121-29/+16
* Added bed entity (#3823)Lukas Pioch2017-07-071-0/+1
* cLuaState: Added template to push multiple values in a single call. (#3331)Mattes D2016-08-211-10/+3
* Fix cWorld:QueueTask() Lua's bindingElNounch2016-08-181-2/+1
* Fixed cWorld:ChunkStay bindings. (#3319)Mattes D2016-08-141-14/+15
* Converted cLuaState::cCallbackPtr into a UniquePtr.Mattes D2016-06-271-2/+2
* LuaState: Implemented proper locking for cCallback.Mattes D2016-06-271-1/+3
* Changed world tasks to use cLuaState::cCallback.Mattes D2016-06-271-67/+38
* Revert "Lua callback"Mattes D2016-03-211-38/+67
* Changed world tasks to use cLuaState::cCallback.Mattes D2016-03-171-67/+38
* Bulk clearing of whitespaceLogicParrot2016-02-051-11/+11
* Fix typo (ammount)Arnaud Meuret2016-01-021-3/+3
* Revised the explosion-related Lua API and docs.Mattes D2015-12-181-34/+128
* Implemented brewingLukas Pioch2015-11-031-0/+2
* Fixed a race condition between chunk loader and generator.Mattes D2015-10-041-2/+2
* Prepared ScheduleTask for threading refactorTiger Wang2015-09-251-44/+11
* fixed casttycho2015-09-241-1/+1
* Add new "ForEach" function: ForEachLoadedChunk.tycho2015-09-241-0/+54
* Some warning fixesJulian Laubstein2015-08-181-6/+16
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-4/+4
* Buttons no longer click on when already on. Buttons now play sound when clicking off.Hax522015-06-241-1/+1
* Made cLightingThread own its callbackstycho2015-05-301-2/+1
* Merge branch 'master' into PreventNewWarningstycho2015-05-231-1/+1
|\
| * TryGetHeight returns a boolAlexander Harkness2015-05-231-1/+1
* | Added LuaState support for all integral typestycho2015-05-191-1/+1
|/
* Moved cWorld manual bindings out into a separate file.Mattes D2015-05-131-0/+588