1
0
cuberite-2a/Server/Plugins/APIDump
Alexander Harkness 6309c6a97f
improve rain simulation (#4017)
* Uses vanilla logic to decide which blocks rain falls through.
 * Rain falls infinitely above the world, and stops at y=0.
 * Entities will now be extinguished if they are under rain-blocking
blocks, and fire will now be extinguished by rain similarly.
 * Create IsWeatherWetAtXYZ to identify wetness at a particular location. 
 * Use new code for enderman rain detection.
 * Fixes issue #916
 * Disable warnings for global constructors in the fire simulator.
2017-12-26 21:25:57 +00:00
..
Classes improve rain simulation (#4017) 2017-12-26 21:25:57 +00:00
Hooks Made world data paths adjustable, and added API to temporarily disable saving chunks to disk. (#3912) 2017-09-07 13:41:16 +01:00
Static Renamed output directory to Server 2015-09-05 22:01:21 +02:00
APIDesc.lua improve rain simulation (#4017) 2017-12-26 21:25:57 +00:00
InfoFile.html Updated docs to mention InfoDump for creating README.md, etc. (#3895) 2017-08-15 05:32:28 +02:00
lang-lua.js Renamed output directory to Server 2015-09-05 22:01:21 +02:00
LICENSE-prettify.txt Renamed output directory to Server 2015-09-05 22:01:21 +02:00
main_APIDump.lua Updated docs to mention InfoDump for creating README.md, etc. (#3895) 2017-08-15 05:32:28 +02:00
main.css Renamed output directory to Server 2015-09-05 22:01:21 +02:00
piwik.js Added analytics to APIDump 2015-12-26 14:10:53 +00:00
prettify.css Renamed output directory to Server 2015-09-05 22:01:21 +02:00
prettify.js Renamed output directory to Server 2015-09-05 22:01:21 +02:00
SettingUpDecoda.html Minor changes (#3909) 2017-08-24 11:19:40 +02:00
SettingUpZeroBrane.html Minor changes (#3909) 2017-08-24 11:19:40 +02:00
UsingChunkStays.html Updated links and docs (#3488) 2016-12-19 17:08:19 +01:00
WebWorldThreads.html Updated links and docs (#3488) 2016-12-19 17:08:19 +01:00
Writing-a-Cuberite-plugin.html Updated links and docs (#3488) 2016-12-19 17:08:19 +01:00