index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
import
/
resource_importer_wav.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-1
/
+1
|
\
|
*
Allow passing UID to importer
Juan
2024-11-11
1
-1
/
+1
*
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
1
-3
/
+1
|
\
|
|
*
Remove unnecessary condition
Logharaa
2024-11-09
1
-3
/
+1
*
|
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
1
-2
/
+2
|
\
\
|
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
1
-1
/
+14
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
No freezing when size in header is too large
Ainsley Su
2024-10-23
1
-1
/
+14
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
WAV: Fix one frame overflow at the end
DeeJayLSP
2024-09-11
1
-2
/
+2
*
ResourceImporterWAV: Enable QOA compression by default
DeeJayLSP
2024-08-31
1
-1
/
+2
*
Merge pull request #96174 from DeeJayLSP/wav-docs
Rémi Verschelde
2024-08-30
1
-1
/
+1
|
\
|
*
WAV stream/importer: Improve compression/loop names and descriptions
DeeJayLSP
2024-08-30
1
-1
/
+1
*
|
Fix memory leak on QOA import
DeeJayLSP
2024-08-28
1
-4
/
+7
|
/
*
Merge pull request #91014 from DeeJayLSP/qoa-wav-playback
Rémi Verschelde
2024-05-02
1
-8
/
+26
|
\
|
*
Add QOA (Quite OK Audio) as a WAV compression mode
DeeJayLSP
2024-05-01
1
-8
/
+26
*
|
ResourceImporterWAV: remove unnecessary var declaration
Douglas Leão
2024-04-26
1
-3
/
+1
|
/
*
WAV importer: use cubic interpolation on resampler
DeeJayLSP
2024-03-04
1
-10
/
+2
*
Fixed reading WAV files with odd chunk sizes.
Michael Wörner
2023-12-04
1
-1
/
+3
*
Fix trim when importing WAV
Ninni Pipping
2023-03-23
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add more info to WAV import errors
alex-pahdo
2022-11-14
1
-5
/
+5
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-1
/
+1
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-1
/
+1
*
Rename AudioStreamSample to a more discoverable name
DeeJayLSP
2022-07-28
1
-13
/
+13
*
[4.0] ResourceImporterWAV: Add support for 64-bit IEEE float
Douglas Leão
2022-05-18
1
-25
/
+39
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-18
/
+1
*
ResourceImporterWAV: Allow configuring loop mode on import
Rémi Verschelde
2022-03-15
1
-16
/
+33
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add path to functions that return iporter options
reduz
2021-11-14
1
-2
/
+2
*
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-03
1
-1
/
+1
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-7
/
+7
*
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
1
-1
/
+1
*
implement ping-pong loop in animation
Tokage
2021-10-09
1
-1
/
+1
*
Fix editor suffixes and degrees conversion
reduz
2021-06-30
1
-1
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-2
/
+4
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-28
/
+0
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-7
/
+7
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Disabled trim and normalize as default for wav import
Rasmus Ketelsen
2019-08-30
1
-2
/
+2
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-10
/
+5
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-0
/
+5
*
Hide "Max Rate Hz" if "Max Rate" is unchecked when importing WAV sample
Hugo Locurcio
2019-07-07
1
-1
/
+5
[next]