summaryrefslogtreecommitdiff
path: root/editor/editor_resource_preview.cpp
AgeCommit message (Expand)Author
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-10-30Add GLES2 2D renderer + Linux display managerlawnjelly
2021-10-07Replace references to VisualServer in code comments with RenderingServerHugo Locurcio
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-07-18Optimize StringName usagereduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-31Implement shader cachingreduz
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-02-18Modernize atomicsPedro J. Estébanez
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-09-30Fixes FileSystem tree preview icon size on HiDPIHaoyu Qiu
2020-06-03Remove 32-bit String to_int methodAaron Franke
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-13Fix bad uses of mutex causing deadlocksPedro J. Estébanez
2020-03-03Drop old semaphore implementationPedro J. Estébanez
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-11Added a spinlock template as well as a thread work pool class.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-14Export: Properly disable resource preview threadRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-10Memory leak and crash fixesRafał Mikrut
2019-10-31Prevent crash when we can't write to editor cache or config pathRémi Verschelde
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-13Fix int overflow in EditorResourcePreview::_preview_readyqarmin
2019-09-04Fixed order of parameters when updating resource cache file (fixes #31930)PouleyKetchoupp
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-07-10Use reference to constant in functionsqarmin
2019-06-26Make sure that the resource previewer does not hang on exitHein-Pieter van Braam-Stewart
2019-05-30Check error code before using FileAccess to create a preview and crashing.K. S. Ernest (iFIre) Lee
2019-05-20Renamed EditorResourcePreviewGenerator.should_generate_small_preview() to gen...MrCdK
2019-03-06Removed the resource preview thread from the server buildIlaria Cislaghi
2019-03-01Flush stuff pending on visual server thread when exiting, fixes #24669Juan Linietsky
2019-02-27-Fix problem of order of import plugins, closes #26340Juan Linietsky
2019-02-13Fix typos with codespellRémi Verschelde
2019-01-27Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl...Juan Linietsky
2019-01-17Perform a cleaner exit for resource preview, fixes #24206Juan Linietsky