Commit Graph

  • ccc9b81470 Fix crash when PixiJS renderer reset encounters destroyed textures during resize claude/fix-ide-version-detection-5U5jT Claude 2026-04-02 07:40:30 +00:00
  • 1d632d62ef Fix margin object-and-behavior-icon Davy Hélard 2026-04-01 18:57:58 +02:00
  • 4e00160489 Compact version of the extension properties Davy Hélard 2026-04-01 18:36:44 +02:00
  • ec872044c2 Allow extensions to set different icons for behaviors and objects Davy Hélard 2026-04-01 17:29:27 +02:00
  • b04a41273e Operators in instructions now automatically defaults to first value (#8471) Clément Pasteau 2026-04-01 17:22:42 +02:00
  • e9b9cb16c8 Fix resources added on Windows using a backslash instead of a slash (not consistent with other platforms) (#8467) v5.6.263 Clément Pasteau 2026-04-01 15:10:13 +02:00
  • bab0bfd67e Fix rename context menu item not working anymore on the web-app (#8468) Clément Pasteau 2026-04-01 14:25:48 +02:00
  • f14dc52fc5 Fix rename shortcut on web fix-shortcuts-extension Clément Pasteau 2026-04-01 14:05:48 +02:00
  • a57b2bbee2 Fix asset store pagination when navigating folders and correctly installing visible assets (#8466) Clément Pasteau 2026-04-01 11:43:15 +02:00
  • 948b83e9db Trigger unsaved changes when AI works, only when project actually modified (#8464) Clément Pasteau 2026-04-01 10:45:40 +02:00
  • 790d6409cb Remove flagging the game as mobile on every build (#8465) Clément Pasteau 2026-04-01 10:09:14 +02:00
  • c022acdc63 Simulation runtime simulation-runtime Clément Pasteau 2026-03-31 17:27:46 +02:00
  • 758c3825d1 Bump newIDE version Florian Rival 2026-03-31 11:03:04 +02:00
  • a22a8f569d Fix various issues and crashes when reloading/editing resoures in or outside the editor (#8455) Florian Rival 2026-03-31 10:57:03 +02:00
  • fe7bdc27a9 [Auto PR] Update translations (#8454) github-actions[bot] 2026-03-31 10:21:41 +02:00
  • 5cefde5b93 Show did it work buttons more often for AI output (#8456) Clément Pasteau 2026-03-31 10:21:23 +02:00
  • fe8d9fd955 Fix JS event API level target (#8459) D8H 2026-03-30 19:39:06 +02:00
  • 7e7779a768 Make the extension list less wide extension-list-small-didth Davy Hélard 2026-03-30 18:57:02 +02:00
  • e0c66f6ccf Create a game dialog link URL-CreateNewProject LuniMoon 2026-03-30 17:15:40 +02:00
  • 95d5647b01 Fix crash when multiple resources share the same file Claude 2026-03-30 14:25:57 +00:00
  • 3ad209b7d8 Skip PIXI.Assets.unload when texture is shared by another resource Claude 2026-03-30 14:23:45 +00:00
  • 3165408b17 Add a callback after the in-game editor stepped (#8457) D8H 2026-03-30 15:46:38 +02:00
  • 64f5d7d40e Handle re-reload when resource changes again during pending reload Claude 2026-03-30 12:54:30 +00:00
  • 42d0a35ffd Fix the default value displayed for the related function of action with operator (#8453) D8H 2026-03-30 14:45:20 +02:00
  • 08a082cd87 Fix resource reload race condition when multiple SceneEditors are open Claude 2026-03-30 12:40:59 +00:00
  • 6c79abfb00 Deduplicate concurrent reloadResource calls for the same resource Claude 2026-03-30 12:38:15 +00:00
  • e22767037d Add extra protection Florian Rival 2026-03-30 13:35:21 +02:00
  • 28a2efbedf Factor reloading when custom object or object edited Florian Rival 2026-03-30 13:33:17 +02:00
  • 658b1fb2fb Robustify a bit more unloading BitmapFont in runtime Florian Rival 2026-03-30 13:32:35 +02:00
  • eec0fd3419 Batch of fixes (#8452) Clément Pasteau 2026-03-30 11:47:34 +02:00
  • 1346598935 More fixes Florian Rival 2026-03-30 10:55:43 +02:00
  • 451e1ba0e9 Fix invalidTexture singleton being corrupted by reloadResource Claude 2026-03-30 08:29:15 +00:00
  • 437724269c Add safety check in getPIXITexture for destroyed baseTexture Claude 2026-03-29 20:11:59 +00:00
  • cea1b05e85 Fix race condition: delete texture cache entry before PIXI.Assets.unload Claude 2026-03-29 19:59:20 +00:00
  • 0f932d1c94 Tentative fix for resource reloading (cloud/local projects) after file change Florian Rival 2026-03-29 17:41:28 +02:00
  • 6055729b49 Fix crash and rendering issues during texture reload Claude 2026-03-28 13:15:40 +00:00
  • d8b8911063 Fix resource file change not updating renderers (safe reload approach) claude/fix-bitmap-text-rendering-VG9Ft Claude 2026-03-28 13:13:30 +00:00
  • f10a2b8352 Fix resource file replacement not updating PIXI textures and renderers Claude 2026-03-28 12:36:31 +00:00
  • 200fc01590 Fix resource file changes not updating renderers Claude 2026-03-28 12:32:58 +00:00
  • 9cd06e4e71 Fix BitmapText display in a custom object after editing its atlas externally (#8449) Florian Rival 2026-03-28 13:04:42 +01:00
  • 083f6dcee3 Fix formatting Florian Rival 2026-03-27 18:51:30 +01:00
  • 64c1119a3d Flatten stale texture check to keep happy path at top-level indentation Claude 2026-03-27 17:47:43 +00:00
  • 680fec1b5d Reverse stale texture check condition for clearer happy path Claude 2026-03-27 17:45:21 +00:00
  • 2e9febbb4c Refactor: extract stale bitmap font texture check into named function Claude 2026-03-27 17:42:01 +00:00
  • 3b5dac597f Fix cache bursting for non http resources during InGameEdition Florian Rival 2026-03-27 18:21:40 +01:00
  • 11fcb67f18 Fix stale texture detection: compare by reference, not just destroyed Claude 2026-03-27 16:21:29 +00:00
  • adc77b7b7e Remove redundant registerClearCache for BitmapText Claude 2026-03-27 16:07:11 +00:00
  • 7024f7e598 Fix additional BitmapText reload issues and harden font lifecycle Claude 2026-03-27 16:02:05 +00:00
  • e984fa7566 Fix BitmapText rendering breaking when resource image is reloaded Claude 2026-03-27 15:26:18 +00:00
  • 950ad0df4c Refactor extension validation scanning to use common events traversal methods (#8448) Florian Rival 2026-03-27 15:07:05 +01:00
  • e947ca2efa Factor location computation and do it only when necessary claude/refactor-events-validation-scanner-2MdyM Florian Rival 2026-03-27 15:02:59 +01:00
  • be932e43d3 Update comments Florian Rival 2026-03-27 14:41:37 +01:00
  • 5767402858 Simplify createValidationWorker by deriving location from ProjectScopedContainers Claude 2026-03-27 13:33:33 +00:00
  • 2b8b5b7c3b Fix 3D physics collision condition not being triggered with 3D characters (#8447) D8H 2026-03-27 14:28:42 +01:00
  • 0de59abdfb Update comments Florian Rival 2026-03-27 14:11:51 +01:00
  • 67772ff3ef Renamings Florian Rival 2026-03-27 14:09:07 +01:00
  • 0a70ff45a3 Refactor EventsValidationScanner to use C++ ProjectBrowserHelper for extension traversal Claude 2026-03-27 12:29:42 +00:00
  • 9f9a26017d Extend Diagnostic Report to cover extension function events (#8438) Gleb Volkov 2026-03-27 12:55:29 +01:00
  • b8296bc4e0 [Auto PR] Update translations (#8445) github-actions[bot] 2026-03-27 10:45:59 +01:00
  • 9e8643ecba Fix initializing canvas with 0 dimensions causing a crash until editor switch (#8446) Clément Pasteau 2026-03-27 09:27:41 +01:00
  • ec1b477c74 Add type definitions of the in-game editor for JS events (#8444) D8H 2026-03-26 16:49:11 +01:00
  • 6fab4f041f Fix center point value of custom objects when a custom center is set (#8432) D8H 2026-03-26 15:02:58 +01:00
  • 17b6c5befb [Auto PR] Update translations (#8431) github-actions[bot] 2026-03-26 14:49:43 +01:00
  • c298b92d38 Fix searchbar sometimes losing characters (#8442) Clément Pasteau 2026-03-26 14:46:42 +01:00
  • ff480a842e Fix drag-and-drop not working in popped-out editor windows claude/fix-popped-out-drag-drop-E3AMt Claude 2026-03-26 13:02:23 +00:00
  • cc71af5433 Fix a crash when installing an asset with buttons if some behaviors are missing (#8439) D8H 2026-03-26 13:54:08 +01:00
  • 6536035c04 Fix distorted models when their origin points are outside (#8436) D8H 2026-03-26 13:50:34 +01:00
  • db947225e3 Improve placement of non native alert dialogs in popped out windows Florian Rival 2026-03-26 13:44:56 +01:00
  • a6f7e311f7 Fix formatting Florian Rival 2026-03-26 13:33:04 +01:00
  • a3072918b0 Fix alert dialogs rendering in main window when triggered from popped-out editors claude/fix-popped-out-dialogs-Tq6OL Claude 2026-03-26 12:30:18 +00:00
  • fbd955827c Pass theme background color to popped-out windows Florian Rival 2026-03-26 13:20:02 +01:00
  • 5b36152ccd Pass theme background color to Electron BrowserWindow via features string claude/apply-theme-background-color-axh3k Claude 2026-03-26 12:17:17 +00:00
  • 34cb1ecd5d Fix alert dialogs rendering in wrong window when triggered from popped-out editors Claude 2026-03-26 12:12:48 +00:00
  • 2556bc690a Fix interactive elements in draggable title bar areas Florian Rival 2026-03-26 13:12:06 +01:00
  • bff2be0ca8 Extract theme background color logic into reusable function Florian Rival 2026-03-26 13:11:57 +01:00
  • 0a91454c9f Apply theme background color to WindowPortal popup immediately on open Claude 2026-03-26 12:09:34 +00:00
  • b993ee68e0 Make empty toolbar space draggable in popped-out editor windows claude/draggable-toolbar-space-TRMoK Claude 2026-03-26 12:09:13 +00:00
  • 39a3700479 Better workaround for 'Uncaught illegal access' on Electron Florian Rival 2026-03-26 12:27:06 +01:00
  • 6579084387 Improve code clarity Florian Rival 2026-03-26 00:17:50 +01:00
  • 13ab5164f4 Fix titlebar overlay not updating for popped-out editor windows (#8441) Florian Rival 2026-03-25 23:59:57 +01:00
  • 188237b42d Fix SearchBar dropping characters when typing quickly due to debounce race condition claude/fix-searchbar-input-delay-1tWpk Claude 2026-03-25 19:59:15 +00:00
  • aadde2b136 Workaround 'Uncaught illegal access' on Electron Florian Rival 2026-03-25 20:37:29 +01:00
  • 6fa5c4ad99 Fix Flow Florian Rival 2026-03-25 17:18:54 +01:00
  • 58d2421a29 Fix getCenterX copy-paste bug, simplify getUnscaledCenterZ to match 2D pattern, add center point tests claude/review-branch-changes-V9fXJ Claude 2026-03-25 14:09:54 +00:00
  • 4c446ce113 Fix center point value of custom objects when a custom center is set Davy Hélard 2026-03-24 19:27:05 +01:00
  • 0a20f7194b Replace SearchBar with CompactSearchBar in property and function lists (#8430) v5.6.262 Florian Rival 2026-03-24 09:19:56 +01:00
  • d7447fe123 Add a preference to enable the display of type errors in JavaScript events (#8429) D8H 2026-03-24 09:03:25 +01:00
  • bb7c52bf9f Make useWindowControlsOverlayWatcher work for popped-out windows Claude 2026-03-23 19:08:57 +00:00
  • 099ecc801f Enable titlebar overlay IPC for popped-out windows and remove their menu Claude 2026-03-23 18:44:50 +00:00
  • ebbee259a4 Color fix Florian Rival 2026-03-23 19:35:25 +01:00
  • 4db1c41edf Fix per-document background color caching and add theme-color meta to external windows Claude 2026-03-23 18:26:27 +00:00
  • 34eae047ee Add targetDocument parameter to Window.setWindowBackgroundColor Claude 2026-03-23 18:18:34 +00:00
  • 14685246ca Use PortalContainerContext for popped-out window background color Claude 2026-03-23 18:06:07 +00:00
  • 08c4bbbdca Small fixes Florian Rival 2026-03-23 19:05:04 +01:00
  • 55ec4acdf7 Use PortalContainerContext to read the correct window in TitleBarSafeMargins Claude 2026-03-23 17:51:18 +00:00
  • 38a0049cb1 Remove TitleBarSafeMargins from popped-out editor titlebar Claude 2026-03-23 17:48:31 +00:00
  • 7a069b6b20 Use renderToolbar render prop in ToolbarTitlebar Claude 2026-03-23 17:18:26 +00:00
  • 8fb275fd49 Refactor pop-out editor toolbar into ToolbarTitlebar with safe margins Claude 2026-03-23 17:11:45 +00:00
  • c6b4f5f787 Rename file claude/external-window-shortcuts-limYV Florian Rival 2026-03-23 18:01:56 +01:00
  • fd64725d0d Replace Material-UI OpenInBrowser icon with custom SVG icon Florian Rival 2026-03-23 17:56:26 +01:00