index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
editor_resource_preview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-5
/
+5
*
Consistently prefix bound virtual methods with _
kobewi
2021-06-12
1
-17
/
+17
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Implement shader caching
reduz
2021-05-31
1
-1
/
+1
*
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-28
1
-1
/
+1
*
Modernize atomics
Pedro J. Estébanez
2021-02-18
1
-7
/
+5
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-7
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Refactor MethodBind to use variadic templates
reduz
2020-10-18
1
-2
/
+0
*
Fixes FileSystem tree preview icon size on HiDPI
Haoyu Qiu
2020-09-30
1
-1
/
+0
*
Remove 32-bit String to_int method
Aaron Franke
2020-06-03
1
-3
/
+3
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-4
/
+7
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-32
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-1
/
+1
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Fix bad uses of mutex causing deadlocks
Pedro J. Estébanez
2020-03-13
1
-4
/
+4
*
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
1
-6
/
+4
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-65
/
+64
*
Added a spinlock template as well as a thread work pool class.
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Texture refactor
Juan Linietsky
2020-02-11
1
-10
/
+10
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Export: Properly disable resource preview thread
Rémi Verschelde
2020-01-14
1
-2
/
+0
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Memory leak and crash fixes
Rafał Mikrut
2019-11-10
1
-0
/
+1
*
Prevent crash when we can't write to editor cache or config path
Rémi Verschelde
2019-10-31
1
-8
/
+13
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-2
/
+2
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-2
/
+2
*
|
Fix int overflow in EditorResourcePreview::_preview_ready
qarmin
2019-09-13
1
-1
/
+1
|
/
*
Fixed order of parameters when updating resource cache file (fixes #31930)
PouleyKetchoupp
2019-09-04
1
-1
/
+2
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-4
/
+2
*
Use reference to constant in functions
qarmin
2019-07-10
1
-2
/
+2
*
Make sure that the resource previewer does not hang on exit
Hein-Pieter van Braam-Stewart
2019-06-26
1
-1
/
+2
*
Check error code before using FileAccess to create a preview and crashing.
K. S. Ernest (iFIre) Lee
2019-05-30
1
-1
/
+3
*
Renamed EditorResourcePreviewGenerator.should_generate_small_preview() to gen...
MrCdK
2019-05-20
1
-4
/
+31
*
Removed the resource preview thread from the server build
Ilaria Cislaghi
2019-03-06
1
-1
/
+2
*
Flush stuff pending on visual server thread when exiting, fixes #24669
Juan Linietsky
2019-03-01
1
-0
/
+8
*
-Fix problem of order of import plugins, closes #26340
Juan Linietsky
2019-02-27
1
-2
/
+5
*
Fix typos with codespell
Rémi Verschelde
2019-02-13
1
-1
/
+1
*
Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl...
Juan Linietsky
2019-01-27
1
-0
/
+1
*
Perform a cleaner exit for resource preview, fixes #24206
Juan Linietsky
2019-01-17
1
-4
/
+11
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make thumbnail cache less tasking on the message queue
Bojidar Marinov
2018-12-06
1
-2
/
+2
*
Bugfixes on the filesystem dock
groud
2018-09-14
1
-1
/
+1
*
Add thumnails to the tree view
groud
2018-09-14
1
-35
/
+74
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-5
/
+5
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-2
/
+0
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-2
/
+2
*
Clean up some bad words from code comments
Artem Varaksa
2018-02-17
1
-1
/
+0
[prev]
[next]