Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
993bc3ae43 | ||
|
|
4d34b9978a | ||
|
|
4661c1f00e | ||
|
|
b6721d036a |
3
.github/FUNDING.yml
vendored
3
.github/FUNDING.yml
vendored
@@ -1,9 +1,8 @@
|
|||||||
# These are supported funding model platforms
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
|
||||||
patreon: # Replace with a single Patreon username
|
patreon: nuakeengine # Replace with a single Patreon username
|
||||||
open_collective: # Replace with a single Open Collective username
|
open_collective: # Replace with a single Open Collective username
|
||||||
ko_fi: antopilo # Replace with a single Ko-fi username
|
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
liberapay: # Replace with a single Liberapay username
|
liberapay: # Replace with a single Liberapay username
|
||||||
|
|||||||
4
LICENSE
4
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2023 Antoine Pilote
|
Copyright (c) 2023-2025 Antoine Pilote
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|||||||
Submodule Nuake/dependencies/vma deleted from 5a53a19894
@@ -310,6 +310,7 @@ namespace Nuake
|
|||||||
}
|
}
|
||||||
|
|
||||||
DESERIALIZE_VAL(DOFAutoFocus);
|
DESERIALIZE_VAL(DOFAutoFocus);
|
||||||
|
DESERIALIZE_VAL(DOFManualFocus);
|
||||||
DESERIALIZE_VAL(DOFFocalDepth);
|
DESERIALIZE_VAL(DOFFocalDepth);
|
||||||
DESERIALIZE_VAL(DOFFocalLength);
|
DESERIALIZE_VAL(DOFFocalLength);
|
||||||
DESERIALIZE_VAL(DOFStart);
|
DESERIALIZE_VAL(DOFStart);
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ namespace Nuake
|
|||||||
float DOFFstop = 1.0f;
|
float DOFFstop = 1.0f;
|
||||||
bool DOFAutoFocus = false;
|
bool DOFAutoFocus = false;
|
||||||
bool DOFShowFocus = false;
|
bool DOFShowFocus = false;
|
||||||
bool DOFManualFocus = true;
|
bool DOFManualFocus = false;
|
||||||
int DOFSamples = 3;
|
int DOFSamples = 3;
|
||||||
int DOFrings = 3;
|
int DOFrings = 3;
|
||||||
float DOFStart = 1.0f;
|
float DOFStart = 1.0f;
|
||||||
|
|||||||
Reference in New Issue
Block a user