summaryrefslogtreecommitdiffstats
path: root/editor/editor_resource_preview.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-5/+5
* Consistently prefix bound virtual methods with _kobewi2021-06-121-17/+17
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Implement shader cachingreduz2021-05-311-1/+1
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-1/+1
* Modernize atomicsPedro J. Estébanez2021-02-181-7/+5
* Modernize ThreadPedro J. Estébanez2021-01-291-7/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Refactor MethodBind to use variadic templatesreduz2020-10-181-2/+0
* Fixes FileSystem tree preview icon size on HiDPIHaoyu Qiu2020-09-301-1/+0
* Remove 32-bit String to_int methodAaron Franke2020-06-031-3/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+7
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-32/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* Fix bad uses of mutex causing deadlocksPedro J. Estébanez2020-03-131-4/+4
* Drop old semaphore implementationPedro J. Estébanez2020-03-031-6/+4
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-65/+64
* Added a spinlock template as well as a thread work pool class.Juan Linietsky2020-02-111-1/+1
* Texture refactorJuan Linietsky2020-02-111-10/+10
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Export: Properly disable resource preview threadRémi Verschelde2020-01-141-2/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Memory leak and crash fixesRafał Mikrut2019-11-101-0/+1
* Prevent crash when we can't write to editor cache or config pathRémi Verschelde2019-10-311-8/+13
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-2/+2
|\
| * Added some obvious errors explanationsqarmin2019-09-251-2/+2
* | Fix int overflow in EditorResourcePreview::_preview_readyqarmin2019-09-131-1/+1
|/
* Fixed order of parameters when updating resource cache file (fixes #31930)PouleyKetchoupp2019-09-041-1/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+2
* Use reference to constant in functionsqarmin2019-07-101-2/+2
* Make sure that the resource previewer does not hang on exitHein-Pieter van Braam-Stewart2019-06-261-1/+2
* Check error code before using FileAccess to create a preview and crashing.K. S. Ernest (iFIre) Lee2019-05-301-1/+3
* Renamed EditorResourcePreviewGenerator.should_generate_small_preview() to gen...MrCdK2019-05-201-4/+31
* Removed the resource preview thread from the server buildIlaria Cislaghi2019-03-061-1/+2
* Flush stuff pending on visual server thread when exiting, fixes #24669Juan Linietsky2019-03-011-0/+8
* -Fix problem of order of import plugins, closes #26340Juan Linietsky2019-02-271-2/+5
* Fix typos with codespellRémi Verschelde2019-02-131-1/+1
* Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl...Juan Linietsky2019-01-271-0/+1
* Perform a cleaner exit for resource preview, fixes #24206Juan Linietsky2019-01-171-4/+11
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make thumbnail cache less tasking on the message queueBojidar Marinov2018-12-061-2/+2
* Bugfixes on the filesystem dockgroud2018-09-141-1/+1
* Add thumnails to the tree viewgroud2018-09-141-35/+74
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-5/+5
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+0
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Clean up some bad words from code commentsArtem Varaksa2018-02-171-1/+0