Commit Graph

  • fd56c7ddcf Add a worker to GlProxy James Seibel 2021-11-20 16:30:39 -06:00
  • 1c2069b6cb remove unneeded fog calls in LodRenderer James Seibel 2021-11-20 16:30:28 -06:00
  • ec50e6d6ce Add IProfilerWrapper and a few missing imports James Seibel 2021-11-20 15:56:54 -06:00
  • f5e84005bb Cleanup and remove some MC references in Core James Seibel 2021-11-20 12:03:48 -06:00
  • 03aa4d3f17 Move ModInfo to Core James Seibel 2021-11-20 11:45:40 -06:00
  • 6ba2a8280e minor comment rewording James Seibel 2021-11-20 11:40:22 -06:00
  • 21ab42aff1 Change WorldGeneratorWrapper to abstract James Seibel 2021-11-20 11:39:08 -06:00
  • 5a170874d3 Add IWorldGenerationWrapper and change SERVER generation to FULL James Seibel 2021-11-20 11:28:11 -06:00
  • b87f3e0c42 Improve ReflectionHandler James Seibel 2021-11-20 10:49:00 -06:00
  • 8f0f039237 temporarily move McObjectConverter James Seibel 2021-11-20 10:13:35 -06:00
  • 7d97ddab9d Update IWorldWrapper use James Seibel 2021-11-18 22:52:53 -06:00
  • defe3c3a5f Update where IDimensionTypeWrapper is used James Seibel 2021-11-18 22:48:19 -06:00
  • 6b44f2b1fb Add IReflectionHandler James Seibel 2021-11-18 22:45:20 -06:00
  • 40eb05a07e Add AbstractChunkPosWrapper James Seibel 2021-11-18 22:15:24 -06:00
  • e3fd2c4501 Add IWrapperFactory and finish AbstractBlockPosWrapper James Seibel 2021-11-18 21:20:48 -06:00
  • 00058a22cf Add IMinecraftRenderWrapper James Seibel 2021-11-18 20:38:16 -06:00
  • 03f85c1d23 Start implementing IMinecraftWrapper James Seibel 2021-11-17 23:04:48 -06:00
  • b9d641bb79 Delete ChunkGenerator.java James Seibel 2021-11-17 22:27:03 -06:00
  • 359ac48885 Add IChunkWrapper James Seibel 2021-11-17 22:26:53 -06:00
  • eb7a1251d3 Add IBlockShapeWrapper James Seibel 2021-11-17 22:03:21 -06:00
  • a91c51ee3b Add IBlockColorSingletonWrapper James Seibel 2021-11-17 20:46:22 -06:00
  • 9338caa813 Set up config dependency injection James Seibel 2021-11-16 22:24:08 -06:00
  • 1176a843a6 Reformat/Refactor the config Interface/Wrapper setup James Seibel 2021-11-16 20:07:08 -06:00
  • 2e1ff17ea7 Start adding singleton dependency injection James Seibel 2021-11-15 22:41:19 -06:00
  • b07543f7a6 Add IDimensionTypeWrapper, IWorldWrapper, IBiomeWrapper, and IBiomeColorWrapperSingleton James Seibel 2021-11-15 20:51:49 -06:00
  • 880de7caf0 Delete WorldLightWrapper.java James Seibel 2021-11-15 20:50:40 -06:00
  • 6c11530180 Remove BufferBuilder and VertexBuffer Wrappers (they aren't needed) James Seibel 2021-11-14 23:02:05 -06:00
  • 735880f253 Add a core package James Seibel 2021-11-14 18:56:04 -06:00
  • 3144cb9791 Add LodConfig, LodConfigWrapper, and ForgeConfig James Seibel 2021-11-14 18:42:56 -06:00
  • 126006635a Start adding ConfigApi James Seibel 2021-11-14 08:40:50 -06:00
  • 61e192e93c Delete test.txt James Seibel 2021-11-14 08:11:13 -06:00
  • 4d6c3d31e7 Create test.txt James Seibel 2021-11-14 08:03:53 -06:00
  • 59cdf3cd6c Add a few missing IDE files James Seibel 2021-11-13 22:18:49 -06:00
  • b317150c25 Move the API files into their own package and move GlProxy into render James Seibel 2021-11-13 22:07:56 -06:00
  • dedfeed538 Replace ChunkPos with ChunkPosWrapper in LodDimension James Seibel 2021-11-13 21:59:04 -06:00
  • 5dab3ac069 Update ReflectionHandler.java James Seibel 2021-11-13 21:54:05 -06:00
  • 34c2049445 rename/rearrange the wrapper packages James Seibel 2021-11-13 21:49:46 -06:00
  • 02b4378235 Add WorldGeneratorWrapper James Seibel 2021-11-13 21:21:56 -06:00
  • 897ca5b458 Add recordOpenGlCall to GlProxy (only partially implemented) James Seibel 2021-11-13 21:00:20 -06:00
  • 7176d01183 add LodDirection James Seibel 2021-11-13 20:31:57 -06:00
  • aa40313cf2 Move Mat4f and the Vec3's to objects.math James Seibel 2021-11-13 19:58:03 -06:00
  • 75c0889ac5 Create LodVertexBuffer James Seibel 2021-11-13 14:13:46 -06:00
  • f70c4f74ac Create LodBufferBuilder and rename the old LodBufferBuilder to LodBufferBuilderFactory James Seibel 2021-11-13 13:34:07 -06:00
  • 342261d78a Start creating API classes, some general refactoring/reorganizing, and wrapper changes James Seibel 2021-11-12 23:25:12 -06:00
  • 1ca7ac6671 Replace Matrix4f (MC) with Mat4f (ours) in LodRenderer James Seibel 2021-11-11 23:16:59 -06:00
  • 12a14b4855 Start replacing MC objects with our own implementations James Seibel 2021-11-10 23:02:48 -06:00
  • ff398ee6cc Merge changes from 1.17.1-Forge (11-10-2021) James Seibel 2021-11-10 22:19:31 -06:00
  • a5f98b02d4 Initial Commit (from Lod Mod 1.16.5 11-10-2021) James Seibel 2021-11-10 22:02:38 -06:00