- 01 Mar, 2021 1 commit
-
-
encounter authored
-
- 16 Feb, 2021 1 commit
-
-
encounter authored
-
- 01 Feb, 2021 1 commit
-
-
encounter authored
-
- 24 Jan, 2021 1 commit
-
-
encounter authored
-
- 07 Jan, 2021 1 commit
-
-
encounter authored
-
- 31 Dec, 2020 2 commits
-
-
Phillip Stephens authored
-
Phillip Stephens authored
-
- 16 Dec, 2020 1 commit
-
-
encounter authored
-
- 18 Sep, 2020 1 commit
-
-
encounter authored
-
- 15 Sep, 2020 1 commit
-
-
encounter authored
-
- 13 Jun, 2020 1 commit
-
-
encounter authored
-
- 12 Jun, 2020 1 commit
-
-
encounter authored
-
- 22 May, 2020 1 commit
-
-
encounter authored
-
- 22 Apr, 2020 2 commits
-
-
Phillip Stephens authored
-
Phillip Stephens authored
-
- 19 Apr, 2020 1 commit
-
-
encounter authored
-
- 18 Apr, 2020 2 commits
- 16 Apr, 2020 1 commit
-
-
encounter authored
-
- 15 Apr, 2020 1 commit
-
-
encounter authored
-
- 11 Apr, 2020 3 commits
-
-
Jack Andersen authored
-
Jack Andersen authored
-
Jack Andersen authored
-
- 27 Feb, 2020 1 commit
-
-
encounter authored
-
- 25 Feb, 2020 1 commit
-
-
encounter authored
-
- 21 Feb, 2020 1 commit
-
-
encounter authored
-
- 15 Feb, 2020 1 commit
-
-
Jcw87 authored
-
- 19 Oct, 2019 1 commit
-
-
Jack Andersen authored
-
- 13 Oct, 2019 1 commit
-
-
Jack Andersen authored
-
- 01 Oct, 2019 2 commits
-
-
-
Jack Andersen authored
-
- 10 Sep, 2019 8 commits
-
-
Phillip Stephens authored
General: Make use of [[maybe_unused]]
-
Phillip Stephens authored
IWindow: Use std::array where applicable
-
Phillip Stephens authored
System: Make enum functions noexcept
-
Lioncache authored
Avoids the need to have a separate ifdef path to silence an unused variable warning.
-
Lioncache authored
Replaces uses of (void)variable with the attribute introduced in C++17.
-
Lioncache authored
Allows for more flexible copying/manipulation within using code. While we're at it, we can make the interface of SWindowRect and SScrollData constexpr, given they only manipulate primitives.
-
Lioncache authored
This is just a negation, so we can do this to place the logic in one spot.
-
Lioncache authored
Allows them to be used within noexcept contexts
-
- 07 Sep, 2019 1 commit
-
-
Phillip Stephens authored
-