Morippi
|
e10e51ae26
|
Divided transparent from opaque in the rendering (transparent are not rendering for some reason)
|
2022-08-24 21:54:57 +02:00 |
|
Morippi
|
758e941da9
|
small fixes + removed lodBox
|
2022-08-24 16:32:16 +02:00 |
|
Morippi
|
34777b1672
|
enabled and fixed ocean floor (light not working correctly)
|
2022-08-24 15:15:21 +02:00 |
|
Morippi
|
a8156d90d8
|
Redoing everything on transparency, I hope I'm not breaking anything
|
2022-08-24 13:15:20 +02:00 |
|
Morippi
|
45527ada14
|
small changes
|
2022-08-24 12:50:14 +02:00 |
|
Morippi
|
b6b98b1c00
|
Added transparency support (still not fully working
|
2022-08-24 11:43:04 +02:00 |
|
James Seibel
|
d7b98c9762
|
Add getWrappedMcObject to DimensionTypeWrapper
|
2022-08-23 21:33:10 -05:00 |
|
James Seibel
|
fc9faeb6e5
|
Comment out module related gradle code
We are going to use a separate (intellij?) module instead for the API
|
2022-08-23 21:29:09 -05:00 |
|
TomTheFurry
|
c965fb41b9
|
Created SparseDataSource
|
2022-08-23 13:27:23 +08:00 |
|
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 |
|