• Joined on 2026-04-03
jyelon pushed to main at talezero/integration 2026-04-13 20:35:58 +00:00
7a48a54ae5 Overhaul code to press hotkeys
f3d9a903d2 Fixed hotkey up/down handling
Compare 2 commits »
jyelon pushed to main at talezero/integration 2026-04-13 03:10:49 +00:00
85a6fad139 Bugfix for wayland
jyelon pushed to main at talezero/integration 2026-04-10 20:56:24 +00:00
ea74f5fe76 Add support for Blueprint Overrides, and make more progress on the hotkey widget.
jyelon pushed to main at talezero/integration 2026-04-10 02:41:42 +00:00
ad6a33582b More work on name validation
jyelon pushed to main at talezero/integration 2026-04-10 02:10:46 +00:00
d98c0081e6 A tweak
jyelon pushed to main at talezero/integration 2026-04-10 02:01:23 +00:00
224e6604e6 Stricter name validation, and better disambiguation of graph actions
jyelon pushed to main at talezero/integration 2026-04-09 21:53:47 +00:00
46ac6b34a8 Working on wb_hotkey_image
c14947382d lxLuaWidget is gone.
Compare 2 commits »
jyelon pushed to main at talezero/integration 2026-04-09 20:55:59 +00:00
81989e83d7 Look-at widgets now probe their own configuration.
jyelon pushed to main at talezero/integration 2026-04-09 20:44:35 +00:00
88b72712ca Better graph dump that shows exec pin names so that the AI knows how to connect them.
jyelon pushed to main at talezero/integration 2026-04-09 18:43:16 +00:00
3b6207f7a1 First step in redesigning lua widgets
jyelon pushed to main at jyelon/jdnd 2026-04-09 09:06:12 +00:00
f291435905 Reorg
jyelon pushed to main at talezero/integration 2026-04-09 08:22:31 +00:00
6be07679d2 A few more bug fixes
jyelon pushed to main at talezero/integration 2026-04-08 23:39:50 +00:00
9c2dcd9efb Fixed some bugs"
jyelon pushed to main at talezero/integration 2026-04-08 10:08:54 +00:00
5001be6c90 More tstrong
69b249f7ca Fix three bugs in WingVariables
50790280bb Minor cleanups
73f84c1681 Renaming
Compare 4 commits »
jyelon pushed to main at talezero/integration 2026-04-08 07:35:51 +00:00
f4286faeb1 Make component refs into strrong pointers
jyelon pushed to main at talezero/integration 2026-04-08 07:26:26 +00:00
15beb42d5f IWYU cleanup done
39cc7cd14b Next batch of IWYU cleanup
ba425c1ab3 First batch of include cleanups
Compare 3 commits »
jyelon pushed to main at talezero/integration 2026-04-08 05:48:52 +00:00
868152f302 First attempt at removal of unnecessary include files
a43affe804 Header file reorg, documentation, and cleanup
083452f83f Split WingComponentReference into a static helper class and a simple data class
Compare 3 commits »
jyelon pushed to main at talezero/integration 2026-04-08 04:00:48 +00:00
9c3fab26c4 Start cleaning WingReferences to be *just* the reference type and no methods
9382ed85f8 Remove bullshit fields from UWingComponentReference
e9af515c05 Fix two important bugs: the tokenizer was tokenizing '.' in identifiers wrong, and WingComponent was using the native flag incorrectly.
f77a8553e1 Start creating WingReferences.h
b124cf72aa Graph export is more sophisticated about details, and GraphNode_Add now shows the node it created.
Compare 5 commits »
jyelon pushed to main at talezero/integration 2026-04-07 23:23:41 +00:00
854e41d6c3 WingFetcher now has no special case for pins. Instead, we implemented UWingPinReference.
9dd4031847 Don't store the editor in the WingFetcher.
Compare 2 commits »
jyelon pushed to main at talezero/integration 2026-04-07 22:20:30 +00:00
1586ec9268 WingFetcher stores strong object pointers