Commit Graph

799 Commits

Author SHA1 Message Date
James Seibel 1fba04132b Revert "Fixed config system only working with dh"
This reverts commit f1b31a4cfe.
2023-08-24 21:16:13 -05:00
James Seibel e62ddc302b Require a ILevelWrapper when deserializing BlockStateWrappers 2023-08-24 20:05:54 -05:00
coolGi 697abb520b Fixed javadocs reference, and updated core 2023-08-25 00:10:34 +09:30
coolGi f1b31a4cfe Fixed config system only working with dh 2023-08-24 22:56:19 +09:30
coolGi d553965f28 Refactored and fixed several config related things (javadocs, and warnings) 2023-08-24 22:56:03 +09:30
coolGi 089f887035 Merge remote-tracking branch 'origin/main' 2023-08-24 22:30:24 +09:30
coolGi 1d637668c6 Removed running button pressed process by default 2023-08-24 22:30:05 +09:30
James Seibel 3361ba2fab Fix config presets rewriting the config file before it loads 2023-08-24 07:41:08 -05:00
James Seibel 971caca9c9 Improve config render cache invalidation logic and add missing config listeners 2023-08-24 07:20:49 -05:00
James Seibel 48a3675eec Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core 2023-08-24 07:06:15 -05:00
coolGi c8f9c83935 Merge branch 'main' into 'main'
feat: Update rendering block ignores

See merge request jeseibel/distant-horizons-core!17
2023-08-24 11:49:46 +00:00
coolGi 81992f6a87 Formatted some resource files 2023-08-24 20:28:25 +09:30
James Seibel f8814e3a11 Merge branch 'steve-ignore-blocks' 2023-08-23 21:28:35 -05:00
James Seibel f6ee8048eb Have getRendererIgnoredBlocks()'s require a level and return a hashset 2023-08-23 21:23:58 -05:00
James Seibel 794e9afc10 Fix file saving 2023-08-22 07:45:25 -05:00
Steveplays28 ed6a4573eb feat: Update rendering block ignores
Barrier blocks, structure void blocks, light blocks, and air blocks now share 2 `HashMap`s that define blocks that should be ignored by the LOD builder.
2023-08-22 11:36:46 +02:00
James Seibel 4ec4b2f8dd Reduce SSAO noise 2023-08-21 22:06:33 -05:00
James Seibel 1e05972e3c Fix potential null pointers in DhWorld shutdown 2023-08-21 07:46:51 -05:00
James Seibel 786c445a91 Add a profiler section for debug wireframe rendering 2023-08-20 18:38:21 -05:00
James Seibel 3b14bd655c Add a world curvature listener and limiter 2023-08-20 18:22:10 -05:00
James Seibel d5f3ac9fb8 Fix renderer crash when enabling earth curvature 2023-08-20 18:11:12 -05:00
James Seibel 35f5bce149 Clean up World Gen Threads after termination 2023-08-20 17:59:58 -05:00
James Seibel 2964acfc8c Hide unused multiplayer settings 2023-08-20 15:06:59 -05:00
James Seibel 6babf730dc Merge branch 'distant-horizons-core-fix/incorrect-checksum' 2023-08-20 14:49:37 -05:00
James Seibel f57c52b2d0 add ILevelWrapper.onUnload() 2023-08-20 14:47:22 -05:00
James Seibel 3113263012 Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core 2023-08-20 14:14:56 -05:00
James Seibel c0e0412de9 Add world gen task count to the F3 menu 2023-08-20 14:14:44 -05:00
s809 283f4c9782 Fix incorrect use of checksum stream
(for some reason each section goes twice through this method)
2023-08-20 20:23:28 +05:00
coolGi 461302d290 Merge remote-tracking branch 'origin/main' 2023-08-20 02:54:40 +09:30
coolGi d6352b9ea6 Fixed ui modify, and made file handeler use its own set function 2023-08-20 02:36:48 +09:30
James Seibel 4bf12c7fc4 Fix lighting and LOD generation for snow layers 2023-08-19 11:01:52 -05:00
coolGi 8431256b2c Re-arranged the git info 2023-08-20 01:31:04 +09:30
James Seibel 0e1c4c49c2 Change RenderSourceFileHandler cache log from info -> debug 2023-08-19 08:50:20 -05:00
tom lee a30bfdf397 Implement cache invalidation, and have render cache be used. Can expect faster load times. 2023-08-19 16:49:09 +08:00
James Seibel 158a614482 Potentially fix custom world generator snow lighting 2023-08-18 20:51:29 -05:00
James Seibel 974953ae9d Remove height map optimization in LodDataBuilder 2023-08-18 18:44:37 -05:00
James Seibel 02449a909a Fix snow rendering take 2 2023-08-18 18:15:03 -05:00
James Seibel 42841fe2a1 Preventive fix for LodDataBuilder going outside the world 2023-08-18 17:44:16 -05:00
James Seibel 70989a9369 Attempt to fix snow lighting 2023-08-18 17:22:27 -05:00
James Seibel ef21987817 remove unimplemented world generator modes
specifically: BIOME_ONLY, BIOME_ONLY_SIMULATE_HEIGHT, and FULL
2023-08-18 15:55:32 -05:00
James Seibel 56c8441daf add a heightmap check/warning to DhLightingEngine 2023-08-18 15:54:53 -05:00
James Seibel b229d928c1 Have DhLightingEngine set centerChunk.setIsDhLightCorrect = true when done 2023-08-18 11:49:52 -05:00
James Seibel 3db7ffeb01 Remove world gen lighting engine config 2023-08-18 11:19:45 -05:00
James Seibel ec2382372e Fix DH lighting not being baked in correctly for loaded chunks 2023-08-18 11:19:15 -05:00
James Seibel 4c081fcf26 Tweak world gen threading presets 2023-08-18 10:30:54 -05:00
James Seibel 61b5ec1d70 Attempt to prevent OpenGL errors when teleporting 2023-08-18 10:13:40 -05:00
James Seibel 859fcaf1b8 Improve ThreadUtil logging and prefix handling 2023-08-18 09:10:18 -05:00
James Seibel 91f67cac9b Fix WorldGen ThreadFactory not being used 2023-08-18 08:25:15 -05:00
James Seibel c7ac9faccd Fix preset configs not applying after the UI screen changes 2023-08-18 07:51:05 -05:00
James Seibel 123f17288c Temporary config file permission exception suppression 2023-08-18 07:47:51 -05:00