Commit Graph

432 Commits

Author SHA1 Message Date
coolGi2007 69e0cfe97a Commit part 1 of trying to make the gui work vanilla 2022-04-21 10:17:55 +10:00
sasanaps@hotmail.com 85f16e749a Commit to fix 1 thing 2022-04-20 20:20:58 +10:00
sasanaps@hotmail.com a3bbdc421f Just a commit to save the progress 2022-04-20 20:00:33 +10:00
coolGi2007 b431670255 Abstracted alot of stuff to do with the screen 2022-03-29 15:54:22 +10:30
coolGi2007 0b28257f2f Added a warning when you try to run the jar 2022-03-27 13:54:05 +10:30
coolGi2007 6f7b1ac223 Allowed use of hash map rather than using MultiOption 2022-03-26 20:07:12 +10:30
coolGi2007 db2636946e Added a way to put multiple options into 1 item and added some code for standalone jar 2022-03-25 17:26:26 +10:30
coolGi2007 2fa54347ea Renamed some stuff and updated core 2022-03-13 14:31:33 +10:30
TomTheFurry 538df6000c Fixup that one line. With comments 2022-03-08 17:04:16 +08:00
coolGi2007 509c9cb21c Getting ready for gui (SOMEONE, please fix core/config/file/ConfigFileHandling line 80) 2022-02-28 18:23:27 +10:30
coolGi2007 711658fe38 Finished file handling (all that is needed to fix it is to fix line 80 in core/config/file/ConfigFileHandling.java) 2022-02-26 04:48:43 +00:00
coolGi2007 ffa6bb5653 Sorry Ran, I accidentally somehow reloved your commit before 2022-02-24 11:56:16 +00:00
coolGi2007 44a16ef4fe Started more work on the new config system (file handling) 2022-02-24 06:47:12 +00:00
Ran 081958db59 Update src/main/java/com/seibel/lod/core/config/ConfigBase.java 2022-02-20 13:17:35 +00:00
coolGi2007 83ec6f4da2 Updated some stuff 2022-02-20 07:30:07 +00:00
coolGi2007 6ff797c1cc Updated core 2022-02-20 13:22:06 +10:30
coolGi2007 d04247094a Added some stuff to the new config init 2022-02-20 13:12:01 +10:30
tom lee 3e7fed7ad4 Start rework to allow individual render region swapping 2022-02-18 14:56:54 +08:00
James Seibel fd81a8e067 Update the version number to 1.6.2a 2022-02-17 20:11:00 -06:00
cola98765 891cfdf4a9 added squared color averaging to merge 2022-02-17 18:05:45 +01:00
TomTheFurry b1795079b8 Merge branch 'render_test' into 'main'
Merge the Render test branch with improvements

See merge request jeseibel/distant-horizons-core!4
2022-02-17 14:20:12 +00:00
TomTheFurry 8e347959e1 Merge the Render test branch with improvements 2022-02-17 14:20:12 +00:00
cola98765 acd5116223 close #188; fix lang parts in #189 2022-02-15 11:21:22 +01:00
James Seibel 2ba7c6be6e Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core 2022-02-13 07:37:19 -06:00
coolGi2007 77492a8abf Updated config and lang 2022-02-13 03:32:51 +00:00
James Seibel a0c7ebedcf Prepare for 1.6.1a 2022-02-12 12:01:20 -06:00
tom lee ae752c6f63 Fixed it so it works with Java 8 2022-02-12 22:47:49 +08:00
tom lee fbbccf4739 Add a DummyRunExecutorService 2022-02-12 21:57:54 +08:00
coolGi2007 cf1c371311 Re added some stuff so the gui still works 2022-02-12 10:24:00 +00:00
coolGi2007 87ff857b59 Added some stuff for new config (not redy yet so dont use) 2022-02-12 09:24:52 +00:00
James Seibel 50819c30da Update the version number to 1.6.1a-pre and re-enable dev code 2022-02-11 22:07:23 -06:00
James Seibel 67f12c136c I accidently removed the "a" 2022-02-11 20:00:32 -06:00
James Seibel b35db97abc Change the version number and comment out the debug code for a1.6.0 2022-02-11 19:58:18 -06:00
coolGi2007 241447d55a Updated lang 2022-02-11 09:29:08 +00:00
coolGi2007 5d72d321db Removed 1 line from the lang 2022-02-11 05:36:28 +00:00
tom lee 595b8ecbb5 Fixed hash bug for ChunkPos & incorrect shink causing overdraw issue 2022-02-11 13:34:04 +08:00
tom lee f422df6280 Cleanup debug logging and get rid of unused functions in vertContainer 2022-02-11 12:39:40 +08:00
coolGi2007 14d3418651 Removed cloud stuff (forgot to remove before) 2022-02-11 04:12:01 +00:00
James Seibel f7da53622c Slightly improve the tooltips for the config GUI 2022-02-10 22:05:58 -06:00
Morippi e5a636fccb Added Ultra setting to vertical quality and changed the others 2022-02-10 15:10:41 +01:00
tom lee 080d33baf1 Changed defaults and removed unneeded configs 2022-02-10 21:40:15 +08:00
tom lee d8c082ba42 Fixed stuck futures if BufferBuild throws exception in the Runnable 2022-02-10 17:05:48 +08:00
tom lee b169e246b4 Make BufferUpload & BufferBuild use CompletableFuture Pipeline 2022-02-10 16:13:49 +08:00
tom lee 07d4050502 Fix many stuff. See list below:
1. Fixed seeing previous dim's lod after going though a portal
2. Fixed changing VertQual live causes many issues (now force a reload)
3. Fixed loading old lod files with smaller than expected vert data
   causing the data container to be incorrectly sized
4. Improved BufferBuilder to use less RAM and cleanup
5. Shink BufferBuilder on calling end()
2022-02-10 14:50:33 +08:00
tom lee c70d2a27f2 Make alwaysDrawAtMaxQuality not do anything in here 2022-02-10 11:31:21 +08:00
tom lee 4919c0cabb Impl a better fix for Leo's mentioned issue 2022-02-10 11:21:53 +08:00
coolGi2007 40a8f228ac Removed config and saved it locally till after 1.6 gets released 2022-02-10 02:27:27 +00:00
cola98765 1b711e2b66 fixed what Leo started 2022-02-09 22:48:36 +01:00
Morippi 104d4a7400 Tried to fix the render distance min detail bug 2022-02-09 22:01:17 +01:00
cola98765 01870e4875 changed hasCliffFace so it works better with chunk borders 2022-02-09 18:32:34 +01:00