Age | Commit message (Expand) | Author |
2021-11-03 | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio |
2021-10-15 | Remove WebM support (and deps libvpx and opus) | Rémi Verschelde |
2021-10-07 | Replace references to VisualServer in code comments with RenderingServer | Hugo Locurcio |
2021-07-01 | Clean up RenderingServer and its bindings | reduz |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-07 | Style: Cleanup uses of double spaces between words | Rémi Verschelde |
2021-05-17 | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-04-14 | Print a warning when trying to seek in VideoPlayer | Hugo Locurcio |
2021-02-18 | Reorganize Project Settings | reduz |
2021-02-11 | Improve resource load cache | reduz |
2021-02-08 | Initialize class/struct variables with default values in modules/ | Rafał Mikrut |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-05-19 | Style: Fix unnecessary semicolons that confused clang-format | Rémi Verschelde |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Remove redundant void argument lists | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-07 | Workaround WebM playback bug after AudioServer latency fixes | Rémi Verschelde |
2020-01-26 | doc: Complete documentation for VideoStreams | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-11-10 | Memory leak and crash fixes | Rafał Mikrut |
2019-10-24 | Refactor VideoPlayer and VideoStream | SeleckyErik |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-04-30 | Merge pull request #26051 from 20kdc/videofix | Rémi Verschelde |
2019-04-27 | Clean up latency related functions | Juan Linietsky |
2019-02-21 | webm/theora/yuv2rgb: Fix YUV conversion issues and add BGRP WEBM handling. (N... | 20kdc |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-05 | Don't delete FileAccess when it is null | Marc Gilleron |
2018-09-27 | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde |
2018-09-27 | Fix warnings for operator precedence disambiguation [-Wparentheses] | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-07-03 | Fix loading and exporting of Theora and WebM video streams | Rémi Verschelde |
2018-04-02 | Comment out some debugging messages when playing Theora files | Wilson E. Alvarez |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-03 | Remove too verbose printf statements from VideoStreamTheora | samvila |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-10-14 | Fix video playback | Matt Hughes |
2017-09-23 | Rename get_position => get_playback_position and seek_pos => seek on audio cl... | Marcelo Fernandez |