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
/
modules
/
minimp3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix leak when using audio samples instead of streams
Adam Scott
2024-09-17
1
-0
/
+3
*
Add samples playback support
Adam Scott
2024-06-18
2
-0
/
+41
*
[Doc] Fix some incorrect uses of `a/an`
A Thousand Ships
2024-03-13
1
-2
/
+2
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
Implement audio stream playback parameters.
Juan Linietsky
2024-01-16
2
-2
/
+34
*
Correctly register editor-only module classes with the API
Yuri Sizov
2023-12-15
1
-0
/
+5
*
Rename ImportSettings dialogs to have "Dialog" in the name
Aaron Franke
2023-11-26
1
-1
/
+1
*
Add build option for MP1/MP2 audio format support.
Ithamar R. Adema
2023-09-30
4
-1
/
+15
*
Fill in descriptions for import options in the class reference
Hugo Locurcio
2023-07-27
1
-1
/
+16
*
Fix documentation validation after 8352122e70ec2a582af9a713791eabbbcb935c10
Yuri Sizov
2023-07-12
1
-1
/
+1
*
Merge pull request #49524 from Calinou/document-editor-import-options
Yuri Sizov
2023-07-12
3
-0
/
+27
|
\
|
*
Document editor import options in the class reference
Hugo Locurcio
2023-06-15
3
-0
/
+27
*
|
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
|
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
|
Revert "minimp3: Add a .cpp file to simplify building the single-header imple...
Rémi Verschelde
2023-06-19
2
-20
/
+11
*
|
Merge pull request #78271 from akien-mga/minimp3-add-cpp-for-implementation
Rémi Verschelde
2023-06-15
2
-10
/
+20
|
\
\
|
*
|
minimp3: Add a .cpp file to simplify building the single-header implementation
Rémi Verschelde
2023-06-15
2
-11
/
+20
|
|
/
*
/
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
4
-3
/
+6
|
/
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
docs: replace File with FileAccess
Jiri Suchan
2023-01-30
1
-6
/
+2
*
Disable OGG and MP3 looping by default on import
Juan Linietsky
2023-01-22
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
6
-174
/
+174
*
Change time parameters and variables to double type
Dave Palais
2022-09-26
2
-13
/
+13
*
Make "Godot source files" comment consistent in modules
Aaron Franke
2022-08-05
1
-1
/
+1
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-1
/
+1
*
Implement BPM support
reduz
2022-07-23
5
-9
/
+145
*
Merge pull request #47935 from HaSa1002/doc-loading-run-time
Rémi Verschelde
2022-07-20
1
-1
/
+24
|
\
|
*
Document how to load Images and MP3 files at run-time
Johannes Witt
2022-06-16
1
-1
/
+24
*
|
Merge pull request #55846 from ellenhp/fix_ogg_edge_cases
Rémi Verschelde
2022-06-22
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix ogg edge cases
Ellen Poe
2022-04-17
1
-1
/
+3
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
2
-4
/
+4
*
|
Refactor module initialization
reduz
2022-05-04
2
-4
/
+13
|
/
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-5
/
+2
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-1
/
+1
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
6
-12
/
+12
*
AudioStreamMP3: expose loop properties to the editor
Vincent
2021-12-03
1
-2
/
+2
*
Fix crash when loading an invalid mp3 file
Vincent
2021-12-01
2
-22
/
+8
*
Add path to functions that return iporter options
reduz
2021-11-14
2
-4
/
+4
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-3
/
+3
*
Fix some LGTM errors of "Multiplication result converted to larger type"
Aaron Franke
2021-10-12
1
-1
/
+1
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
1
-4
/
+0
*
Add polyphony to Audio Stream Player nodes
Ellen Poe
2021-09-07
2
-0
/
+6
*
Require AudioStream::mix to return the number of frames successfully mixed
Ellen Poe
2021-08-27
2
-3
/
+7
*
Implement the ability to disable classes
reduz
2021-07-13
1
-1
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
3
-3
/
+3
*
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-18
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
2
-2
/
+2
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-1
/
+1
[next]