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
/
Server
/
Plugins
/
APIDump
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-11-06
Anticheat fastbreak (#3411)
mohe2015
1
-0
/
+1818
2016-10-27
LuaJson: Report serialization errors instead of crashing.
Mattes D
1
-1
/
+1
2016-10-25
CI: API test defaults to failure, unless explicitly succeeded.
Mattes D
1
-22
/
+21
2016-10-21
Added SendMessageRaw for sending json string.
Lukas Pioch
1
-0
/
+16
2016-10-17
APIDump: Added missing syntax to cUrlClient (#3407)
NiLSPACE
1
-145
/
+261
2016-10-13
APIDump: Fixed cWorld:QueueTask signature, moved to separate file. (#3400)
Mattes D
2
-3346
/
+3363
2016-10-12
Spectators added (#2852)
bibo38
1
-0
/
+28
2016-10-09
cChunk::SetAlwaysTicked implies cChunk::stay (#3361)
LogicParrot
1
-1
/
+1
2016-10-06
APIDump: Fixed descriptions for cPluginManager:ForEachPlugin().
Mattes D
1
-10
/
+30
2016-10-06
APIDump: Fixed descriptions for cWorld:ChunkStay.
Mattes D
1
-0
/
+2
2016-10-06
Fixed cRankManager API docs.
Mattes D
2
-587
/
+727
2016-10-03
APIDump: Check param and return types.
Mattes D
4
-59
/
+204
2016-10-02
APIDump: Fixed description for schematic file loading.
Mattes D
1
-0
/
+8
2016-10-01
APIDesc: Reformatted ConstantGroups to match the enum names.
Mattes D
2
-6
/
+6
2016-09-27
APIDump: Fixed description for tolua functions.
Mattes D
1
-0
/
+4
2016-09-25
Fixed cCompositeChat's constructor LuaAPI bindings.
Mattes D
1
-11
/
+133
2016-09-19
APIDump: Fixed descriptions for "array table of strings".
Mattes D
1
-9
/
+6
2016-09-16
APIDump: Replaced "callback" type with "function".
Mattes D
1
-3
/
+3
2016-09-15
APIDesc: Fixed modifiers for sqlite3 functions.
Mattes D
1
-0
/
+8
2016-09-14
APIDesc: Fixed some leftover "<unknown>" types.
Mattes D
2
-67
/
+71
2016-09-12
APIDump: Reformatted the docs to include type information.
Mattes D
8
-2427
/
+23358
2016-09-09
APIDump: Support structured parameter info.
Mattes D
2
-41
/
+140
2016-09-08
APIDump: Removed trailing whitespace.
Mattes D
3
-27
/
+27
2016-09-06
APIDoc: Allow to create a link to an object. (#3371)
Mattes D
1
-3
/
+8
2016-09-05
APIDump: Fixed documentation for cPluginManager:GetPluginsPath().
Mattes D
1
-1
/
+1
2016-09-03
Configurable dirty unused chunk cap to avoid RAM overuse (#3359)
LogicParrot
1
-0
/
+1
2016-08-23
cUrlClient: Exported to Lua API.
Mattes D
1
-1
/
+173
2016-08-18
Removed Decoda project files, no longer used. (#3320)
Mattes D
1
-168
/
+0
2016-08-15
Added cWorld:SetSpawn() API and Lua binding (#3316)
ElNounch
1
-0
/
+1
2016-08-14
Typo in IniFile:GetNumKeys() code sample (#3317)
ElNounch
1
-2
/
+2
2016-08-07
Canonical tag (#3300)
Mathias
7
-0
/
+7
2016-07-29
Added additional examples to the documentation for HOOK_BLOCK_SPREAD. (#3277)
Alexander Harkness
1
-4
/
+20
2016-07-18
APIDump: Added explicit IsStatic flag to static functions.
Mattes D
6
-106
/
+110
2016-07-18
Updated API documentation.
Mattes D
5
-113
/
+339
2016-07-18
APIDump: Changed not to use globals, added more doxycomments.
Mattes D
2
-42
/
+64
2016-07-12
Changed Hopper to wtHopper and adjusted .gitignore.
Lukas Pioch
1
-1
/
+1
2016-06-27
Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.
Mattes D
2
-3
/
+12
2016-06-15
- Add a activation flag to droppers and dispensers. Previously droppers and dispensers shot items with every block update.
QUSpilPrgm
1
-0
/
+8
2016-06-10
Normalized Vector3 API to use the same capitalization as all else.
Mattes D
1
-1
/
+15
2016-06-05
Bindings: Fixed cBoundingBox API.
Mattes D
1
-1
/
+14
2016-06-03
Update Dispensers and let them act more like in Vanilla
QUSpilPrgm
1
-3
/
+5
2016-05-31
LuaState: Inter-plugin calls now support simple tables. (#3220)
Mattes D
1
-1
/
+1
2016-05-29
Added GetTeamNames to cScoreboard (#3217)
PlasmaPower
1
-0
/
+1
2016-05-14
1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)
Pokechu22
2
-0
/
+31
2016-04-05
Improved player freeze code
LogicParrot
1
-1
/
+0
2016-03-30
MoveToWorld defaults to spawnpoint
LogicParrot
1
-3
/
+3
2016-03-29
Bed's world is now saved
LogicParrot
1
-1
/
+1
2016-03-21
Revert "Lua callback"
Mattes D
2
-12
/
+3
2016-03-17
Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.
Mattes D
2
-3
/
+12
2016-02-19
Proper entity destruction in non-ticking chunks
LogicParrot
1
-2
/
+3
2016-02-08
remove cWorld::createAndInitializeWorld
LogicParrot
1
-1
/
+0
2016-01-31
Updated old forum links
Mathias
2
-3
/
+3
2016-01-29
MCServer to Cuberite
Mathias
2
-3
/
+3
2016-01-24
LuaTcpSsl: Disabled cert verification due to missing CA chain.
Mattes D
1
-2
/
+2
2016-01-12
Exported GetSeed to lua and added file extension opendb to .gitignore.
Lukas Pioch
1
-0
/
+1
2016-01-11
Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8
bibo38
1
-2
/
+5
2016-01-02
Fix typo (ammount)
Arnaud Meuret
1
-1
/
+1
2015-12-26
Added analytics to APIDump
Alexander Harkness
8
-57
/
+6780
2015-12-25
Added the cUrlParser class, exported to Lua API.
Mattes D
1
-1
/
+44
2015-12-25
Freeze player until chunk is loaded
Safwat Halaby
1
-0
/
+4
2015-12-24
Added a Json parser and serializer to Lua API.
Mattes D
1
-47
/
+105
2015-12-18
Revised the explosion-related Lua API and docs.
Mattes D
5
-36
/
+28
2015-12-13
blockheight mechanism
Gargaj
1
-0
/
+1
2015-12-13
allow use failures to propagate from the entity/block to the player
Gargaj
1
-1
/
+2
2015-11-23
change from single followable item to multiple
Gargaj
1
-0
/
+2
2015-11-03
Implemented brewing
Lukas Pioch
5
-0
/
+100
2015-10-31
Fixed typo that slipped through #2584
Alexander Harkness
1
-1
/
+1
2015-10-31
Fixed typo in description.
Alexander Harkness
1
-1
/
+1
2015-10-31
Implemented the FireResistence potion effects.
bibo38
1
-2
/
+3
2015-10-12
Added missing hooks to cPluginManager
Lukas Pioch
1
-0
/
+3
2015-10-11
APIDump: Added a missing endline to the NewlyUndocumented output file.
Mattes D
1
-0
/
+1
2015-09-27
APIDump: Added an apicheck command.
Mattes D
2
-6
/
+100
2015-09-26
Extended and fixed the cFile API.
Mattes D
2
-9
/
+11
2015-09-14
APIDump: Fixed ZBS integration filenames after project rename.
Mattes D
2
-6
/
+6
2015-09-05
Renamed output directory to Server
Mattes D
91
-0
/
+9783