Commit graph

809 commits

Author SHA1 Message Date
Admin
163c28b938 podtype this method calling 2025-11-26 14:40:18 +01:00
Admin
4fc9b756f2 podtype static method calling 2025-11-26 09:37:53 +01:00
Admin
b5885930e2 struct and swizzle fields 2025-11-25 16:02:11 +01:00
Admin
e2756f9838 add assignment-arithmetic impl 2025-11-25 15:37:39 +01:00
Admin
dc2ba140fa fixed assignment exprs 2025-11-25 15:31:30 +01:00
Admin
f080291dec adding var 2025-11-25 15:14:32 +01:00
Admin
b52be321a6 builtin arg typechecks 2025-11-25 15:10:01 +01:00
Admin
11338aafe0 add builtin tables 2025-11-25 13:59:30 +01:00
Admin
963d725ca2 block scopes in shader 2025-11-25 13:30:29 +01:00
Admin
b3e47f62be basic for loops 2025-11-25 13:19:16 +01:00
Admin
06bd34211e shader ifelse type the same 2025-11-25 12:47:56 +01:00
Admin
d2094e27cd added better errors 2025-11-25 12:21:32 +01:00
Admin
a17388ef2e extend type tables 2025-11-25 10:49:41 +01:00
Admin
3cd91bbd6d extend type tables 2025-11-25 10:49:28 +01:00
Admin
dfa8cba707 shader compiler function decollide / var shadowing 2025-11-24 19:01:01 +01:00
Admin
609d3ad563 shader compiler nested function/structs 2025-11-24 17:32:41 +01:00
Admin
7703b04af8 shader compiler scope resolve 2025-11-24 13:23:41 +01:00
Admin
9afd52cf88 shader compiler pod constructors 2025-11-24 12:46:53 +01:00
Admin
4209d7409b fix script logs 2025-11-22 14:24:17 +01:00
Admin
6a5b52217e first shader typeinferencing 2025-11-18 07:43:55 +01:00
Admin
6086db7cad first shader transpiler infra 2025-11-16 12:05:01 +01:00
Admin
33bf169fc2 warning 2025-11-15 14:29:53 +01:00
Admin
79834e068f fix 2025-11-14 21:49:05 +01:00
Admin
324a01b9e5 pod otw 2025-11-14 12:35:10 +01:00
Admin
a3134d74f9 swizzle otw 2025-11-14 11:01:47 +01:00
Kevin Boos
7bbb42a1b3 Fix modal; enable widgets to block scrolling except within a certain area (#819)
* Fix modal event handling behavior

Everything now works as expected, *except* for Scroll events that seem to
still be received by views beneath the modal, e.g., an underlying PortalList.

* Enable widgets to block scrolling, except within a certain area

* This is important for Modals to prevent scrolling of background widgets
  whilst still allowing the inner `content` view to be scrolled.
* Modals are now forcibly full-screen (or rather, full-window)
  in order to properly ensure that scrolling-allowed areas
  always stay relevant, as the Modal can no longer be contained
  within a non-full-window parent widget/view.

* remove errant log statement
2025-11-13 08:45:36 +01:00
Admin
8cd84726dc added half floats and vec pods 2025-11-12 23:37:24 +01:00
admin
be9fc82125 pod print works 2025-11-12 14:43:45 +01:00
Admin
6f1248bc6a pod print otw 2025-11-12 13:20:49 +01:00
Admin
cf82aea5f8 pod layotus 2025-11-12 11:19:14 +01:00
Admin
799927329f restructure script heap 2025-11-12 09:10:05 +01:00
Admin
6996c7f653 script pod otw 2025-11-10 14:32:28 +01:00
Admin
a0e4ae49a2 add first step for pods 2025-11-09 21:18:17 +01:00
Admin
19ac38e6dd cleanup tasks 2025-11-04 17:52:09 +01:00
Admin
c90f3992d6 update comfyui to new channels 2025-11-04 15:45:59 +01:00
Admin
d6f3ae9786 first channels working 2025-11-04 15:04:22 +01:00
Admin
5540f702b9 first channels working 2025-11-04 14:59:04 +01:00
Admin
7e6cfe0b11 cleanup 2025-11-03 14:49:43 +01:00
Admin
31b0a3338f add getters/setters to type tables 2025-11-03 14:23:21 +01:00
Admin
dc44453f58 added script handles 2025-11-03 13:36:38 +01:00
Admin
2c666dcbbc added stdlib fns 2025-11-02 10:50:35 +01:00
Admin
5811e8bcef first splash script working! 2025-11-01 19:33:16 +01:00
Admin
b8d0e8e029 child processes and random nr gen 2025-11-01 17:40:30 +01:00
Admin
83432a34dd add script timers 2025-11-01 12:56:54 +01:00
Admin
991879e058 websockets 2025-10-31 17:23:17 +01:00
Admin
67e2e415fd add fn syntax 2025-10-31 14:43:02 +01:00
Admin
fa9d44e2cc add fn syntax 2025-10-31 14:33:37 +01:00
Admin
189bc87c7c implemented += concats 2025-10-31 10:37:40 +01:00
Admin
b78c51632c strings are rc now 2025-10-30 18:39:25 +01:00
Admin
a34c0483bc async networking scripting 2025-10-30 15:54:14 +01:00