Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MikeSchulze/gdUnit4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.4
Choose a base ref
...
head repository: MikeSchulze/gdUnit4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.5
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 1, 2025

  1. Update plugin.cfg

    MikeSchulze committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    eb786a2 View commit details
    Browse the repository at this point in the history
  2. GD-790: Fixing plugin loading problems under Godot v4.3.x (#793)

    # Why
    When installing GdUnit4 v5.0.x under Godot v4.3.x the console shows
    errors.
    ```
    res://addons/gdUnit4/src/ui/settings/GdUnitSettingsDialog.gd:25 - Parse Error: Annotation "@warning_ignore_start" is not allowed in this level.
    modules/gdscript/gdscript.cpp:2936 - Failed to load script "res://addons/gdUnit4/src/ui/settings/GdUnitSettingsDialog.gd" with error "Parse error". (User)
    ```
    # What
    - Removed the `warning_ignore_start` and `warning_ignore_restore` where
    are not available in Godot 4.3.x
    - Fixing compiler warnings in `GdUnitSettingsDialog`
    MikeSchulze authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    64536b1 View commit details
    Browse the repository at this point in the history
  3. GD-794: GdMarkDownReader:Table class_name results in conflicts with u…

    …ser scripts (#795)
    
    # Why
    When a user has a class named `Table`, it will result in conflicts with
    the GdMarkDownReader:Table class
    
    # What
    - Rename the GdMarkDownReader:Table to avoid such conflicts
    MikeSchulze authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    538a6d4 View commit details
    Browse the repository at this point in the history
Loading