MihailRis
0df5684adf
fix: undo/redo also available when textbox is not editable
2025-11-19 22:54:59 +03:00
MihailRis
5f76e72748
cleanup
2025-11-14 20:56:11 +03:00
MihailRis
95721a6864
combine uinode actions callbacks sets & cleanup
2025-11-14 19:50:09 +03:00
MihailRis
f9bab5a5cf
fix UINode function typedefs naming
2025-11-14 12:35:27 +03:00
MihailRis
7abe552e3c
fix UINode enums naming
2025-11-14 12:33:30 +03:00
MihailRis
0d4838facf
feat: autoresize (extend/shrink) canvas element
2025-11-13 18:06:47 +03:00
MihailRis
34d13442b6
add canvas:sub method
2025-11-11 19:34:40 +03:00
MihailRis
83f7bf80c4
add canvas:mul and canvas:add methods
2025-11-11 19:30:27 +03:00
MihailRis
0a45277f96
add 'graphics.soft-lighting' setting
2025-11-10 18:28:24 +03:00
MihailRis
7a4eb87195
fix
2025-11-10 00:20:32 +03:00
MihailRis
50d520e747
fix: container:setInterval in menu screen
2025-11-09 22:27:37 +03:00
MihailRis
17ffa73ce7
refactor: move and rename EnginePaths
2025-11-09 20:13:59 +03:00
MihailRis
28dd2f38d2
feat: update atlas texture extrusion on its reload
2025-11-05 12:25:50 +03:00
MihailRis
643ae11d5c
feat: rebuild mip-maps on texture reload
2025-11-05 01:30:47 +03:00
MihailRis
d9f2d54bf0
feat: canvas from texture atlas element
2025-11-05 00:20:58 +03:00
MihailRis
4f88e3b964
Merge branch 'main' into dev
2025-11-04 16:02:46 +03:00
eliotbyte
2a1d2f9354
fix enable per-variant custom model caching
2025-10-28 23:09:28 +03:00
MihailRis
1a745154b2
Merge branch 'main' into dev
2025-10-17 17:54:08 +03:00
MihailRis
6c01d57d53
cleanup
2025-10-17 17:35:22 +03:00
MihailRis
d435cbab5c
Adapt windows build to glm 1.0.2 ( #655 )
...
* update Shadows.cpp
* add glm includes to Shadows.cpp
* add includes
2025-10-17 13:03:58 +03:00
MihailRis
18d4cff678
add 'rotate' and 'origin' box modifier to vcm
2025-10-16 22:57:45 +03:00
MihailRis
2210ba8218
add includes
2025-10-16 21:43:02 +03:00
MihailRis
348113f6ea
update Shadows.cpp
2025-10-16 21:26:05 +03:00
MihailRis
b0499ced14
add glm includes to Shadows.cpp
2025-10-16 21:10:06 +03:00
MihailRis
0d6a61062a
Merge branch 'main' into dev
2025-10-14 23:18:15 +03:00
MihailRis
11403084e7
Merge pull request #650 from kotisoff/main
...
Minor lua code refactor + typo fix
2025-10-14 22:36:19 +03:00
MihailRis
76b54a890c
fix wrapped textbox selection render
2025-10-14 22:20:27 +03:00
MihailRis
9340d8d48e
Merge branch 'main' into dev
2025-10-14 21:53:40 +03:00
MihailRis
a1f0c2c252
fix mouse click textbox caret set
2025-10-14 21:44:14 +03:00
KotIsOff
f3ed3d26c8
typo: greather => greater
2025-10-14 20:46:38 +03:00
MihailRis
24931770d3
fix warnings ( #648 )
...
* fix unknown command line argument
* fix warnings settings for gcc
* fix -Wzero-as-null-pointer-constant
* revert CMakeLists.txt
2025-10-10 23:12:01 +03:00
MihailRis
8a858beeb4
fix: some container attributes not available in panel
2025-10-06 20:53:29 +03:00
MihailRis
4a15abd806
Merge branch 'main' into dev
2025-10-06 19:31:58 +03:00
MihailRis
bc86a3d8da
fix incorrect textbox horizontal scroll
2025-10-06 12:46:27 +03:00
MihailRis
9963bc4134
Merge branch 'main' into dev
2025-10-01 00:07:53 +03:00
MihailRis
289e0f597c
Merge branch 'main' into dev
2025-09-30 23:40:02 +03:00
MihailRis
edc6810283
fix label font cache
2025-09-30 18:22:39 +03:00
MihailRis
c8ba5b5dbb
fix 'align' ui property reading
2025-09-30 12:15:53 +03:00
MihailRis
75ef603df0
fix non-local players interpolation and head direction
2025-09-29 22:21:14 +03:00
MihailRis
e9222976ef
fix zero frames texture animation fatal error
2025-09-29 12:18:24 +03:00
GHOST11111100
240abb939f
Links ( #615 )
...
* add URL support to Label element and XML parsing
* refactor Label URL handling to use getter method in setURL
* implement URL opening confirmation dialog and platform-specific URL handling
* fix: fixed build errors
* remove: delete test link label from worlds.xml
* refactor: remove URL handling from Label class and XML parsing
* refactor: clean up Label class by removing unnecessary whitespace and improving code readability
* refactor: remove unused URL member from Label class
* refactor: remove unused URL attribute from XML UI documentation and related code
* refactor: improve code readability by adding whitespace and formatting adjustments in Label class
* refactor: improve whitespace consistency in Label class and add URL opening functionality in libcore
2025-09-26 21:39:12 +03:00
MihailRis
4ff18fec99
fix sky shader
2025-09-23 00:51:21 +03:00
MihailRis
28c821006a
fix unicode string literal escape
2025-09-23 00:08:05 +03:00
MihailRis
a621b179d3
add 'do-trace-shaders' setting and fix shaders recompiling
2025-08-31 18:14:05 +03:00
MihailRis
ac1623f86c
add 'Show Paths' checkbox
2025-08-27 19:31:34 +03:00
MihailRis
98e9f5a2a9
Merge branch 'dev' into pathfinding
2025-08-24 17:32:13 +03:00
MihailRis
a9d40c312c
extract one texture from custom model if not assigned
2025-08-20 23:52:41 +03:00
MihailRis
ca1b761c8c
Merge branch 'dev' into pathfinding
2025-08-19 19:47:10 +03:00
MihailRis
dc0e388eec
Merge branch 'dev' into more-about-projects
2025-08-16 13:57:51 +03:00
MihailRis
6af74fc219
improve blocks.set performance
2025-08-16 12:48:42 +03:00