Commit Graph

2007 Commits

Author SHA1 Message Date
TomTheFurry 379a09b9c9 Making multi-level works a bit better... Needs more changes to work well though... 2022-08-20 21:25:08 +08:00
Ran da0b34b2dc Update Forgix 2022-08-20 09:38:31 +00:00
TomTheFurry 6153b68302 Fix forge build 2022-08-20 17:32:35 +08:00
TomTheFurry 3fc60909d2 Fix bugs in CQCPTree 2022-08-20 15:49:12 +08:00
TomTheFurry a20ab505ef Did the generation stuff change 2022-08-18 18:29:04 +08:00
James Seibel 8f412d5dc7 Stub out a potential fix for #287 (optifine resolution) 2022-08-16 20:30:05 -05:00
James Seibel bb7e993d10 Implement DhApi Pre/Post Init Events 2022-08-15 21:56:21 -05:00
TomTheFurry 8aeceb717c Ops. Undo my hack to limit java usage to 8 in IDE. 2022-08-14 23:42:57 +08:00
TomTheFurry 1b2fc0e364 Start rework on the generationQueue system so that it hooks directly into base DataFileHandler instead of watching for PlaceHolder obj.
This also means a hyper complex concurrent customized quad tree implementation... So, great.
2022-08-14 23:42:42 +08:00
Ran 2bf6b59419 update core 2022-08-12 11:09:29 +06:00
Ran 5e6080da78 module-info.java 2022-08-12 11:08:31 +06:00
TomTheFurry a4a23121c8 Make multi-level works again! 2022-08-10 20:47:10 +08:00
TomTheFurry fa6e36cb44 First fix on light & impl render source direct write 2022-08-09 16:08:55 +08:00
TomTheFurry 64eb773ab8 Fixed multiple major RAM issues. Next one is the 100/s reload issue... 2022-08-08 23:00:30 +08:00
coolGi 841e831ce0 Added an auto updater when game starts 2022-08-06 20:32:09 +09:30
TomTheFurry 427b54b1eb Implemented untested FullDataType serialize & deserialize 2022-08-06 00:08:16 +08:00
TomTheFurry 00e831c8f3 Fixed block color & improve close 2022-08-04 20:03:43 +08:00
TomTheFurry a5d5168b07 Fixed all the data view bugs 2022-08-04 19:07:45 +08:00
TomTheFurry 521dfb83e4 Fixed all the data view bugs 2022-08-04 19:07:19 +08:00
TomTheFurry d414a27498 Something renders! And introduce mem leaks, missing texture color, and inverted lights! What a great set of features! 2022-07-30 16:06:55 +08:00
TomTheFurry 7e8ce1c695 Fix interrupt 2022-07-30 00:12:09 +08:00
TomTheFurry 302a894cb3 Fix forge wrong proxies, fix generator shutdown, fix batch gen incorrect timeout, 2022-07-30 00:11:26 +08:00
TomTheFurry 0c213aa860 Fix up all file IO bugs, FullFormat bugs, FullToColumn bugs, & Tree assert issues 2022-07-28 19:33:53 +08:00
TomTheFurry 142deb47cb Improve generationQueue and add more and better logging and fix double close on DhLevels 2022-07-27 14:49:03 +08:00
Ran 4390b1c694 Fix Junit 2022-07-26 22:49:12 +06:00
TomTheFurry c26f196318 Fixed 1 wrong logging 2022-07-26 23:36:49 +08:00
TomTheFurry 4cae95a942 Fixed IO bugs 2022-07-26 23:14:29 +08:00
Ran d07219758f Start revamping the build script 2022-07-26 21:11:08 +06:00
Ran 051b2e31b9 fix having mixin imports in core 2022-07-26 20:32:02 +06:00
TomTheFurry 6e0ea18ca3 Hey Fixed more maths! 2022-07-26 22:20:27 +08:00
TomTheFurry 407d633a6c Fixed realllly wrong maths 2022-07-26 21:54:41 +08:00
TomTheFurry a4ae25886a Continue fixing bugs... Lots of bugs. 2022-07-26 20:17:26 +08:00
TomTheFurry ae02066093 Fix bunches of bugs. Quad tree ticks! Gen call is fired! Chunk gen works! Next to fix: File updates 2022-07-26 17:06:51 +08:00
TomTheFurry fd4f628618 Trying and failing to find a bug. Gonna call it a night. 2022-07-26 01:04:01 +08:00
TomTheFurry b389b144c1 Resolving one by one many bugs lying around 2022-07-26 00:13:10 +08:00
TomTheFurry 95e929220a Resolving one by one many bugs lying around 2022-07-26 00:13:01 +08:00
coolGi 3d6d2a62f9 Removed some jank code 2022-07-25 23:11:16 +09:30
coolGi 60d8d0be50 Removed some jank code 2022-07-25 23:11:01 +09:30
TomTheFurry 18f5c6aa95 Fix stuff so fabric works and no crash. Sadly nothing renders though... 2022-07-25 21:23:54 +08:00
TomTheFurry 13f28a9bd8 Fix stuff so fabric works and no crash. Sadly nothing renders though... 2022-07-25 21:23:36 +08:00
TomTheFurry 640c6b8a9c Rework forge to new a1.7 structure. Minecraft runs and it builds. But crash on loading into world due to... weirdness 2022-07-25 19:44:12 +08:00
TomTheFurry 69202b86cd Fix and port batch generator to new Generator API. Now if we just fix up forge, and there's no bugs (impossible), then there's enough implemented to finally have something shown! Yay! 2022-07-25 13:38:33 +08:00
TomTheFurry 330bab0616 Work on world generator integration to a1.7 rework 2022-07-23 16:40:19 +08:00
TomTheFurry c77d0bab6d Fixing stuff towards successful builds. Now stuck on thinking how the world gen stuff should return and apply the gen chunk to data though... 2022-07-21 17:40:28 +08:00
James Seibel 7ef14602f5 Update core 2022-07-17 20:50:06 -05:00
James Seibel 762ef42a48 Rename SingletonHandler -> SingletonInjector 2022-07-17 19:34:03 -05:00
coolGi ba07a4188b Changed the design to the installer GUI 2022-07-11 16:06:46 +09:30
coolGi 4a6387b383 Added an auto installer (works with everything except when downloading from cursedforge cus it is being annoying) 2022-07-08 21:02:17 +09:30
coolGi b7254c7d12 Fixed windows auto builder script 2022-07-07 14:22:52 +00:00
James Seibel 8873503853 Update core and wording of CI script 2022-07-02 22:50:31 -05:00