1169b42fab
Code cleanup: - Slight restructure - FaweAPI class with some useful functions - Abstracting some components for future port different versions / platform Fixes: - Fixed lighting issues - Fixed some async exceptions - Fixed undo/redo having unexpected behavior - Fixed support for third party extents Improvements on the relighting algorithm. - It's slightly slower but results in more reliable lighting Queue optimizations: - Decreased overhead, faster block placement and relighting - Now supports async biome changes Block logging: - Now supports block logging (with BlocksHub) Schematic streaming: - Completely bypass the clipboard and "//stream <file>" giant schematics into the world Region selection: - Use "//worldeditregion" to select your current region restriction Manual relighting: - Use "//fixlighting" to fix the lighting in your current selection
48 lines
611 B
Plaintext
48 lines
611 B
Plaintext
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Windows Installer files
|
|
*.cab
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
|
|
# Windows shortcuts
|
|
*.lnk
|
|
|
|
# =========================
|
|
# Operating System Files
|
|
# =========================
|
|
|
|
# OSX
|
|
# =========================
|
|
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
*.classpath
|
|
.project
|
|
*.prefs
|
|
*.class
|