Commit Graph

1110 Commits

Author SHA1 Message Date
Turánszki János 1e80b4b420 added CreateScreenshotWithAlphaBackground feature 2025-06-28 11:53:29 +02:00
Turánszki János a522bac27b editor theme improvements 2025-06-28 06:17:35 +02:00
Turánszki János 67aa970c7a some improvements 2025-06-27 08:24:35 +02:00
Turánszki János 95ef71521f editor and project creator updates 2025-06-26 07:50:29 +02:00
Dennis Brakhane 551bbe8745 cmake: rename WickedEngineEditor target to Editor (#1139) 2025-06-25 23:05:48 +02:00
Turánszki János 1ec0e5d2ab editor: revert part that was checked in commented out by mistake 2025-06-25 19:34:32 +02:00
Turánszki János 82935701b5 editor fix: theme was accidentally applied in every update 2025-06-25 17:38:15 +02:00
Turánszki János 76607272d2 editor theme refresh refactor 2025-06-25 09:20:34 +02:00
Turánszki János a3c0ce083d editor theme and config fixes 2025-06-25 08:50:56 +02:00
Turánszki János 9ad8d841af some editor updates 2025-06-25 07:52:04 +02:00
Turánszki János 50e00517cf improvements for rename key handling 2025-06-24 09:22:04 +02:00
Anke_Does_Coding 46149bf0e1 Added hotkey for renaming the selected (#1137) 2025-06-24 07:16:23 +02:00
Turánszki János 3274fdb79a editor theme fixes 2025-06-24 07:12:35 +02:00
Turánszki János dbd0bb80d4 theme fix: when switching to theme without bg image, previous one will be removed 2025-06-21 16:31:16 +02:00
Turánszki János dc42ad58a0 theme editor fix: should work without image too 2025-06-19 17:46:24 +02:00
Turánszki János 33f0ed9598 Theme editor (#1134) 2025-06-19 09:13:08 +02:00
Turanszki Janos 24abcd840f put font initializer on main thread so init text can be immediately rendered and fonts added more easily 2025-06-16 08:25:03 +02:00
Turanszki Janos 469197ede2 editor fix: adding font awesome only after system init completed, to not replace default font by mistake 2025-06-15 10:37:43 +02:00
Dennis Brakhane 6725d097c6 cmake: Editor depends on Content (terrain) 2025-06-15 00:15:28 +02:00
Turánszki János 19e47ef096 editor: remove trailing whitespace from padded app name (#1130) 2025-06-14 08:19:52 +02:00
Turánszki János 8a1b27dd2c project creator: updated script with sample model loading (#1129) 2025-06-13 07:16:19 +02:00
Turanszki Janos 9e6fd9f3c3 editor: camera preview gui fix 2025-06-12 08:08:06 +02:00
Turánszki János 997ec4fca5 handle windows dark mode theme and some color changes in editor 2025-06-12 06:54:41 +02:00
Turánszki János 334e5dbc3a added inverse blend mode (#1124) 2025-06-11 07:41:04 +02:00
Turánszki János f77d3cd4db added cursor editor to project creator (#1123) 2025-06-10 06:39:07 +02:00
Turánszki János 2183ddaac4 Linux cursor loading, texture to cursor helper (#1121) 2025-06-09 06:50:59 +02:00
Turánszki János 594df515dd added support for custom splash screen 2025-06-08 10:44:07 +02:00
Turánszki János 3359dafe6b gui improvement for the project creator window 2025-06-08 09:58:14 +02:00
Turánszki János 9cc048e536 project creator: script is not overwritten if already exists 2025-06-08 07:44:51 +02:00
Turánszki János 5a4e0e8998 editor: load icon font earlier and disable some things if the executable uses script replacement 2025-06-08 07:33:22 +02:00
Turánszki János 030413c9cc Project creator (#1118) 2025-06-07 17:38:36 +02:00
Turánszki János ef16be5f41 removed mostly win32 code clutter 2025-06-03 19:34:47 +02:00
Turánszki János a44d321bd2 removal of libraries that no longer will be used: basis universal and qoi (#1116) 2025-06-03 08:26:02 +02:00
Turánszki János fc1ceb3b05 gui small optimizations 2025-06-02 08:20:09 +02:00
Turánszki János c31aa35c53 gui layout refactor (#1114) 2025-06-01 17:07:12 +02:00
Turánszki János 9b25451427 editor gui minor fixes 2025-05-31 10:25:09 +02:00
Turánszki János 27179a025a DirectXShaderCompiler 2025 May update (#1112) 2025-05-31 09:13:46 +02:00
Turánszki János 1be929aa8a gui changes: slider size now includes the textbox, combobox size now includes the droparrow, editor gui rearrangement 2025-05-30 08:50:26 +02:00
Turánszki János 0c514a1937 paint tool fixes: terrain mode caused stuck gui; mouse scroll shoudln't modify camera speed in paint tool mode because it is used for brush size; stabilizer is 1 in default config; 2025-05-29 17:07:03 +02:00
Turánszki János 9691cdf4e0 restore shader compiler reverted stuff 2025-05-29 09:43:33 +02:00
Dennis Brakhane 2779e1848e Updated DirectXShaderCompiler to 2025 February release, removed dxil.dll 2025-05-27 08:03:41 +02:00
Turánszki János c310a371be drag and drop fix 2025-05-20 10:06:24 +02:00
Turánszki János a69b96ee6b added camera feed support for lights 2025-05-19 07:27:21 +02:00
Turánszki János a948117ee6 added textured rectangle lights and improved video frame pacing logic 2025-05-18 15:52:12 +02:00
Dennis Brakhane a1224dbc25 linux: don't use getText() in crash handler (#1104)
don't use getText() in crash handler

getText() allocates memory which is a big no no in a signal handler.
Instead, use an internal function that calls us for each entry so we
can write it to the crash log.

This is ugly, but I can't think of a better solution atm.
2025-05-12 13:01:51 +02:00
Dennis Brakhane 3fae3df694 linux: improve crash handling (#1103)
linux: improve crash log and crash handling

* add device info to crash log

* add contents of backlog to the crash log

* use abort() instead of exit()

calling exit could cause problems because of exithandlers, abort is
safer.
2025-05-11 15:25:07 +02:00
Turánszki János 1192755617 linux: don't include languages folder because some version of linux can't open some files 2025-05-11 09:54:45 +02:00
Turanszki Janos eaddee3d29 video: raw h264 file loading support and lua bindings 2025-05-06 08:47:18 +02:00
Turanszki Janos a583004458 video: Nvidia default buffer workaround for bitstream buffer; video usable for light mask texture; begin h265 api; added video_test model; 2025-05-05 08:11:51 +02:00
Turánszki János cdb5f8f274 Video decode fixes for AMD GPU (#1099) 2025-05-03 08:42:51 +02:00