184 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
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
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
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
5af6b91b22 add debug GUI render mode (F8) 2025-03-11 00:39:59 +03:00
MihailRis
6078a8802e add canvas:set_data 2025-03-08 14:55:17 +03:00
MihailRis
ee3fbc6831 fix: incorrect canvas Y direction 2025-03-07 20:15:25 +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
3d0d6cab93 Merge branch 'main' into update-items 2025-02-18 18:39:37 +03:00
MihailRis
b1bd4feee7 add 'number' uses display mode 2025-02-18 12:49:15 +03:00
MihailRis
64e433593c fix 2025-02-18 06:37:11 +03:00
MihailRis
81f9e6c7ee refactor & debug output fixes 2025-02-18 04:14:36 +03:00
MihailRis
df2cff3e4c add item 'uses-display' property 2025-02-18 03:24:52 +03:00
MihailRis
449b0ebca4 fix stack increment (right click) with item data 2025-02-18 03:23:45 +03:00
MihailRis
6ef82982bd fix stack split (right click) with item data 2025-02-18 01:04:09 +03:00
alexei-zebra
6e8a4bacff fix: Label.cpp: uinode size 2025-02-17 00:32:33 +03:00
MihailRis
231fc7e0d0 refactor InventoryView & add 'uses' item property (WIP) 2025-02-16 20:41:13 +03:00
MihailRis
c7061c70cb fix: console/chat open still available when menu is open & cleanup 2025-02-16 00:38:33 +03:00
MihailRis
31d5cb6880 fix TextBox behavior with markup used 2025-02-15 23:26:32 +03:00
MihailRis
d86c5508d2 add ItemStack::fields 2025-02-15 20:30:22 +03:00
MihailRis
fd8c26d585 Merge branch 'main' into update-items 2025-02-14 18:49:43 +03:00
MihailRis
33795f06f7 fix syntax highlighting not refreshing on selected text removal 2025-02-13 23:45:05 +03:00
MihailRis
c1e9976d95 Merge branch 'main' into update-items 2025-02-11 23:52:06 +03:00
MihailRis
6500f9b6f3 fix textbox text offset & fix invisible alerts 2025-02-11 23:46:13 +03:00
MihailRis
4306573320 refactor 2025-02-06 20:26:06 +03:00
@clasher113
aeb5312ed2 bug fix 2025-02-04 13:31:40 +02:00
MihailRis
756ff4a2c7 fix gui alert window size 2025-01-28 05:09:18 +03:00
MihailRis
13fde2116d fix textbox horizontal scroll & fix console log width 2025-01-21 04:42:08 +03:00
MihailRis
85600eafea fix in-game chat 2025-01-21 04:31:33 +03:00
ShadelessFox
ee31f401aa
Add canvas UI node 2025-01-19 14:11:56 +01:00
MihailRis
c6951e0965 add in-game chat & update gui post-runnables timing & fix panel elements removal 2025-01-18 07:17:52 +03:00
MihailRis
209490192c add 'min-size' ui property 2025-01-18 06:37:27 +03:00
MihailRis
0ce5e23a2a add 'min-length' panel property 2025-01-18 05:55:02 +03:00
MihailRis
2fa71b3bf0 feat: players interpolation & add hud.set_allow_pause(...) 2025-01-17 01:44:46 +03:00
MihailRis
0a1a16299e move menu pages loader to Lua & add gui.load_document, file.ext(), file.prefix() & add core:gui_util module 2025-01-06 16:07:16 +03:00
MihailRis
435a8299b7 fix temporary pages 2025-01-05 23:41:00 +03:00
MihailRis
b9ff1db086 feat: key pressed event interception & 'owner' input.add_callback third argument 2025-01-02 20:51:43 +03:00
MihailRis
1f47f38256 feat: 'CTRL + Up/Down' in multiline textbox 2024-12-31 14:39:07 +03:00
MihailRis
cb9690ebc7 add 'cursor' ui property 2024-12-30 21:41:05 +03:00
MihailRis
65f208fc61 add textbox.syntax, textbox.markup, label.markup properties 2024-12-06 19:56:38 +03:00