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
/
webm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
2
-2
/
+2
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Remove server platform
Fabio Alessandrelli
2021-06-01
1
-7
/
+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
-3
/
+3
*
Print a warning when trying to seek in VideoPlayer
Hugo Locurcio
2021-04-14
1
-1
/
+1
*
Reorganize Project Settings
reduz
2021-02-18
1
-1
/
+1
*
Improve resource load cache
reduz
2021-02-11
2
-2
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
4
-8
/
+8
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-2
/
+13
*
Don't handle BaseException in build scripts
Marcel Admiraal
2020-12-12
1
-1
/
+1
*
Document that WebM videos don't support the alpha channel
Hugo Locurcio
2020-11-22
1
-0
/
+1
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Improve documentation about VideoPlayer video formats
Hugo Locurcio
2020-09-23
1
-1
/
+2
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-18
/
+18
*
[macOS] Add support for the Apple Silicon (ARM64) build target.
bruvzg
2020-06-29
1
-1
/
+3
*
SCons: Validate dependencies for linked multimedia modules
Rémi Verschelde
2020-06-03
1
-1
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-20
/
+40
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+7
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
3
-60
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
2
-36
/
+17
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
2
-2
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
2
-18
/
+18
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
3
-99
/
+93
*
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
1
-3
/
+3
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
2
-2
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
2
-6
/
+6
*
Texture refactor
Juan Linietsky
2020-02-11
2
-4
/
+7
*
Workaround WebM playback bug after AudioServer latency fixes
Rémi Verschelde
2020-02-07
1
-5
/
+10
*
Update docs to version 4.0
clayjohn
2020-01-31
1
-1
/
+1
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-1
/
+1
*
doc: Complete documentation for VideoStreams
Rémi Verschelde
2020-01-26
2
-13
/
+18
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
4
-8
/
+8
*
Memory leak and crash fixes
Rafał Mikrut
2019-11-10
1
-0
/
+2
*
Refactor VideoPlayer and VideoStream
SeleckyErik
2019-10-24
2
-2
/
+2
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-08-12
1
-2
/
+1
*
SCons: Enable C++11 on the whole codebase
Rémi Verschelde
2019-07-22
1
-4
/
+0
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-2
/
+2
*
Merge pull request #29910 from m4gr3d/dev_deprecate_armv6
Rémi Verschelde
2019-06-20
1
-2
/
+0
|
\
|
*
Deprecate armv6 support for Android
fhuya
2019-06-19
1
-2
/
+0
*
|
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+1
|
/
*
Unexpose subclasses of ResourceFormatLoader and -Saver
Rémi Verschelde
2019-06-18
2
-2
/
+0
*
Small fixes to unrechable code, possibly overflows, using NULL pointers
qarmin
2019-06-03
1
-3
/
+4
*
Merge pull request #28530 from akien-mga/scons-prepend-cpppath
Rémi Verschelde
2019-04-30
2
-7
/
+7
|
\
|
*
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
2
-7
/
+7
*
|
Fix sign-compare error from #26051
Rémi Verschelde
2019-04-30
1
-2
/
+2
*
|
Merge pull request #26051 from 20kdc/videofix
Rémi Verschelde
2019-04-30
1
-4
/
+23
|
\
\
|
|
/
|
/
|
|
*
webm/theora/yuv2rgb: Fix YUV conversion issues and add BGRP WEBM handling. (N...
20kdc
2019-02-21
1
-4
/
+23
*
|
Clean up latency related functions
Juan Linietsky
2019-04-27
1
-2
/
+2
[next]