Age | Commit message (Expand) | Author |
2021-04-28 | Remove obsolete LargeTexture, it's no longer useful since 3.x | Rémi Verschelde |
2021-03-28 | Rename Texture.get_data() to get_image() | Marcel Admiraal |
2021-02-11 | Improve resource load cache | reduz |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-19 | Modernize RWLock | Pedro J. Estébanez |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-24 | Refactored 2D shader and lighting system | reduz |
2020-09-09 | Implement 3D textures as import and resource format. | reduz |
2020-08-30 | Make `AnimatedTexture.MAX_FRAMES` public | Andrii Doroshenko (Xrayez) |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | New lightmapper | Juan Linietsky |
2020-04-29 | Add set_frame, pause, and oneshot to AnimatedTexture | Revan Ji |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-17 | Fix GDCLASS for Texture2D/TextureLayered | Yuri Roubinsky |
2020-02-11 | Rewritten StreamTexture for better code reuse, added basis universal support | Juan Linietsky |
2020-02-11 | Several fixes to 3D rendering, and multimesh implementation. | Juan Linietsky |
2020-02-11 | Bugfixes and ability to better specify filter and repeat modes everywhere. | Juan Linietsky |
2020-02-11 | basic 2D engine is more or less working with Vulkan, including editor. | Juan Linietsky |
2020-02-11 | Basic 2D engine is more or less working, needs more work for editor to be usa... | Juan Linietsky |
2020-02-11 | A lot of progress with canvas rendering, still far from working. | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-26 | doc: Complete documentation for VideoStreams | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
2019-06-18 | Unexpose subclasses of ResourceFormatLoader and -Saver | Rémi Verschelde |
2019-06-15 | Adding a new Camera Server implementation to Godot. | BastiaanOlij |
2019-04-19 | Added ability for multiple images to be imported as an atlas | Juan Linietsky |
2019-03-06 | Hide StreamTexture flags, fixes #26640 | Juan Linietsky |
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #... | Juan Linietsky |
2019-02-21 | Implement a cleaner (and better) way to save imagedata from ImageTexture, fix... | Juan Linietsky |
2019-02-12 | Scene: Ensure classes match their header filename | Rémi Verschelde |
2019-01-26 | Changed ImageTexture image cache type to the correct one, fixes #24971 | Daniel Rakos |
2019-01-25 | Ability to keep images in ImageTexture cached while using editor, fixes #25243 | Juan Linietsky |
2019-01-03 | Add thumbnails to LargeTexture | Timo Schwarzer |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-15 | Added basic support for custom resource savers and loaders | Marc Gilleron |
2018-09-29 | Made Debugger's Video Memory tab show correct resource paths. | DualMatrix |
2018-09-13 | Mark AnimatedTexture frame_* properties as internal | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-23 | Added a function to cache texture opacity at a pixel, and modified editor to ... | Juan Linietsky |
2018-08-23 | Switched AnimatedTexture to a readers-writers lock, solves a race condition a... | Juan Linietsky |
2018-08-14 | Merge pull request #18096 from aaronfranke/master | Juan Linietsky |