- 03 Feb, 2023 3 commits
-
-
Imbris authored
Fix cursor not hiding when closing bag while both the bag and crafting window are displayed by delaying the want_grab calculation to after the crafting window is hidden
- 02 Feb, 2023 1 commit
-
-
Avi Weinstock authored
-
- 01 Feb, 2023 3 commits
-
- 31 Jan, 2023 11 commits
-
-
flo authored
-
flo authored
-
flo authored
- axebeak tweaks
-
flo authored
-
flo authored
-
flo authored
-
Capucho authored
Webgpu defines that a texture depth format can only be sampled as a depth texture or as an "unfilterable-float", however both the clouds and postprocess pipeline were declaring in their bind group that the depth source was a texture with a sample type of float (filterable). This is forbidden by the webgpu specification and should be caught by validation, but the version of wgpu we are using doesn't have that check (older versions have the check), so we can only assume that this is undefined behavior. Relevant sources: - [Bind Group Creation](https://gpuweb.github.io/gpuweb/#bind-group-creation) includes the rules that explicitly forbid this situation - [Depth-stencil formats](https://gpuweb.github.io/gpuweb/#depth-formats) defines which sample types we are allowed to use with depth textures
- 30 Jan, 2023 3 commits
-
-
Christof Petig authored
Lamps, embers and campfires use glowing indices for the brightest fiery colors See merge request !3784
-
Nícolas Wildner authored
-
Nícolas Wildner authored
-
- 29 Jan, 2023 1 commit
-
-
Christof Petig authored
-
- 28 Jan, 2023 11 commits
-
-
Isse authored
-
Isse authored
-
Isse authored
-
Ellen Sun authored
-
Ellen Sun authored
move client commands to voxygen + add Admin to be shared with client for permissions + unit test for alphabetical server command
-
Ellen Sun authored
added levenshtein for most similar string and words starting with what user entered + check permissions + added clientside commands to /help
-
poggly authored
- 26 Jan, 2023 7 commits
-
-
Joshua Barretto authored
Correctly apply LoD distance setting and improve documentation on projectile fixes Closes #1779 See merge request !3779
-
-
Francesco Vasco authored