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
clang-format-codebase
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
real-block-count
serverTick
spawning
template-id-ctor-warning
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
/
Server
/
Plugins
/
APIDump
/
Classes
/
World.lua
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-08
Implement slime chunks. (#5484)
Michal Havlíček
1
-0
/
+21
2022-04-21
Implement farmland trampling (#5401)
DarkoGNU
1
-0
/
+10
2021-11-11
Miscellaneous fixes (#5320)
Tiger Wang
1
-1
/
+1
2021-03-15
Properly deprecate more XYZ parameter'd functions (#5147)
Tiger Wang
1
-64
/
+12
2021-02-06
Adds playerlist header and footer broadcasting (1.8-1.13)
dImrich
1
-0
/
+15
2020-11-06
Add correct implementation of crops (#4802)
0ddlyoko
1
-117
/
+4
2020-11-06
Ender Crytal Fix and report proper cmake file for luabindingscheck fail (#5017)
12xx12
1
-1
/
+1
2020-10-30
Corrected type for param Pos on spawn enter crystal (#5012)
Lukas Pioch
1
-1
/
+1
2020-10-29
Add beam target, configurable base visibility to Ender Crystals (#5010)
12xx12
1
-0
/
+22
2020-10-13
Added missing return types and fixed param types (#4996)
Lukas Pioch
1
-3
/
+21
2020-10-09
Add default value nullptr for parameter a_Digger and added digger to
Lukas Pioch
1
-12
/
+40
2020-10-01
Add SetBlockMeta warning in documentation (#4943)
[IPSA] Chris de Claverie
1
-2
/
+2
2020-08-28
Remove unneeded MarkDirty, SendToClients parameters of SetMeta
Tiger Wang
1
-11
/
+1
2020-08-27
Changed tree-growing functions in cWorld to use Vector3i coords.
Mattes D
1
-36
/
+8
2020-04-17
More Vector3 in cBlockHandler (#4644)
Mattes D
1
-1
/
+12
2020-04-09
Falling blocks can now be spawned at any position. (#4620)
Mattes D
1
-17
/
+69
2020-03-27
Lock hopper when powered by redstone (#4347)
Bond-009
1
-0
/
+29
2020-03-22
TNT position fixes (#4519)
Mat
1
-0
/
+4
2019-10-28
Moved growing from cWorld / cChunk to cBlockHandler descendants.
Mattes D
1
-13
/
+48
2019-10-16
Refactored block-to-pickup conversion. (#4417)
Mattes D
1
-7
/
+58
2019-08-10
APIDocs: Added missing return type and corrected one (#4353)
Lukas Pioch
1
-1
/
+1
2018-08-02
Experience orb (#4259)
changyong guo
1
-0
/
+55
2018-07-27
cWorld: Manually bind deprecated broadcast functions (#4265)
peterbell10
1
-0
/
+56
2017-12-26
improve rain simulation (#4017)
Alexander Harkness
1
-8
/
+24
2017-09-19
Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)
Lane Kolbly
1
-3
/
+70
2017-09-07
Made world data paths adjustable, and added API to temporarily disable saving chunks to disk. (#3912)
Lane Kolbly
1
-0
/
+31
2017-09-07
Changed some int parameters to vector parameters (#3937)
Bond-009
1
-38
/
+88
2017-08-29
APIDump: Removed unneeded Globals prefix
Lukas Pioch
1
-2
/
+2
2017-08-25
Add cUUID class (#3871)
peterbell10
1
-2
/
+2
2017-08-17
Changed int parameters to vector parameters in cCuboid and simulators (#3874)
Lane Kolbly
1
-32
/
+56
2017-07-12
Changing pickup lifetime and combining semantics, making these adjustable in the lua api. (#3843)
Lane Kolbly
1
-0
/
+60
2017-07-07
Added bed entity (#3823)
Lukas Pioch
1
-0
/
+29
2017-06-24
cBlockArea supports block entities. (#3795)
Mattes D
1
-6
/
+5
2017-05-24
Exported boat
Lukas Pioch
1
-1
/
+5
2017-05-08
Added missing checks for Initialize function and updated APIDoc
Lukas Pioch
1
-6
/
+6
2017-05-02
APIDoc: Removed non-existent functions and added missing return types
Lukas Pioch
1
-37
/
+33
2017-04-30
APIDoc: Replaced incorrect param cMonster with eMonsterType
Lukas Pioch
1
-1
/
+1
2017-04-05
APIDoc: Added missing IsStatic flags and corrected param types.
Lukas Pioch
1
-1
/
+1
2017-04-04
APIDoc: Documented missing functions and variables. (#3634)
Lukas Pioch
1
-0
/
+17
2016-10-13
APIDump: Fixed cWorld:QueueTask signature, moved to separate file. (#3400)
Mattes D
1
-0
/
+3363