Skip to content
Permalink
master

Commits on Jun 13, 2020

  1. Updatd links to the now-migrated Aurora Docs

    Wibble199 committed Jun 13, 2020

Commits on Jun 11, 2020

  1. Fixed an issue where overlay layers on the desktop profile were being…

    … updated twice in a single frame when the Aurora window was not focused or the "Show Overlays in Application Preview" is checked.
    Wibble199 committed Jun 11, 2020

Commits on Jun 6, 2020

  1. Added a new toggle flip-flop that takes a single bool value and toggl…

    …es the state if that boolean is true.
    
    Renamed `Boolean_Latch` to `Boolean_FlipFlopSR`.
    Wibble199 committed Jun 6, 2020

Commits on May 21, 2020

  1. Fixed device not initially working with equalizer.

    How dumb am I to not notice this bug at first... :(
    Wibble199 committed May 21, 2020

Commits on May 20, 2020

  1. Removed label that was not actually bound to anything.

    Could've fixed the binding but decided to remove it, otherwise in many places there would be repeated labels.
    Wibble199 committed May 20, 2020
  2. Fixed overlayers not being imported.

    Wibble199 committed May 20, 2020

Commits on May 19, 2020

  1. Made audio device IDs update each time they're accessed.

    This allows re-creating the MMDevice on the correct thread. The device is only recreated if the ID has changed, so the only overheard of calling it each frame is a string comparison.
    Wibble199 committed May 19, 2020
  2. Added options for choosing the audio device for equalizer layer and f…

    …or the local pc inf game state.
    
    Changing the gamestate device requires a restart.
    Wibble199 committed May 19, 2020
  3. Added audio device proxy class.

    Helps with easily swapping devices on-the-fly.
    Wibble199 committed May 19, 2020

Commits on May 17, 2020

  1. Fixed some merge issues x)

    Wibble199 committed May 17, 2020
  2. Fix error with merge on TModLoader GameState.

    Wibble199 committed May 17, 2020
  3. Merge remote-tracking branch 'upstream/dev' into fix/gamestate-reflec…

    …tion-rewrite-2
    Wibble199 committed May 17, 2020
  4. Made the GameStateParameterLookup only recursively check the properti…

    …es of certain types (GameStates, Nodes and IEnumerable<Node>s).
    Wibble199 committed May 17, 2020

Commits on May 15, 2020

  1. Merge branch 'dev' into fix/overlays

    Wibble199 committed May 15, 2020
  2. Added back some non-redundant code that was accidently removed with s…

    …ome redundant code in 5aa7a35.
    Wibble199 committed May 15, 2020

Commits on May 14, 2020

  1. Changed tooltip to say most recent value.

    This is because the value may not actually be the current value if the evaluatable isn't updated (e.g. in a false branch of an if-else).
    Wibble199 committed May 14, 2020
  2. Added option to the OverridesEditor to show the latest value of an ov…

    …erride in the editor UI.
    Wibble199 committed May 14, 2020
  3. Tweaked signatures of evaluatable methods.

    Now 'Evaluate' is handled by the abstract Evaluatable{T}, which calls a protected abstract 'Execute' method. This 'Execute' is that one that should be overriden to provide evaluatable logic. 'Evaluate' should still be called when getting the value from an evaluatable.
    The most recent value from evaluatables is now stored, with the aim of helping to provide debugging information.
    Wibble199 committed May 14, 2020
  4. Merge branch 'dev' into fix/gamestate-reflection-rewrite

    Wibble199 committed May 14, 2020
  5. Removed the type parameter from Node and GameState.

    Wibble199 committed May 14, 2020

Commits on May 13, 2020

  1. Rewrote the game state reflection into a separate, dedicated class.

    Removed the IGameState constructor from game states.
    Wibble199 committed May 13, 2020
  2. Made Layer implement INotifyPropertyChanged instead of using a custom…

    … 'AnythingChanged' event.
    Wibble199 committed May 13, 2020
  3. Removed IStringProperty.

    Added FastMember as a replacement.
    Wibble199 committed May 13, 2020

Commits on May 8, 2020

  1. Merge branch 'dev' into feature/fody-notify

    Wibble199 committed May 8, 2020
Older
You can’t perform that action at this time.