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: NotYetGames/NotYetDlgSystemExample
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2
Choose a base ref
...
head repository: NotYetGames/NotYetDlgSystemExample
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.25
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 122 files changed
  • 1 contributor

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    5f12492 View commit details
    Browse the repository at this point in the history
  2. Update README

    # Conflicts:
    #	README.md
    vampy committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    98f2190 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Update README | Fix Green Color of Cube | Add some comments | Reopen …

    …Blueperint in the right location | Make example struct be like in the Plugin
    vampy committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    d477496 View commit details
    Browse the repository at this point in the history
  2. Update Dialogue Plugin

    vampy committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    87c7a46 View commit details
    Browse the repository at this point in the history
  3. Squashed 'Plugins/DlgSystem/' changes from 5dc65e6c..84ce3809

    84ce3809 Merge branch '4.24' into 4.25
    7af39c63 [C] Fix setting auto default participant classes on newly created Dialogues
    9a873dfe [C] Advance version to 12.2 | Modify Example Struct to have SaveGame enabled for all fields | Update Dialogue Interface Class comments
    
    git-subtree-dir: Plugins/DlgSystem
    git-subtree-split: 84ce380953ac6c0fed8d4ca6f94326360b1e264e
    vampy committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    a3edacd View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    ea263c4 View commit details
    Browse the repository at this point in the history
  2. Squashed 'Plugins/DlgSystem/' changes from 84ce3809..2819deaa

    2819deaa Merge branch '4.24' into 4.25
    b7a915be Update CHANGELOG for v12.2 and README
    fe5d152a Merge branch '25-server-crash-fix' into '4.24'
    2c458de2 [C] Fix Crash when running editor as dedicated server
    503610a9 Update showcase games
    b52b44e2 Update README, make it easier to read
    
    git-subtree-dir: Plugins/DlgSystem
    git-subtree-split: 2819deaa8bee74ba69fd6ed11016441cee08a14d
    vampy committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    3a94cf4 View commit details
    Browse the repository at this point in the history
  3. Update Dialogue Plugin

    vampy committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    8866f18 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Squashed 'Plugins/DlgSystem/' changes from 2819deaa8..c274f4fca

    c274f4fca Merge branch '4.24' into 4.25
    f4aba4ba6 Update CHANGELOG
    fb163a52c Merge branch '4.24' into 4.25
    959c79fde Merge branch 'moadib-4.24-patch-17056' into '4.24'
    93aa5c69c Avoid to copying in range loops. UE 4.26 linux toolchain compiles with "-Werror,-Wrange-loop-construct"
    4fc4b2d12 [C] Use wildcard pins for all Dialogue Select Nodes. Fixes #18
    79cbb82f6 Merge branch '4.24' into 4.25
    7a7450c56 [C] Do not refresh blueprints nodes if the Blueprint is not fully loaded
    ba118e27a [C] Fix DlgJsonParser so that it works in shipping builds
    d2ba1dd31 [C] Deprecate all Dialogue functions with a TSet<FName>& OutSet param
    549f955cf [C] Deprecate all Dialogue Manager GetAll functions with a TArray<FName>& OutArray param
    d3c72eb24 [C] Fix non unity build compile
    389c2fe01 Merge branch '4.24' into 4.25
    1726f4f69 Advance version to 13 | Add to Editor Whitelist Linux arm 64
    30946f662 Fix VS 2019 warnings
    32a3b4678 Merge branch '4.24' into 4.25
    7096f97ff Advance version to 12.3
    b0150f6ef Merge branch 'transfer_events_and_conditions_to_speechsequence' into '4.24'
    e91a4b9e8 [C] Transfer EnterConditions and EnterEvents from first node when convert speech nodes to speech sequence
    
    git-subtree-dir: Plugins/DlgSystem
    git-subtree-split: c274f4fca3846535cd573f1d3cf3445124556c93
    vampy committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    94feed2 View commit details
    Browse the repository at this point in the history
  2. Update Dialogue Plugin

    vampy committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    cb706fb View commit details
    Browse the repository at this point in the history
  3. Update gitignore

    vampy committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a740e61 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Use mater branch

    vampy committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    3e647d0 View commit details
    Browse the repository at this point in the history
  2. Squashed 'Plugins/DlgSystem/' changes from c274f4fca..8358aa794

    8358aa794 FIX initialization warning for EdgeData
    43dc1d83d Update CHANGELOG
    aee8e4b8c Update README
    c6c500d66 FIX GetOptionFromAll
    9a050d6e5 Fix 4.27 compilation
    e64918786 Fix 4.24 compilation
    4d8d984ea Cleanup how we check engine version and cleanup the reflection types
    a34f16ffc Update README and uplugin
    b55034318 Merge branch '4.26' into 5.0
    094ac7499 Merge branch '4.25' into 4.26
    6e36135ef Merge branch '4.24' into 4.25
    25192e750 [C] use NodeData on dialogue edges
    2fbe4bdf7 Add Initial Unreal Engine 5 support
    69e720183 Try to fix ChooseOptionFromAll
    f5967077d Try to fix ChooseOptionFromAll
    d8b9d5e80 Try to fix ChooseOptionFromAll
    2a25ad601 Merge branch '4.25' into 4.26
    c2a8002f4 Merge branch '4.24' into 4.25
    a98fcfc48 Advance plugin to version 14 | Deprecate ChooseOptionBasedOnAllOptionIndex in favour of ChooseOptionFromAll which does not check if the option is satisfied
    dc7292e76 [C] Move IO tests into Private Namespace
    9af2152c2 Fix Identation to be always tabs
    ffb4649c6 Update README and Make License be just MIT | Advance version to 13.1
    9ea742f41 Merge branch '4.25' into 4.26
    b516777cd Merge branch '4.25' into 4.26
    1397b76f8 Merge branch '4.25' into 4.26
    730d2b28e Merge branch '4.25' into 4.26
    c1afb5b5f Merge branch '4.25' into 4.26
    7c57d4ae9 Merge branch '4.25' into 4.26
    c8bc6f73e Merge branch '4.25' into 4.26
    5d0cdf4e4 Merge branch '4.25' into 4.26
    ca6d28fc9 Merge branch '4.25' into 4.26
    f1537e5b5 [G} Add 4.26 version and fix compile for it
    
    git-subtree-dir: Plugins/DlgSystem
    git-subtree-split: 8358aa794d1950756b9f2fcf8fe755411806afc2
    vampy committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    e411e22 View commit details
    Browse the repository at this point in the history
  3. Update Dialogue Plugin

    vampy committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    59529cb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Squashed 'Plugins/DlgSystem/' changes from 8358aa794..4eafb65f0

    4eafb65f0 Fix changelog
    aab57669f [FIX] Edges Categories in the editor from 4.26
    25070b284 Drop support for 4.24
    
    git-subtree-dir: Plugins/DlgSystem
    git-subtree-split: 4eafb65f061faa0c925d6b46ca0d57d8855ea55b
    vampy committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    4d41305 View commit details
    Browse the repository at this point in the history
  2. Update Dialogue Plugin

    vampy committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    3878737 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a0d0c7 View commit details
    Browse the repository at this point in the history
Loading