Commit Graph
4265 Commits
Author SHA1 Message Date
MihailRis f9998f0a93 feat: world script reloading 2025-03-14 17:07:10 +03:00
MihailRis bcbfdd50c7 feat: running files with and block/item script reload 2025-03-13 22:08:22 +03:00
MihailRis 5394f202a1 fix multiline width calculation & feat: multiline tooltips support 2025-03-13 22:07:10 +03:00
MihailRis 4400f7fbfb add block.reload_script, item.reload_script 2025-03-13 22:05:53 +03:00
MihailRis 1bb25e99c6 add core.capture_output 2025-03-13 22:05:14 +03:00
MihailRis ffac010e54 update built-in error handling 2025-03-13 22:03:45 +03:00
MihailRis b66937c61d feat: scripts classification 2025-03-13 00:28:40 +03:00
MihailRis 794d1d71f5 feat: writeable pack entry points cleanup 2025-03-12 23:42:40 +03:00
MihailRis 4b09b108fd fix file.parent 2025-03-12 23:40:34 +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 fb18442322 update console layout 2025-03-12 18:00:28 +03:00
MihailRis aeb8acb7c9 feat: swap SplitBox panels on double-click 2025-03-12 17:09:32 +03:00
MihailRis 3d60777a12 feat: save edited files 2025-03-12 17:08:50 +03:00
MihailRis 88b45e5098 add pack.request_writeable(...) & update gui.confirm screen 2025-03-12 17:07:57 +03:00
MihailRis 4cdb1fbae2 add util::base64_urlsafe_encode/decode 2025-03-12 16:26:46 +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 223a846784 add Action and ActionsHistory 2025-03-12 01:51:46 +03:00
MihailRis fa990e3939 add '@' prefix support to tooltips 2025-03-11 16:19:33 +03:00
MihailRis 9286f297c1 add file.path(...), file.join(...) 2025-03-11 16:19:09 +03:00
MihailRis e70746ae43 update console layout 2025-03-11 03:48:27 +03:00
MihailRis 843fbad0bd cleanup 2025-03-11 00:39:59 +03:00
MihailRis 37c7ffa7b0 add BasePanel & add padding property to SplitBox 2025-03-11 00:39:59 +03:00
MihailRis c86bad8def update console layout & add files panel (WIP) 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 c6492b3d25 add file.parent(...) 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 a74a4fcf53 fix fatal error on audio.play_sound in headless-mode 2025-03-11 00:37:12 +03:00
MihailRisandGitHub 1f9b619392 Merge pull request #462 from MihailRis/precipitation
Weather
2025-03-10 15:07:44 +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
MihailRisandGitHub 5956f18b65 Merge pull request #482 from MihailRis/new-canvas-methods
New canvas methods
2025-03-08 20:01:01 +03:00
MihailRis e48216da40 experimental optimize canvas:set_data using ffi 2025-03-08 18:04:10 +03:00
MihailRis 6078a8802e add canvas:set_data 2025-03-08 14:55:17 +03:00
MihailRis 22d49c1c65 update doc/*/scripting/ui.md 2025-03-08 14:08:44 +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 e8c6c9a7b3 update doc/*/scripting/ui.md 2025-03-07 20:31:50 +03:00
MihailRis dca4f283cc add canvas:clear(...), canvas:line(...) 2025-03-07 20:20:27 +03:00
MihailRis ee3fbc6831 fix: incorrect canvas Y direction 2025-03-07 20:15:25 +03:00
MihailRisandGitHub 345e140aab Merge pull request #481 from Xertis/patch-8
table.filter bug fix
2025-03-07 01:37:21 +03:00
XertisandGitHub 0d9cd6fefc table.filter bug fix 2025-03-06 15:54:40 +03:00
MihailRisandGitHub cbf07a6351 Merge pull request #430 from Xertis/main
Redesign of the content addition menu
2025-03-05 18:47:23 +03:00