- 05 Mar, 2021 1 commit
-
-
encounter authored
-
- 01 Mar, 2021 2 commits
- 24 Jan, 2021 1 commit
-
-
Phillip Stephens authored
-
- 07 Jan, 2021 1 commit
-
-
encounter authored
-
- 24 Oct, 2020 1 commit
-
-
Phillip Stephens authored
-
- 28 Sep, 2020 1 commit
-
-
Phillip Stephens authored
-
- 27 Sep, 2020 1 commit
-
-
Phillip Stephens authored
-
- 08 Sep, 2020 1 commit
-
-
Phillip Stephens authored
-
- 13 Jun, 2020 1 commit
-
-
encounter authored
-
- 12 Jun, 2020 2 commits
-
-
Phillip Stephens authored
-
Phillip Stephens authored
-
- 28 May, 2020 1 commit
-
-
encounter authored
-
- 24 May, 2020 1 commit
-
-
encounter authored
-
- 22 Apr, 2020 1 commit
-
-
Phillip Stephens authored
-
- 11 Apr, 2020 3 commits
-
-
Jack Andersen authored
-
Jack Andersen authored
-
Jack Andersen authored
-
- 27 Mar, 2020 4 commits
-
-
Lioncache authored
Makes the array types more strongly typed and allows removing the use of hardcoded array sizes.
-
Lioncache authored
Same behavior, but with stronger typing.
-
Lioncache authored
Makes the arrays more strongly typed and allows dehardcoding some array sizes.
-
Lioncache authored
Same behavior, but without the need for raw new or separately memsetting.
-
- 12 Mar, 2020 1 commit
-
-
Phillip Stephens authored
-
- 18 Jan, 2020 1 commit
-
-
encounter authored
-
- 01 Oct, 2019 2 commits
-
-
-
Jack Andersen authored
-
- 14 Sep, 2019 1 commit
-
-
Phillip Stephens authored
-
- 11 Sep, 2019 13 commits
-
-
Phillip Stephens authored
AudioGroupPool: Use std::array where applicable
-
Phillip Stephens authored
VolumeTable: Remove unnecessary Common include
-
Phillip Stephens authored
Studio: Make _cyclicCheck a const member function
-
Phillip Stephens authored
Sequencer: Minor cleanup
-
Phillip Stephens authored
CMakeLists: Add MSVC standards conformance flags
-
Lioncache authored
Makes the array types strongly-typed and also allows for size querying.
-
Lioncache authored
Applies flags to make MSVC's compiler be more standards compliant.
-
Lioncache authored
Makes the arrays strongly typed.
-
Lioncache authored
We can just include <algorithm> directly to eliminate an indirect include.
-
Lioncache authored
Avoids an unnecessary atomic reference count increment and decrement
-
Lioncache authored
This doesn't actually modify the internal state of the studio instance, so we can mark it as a const member function.
-
Lioncache authored
Avoids an unnecessary atomic reference count increment and decrement
-
Lioncache authored
-