Plex-FAWE/worldedit-core/src/main/java/com/sk89q/worldedit/extent
dordsor21 bdc14c10c7
Fix relight and removelight (#475)
* Start work on lighting engine (does not build)

* Implement getLighting

* Setting, flushing light etc works. Getting light should be working..?

* Better queue/chunk handling

* Use correct location for lighting update

* Correct set location, remove debug

* cleanup a little

* Fix fixlight

* Apply to all versions for the numpties

* Remove lighting extent if not using

* Actually bitmask blocks when setting in chunks

* Initialise Maps and Dequeues with inital size

* format

* Documentation maybe
2020-05-27 11:45:08 +01:00
..
buffer Performance improvement based on case study by @me4502 2020-03-19 13:08:25 -04:00
cache Tweak the last access extent cache to provide better caching 2019-02-03 07:35:38 -05:00
clipboard Fix #468 2020-05-13 22:36:08 +01:00
inventory Revert migration of FaweCache to Kotlin 2020-01-29 15:01:38 -05:00
reorder Use custom radix sort for ordering blocks (#1277) 2020-04-10 13:42:27 -04:00
transform Fix rotation breaking NBT data: 2020-03-30 16:01:50 +01:00
validation Remove all raw usages of BSH, improve API generics 2019-02-03 05:01:39 -05:00
world Merge remote-tracking branch 'upstream/feature/translatable-text' into i18n-merge 2019-11-21 13:50:05 +00:00
AbstractBufferingExtent.java Performance improvement based on case study by @me4502 2020-03-19 13:08:25 -04:00
AbstractDelegateExtent.java Fix relight and removelight (#475) 2020-05-27 11:45:08 +01:00
ChangeSetExtent.java Upstream 2019-06-25 13:07:47 -04:00
Extent.java Fix relight and removelight (#475) 2020-05-27 11:45:08 +01:00
InputExtent.java Fix relight and removelight (#475) 2020-05-27 11:45:08 +01:00
MaskingExtent.java Put the synchronisation higher up the food chain 2020-05-14 22:32:32 +01:00
NullExtent.java Make masks more stateless 2020-01-04 10:11:13 +00:00
OutputExtent.java Fix relight and removelight (#475) 2020-05-27 11:45:08 +01:00
PassthroughExtent.java Introduce Resettable interface 2020-02-16 15:14:34 -05:00