MihailRis
|
8bb03a004f
|
refactor & fix random deleting texture
|
2025-05-10 16:13:06 +03:00 |
|
MihailRis
|
e158b384fa
|
feat: shadows in fast pipeline & improve lights mix
|
2025-05-10 14:12:52 +03:00 |
|
MihailRis
|
30a0b81680
|
refactor shaders
|
2025-05-09 23:51:34 +03:00 |
|
MihailRis
|
36e5ff2472
|
update skybox & fix block overlay
|
2025-05-09 22:46:07 +03:00 |
|
MihailRis
|
657b4304b4
|
improve shading & enable disabled elements
|
2025-05-09 21:52:29 +03:00 |
|
MihailRis
|
c1608fe8e2
|
split render pipelines
|
2025-05-09 15:31:04 +03:00 |
|
MihailRis
|
fc46b7c434
|
initial commit
|
2025-05-07 20:42:50 +03:00 |
|
MihailRis
|
4e5199d89a
|
feat: lights debug mode
|
2025-04-29 15:59:52 +03:00 |
|
MihailRis
|
ec0dbae3f7
|
remove extra glew includes
|
2025-04-26 23:27:45 +03:00 |
|
MihailRis
|
ba170035ef
|
feat: post-processing effects
|
2025-04-05 00:41:25 +03:00 |
|
MihailRis
|
9843a1fc27
|
remove Viewport class
|
2025-04-02 17:35:17 +03:00 |
|
MihailRis
|
7262119f5b
|
refactor GLFWWindow
|
2025-04-02 15:01:24 +03:00 |
|
MihailRis
|
0b8d56afe1
|
cleanup
|
2025-04-02 14:59:53 +03:00 |
|
MihailRis
|
9694a59649
|
refactor: add Window interface
|
2025-04-02 14:59:53 +03:00 |
|
MihailRis
|
74a94f869c
|
refactor: reduce Window references
|
2025-04-02 14:55:53 +03:00 |
|
MihailRis
|
3d22de761f
|
fix compiler warnings (GCC + Clang)
|
2025-03-20 22:04:29 +03:00 |
|
MihailRis
|
a1860ff668
|
cleanup
|
2025-03-10 14:51:59 +03:00 |
|
MihailRis
|
db620010a3
|
move weather back to gfx & add world:client/environment.json file
|
2025-03-09 22:50:45 +03:00 |
|
MihailRis
|
8640730520
|
fix weather interpolation & add 'fall.max_intensity' property
|
2025-03-02 10:38:30 +03:00 |
|
MihailRis
|
9c4db8fa10
|
refactor: move Weather instance to WorldInfo
|
2025-02-28 18:49:44 +03:00 |
|
MihailRis
|
4d5b450145
|
add gfx.weather library & add weather.set command
|
2025-02-27 07:30:49 +03:00 |
|
MihailRis
|
02d8d8d6bf
|
weather change test
|
2025-02-26 12:19:47 +03:00 |
|
MihailRis
|
589518fb25
|
add fall.max_opacity, fall.opaque properties & update snow texture & weather mix test
|
2025-02-26 06:24:05 +03:00 |
|
MihailRis
|
18773b3230
|
fix sky sprites visibility
|
2025-02-26 05:04:49 +03:00 |
|
MihailRis
|
e6ea4fe37e
|
add fog_curve parameter & update shaders
|
2025-02-26 04:49:45 +03:00 |
|
MihailRis
|
fe503d1192
|
add weather intensity (WIP)
|
2025-02-26 02:24:16 +03:00 |
|
MihailRis
|
830e05733f
|
minor refactor
|
2025-02-26 02:24:16 +03:00 |
|
MihailRis
|
7635fdf807
|
add rain noise & add rain splashes (WIP)
|
2025-02-26 02:24:16 +03:00 |
|
MihailRis
|
8dfc948fe3
|
update main shader
|
2025-02-26 02:24:16 +03:00 |
|
MihailRis
|
5cb119cc4c
|
fix pause
|
2025-02-26 02:24:16 +03:00 |
|
MihailRis
|
b4456fdb51
|
add PrecipitationRenderer (WIP)
|
2025-02-26 02:24:16 +03:00 |
|
MihailRis
|
2fa71b3bf0
|
feat: players interpolation & add hud.set_allow_pause(...)
|
2025-01-17 01:44:46 +03:00 |
|
MihailRis
|
22c7cb8398
|
add on_chunk_present and on_chunk_remove events
|
2025-01-12 05:41:42 +03:00 |
|
MihailRis
|
c1b311f3c4
|
refactor: change pointer parameters to references for Level and Content in various classes
|
2024-12-25 18:53:53 +03:00 |
|
MihailRis
|
5e76cdfadc
|
rename engine.hpp/cpp to Engine.hpp/cpp & move Engine, Time and mainloop classes to 'engine' folder
|
2024-12-25 12:13:03 +03:00 |
|
MihailRis
|
b4abecc764
|
refactor
|
2024-12-24 11:31:54 +03:00 |
|
MihailRis
|
d745a34657
|
refactor
|
2024-12-18 04:13:33 +03:00 |
|
MihailRis
|
1c18c02092
|
move Chunks from Level to Player
|
2024-12-17 19:40:00 +03:00 |
|
MihailRis
|
e0b3425eff
|
migrate blocks interaction (scripting) to global chunks storage (WIP)
|
2024-12-13 05:54:41 +03:00 |
|
MihailRis
|
97cf597a01
|
update WorldRenderer::renderHands
|
2024-11-25 12:31:10 +03:00 |
|
MihailRis
|
9e02f1122f
|
add BlockWrapsRenderer (WIP)
|
2024-11-20 14:42:53 +03:00 |
|
MihailRis
|
0144709e03
|
add 'u_alphaClip' to entity shader
|
2024-11-19 14:33:14 +03:00 |
|
MihailRis
|
171cbb48d0
|
fix blocks selection with semi-transparent blocks
|
2024-11-16 09:30:02 +03:00 |
|
MihailRis
|
ef644ca56d
|
add 'xray_opacity' NotePreset property
|
2024-11-15 00:38:41 +03:00 |
|
MihailRis
|
c4170c07c5
|
refactor
|
2024-11-14 09:30:41 +03:00 |
|
MihailRis
|
f0b6521c76
|
refactor
|
2024-11-14 08:09:10 +03:00 |
|
MihailRis
|
e9163f4228
|
refactor WorldRenderer
|
2024-11-14 06:13:53 +03:00 |
|
MihailRis
|
f9f4d2037f
|
refactor WorldRenderer
|
2024-11-14 06:04:26 +03:00 |
|
MihailRis
|
42b26707cb
|
move 3d texts rendering code to TextsRenderer
|
2024-11-14 05:43:01 +03:00 |
|
MihailRis
|
5b6ada6e5d
|
add more NotePreset properties
|
2024-11-14 02:21:15 +03:00 |
|