Commit Graph

  • aa5a278ab5
    Merge c3381c348d into be0fc25e72 Alexis Maiquez 2025-09-13 20:09:06 +0000
  • c3381c348d chore: some cleanup everywhere feature/project-parser-rewrite Almamu 2025-09-13 22:08:59 +0200
  • f74527d23b chore: some cleanup everywhere Almamu 2025-09-13 20:17:47 +0200
  • 5b65abe7b9 feat: added asset locator and replaced filesystem direct usage by asset locator Almamu 2025-09-13 19:10:09 +0200
  • 79886ecc89 chore: remove empty lines Almamu 2025-09-12 03:30:21 +0200
  • a86f258c6c chore: remove C prefix from most classes + fix namespace for textures Almamu 2025-09-11 21:59:40 +0200
  • 1411ad6c5e chore: add some const qualifiers in parser to prevent changes Almamu 2025-09-11 21:43:47 +0200
  • 256135a082 chore: move render-dependant texture code to render instead of assets Almamu 2025-09-11 21:22:33 +0200
  • f83bc66699 chore: rename realpath to physicalPath so codefactor doesn't complain Almamu 2025-09-11 21:14:49 +0200
  • b5e025b45f chore: breakup texture parser in smaller methods Almamu 2025-09-11 21:11:57 +0200
  • 2d6675db0b refactor: overhaul the filesystem layer Almamu 2025-09-11 17:10:23 +0200
  • b0b1040f33 merge delia 2025-09-09 17:40:36 +0200
  • 23667d0a4c fixed multible flags bug delia 2025-09-09 17:38:07 +0200
  • 5b9862ef6a added appData delia 2025-09-09 16:34:50 +0200
  • 822891008d fix: casts on old ffmpeg versions Almamu 2025-09-05 03:45:48 +0200
  • 8012056342 chore: update to C++20 and take into account endianness Almamu 2025-09-05 03:28:25 +0200
  • 896cfe2c4c chore: moved texture assets parsing into the data model too Almamu 2025-09-05 01:56:22 +0200
  • bf44e7d7f0 chore: fix inconsistencies Almamu 2025-09-02 00:55:28 +0200
  • bf74a94420 chore: remove magic string values in favour of enums in Material info Almamu 2025-09-02 00:28:34 +0200
  • b66610cc26 chore: few codefactor issues Almamu 2025-09-01 21:41:20 +0200
  • 4c6cfb356c chore: few codefactor issues Almamu 2025-09-01 21:40:06 +0200
  • fd0f142517 chore: detect non-string textures and fix null terminator on custom shaders Almamu 2025-08-31 15:05:52 +0200
  • d6bcd62d1a fix: visibility wasn't entirely right, move dependant elements up the render chain Almamu 2025-08-31 14:51:32 +0200
  • 754b3d3cd4 Added scaling setting delia 2025-08-28 18:30:59 +0200
  • 2e57574230
    Merge pull request #5 from Deliasama/wallpaperSettings Deliasama 2025-08-28 17:04:23 +0200
  • 684aa47dbd merge delia 2025-08-28 17:02:05 +0200
  • 8ddc02649b emmit applySettings at WallpaperSettingsWidget::update() delia 2025-08-28 16:59:58 +0200
  • d59315dbc6
    Update README.md Deliasama 2025-08-26 03:06:10 +0200
  • f078765987 Added basic settings delia 2025-08-26 03:01:56 +0200
  • edae0178c8 remove .clangd file delia 2025-08-23 17:54:13 +0200
  • ed372e3d88 Added seperat WallpaperSettingsWidget Class delia 2025-08-23 17:52:22 +0200
  • 9c62125a1f chore: add parsing of usertextures Almamu 2025-08-23 17:42:01 +0200
  • 07ff793a19 updated readme delia 2025-08-23 15:31:32 +0200
  • fe9b59e491 added side pannel delia 2025-08-23 15:07:26 +0200
  • fc865499fc chore: remove some debug messages that are not useful anymore Almamu 2025-08-23 06:17:32 +0200
  • af02d82ea9 chore: remove annoying debug message that's not needed anymore Almamu 2025-08-23 06:12:19 +0200
  • f400b2abd9 chore: replace old properties with ones following the new model Almamu 2025-08-23 06:09:53 +0200
  • fae2b5e01e chore: parse hex colors in properties Almamu 2025-08-20 01:41:01 +0200
  • cf3774c481 chore: more fixes for visibility + camerashake can be a user setting Almamu 2025-08-20 01:12:28 +0200
  • ce51cd23fa chore: fix default uniform values not being applied in the right order Almamu 2025-08-20 00:46:11 +0200
  • e3e377ecdd chore: fix combo names not being uppercase when they should be Almamu 2025-08-20 00:02:42 +0200
  • d6831ad40f chore: bring back support for pass commands Almamu 2025-08-19 21:44:25 +0200
  • 4dc9a61223 chore: cleanup of properties, dynamic values and shader variables Almamu 2025-08-19 19:26:39 +0200
  • 806b65b490 chore: cleanup old Core stuff + update shader constant to use user settings as they should Almamu 2025-08-19 10:35:33 +0200
  • 2eefc7ff64 chore: update to latest glslang-WallpaperEngine version Almamu 2025-08-17 19:13:03 +0200
  • 303a2b5624 chore: DynamicValues now keep track of current type, colors should be converted to vec4/ivec4 upon reading so alpha is correct, keep combo overrides too Almamu 2025-08-15 07:20:15 +0200
  • 04c85bebe4 chore: fix audio processing detection Almamu 2025-08-15 01:04:32 +0200
  • 1a3f789cee chore: fix binds loading, more fixes on pass overrides, should cleanup soon Almamu 2025-08-15 00:53:11 +0200
  • ace1282522 chore: cleanup bloom effect code Almamu 2025-08-15 00:09:31 +0200
  • aa44d88a2b fix: pass overrides Almamu 2025-08-14 23:38:50 +0200
  • 958c97f791 fix: parsing tex0004 Almamu 2025-08-14 01:56:00 +0200
  • e5355d0013 fix: small mistakes in parsing (fbos not taken into account, values not validated, failed to parse properties not ignored) Almamu 2025-08-14 01:55:39 +0200
  • 2569960681 refactor: update render to use new data model Almamu 2025-08-13 08:50:34 +0200
  • 73f716da84 refactor: new project parser Almamu 2025-05-03 16:19:38 +0200
  • 4c0a1a0845
    Merge pull request #4 from Deliasama/Deliasama-patch-2 Deliasama 2025-07-16 23:56:43 +0200
  • 7ecfafb9b3
    Update README.md Deliasama 2025-07-16 23:56:25 +0200
  • 34db844694 Rmove upstream workflows delia 2025-07-16 20:20:03 +0200
  • 21d48bd104 Rmove upstream workflow delia 2025-07-16 20:19:26 +0200
  • 69e55ea45e resolved conflics delia 2025-07-16 20:16:12 +0200
  • 516a9cd803
    Merge pull request #3 from Deliasama/Deliasama-patch-1 Deliasama 2025-07-16 16:43:50 +0200
  • 47c19968a0
    Update README.md Deliasama 2025-07-16 16:43:15 +0200
  • a44dbd9125
    Merge pull request #1 from Deliasama/SingleInstanceGuard Deliasama 2025-07-16 16:42:42 +0200
  • bea97cf0bb add restart wallpaper action in tray delia 2025-07-16 16:41:20 +0200
  • 6a3d067c79 Updated to Qt6 and add tray-icon delia 2025-07-15 23:58:17 +0200
  • 4891a7fcc6 add few logs at startup delia 2025-07-12 01:59:31 +0200
  • dca03dca66
    Merge 3b71c31783 into be0fc25e72 Rail27 2025-05-18 08:52:14 +0900
  • 3b71c31783 Draft: Document Restrucuring Rail27 2025-05-18 08:43:29 +0900
  • 14d2cd27ad
    Merge 8bfbf8ecf1 into be0fc25e72 Alexis Maiquez 2025-05-17 05:20:09 +0200
  • 8bfbf8ecf1 chore: only compile Catch2 if a testing build is requested and run cmake on any branch after tests feature/unit-testing Almamu 2025-05-17 05:20:04 +0200
  • 9f0bdd50e2 chore: added catch2 + github actions for testing Almamu 2025-05-17 04:37:55 +0200
  • be0fc25e72 chore: better error reporting for parameters, highlighting --help usage. fixess #303 and should improve #275 main Almamu 2025-05-17 03:23:05 +0200
  • 3c334aac29 chore: better error reporting after fix for #300 Almamu 2025-05-15 22:28:23 +0200
  • 555b488951 fix: make background id optional so usages of -b, --bg do not require a fallback background (as expected) fixes #300 Almamu 2025-05-15 22:18:33 +0200
  • 8b131fefb2 chore: add another mention of the site in the README.md Almamu 2025-05-10 22:02:20 +0200
  • ccdb0576d1 chore: fix for workflows Almamu 2025-05-10 21:59:19 +0200
  • 5e9dce8977 chore: add support for manually running the arch package build and ensure it only runs on pushes to main Almamu 2025-05-10 21:51:41 +0200
  • e12771b10e
    chore: improve workflow running conditions so not everything is run unless needed (#297) Alexis Maiquez 2025-05-10 21:08:55 +0200
  • bfb7473775 chore: improve workflow running conditions so not everything is run unless needed Almamu 2025-05-10 21:02:26 +0200
  • 9cb2e60960
    fix: error while loading shared libraries (#296) Zebra2711 2025-05-11 02:00:13 +0700
  • 5e1fe60ff2 fix: error while loading shared libraries Zebra2711 2025-05-11 01:44:39 +0700
  • 8881996143 chore: ignore some warnings on release build on arch PKGBUILD Almamu 2025-05-10 20:24:00 +0200
  • 7bffcded09
    feat: make custom version of glslang to improve shader compatibility + random improvements (#291) Alexis Maiquez 2025-05-10 19:34:59 +0200
  • 3a10b03e94 chore: missed cd "$pkgname" in arch's prepare step Almamu 2025-05-10 19:11:14 +0200
  • 6ddf56caa7 chore: take submodules into account for archlinux Almamu 2025-05-10 19:04:13 +0200
  • 653d70e8b6 chore: mention some of the common issues in the README.md Almamu 2025-05-10 18:31:34 +0200
  • cb0df539d4 chore: add the reversing tools I have locally Almamu 2025-05-10 18:17:17 +0200
  • a21e0cfa61 feat: add option to disable camera parallax Almamu 2025-05-10 09:32:43 +0200
  • fe02b73d43 fix: regression on invisible images not being rendered Almamu 2025-05-10 09:23:25 +0200
  • 229722f7b0 chore: also copy project.json so it can be used on the site too Almamu 2025-05-10 07:06:23 +0200
  • 3a77e291a2 chore: update script to make use of video generation instead of the old python scripts Almamu 2025-05-10 06:20:13 +0200
  • cc2ae06f64 chore: update .gitignore Almamu 2025-05-10 05:33:43 +0200
  • 010f14cc67 chore: add recording mode for status page generation Almamu 2025-05-10 05:29:13 +0200
  • 30d977ae57 fix: strchr wasn't properly done for window geometry Almamu 2025-05-09 03:33:35 +0200
  • c8124395eb chore: do not use new to allocate the pretty printer Almamu 2025-05-09 03:30:20 +0200
  • 3806063b01 chore: formating issues by codefactor Almamu 2025-05-09 02:59:02 +0200
  • 573fc6fe13 chore: fix pass uniforms not taking into account fragment shader's uniforms chore: keep processed code in the shader sent to opengl so it appears on RenderDoc Almamu 2025-05-09 02:43:48 +0200
  • d1a05ce1b4 chore: fix mipmap texture creation Almamu 2025-05-06 09:37:44 +0200
  • bd39ce758a chore: slight changes to output and documentation to properly reflect current build configuration Almamu 2025-05-06 03:20:31 +0200
  • 7908971970 fix: ensure that at least one frame is rendered before detecting fullscreen windows Almamu 2025-05-06 03:09:28 +0200
  • 9e083953c8 chore: the setting controls fullscreen detection creation the same way audio works Almamu 2025-05-06 03:03:16 +0200