James Seibel
95d0765ccb
convert several files to Java 8
...
There may be additional files that require changing
2023-02-23 19:52:51 -06:00
James Seibel
8f9524a319
Revert "Fix exceptions when closing a world"
...
This reverts commit a680aa97d2 .
2023-02-21 22:10:33 -06:00
James Seibel
a680aa97d2
Fix exceptions when closing a world
2023-02-21 21:25:17 -06:00
coolGi
8f838891cb
Merge remote-tracking branch 'origin/new_buildsystem'
...
# Conflicts:
# coreSubProjects
# gradle.properties
2023-02-15 17:07:41 +10:30
James Seibel
fdcbbae3b1
minor blockStateWrapper reformat
2023-02-13 20:27:06 -06:00
coolGi
666293f59d
Merge remote-tracking branch 'origin/main' into new_buildsystem
...
# Conflicts:
# build.gradle
# forge/build.gradle
# versionProperties/1.18.2.properties
2023-02-13 18:11:43 +10:30
coolGi
4442fda70a
Did the bear minimum to make forge "work" so we can do testing on the new build system
2023-02-13 18:10:27 +10:30
coolGi
89faf6e976
Merge remote-tracking branch 'origin/main' into new_buildsystem
...
# Conflicts:
# build.gradle
# fabric/build.gradle
2023-02-12 19:06:48 +10:30
James Seibel
35d45057ba
Add 2 potential fixes for the optifine render resolution bug
2023-01-31 07:54:36 -06:00
coolGi
c01c77e11d
Merge branch 'new_buildsystem' into 'main'
...
# Conflicts:
# gradle.properties
2023-01-29 05:11:04 +00:00
coolGi
76f3a3cfcb
Disabled stuff that requires Architectury API (so the networking)
2023-01-29 14:16:12 +10:30
James Seibel
dd6380d49d
rename AbstractWorldGenTaskTracker.isValid -> isMemoryAddressValid
2023-01-22 17:12:49 -06:00
James Seibel
d59fc82cc7
refactor Generation Event and Environment
2023-01-15 20:03:12 -06:00
James Seibel
20f8e59f2b
Remove deprecated ChunkWrapper position getters
2023-01-02 11:19:50 -06:00
James Seibel
27c3c0c404
rename EDistanceGenerationMode -> EDhApiDistantGeneratorMode
2022-12-10 22:08:33 -06:00
James Seibel
6bd7f54a8e
Add WrapperFactory.createChunkWrapper()
2022-12-08 21:36:44 -06:00
James Seibel
a1e8af623d
Move Optifine code out of ReflectionHandler and into AbstractOptifineAccessor
2022-11-24 19:10:19 -06:00
James Seibel
04d61e81ed
add IDimensionTypeWrapper.equals()
2022-11-20 20:39:57 -06:00
James Seibel
78fc6be193
Merge branch 'main' of gitlab.com:jeseibel/minecraft-lod-mod
2022-11-19 19:07:34 -06:00
James Seibel
969dfa1dd0
Add isAir() to BlockStateWrapper
2022-11-19 19:06:42 -06:00
coolGi
de60b15d2b
Added the ChangelogScreen. New changelog screen done
2022-11-18 19:12:25 +10:30
coolGi
2daf47f202
Updated updater screen (thanks a lot to Pankakes#0686)
2022-11-17 21:44:43 +10:30
coolGi
4fe24abc51
Save commit for new build system
2022-11-14 21:51:09 +10:30
James Seibel
4644121fe3
Add getWrappedMcObject_UNSAFE() to Biome and BlockState Wrappers
2022-11-13 21:50:10 -06:00
coolGi
b8ecbdd27d
Added a lang auto formatter and a missing lang detector and fixed up the lang formatting and added missing options
2022-11-04 17:35:24 +10:30
coolGi
4358360362
Swapped out the bottom 2 buttons on the update screen
2022-10-30 19:34:27 +10:30
coolGi
8fec85d4cb
Added stuff that people suggested to the update screen
2022-10-30 18:36:50 +10:30
coolGi
e17f201e6b
Finished the self updater
2022-10-28 10:07:46 +10:30
coolGi
9742a2146a
Added the self updater to forge
2022-10-20 22:47:48 +10:30
Jeff McClure
3278d3518d
1.19.2
2022-10-12 12:50:00 +00:00
James Seibel
7dbb17b339
Add "Dh" prefix to DistantHorizons Worlds
2022-09-29 21:54:00 -05:00
TomTheFurry
2257ceae53
Continue improving stabilises of the system
2022-09-19 14:54:46 +08:00
TomTheFurry
9316575534
Fix critical issue causing chunk to lod build extremely slow, and also partly fix sparse data source loading (where I used wrong array instead of loaded data array.) Also improve ChunkToLodBuilder building loops to support multithreaded building
2022-09-18 16:30:45 +08:00
James Seibel
99fa754e91
Rearrange API packages
2022-09-16 23:57:39 -05:00
James Seibel
be28eaf122
Make Core Level Wrappers implement API wrappers
2022-09-16 22:55:37 -05:00
James Seibel
e331def140
Flip API -> Core dependency to Core -> API
2022-09-12 22:25:10 -05:00
TomTheFurry
cb3dfd6786
Reorganize all the classes and move them around to make more sense and be easier to navigate. Also removed/unwrapped the 'a7' temp package.
2022-09-12 22:43:06 +08:00
TomTheFurry
0af836f2f5
Nuke no longer used files and fix bugs where I'm using the wrong class for doing data formats
2022-09-12 22:13:20 +08:00
James Seibel
59ca964231
remove commented out transparency code
2022-09-10 17:10:36 -05:00
coolGi
a315b1190a
Made the config abstract (so it can be used by other mods using our api)
2022-09-09 23:12:20 +09:30
TomTheFurry
a35a268670
Make tint works again! Impl getting tint without level obj but with biome obj.
2022-09-09 15:29:24 +08:00
TomTheFurry
9ab67716bc
Fix lighting
2022-09-09 14:16:58 +08:00
TomTheFurry
cc554991fe
*Kinda* working now. Async the updateCache to io thread, and fix stream close issue
2022-09-08 22:31:25 +08:00
James Seibel
2f6551904a
Merge branch 'main' of gitlab.com:jeseibel/minecraft-lod-mod
2022-09-07 07:47:24 -05:00
James Seibel
f96196a421
Remove dependencies on ClientApi logger
2022-09-07 07:44:16 -05:00
TomTheFurry
954dc49932
Overhaul how files and partially loaded sources are handled
...
Note: Currently it DOES render, it just... requires the ENTIRE area to be generated. This bug will be fixed... tomorrow. I hope. (It's like 11:35pm here so gimme a break!)
2022-09-05 23:36:52 +08:00
coolGi
0c031588aa
Fixed issue #390 (problems with BCLib fog)
2022-09-02 15:14:03 +09:30
coolGi
59fac2fa11
Started work on auto updater screen
2022-09-02 12:12:50 +09:30
Morippi
45527ada14
small changes
2022-08-24 12:50:14 +02:00
Morippi
b6b98b1c00
Added transparency support (still not fully working
2022-08-24 11:43:04 +02:00