Commit Graph

67 Commits

Author SHA1 Message Date
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
James Seibel 1176a843a6 Reformat/Refactor the config Interface/Wrapper setup 2021-11-16 20:07:08 -06:00
James Seibel 2e1ff17ea7 Start adding singleton dependency injection 2021-11-15 22:41:19 -06:00
James Seibel b07543f7a6 Add IDimensionTypeWrapper, IWorldWrapper, IBiomeWrapper, and IBiomeColorWrapperSingleton 2021-11-15 20:51:49 -06:00
James Seibel 880de7caf0 Delete WorldLightWrapper.java
WorldLightWrapper wasn't implemented
2021-11-15 20:50:40 -06:00
James Seibel 6c11530180 Remove BufferBuilder and VertexBuffer Wrappers (they aren't needed) 2021-11-14 23:02:05 -06:00
James Seibel 735880f253 Add a core package 2021-11-14 18:56:04 -06:00
James Seibel 3144cb9791 Add LodConfig, LodConfigWrapper, and ForgeConfig 2021-11-14 18:42:56 -06:00
James Seibel 126006635a Start adding ConfigApi 2021-11-14 08:40:50 -06:00
James Seibel 61e192e93c Delete test.txt 2021-11-14 08:11:13 -06:00