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
*
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
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-6
/
+0
*
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
*
Removed extra division by format channels causing sounds to get halved.
Theis Egeberg
2019-04-11
1
-2
/
+2
*
-Added trim limit constant at top of file, defining at which db trimming shou...
Theis Egeberg
2019-04-04
1
-13
/
+27
*
-Properly handle missing ETC support on export
Juan Linietsky
2019-02-26
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Add backward looping support to AudioStreamSample (wav files)
MrCdK
2018-10-28
1
-4
/
+10
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-7
/
+4
*
Fix crash while importing corrupted wav
Poommetee Ketson
2018-08-21
1
-10
/
+14
*
Merge pull request #15967 from Gamblify/AudioRecordingModule
Rémi Verschelde
2018-07-26
1
-114
/
+0
|
\
|
*
Audio Recording module
Gustav Lund
2018-07-26
1
-114
/
+0
*
|
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-10
/
+10
|
/
*
Fixed wave file importer's broken resampling.
L. Nikko
2018-02-02
1
-7
/
+21
*
Fixed loop mode values when importing a wav file.
MrCdK
2018-01-05
1
-3
/
+9
*
Make sure .import folder exists before importing, in case user deleted it man...
Juan Linietsky
2018-01-05
1
-1
/
+0
*
Fixed problem with missing uninitialized last byte on waveform trip, closes #...
Juan Linietsky
2018-01-05
1
-1
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-1
/
+1
*
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-1
/
+1
*
Fix use of unitialized variables
Hein-Pieter van Braam
2017-09-02
1
-1
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Implement 32 bit IEEE float WAVE format
Marcelo Fernandez
2017-08-01
1
-24
/
+28
*
Fix possible division by zero crashes on the wav importer
Marcelo Fernandez
2017-07-31
1
-2
/
+2
*
Inline documentation request satisfied.
Mike Demchenko
2017-07-07
1
-0
/
+11
[next]