James Seibel
|
31035ccb1e
|
Add setUniform(color)
|
2021-11-27 10:32:04 -06:00 |
|
James Seibel
|
e840a23d01
|
Add FogColorMode
|
2021-11-27 10:10:01 -06:00 |
|
James Seibel
|
08b8f8778a
|
Merge branch 'skyfog' into 'main'
Added sky fog color option
See merge request jeseibel/distant-horizons-core!2
|
2021-11-27 15:38:59 +00:00 |
|
coolGi2007
|
044f87eef2
|
Added sky fog color option
|
2021-11-27 12:28:36 +00:00 |
|
James Seibel
|
30cd7fd4e0
|
remove a debug command
|
2021-11-26 21:20:32 -06:00 |
|
James Seibel
|
fbf5dfaa9d
|
Clean up Fog, remove Fast fog, close issue #77 (near-far incorrect center)
|
2021-11-26 21:13:54 -06:00 |
|
James Seibel
|
58d4bc7f0f
|
Add fog as a fragment shader
|
2021-11-26 19:24:48 -06:00 |
|
James Seibel
|
511a771351
|
Add a few extra resource links to GLProxy
|
2021-11-25 12:00:52 -06:00 |
|
James Seibel
|
e806098544
|
Fix rendering performance
|
2021-11-25 11:51:35 -06:00 |
|
James Seibel
|
4316cfbfd7
|
Merge branch 'ServerPatch' into 'main'
Fixed error when going into servers
See merge request jeseibel/distant-horizons-core!1
|
2021-11-25 14:02:51 +00:00 |
|
coolGi2007
|
6be4c0303f
|
Fixed error when going into servers
|
2021-11-25 07:27:14 +00:00 |
|
James Seibel
|
7633c7bc70
|
Update Readme.md
|
2021-11-23 02:28:13 +00:00 |
|
James Seibel
|
0bc96a98cf
|
Add support for disabling rendering
|
2021-11-21 22:14:46 -06:00 |
|
James Seibel
|
a0529a310b
|
Update Readme.md
|
2021-11-21 18:26:20 -06:00 |
|
James Seibel
|
ace3c03019
|
Update IChunkWrapper.java
|
2021-11-21 15:28:19 -06:00 |
|
James Seibel
|
16b44695ec
|
re-add the basic shaders
|
2021-11-21 15:27:33 -06:00 |
|
James Seibel
|
151ca3902f
|
Replace MinecraftRenderWrapper with the interface
|
2021-11-21 15:27:23 -06:00 |
|
James Seibel
|
1ba24659bc
|
Remove all Forge files
|
2021-11-21 14:01:39 -06:00 |
|
James Seibel
|
86a5d2ece9
|
Add DATA as a gpu upload method
|
2021-11-21 13:46:11 -06:00 |
|
James Seibel
|
b5050b2fa9
|
Fix the wrong number of vertices getting rendered
|
2021-11-21 00:07:17 -06:00 |
|
James Seibel
|
68c5e48b19
|
rename GlProxy to GLProxy
|
2021-11-20 20:51:35 -06:00 |
|
James Seibel
|
fc58124f6f
|
Fix the wrong message being sent in MinecraftWrapper.sendChatMessage
|
2021-11-20 20:41:19 -06:00 |
|
James Seibel
|
90e9a6ba6a
|
Fix a mixin folder name
|
2021-11-20 20:40:06 -06:00 |
|
James Seibel
|
8d7ce1b85f
|
Update the version number and the in game warning message
|
2021-11-20 20:38:51 -06:00 |
|
James Seibel
|
f2010b7c7d
|
Reorganize, improve header comments, and add missing licensing headers
|
2021-11-20 20:32:26 -06:00 |
|
James Seibel
|
b1bed06f60
|
Organize core and forge files into separate packages
|
2021-11-20 19:41:04 -06:00 |
|
James Seibel
|
9a1a59efcf
|
remove the forge class IWorker
|
2021-11-20 18:50:24 -06:00 |
|
James Seibel
|
2eeb850384
|
remove setLightMap from ILightMapWrapper
it is still available in the implementation LightMapWrapper
|
2021-11-20 18:21:38 -06:00 |
|
James Seibel
|
fd56c7ddcf
|
Add a worker to GlProxy
|
2021-11-20 16:30:39 -06:00 |
|
James Seibel
|
1c2069b6cb
|
remove unneeded fog calls in LodRenderer
|
2021-11-20 16:30:28 -06:00 |
|
James Seibel
|
ec50e6d6ce
|
Add IProfilerWrapper and a few missing imports
|
2021-11-20 15:56:54 -06:00 |
|
James Seibel
|
f5e84005bb
|
Cleanup and remove some MC references in Core
|
2021-11-20 12:03:48 -06:00 |
|
James Seibel
|
03aa4d3f17
|
Move ModInfo to Core
|
2021-11-20 11:45:40 -06:00 |
|
James Seibel
|
6ba2a8280e
|
minor comment rewording
|
2021-11-20 11:40:22 -06:00 |
|
James Seibel
|
21ab42aff1
|
Change WorldGeneratorWrapper to abstract
it was using a interface
|
2021-11-20 11:39:08 -06:00 |
|
James Seibel
|
5a170874d3
|
Add IWorldGenerationWrapper and change SERVER generation to FULL
|
2021-11-20 11:28:11 -06:00 |
|
James Seibel
|
b87f3e0c42
|
Improve ReflectionHandler
|
2021-11-20 10:49:00 -06:00 |
|
James Seibel
|
8f0f039237
|
temporarily move McObjectConverter
|
2021-11-20 10:13:35 -06:00 |
|
James Seibel
|
7d97ddab9d
|
Update IWorldWrapper use
|
2021-11-18 22:52:53 -06:00 |
|
James Seibel
|
defe3c3a5f
|
Update where IDimensionTypeWrapper is used
|
2021-11-18 22:48:19 -06:00 |
|
James Seibel
|
6b44f2b1fb
|
Add IReflectionHandler
|
2021-11-18 22:45:20 -06:00 |
|
James Seibel
|
40eb05a07e
|
Add AbstractChunkPosWrapper
|
2021-11-18 22:15:24 -06:00 |
|
James Seibel
|
e3fd2c4501
|
Add IWrapperFactory and finish AbstractBlockPosWrapper
|
2021-11-18 21:20:48 -06:00 |
|
James Seibel
|
00058a22cf
|
Add IMinecraftRenderWrapper
|
2021-11-18 20:38:16 -06:00 |
|
James Seibel
|
03f85c1d23
|
Start implementing IMinecraftWrapper
|
2021-11-17 23:04:48 -06:00 |
|
James Seibel
|
b9d641bb79
|
Delete ChunkGenerator.java
It wasn't used
|
2021-11-17 22:27:03 -06:00 |
|
James Seibel
|
359ac48885
|
Add IChunkWrapper
|
2021-11-17 22:26:53 -06:00 |
|
James Seibel
|
eb7a1251d3
|
Add IBlockShapeWrapper
|
2021-11-17 22:03:21 -06:00 |
|
James Seibel
|
a91c51ee3b
|
Add IBlockColorSingletonWrapper
|
2021-11-17 20:46:22 -06:00 |
|
James Seibel
|
9338caa813
|
Set up config dependency injection
|
2021-11-16 22:24:08 -06:00 |
|