377 Commits

Author SHA1 Message Date
Patrick Dawson
a4c2749a62 fix 2026-05-17 06:51:44 +02:00
Patrick Dawson
7b5d36b4f8 Require Godot 4.5+ 2026-05-17 04:34:18 +02:00
Patrick Dawson
c7232633d1 Downgrade GodotEnv (broken on Windows) 2026-02-02 02:18:29 +01:00
Patrick Dawson
6c2333b697 Linux compile fix 2026-02-02 01:31:11 +01:00
Patrick Dawson
71c5258f00 Fix some compile errors 2026-02-02 01:05:27 +01:00
Patrick Dawson
30594563f1 Require Godot 4.4+ 2026-02-01 23:43:26 +01:00
Patrick Dawson
2947344199 Fix mouse for macOS embedded (C++) 2026-01-30 04:54:01 +01:00
Patrick Dawson
4738c4ae2b Fix mouse for macOS embedded 2026-01-28 07:59:58 +01:00
Patrick Dawson
8a9f0c4235 version 6.3.2 v6.3.2 2025-04-23 21:24:13 +02:00
Patrick Dawson
3cbdfae3c0 Make ImGuiController non-internal for now 2025-04-23 18:48:20 +02:00
Patrick Dawson
4fbbefe0b4 CI: add Godot 4.5.0-dev.2 2025-04-23 03:17:46 +02:00
Patrick Dawson
e6a0e806a1 CI: build GDExtension on ubuntu-22.04 2025-03-07 23:27:28 +01:00
Patrick Dawson
e5c988d059 Update to ImGui 1.91.6 (#99) v6.3.1 2025-02-16 08:41:24 +01:00
Patrick Dawson
13118d6b90 version 6.3.0 v6.3.0 2024-10-17 23:40:29 +02:00
Patrick Dawson
838d7d9c3e CI: downgrade to Godot 4.4-dev2, due to segfault on export 2024-10-17 03:40:42 +02:00
Patrick Dawson
ad8f7d6553 CI: update to Godot 4.4-dev3 2024-10-17 02:39:59 +02:00
Patrick Dawson
92a993442d Add workaround for intermittent resource script errors 2024-09-10 22:16:19 +02:00
Patrick Dawson
ecf08c3a70 Move widgets to ImGuiGD 2024-09-10 22:00:37 +02:00
Patrick Dawson
ff08a76eac Use UnsafeAccessor to call internal Rid constructor without reflection 2024-09-09 07:31:54 +02:00
Patrick Dawson
14e05b6f18 Max speed (0.0ns) and safer ConstructRid 2024-09-09 06:41:10 +02:00
Patrick Dawson
14eb84cbb1 Fix build errors 2024-09-09 02:54:24 +02:00
Patrick Dawson
1b589075a1 Fix multi-threaded renderer in Godot 4.3 2024-09-09 02:43:08 +02:00
Patrick Dawson
846a012c15 Make ConstructRid 5x faster and AOT-compatible 2024-09-08 23:25:41 +02:00
Patrick Dawson
924bd29e96 CI: fix upload artifact breakage 2024-09-04 05:31:39 +02:00
Patrick Dawson
9eb2b1fb11 Use Godot clipboard (C#) 2024-09-04 01:09:21 +02:00
Patrick Dawson
b75940b445 Use Godot clipboard (C++) 2024-09-01 05:37:42 +02:00
Patrick Dawson
d0da181032 Add IME support 2024-09-01 04:20:04 +02:00
Patrick Dawson
7440ffd977 CI: add Godot 4.4 2024-08-27 21:29:15 +02:00
Patrick Dawson
013abeb601 Fix format 2024-08-27 21:20:38 +02:00
Garteal
b7af51608f State: explicitly use internal state 2024-08-27 21:20:38 +02:00
Patrick Dawson
a5d57c1408 Fix C++ CanvasRenderer VtxOffset 2024-08-27 20:38:05 +02:00
Patrick Dawson
b137a7a1d6 Add AOT-compatible implementation of ConstructRid 2024-08-26 22:00:59 +02:00
Patrick Dawson
1f6b8fcd2f Fix inconsistent viewport size during resize 2024-08-26 05:44:18 +02:00
Patrick Dawson
2efb5017f5 CI: update to Godot 4.3.0 2024-08-15 19:10:41 +02:00
Patrick Dawson
5b5081bc66 Fix release files v6.2.1 2024-08-14 20:02:00 +02:00
Patrick Dawson
7349e6443a version 6.2.1 2024-08-12 20:18:22 +02:00
Patrick Dawson
b297402685 Add double precision build (#79) 2024-08-12 18:15:32 +02:00
Patrick Dawson
1fd003e390 Update README.md 2024-08-04 03:05:47 +02:00
Patrick Dawson
9facea9e99 Move in-editor ImGuiController to root node (fix crash on exit) 2024-08-04 02:56:39 +02:00
Patrick Dawson
4725ad07ce Some tidying 2024-08-04 02:54:49 +02:00
Patrick Dawson
a461bf4716 version 6.2.0 v6.2.0 2024-08-02 17:37:41 +02:00
Patrick Dawson
9ca6736a95 CI: use better cache key 2024-08-02 16:20:36 +02:00
Patrick Dawson
f2dc3fcd29 GDScript bindings for clipper and table sort 2024-08-02 05:45:22 +02:00
Patrick Dawson
edde6e83c3 Update to ImGui 1.91.0 2024-08-01 22:52:05 +02:00
Patrick Dawson
bb4669b978 CI: revert to beta3 because rc1 breaks headless 2024-07-26 18:31:42 +02:00
Patrick Dawson
e7108a32de CI: update to 4.3.0-rc1 2024-07-26 18:07:27 +02:00
Patrick Dawson
af136fe54e Improve topmost window demo 2024-07-26 18:02:11 +02:00
Patrick Dawson
1029cdc183 GDExt example: nicer markdown formatting 2024-07-14 04:18:04 +02:00
Patrick Dawson
d5ee098dfd GDExt example: tweaks 2024-07-13 19:57:36 +02:00
Patrick Dawson
5a92096054 GDExt example: add imgui_markdown 2024-07-13 17:00:39 +02:00