Commit Graph

710 Commits

Author SHA1 Message Date
James Seibel c9bc3f78f4 Add reference comments 2020-09-25 10:05:25 -05:00
James Seibel dfe55f197c Separate the color and positional enums 2020-09-25 10:00:52 -05:00
James Seibel c24aa354b2 Add a default constructor 2020-09-25 09:41:10 -05:00
James Seibel 3cd9a4f0b7 Add missing x and z coordinates to lodChunk 2020-09-25 09:17:47 -05:00
James Seibel e116047bc8 Add the Lod object and supporting objects 2020-09-25 09:09:43 -05:00
James Seibel 73592971d3 Improve fog distance and have it change between fast and fancy modes 2020-09-21 10:46:36 -05:00
James Seibel 23f0f2662a Move everything relating to optifine's config into OfConfig
Have the fog type change based on what optifine's in game setting is.
Change 2 minor TODOs.
2020-09-21 09:45:35 -05:00
James Seibel c74b9f74d9 Get the player's FOV from the EntityRenderer through reflection, improve a few comments 2020-09-18 22:39:19 -05:00
James Seibel d1300e0509 Comment out broken code 2020-09-18 22:18:47 -05:00
James Seibel 72a912dcb5 Get the current FOV directly from the entityRender through reflection 2020-09-17 22:26:24 -05:00
James Seibel af606c4317 Rename OfConfig to OfConfigReflector 2020-09-17 22:22:48 -05:00
James Seibel e8f2991ba2 Add the ability to access optifine's settings 2020-09-14 08:21:02 -05:00
James Seibel c62f8b18ef Supress some 'unused' warnings 2020-09-12 22:31:20 -05:00
James Seibel 2161b5c9c3 Improve how optifine is linked into eclipse 2020-09-12 22:30:53 -05:00
James Seibel f158c5afcc Update gitignore to add the run mod folder 2020-09-12 16:10:28 -05:00
James Seibel 9c4ec1fe49 Add the required mods to the 'run' folder 2020-09-12 16:06:48 -05:00
James Seibel ff9240145e Add the deobfuscated version of optifine 2020-09-12 15:49:03 -05:00
James Seibel 4328b336c9 Add tools for understanding and using optifine 2020-09-12 15:46:09 -05:00
James Seibel 31381d5b2e Minor comment change 2020-09-12 13:46:50 -05:00
James Seibel 6e0c9e133b Improve rendering
specifically: improve rendering closer to the actual view frustum and don't render overtop of the currently loaded chunks
2020-09-03 22:53:48 -05:00
James Seibel 6e4898e531 Add debugging comments 2020-09-03 22:52:43 -05:00
James Seibel 76093af626 Add a todo comment 2020-09-03 22:51:21 -05:00
James Seibel 4a7453bfc4 Add a comment 2020-09-03 10:51:48 -05:00
James Seibel 4614ff2a4a Improve export 2020-09-03 08:59:55 -05:00
James Seibel 54b330399f Improve install instructions 2020-09-03 08:59:40 -05:00
James Seibel 614369b613 move a profiler to a better place 2020-09-02 22:12:27 -05:00
James Seibel 17e2efc3d1 Improve method order 2020-09-02 22:09:09 -05:00
James Seibel 593a437dd4 Improve lod fog commenting, remove unneeded methods, and disable fog for testing 2020-09-02 22:07:47 -05:00
James Seibel bb97296c5f re-add the default game fog 2020-09-02 16:17:33 -05:00
James Seibel ad1ced351d Add comments for future use 2020-09-02 16:17:17 -05:00
James Seibel 59be4c2654 Add the ability for the LODs to have two different levels of fog 2020-09-02 15:51:17 -05:00
James Seibel 847e2ee4dc comment out code that isn't currently needed and was causing a crash 2020-09-02 15:49:25 -05:00
James Seibel fc2731adee Add labels and move sendDataToGPU 2020-09-01 09:25:22 -05:00
James Seibel c822941e5c Add the ability to dynamically change the fog type 2020-09-01 09:20:26 -05:00
James Seibel c9f1dd679c Remove distanceToPlayer since it is now in the client proxy 2020-09-01 09:07:59 -05:00
James Seibel 1892bbbf11 move distance to player into the file it is used in 2020-09-01 09:06:56 -05:00
James Seibel a269c75728 Reorder some code in drawLODs 2020-09-01 08:26:05 -05:00
James Seibel aaca34a4fa Improve code order 2020-09-01 08:24:41 -05:00
James Seibel 2c3fceb5b0 Improve code format and remove some unneeded code 2020-08-31 21:26:30 -05:00
James Seibel b510e1470d remove some old code 2020-08-31 14:40:52 -05:00
James Seibel 7633d21a05 re-enable the renderer 2020-08-31 14:40:27 -05:00
James Seibel 9ee014fc15 Minor initalizer changes 2020-08-30 15:35:58 -05:00
James Seibel 03d8897253 Improve the Readme 2020-08-29 23:12:11 -05:00
James Seibel e29e214546 Improve documentation for creating the eclipse workspace 2020-08-29 23:03:40 -05:00
James Seibel 638fdc51ce remove debug print 2020-06-28 18:43:10 -05:00
BuildTools 58acc78145 Add the first try at loading biomes outside render distance 2020-04-26 10:59:07 -05:00
BuildTools ed472c6a7b move renderer and add TODOs 2020-04-21 17:49:35 -05:00
BuildTools 4d6c8e6c38 Add TODOs 2020-04-20 23:05:34 -05:00
BuildTools 7d390a0b22 remove the need for a custom EntityRenderer class 2020-04-20 23:01:08 -05:00
BuildTools f5139fd5f8 remove an unneeded if statement 2020-04-20 23:00:45 -05:00