706 Commits

Author SHA1 Message Date
MihailRis
3d22de761f fix compiler warnings (GCC + Clang) 2025-03-20 22:04:29 +03:00
Ygrik2003
6c3d2d0907
Merge pull request #435 from Ygrik2003/Refactoring-cmake
Refactoring cmake
2025-03-20 20:59:19 +03:00
MihailRis
3a203bd4b0 disable mip-mapping for canvas texture 2025-03-17 04:12:56 +03:00
MihailRis
5394f202a1 fix multiline width calculation & feat: multiline tooltips support 2025-03-13 22:07:10 +03:00
MihailRis
b9c2b0ba40 add files filter to the editor 2025-03-12 23:33:40 +03:00
MihailRis
3a4b334d0b feat: 'edited' property reset & add 'oncontrolkey' textbox callback 2025-03-12 19:51:22 +03:00
MihailRis
aeb8acb7c9 feat: swap SplitBox panels on double-click 2025-03-12 17:09:32 +03:00
MihailRis
88b45e5098 add pack.request_writeable(...) & update gui.confirm screen 2025-03-12 17:07:57 +03:00
MihailRis
65ca46b2da fix backspace/delete history behaviour 2025-03-12 14:24:59 +03:00
MihailRis
93f20b1746 add 'edited' read-only textbox property 2025-03-12 02:32:41 +03:00
MihailRis
433c12a17a refresh syntax on undo/redo TextBox actions 2025-03-12 01:54:52 +03:00
MihailRis
4c493aff25 add history to TextBox 2025-03-12 01:52:08 +03:00
MihailRis
fa990e3939 add '@' prefix support to tooltips 2025-03-11 16:19:33 +03:00
MihailRis
37c7ffa7b0 add BasePanel & add padding property to SplitBox 2025-03-11 00:39:59 +03:00
MihailRis
4c9019e03c small fixes 2025-03-11 00:39:59 +03:00
MihailRis
9a01b5ad2d add splitbox ui element 2025-03-11 00:39:59 +03:00
MihailRis
567105dfce add RGBA support to markdown 2025-03-11 00:39:59 +03:00
MihailRis
5af6b91b22 add debug GUI render mode (F8) 2025-03-11 00:39:59 +03:00
MihailRis
a1860ff668 cleanup 2025-03-10 14:51:59 +03:00
MihailRis
bf5a5b243f Merge branch 'main' into precipitation 2025-03-09 23:13:04 +03:00
MihailRis
70b3a4d91e refactor 2025-03-09 23:10:22 +03:00
MihailRis
db620010a3 move weather back to gfx & add world:client/environment.json file 2025-03-09 22:50:45 +03:00
MihailRis
6078a8802e add canvas:set_data 2025-03-08 14:55:17 +03:00
MihailRis
2af55a0227 add Canvas constructor & add canvas:blit 2025-03-08 14:02:57 +03:00
MihailRis
5bbba7f39d add ImageData.drawLine 2025-03-08 13:36:43 +03:00
MihailRis
ee3fbc6831 fix: incorrect canvas Y direction 2025-03-07 20:15:25 +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
0ea842580c add 'thunder_rate' weather property 2025-02-28 18:48:21 +03:00
MihailRis
a152237f26 add gfx.weather.get_current, get_current_data, get_fall_intencity 2025-02-28 05:23:29 +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
35cf07b0f0 add WeatherPreset 2025-02-26 02:24:16 +03:00
MihailRis
787011d164 optimize PrecipitationRenderer 2025-02-26 02:24:16 +03:00
MihailRis
64fd5d7504 refactor and fix 2025-02-26 02:24:16 +03:00
MihailRis
5cb119cc4c fix pause 2025-02-26 02:24:16 +03:00
MihailRis
0f33b9dd15 fix lights 2025-02-26 02:24:16 +03:00
MihailRis
d36eb85dba snow test 2025-02-26 02:24:16 +03:00
MihailRis
fa6e2e1b1d fix vertical uv mapping 2025-02-26 02:24:16 +03:00
MihailRis
b4456fdb51 add PrecipitationRenderer (WIP) 2025-02-26 02:24:16 +03:00
ShadelessFox
0b6ba2faee
Reuse image data instead of fetching it every time off the GPU 2025-02-22 17:49:36 +01:00
MihailRis
8a8c1525fd
Fix syntax highlighting unicode support (#475)
* convert BasicParser to a template

* fix syntax hightlighting with unicode characters
2025-02-22 01:01:20 +03:00
MihailRis
12105c2933 fix: incorrect UV on custom model blocks 2025-02-19 23:39:50 +03:00