summaryrefslogtreecommitdiff
path: root/editor/plugins/editor_preview_plugins.cpp
AgeCommit message (Expand)Author
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-06-18Fix editor texture preview for certain specific dimensionsMaganty Rushyendra
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Base 3D engine done, still untested, though.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-11-27Show thumbnail for DynamicFont resourcevolzhs
2019-11-10Memory leak and crash fixesRafał Mikrut
2019-08-30Fix crash when AudioStreamOGGVorbis is emptyqarmin
2019-07-10Use reference to constant in functionsqarmin
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-06-03Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin
2019-05-20Renamed EditorResourcePreviewGenerator.should_generate_small_preview() to gen...MrCdK
2019-02-27Don't crash on previewing an AtlasTexture without a regionHein-Pieter van Braam
2019-02-23Clear canvas item after rendering font, fixes #23774Juan Linietsky
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde
2019-01-29Remove unnecessary call VS::get_singleton() twicevolzhs
2019-01-27Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl...Juan Linietsky
2019-01-03Add thumbnails to LargeTextureTimo Schwarzer
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-14Add thumnails to the tree viewgroud
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-29It is now possible to import images as a separate resource, closes #5738 and ...Juan Linietsky
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-05-29Fix index out of size error of image.cppvolzhs
2018-05-26Merge pull request #18234 from flashyincceo/font-previewMax Hilbrunner
2018-05-11Fix black script previewsChaosus
2018-05-09Adding font preview to file browsersPeter Folkins
2018-02-28Fix round preview getting square on "run scene" (issue 16734)poke1024
2018-02-16Fix script previewsChaosus
2018-01-05Rounded previews (and nicer script previews)Bernhard Liebl
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-06-Fix particles with size==0, closes #13931Juan Linietsky
2017-11-19Use new XDG folders to dehardcode pathsRémi Verschelde
2017-11-17EditorSettings: Rename settings_path to settings_dirRémi Verschelde
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-09Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-26Cleanup tons of obsolete commented out codeRémi Verschelde
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-07[#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito
2017-06-19Fix image lock on preview image generatingKonrad Nowakowski
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly