index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Bindings
/
ManualBindings_World.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-15
Properly deprecate more XYZ parameter'd functions (#5147)
Tiger Wang
1
-30
/
+423
2020-08-01
Replaced cpp14::make_unique<> with std::make_unique<>.
Mattes D
1
-2
/
+2
2020-04-14
Bindings: Allow coercion between Vector3 subtypes. (#4646)
Mattes D
1
-19
/
+7
2020-03-27
Lock hopper when powered by redstone (#4347)
Bond-009
1
-0
/
+1
2019-09-06
Separated chunk generator from world / plugin interfaces.
Mattes D
1
-2
/
+2
2019-08-11
Added null check for position (#4366)
Lukas Pioch
1
-0
/
+5
2019-07-28
Check for nil in cWorld:SpawnSplitExperienceOrbs binding (#4354)
Mark Asp
1
-1
/
+6
2018-08-02
Experience orb (#4259)
changyong guo
1
-0
/
+80
2018-07-27
cWorld: Manually bind deprecated broadcast functions (#4265)
peterbell10
1
-53
/
+266
2018-07-26
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
1
-1
/
+0
2018-07-24
Broadcast refactor (#4264)
peterbell10
1
-2
/
+1
2018-05-02
Prefer static_cast to reinterpret_cast (#4223)
peterbell10
1
-1
/
+1
2017-09-19
Removed UTF-8 BOM (#4033)
Lukas Pioch
1
-1
/
+1
2017-09-11
Replace ItemCallbacks with lambdas (#3993)
peterbell10
1
-3
/
+3
2017-09-02
Revert "Replace ItemCallbacks with lambdas (#3948)"
LogicParrot
1
-3
/
+3
2017-09-01
Replace ItemCallbacks with lambdas (#3948)
peterbell10
1
-3
/
+3
2017-08-25
Add cUUID class (#3871)
peterbell10
1
-1
/
+49
2017-07-12
Remove double delete of PrepareChunk lua callback (#3844)
peterbell10
1
-29
/
+16
2017-07-07
Added bed entity (#3823)
Lukas Pioch
1
-0
/
+1
2016-08-21
cLuaState: Added template to push multiple values in a single call. (#3331)
Mattes D
1
-10
/
+3
2016-08-18
Fix cWorld:QueueTask() Lua's binding
ElNounch
1
-2
/
+1
2016-08-14
Fixed cWorld:ChunkStay bindings. (#3319)
Mattes D
1
-14
/
+15
2016-06-27
Converted cLuaState::cCallbackPtr into a UniquePtr.
Mattes D
1
-2
/
+2
2016-06-27
LuaState: Implemented proper locking for cCallback.
Mattes D
1
-1
/
+3
2016-06-27
Changed world tasks to use cLuaState::cCallback.
Mattes D
1
-67
/
+38
2016-03-21
Revert "Lua callback"
Mattes D
1
-38
/
+67
2016-03-17
Changed world tasks to use cLuaState::cCallback.
Mattes D
1
-67
/
+38
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-11
/
+11
2016-01-02
Fix typo (ammount)
Arnaud Meuret
1
-3
/
+3
2015-12-18
Revised the explosion-related Lua API and docs.
Mattes D
1
-34
/
+128
2015-11-03
Implemented brewing
Lukas Pioch
1
-0
/
+2
2015-10-04
Fixed a race condition between chunk loader and generator.
Mattes D
1
-2
/
+2
2015-09-25
Prepared ScheduleTask for threading refactor
Tiger Wang
1
-44
/
+11
2015-09-24
fixed cast
tycho
1
-1
/
+1
2015-09-24
Add new "ForEach" function: ForEachLoadedChunk.
tycho
1
-0
/
+54
2015-08-18
Some warning fixes
Julian Laubstein
1
-6
/
+16
2015-07-29
Silenced and fixed many warning messages across multiple files.
Samuel Barney
1
-4
/
+4
2015-06-24
Buttons no longer click on when already on. Buttons now play sound when clicking off.
Hax52
1
-1
/
+1
2015-05-30
Made cLightingThread own its callbacks
tycho
1
-2
/
+1
2015-05-23
TryGetHeight returns a bool
Alexander Harkness
1
-1
/
+1
2015-05-19
Added LuaState support for all integral types
tycho
1
-1
/
+1
2015-05-13
Moved cWorld manual bindings out into a separate file.
Mattes D
1
-0
/
+588