index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
image.cpp
Age
Commit message (
Expand
)
Author
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-15
Fix image offset when upscaling with Lanczos
Davide Busterna
2019-08-07
Add Image.save_exr()
Marc Gilleron
2019-07-20
Changed some code showed in LGTM and Coverage
qarmin
2019-07-06
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-01
Merge pull request #29980 from Dentrax/directed-by-qarmin
Rémi Verschelde
2019-07-01
fix some crashes
Furkan Türkal
2019-07-01
Remove unnecessary code and add some error explanations
qarmin
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-05-31
Fix array overflow when saving scene preview
qarmin
2019-05-05
Implement Lanczos image filter
Daw11
2019-04-19
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-04-09
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-03-07
Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733
Juan Linietsky
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-08
Image: Fix decompressing ETC2
Rémi Verschelde
2019-01-28
Prevent upscaled SVG from exceeding Image bounds
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-30
Fix blitting from negative position
Pedro J. Estébanez
2018-11-16
Fix Squish decompression, closes #18109
Juan Linietsky
2018-10-07
Merge pull request #22722 from akien-mga/fix-warnings
Rémi Verschelde
2018-10-06
Readd mipmaps 'bug' in Image::expand_x2_hq2x, fixing it caused a regression
Rémi Verschelde
2018-10-04
Fix more "may be used initialized" warnings from GCC 7
Rémi Verschelde
2018-10-04
Fix GCC 8 warnings about potentially unitialized variables
Rémi Verschelde
2018-10-03
Fix some warnings raised by MSVC 2017
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-25
Fix mipmap levels not being initialized
elasota
2018-08-23
Merge pull request #21167 from elasota/squish-quality-config
Rémi Verschelde
2018-08-22
get rid of default template function arguments, works on cxx03
Juan Linietsky
2018-08-22
Make sure resizing of float and half float images works, fixes #21157
Juan Linietsky
2018-08-22
Use cluster fit at higher quality levels
elasota
2018-08-21
BPTC support
elasota
2018-08-21
Deprecate incorrect Color::gray()
Rémi Verschelde
2018-08-14
-Deprecate ImageTexture::load
Juan Linietsky
2018-08-06
Added proper import support for 3D and Array textures
Juan Linietsky
2018-07-23
Merge pull request #19313 from RandomShaper/improve-image
Juan Linietsky
2018-07-23
Optimize image scaling routines
Pedro J. Estébanez
2018-07-23
Add trilinear filtering to image scaling
Pedro J. Estébanez
2018-07-17
Add webp buffer loader for Image
geequlim
2018-07-03
Ensure, if a texture meant for a normal map is imported and size limit exists...
Juan Linietsky
2018-05-30
added rgbe_to_srgb method to Image
karroffel
2018-05-07
Merge pull request #18219 from AlexHolly/fix-image-blit-blend
Juan Linietsky
2018-05-07
Merge pull request #18505 from AlexHolly/image-point2-helper
Juan Linietsky
2018-05-05
add condition check in Imgae::create(...)
RaphaelHunter
2018-05-01
Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code
Rémi Verschelde
2018-04-29
Add option to renormalize mipmaps when generating them for normalmaps.
Juan Linietsky
2018-04-29
add Point2 helper for Image.get_pixel and Image.set_pixel
Alexander Holland
2018-04-21
Fixes logically dead code (Coverity)
Crazy-P
2018-04-15
blit and blend fix when dst<Vector2
Alexander Holland
2018-04-08
Merge pull request #16898 from Lerc/master
Juan Linietsky
[next]