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
/
theora
/
video_stream_theora.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-1
/
+1
|
\
|
*
Core: Integrate `Ref::instantiate` where possible
Thaddeus Crews
2024-11-10
1
-1
/
+1
*
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-1
/
+1
|
\
|
|
*
Style: Apply `clang-tidy` fixes (superficial)
Thaddeus Crews
2024-11-04
1
-1
/
+1
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-1
/
+1
|
\
|
|
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1
Spartan322
2024-10-22
1
-0
/
+1
|
\
|
|
*
Don't include `core/io/image.h` in `core/os/os.h`
Yevhen Babiichuk (DustDFG)
2024-10-18
1
-0
/
+1
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+1
*
Patch `VideoStreamPlaybackTheora::set_file` to only look for header packets o...
Davi
2023-02-26
1
-2
/
+8
*
Updates VideoDecoder plugin API to GDExtension.
anish bhobe
2023-01-30
1
-29
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
Make some Image methods static
kobewi
2022-10-14
1
-3
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-20
/
+15
*
Fix MSVC warning C4706: assignment within conditional expression
Rémi Verschelde
2022-09-28
1
-25
/
+31
*
Change time parameters and variables to double type
Dave Palais
2022-09-26
1
-6
/
+6
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-1
/
+1
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-2
/
+2
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-20
/
+8
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Remove unused GDNative code
Rémi Verschelde
2022-03-09
1
-1
/
+1
*
Fix "texture not initialized" error preventing video from playing
Lisandro Lorea
2022-02-01
1
-0
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-1
/
+1
*
Remove WebM support (and deps libvpx and opus)
Rémi Verschelde
2021-10-15
1
-1
/
+1
*
Replace references to VisualServer in code comments with RenderingServer
Hugo Locurcio
2021-10-07
1
-1
/
+1
*
Clean up RenderingServer and its bindings
reduz
2021-07-01
1
-1
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
1
-4
/
+4
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-4
/
+4
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-2
/
+2
*
Print a warning when trying to seek in VideoPlayer
Hugo Locurcio
2021-04-14
1
-0
/
+1
*
Reorganize Project Settings
reduz
2021-02-18
1
-1
/
+1
*
Improve resource load cache
reduz
2021-02-11
1
-1
/
+1
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-17
/
+0
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-5
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Style: Fix unnecessary semicolons that confused clang-format
Rémi Verschelde
2020-05-19
1
-7
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-11
/
+20
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-39
/
+0
*
Remove redundant void argument lists
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-2
/
+4
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-7
/
+7
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
1
-1
/
+1
[next]