Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
e2b619c
Merge pull request #573 from ikostan/main
ikostan Apr 17, 2026
6e01bc9
Create slider.wav
espanakosta-jpg Apr 19, 2026
9d4036a
Create slider.wav.import
espanakosta-jpg Apr 19, 2026
cacff88
Merge pull request #577 from ikostan/main
ikostan Apr 21, 2026
0a50250
Merge pull request #586 from ikostan/main
ikostan Apr 23, 2026
6f83b6f
[DOCUMENTATION] Milestone #16 README.md update #456
ikostan Apr 23, 2026
84b3cff
Update README.md
ikostan Apr 23, 2026
5ddea6d
https://github.com/ikostan/SkyLockAssault/issues/565
ikostan Apr 23, 2026
77c27ad
[FEATURE] Connect VolumeSlider to Contextual Audio Feedback #566
ikostan Apr 23, 2026
c415e22
Update globals.gd
ikostan Apr 24, 2026
461b09d
Update volume_slider.gd
ikostan Apr 24, 2026
d747662
Update .all-contributorsrc
ikostan Apr 24, 2026
d668e65
suggestion (bug_risk): Programmatic updates while the slider has focu…
ikostan Apr 24, 2026
41a65f5
Update README.md
ikostan Apr 24, 2026
95acc70
Update .all-contributorsrc
ikostan Apr 24, 2026
4e2fda8
Merge branch 'SFX' of https://github.com/ikostan/SkyLockAssault into SFX
ikostan Apr 24, 2026
3f5112f
Update volume_slider.gd
ikostan Apr 24, 2026
ba62539
Update volume_slider.gd
ikostan Apr 24, 2026
0741179
audio_constants.gd singleton specifically built for preventing typos …
ikostan Apr 24, 2026
2e5bca6
Update volume_slider.gd
ikostan Apr 24, 2026
63e6a2a
Update README.md
ikostan Apr 24, 2026
28d30a3
Update scripts/managers/audio_manager.gd
ikostan Apr 24, 2026
4d17a2f
Update audio_manager.gd
ikostan Apr 24, 2026
9261c1a
[FEATURE] Verify Signal Decoupling for Web and UI Sync #567
ikostan Apr 24, 2026
b71e4a9
New GUT unit tests
ikostan Apr 24, 2026
11f4eba
Update volume_slider.gd
ikostan Apr 24, 2026
dc1ebea
Update volume_slider.gd
ikostan Apr 24, 2026
ec7ecb0
Update audio_manager.gd
ikostan Apr 24, 2026
14a6f1d
Update audio_manager.gd
ikostan Apr 24, 2026
1caf738
New GUT tests
ikostan Apr 24, 2026
4eb74e0
Update test_volume_slider.gd
ikostan Apr 24, 2026
2c92711
issue (bug_risk): Guard against invalid audio bus names to avoid runt…
ikostan Apr 25, 2026
fc74ecc
Update scripts/ui/components/volume_slider.gd
ikostan Apr 25, 2026
0b6700a
Update scripts/ui/components/volume_slider.gd
ikostan Apr 25, 2026
951c849
Test updates
ikostan Apr 25, 2026
07d4012
Update scripts/ui/components/volume_slider.gd
ikostan Apr 25, 2026
df74365
Drag state may get stuck if release event is missed.
ikostan Apr 25, 2026
47596d6
suggestion (performance): Avoid repeated warnings and load attempts f…
ikostan Apr 26, 2026
71997b5
Use one English variant consistently (centralised vs centralized).
ikostan Apr 26, 2026
b1872eb
Restore AudioManager state after each test to prevent cross-suite lea…
ikostan Apr 26, 2026
566f5bc
Rate-limit test can be flaky under load.
ikostan Apr 26, 2026
2db4d9b
Test mutates live AudioManager / audio server state without isolation.
ikostan Apr 26, 2026
a760da5
test_sfx_guard_allows_valid_interaction will trigger real audio playb…
ikostan Apr 26, 2026
9b50fbb
Duplicate section header.
ikostan Apr 26, 2026
b8c448f
Connect finished before calling play() for robustness.
ikostan Apr 26, 2026
e14872c
Update audio_manager.gd
ikostan Apr 26, 2026
a001b09
Update audio_manager.gd
ikostan Apr 26, 2026
becbbbb
Encapsulating VolumeSlider
ikostan Apr 26, 2026
7c3afcd
Update volume_slider.gd
ikostan Apr 26, 2026
d545aa1
Guard ordering: _previous_value is committed before interaction/rate …
ikostan Apr 26, 2026
ddf4015
Debounce timer restarts even when the new value is effectively identi…
ikostan Apr 26, 2026
c179b1d
Update test_volume_slider.gd
ikostan Apr 26, 2026
12c21c3
Update volume_slider.gd
ikostan Apr 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added files/sounds/sfx/slider.wav
Binary file not shown.
24 changes: 24 additions & 0 deletions files/sounds/sfx/slider.wav.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[remap]

importer="wav"
type="AudioStreamWAV"
uid="uid://6asmf6p6ftp5"
path="res://.godot/imported/slider.wav-562467666e90bfee2364ab6985972073.sample"

[deps]

source_file="res://files/sounds/sfx/slider.wav"
dest_files=["res://.godot/imported/slider.wav-562467666e90bfee2364ab6985972073.sample"]

[params]

force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Loading