summaryrefslogtreecommitdiffstats
path: root/scene/resources/texture.h
Commit message (Expand)AuthorAgeFilesLines
...
* Improve resource load cachereduz2021-02-111-3/+3
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-37/+39
* Modernize RWLockPedro J. Estébanez2021-01-191-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Refactored 2D shader and lighting systemreduz2020-10-241-18/+18
* Implement 3D textures as import and resource format.reduz2020-09-091-0/+116
* Make `AnimatedTexture.MAX_FRAMES` publicAndrii Doroshenko (Xrayez)2020-08-301-1/+2
* Add override keywords.Marcel Admiraal2020-07-101-96/+95
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-18/+0
* New lightmapperJuan Linietsky2020-05-101-31/+135
* Add set_frame, pause, and oneshot to AnimatedTextureRevan Ji2020-04-291-1/+11
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Renaming of servers for coherency.Juan Linietsky2020-03-271-26/+26
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-2/+2
* Fix GDCLASS for Texture2D/TextureLayeredYuri Roubinsky2020-02-171-2/+2
* Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky2020-02-111-2/+10
* Several fixes to 3D rendering, and multimesh implementation.Juan Linietsky2020-02-111-1/+3
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-18/+18
* basic 2D engine is more or less working with Vulkan, including editor.Juan Linietsky2020-02-111-1/+3
* Basic 2D engine is more or less working, needs more work for editor to be usa...Juan Linietsky2020-02-111-2/+10
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-18/+18
* Texture refactorJuan Linietsky2020-02-111-248/+97
* doc: Complete documentation for VideoStreamsRémi Verschelde2020-01-261-1/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-8/+10
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-2/+0
* Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-0/+35
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+43
* Hide StreamTexture flags, fixes #26640Juan Linietsky2019-03-061-0/+1
* Many separate fixes to ensure non power of 2 textures work on GLES2, closes #...Juan Linietsky2019-02-241-1/+1
* Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...Juan Linietsky2019-02-211-5/+1
* Scene: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Changed ImageTexture image cache type to the correct one, fixes #24971Daniel Rakos2019-01-261-1/+1
* Ability to keep images in ImageTexture cached while using editor, fixes #25243Juan Linietsky2019-01-251-0/+5
* Add thumbnails to LargeTextureTimo Schwarzer2019-01-031-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-0/+2
* Made Debugger's Video Memory tab show correct resource paths.DualMatrix2018-09-291-0/+2
* Mark AnimatedTexture frame_* properties as internalRémi Verschelde2018-09-131-1/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-6/+6
* Added a function to cache texture opacity at a pixel, and modified editor to ...Juan Linietsky2018-08-231-0/+15
* Switched AnimatedTexture to a readers-writers lock, solves a race condition a...Juan Linietsky2018-08-231-1/+3
* Merge pull request #18096 from aaronfranke/masterJuan Linietsky2018-08-141-1/+1
|\
| * [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-111-1/+1
* | -Deprecate ImageTexture::loadJuan Linietsky2018-08-141-0/+2
|/