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
/
scene
/
resources
/
texture.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #34303 from Chaosus/fix_texture_crash
Rémi Verschelde
2020-01-06
1
-0
/
+2
|
\
|
*
Fixed crash if passing invalid image ref to TextureLayered
Yuri Roubinsky
2019-12-12
1
-0
/
+2
*
|
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
|
/
*
Validates texture in set_piece_texture
Haoyu Qiu
2019-12-11
1
-0
/
+1
*
Memory leak and crash fixes
Rafał Mikrut
2019-11-10
1
-1
/
+8
*
Merge pull request #32351 from nekomatata/texture-rect-size-update
Rémi Verschelde
2019-10-07
1
-3
/
+10
|
\
|
*
Update TextureRect and Sprite when their Texture is modified directly.
PouleyKetchoupp
2019-10-05
1
-3
/
+10
*
|
Added some obvious errors explanations
qarmin
2019-09-25
1
-3
/
+3
|
/
*
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-09
1
-4
/
+2
*
Merge pull request #29980 from Dentrax/directed-by-qarmin
Rémi Verschelde
2019-07-01
1
-0
/
+2
|
\
|
*
fix some crashes
Furkan Türkal
2019-07-01
1
-0
/
+2
*
|
Set to enum variables, only correct values
qarmin
2019-06-24
1
-0
/
+1
|
/
*
Adding a new Camera Server implementation to Godot.
BastiaanOlij
2019-06-15
1
-0
/
+105
*
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
*
Fix texture resource reload bug
Daniel Rakos
2019-05-08
1
-9
/
+8
*
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-04-19
1
-0
/
+133
*
Hide StreamTexture flags, fixes #26640
Juan Linietsky
2019-03-06
1
-0
/
+6
*
Fix GCC 5 build after #26331 and cleanup style
Rémi Verschelde
2019-02-27
1
-2
/
+2
*
Don't crash on previewing an AtlasTexture without a region
Hein-Pieter van Braam
2019-02-27
1
-0
/
+3
*
Many separate fixes to ensure non power of 2 textures work on GLES2, closes #...
Juan Linietsky
2019-02-24
1
-7
/
+19
*
Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...
Juan Linietsky
2019-02-21
1
-17
/
+6
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-4
/
+4
*
Scene: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
1
-1
/
+1
*
Fix recursive assignment of Textures and BitMapFont
Rémi Verschelde
2019-01-28
1
-0
/
+5
*
Document AnimatedTexture and bind MAX_FRAMES constant
Rémi Verschelde
2019-01-27
1
-0
/
+2
*
Ability to keep images in ImageTexture cached while using editor, fixes #25243
Juan Linietsky
2019-01-25
1
-1
/
+19
*
Fixing textures not triggering _change_notify
groud
2019-01-23
1
-0
/
+4
*
Fixed typo in ImageTexture:: & StreamTexture::is_pixel_opaque
Stanislav
2019-01-15
1
-2
/
+2
*
Fix showing AnimatedTexture frame_* properties in editor
Rémi Verschelde
2019-01-10
1
-2
/
+2
*
Merge pull request #24504 from harrisyu/AtlasCheckPixelOpaque
Rémi Verschelde
2019-01-04
1
-2
/
+6
|
\
|
*
Fix #24470 Atlas Texture with margin setting cause error in editor.
harrisyu
2018-12-20
1
-2
/
+6
*
|
Add thumbnails to LargeTexture
Timo Schwarzer
2019-01-03
1
-0
/
+11
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
|
Fix TextureLayered::create not retaining format
Shinryuuji
2018-12-20
1
-1
/
+1
|
/
*
Fix many errors found by PVS-Studio
Aaron Franke
2018-11-28
1
-10
/
+12
*
Merge pull request #22531 from DualMatrix/path_missing_video_memory
Rémi Verschelde
2018-10-02
1
-0
/
+9
|
\
|
*
Made Debugger's Video Memory tab show correct resource paths.
DualMatrix
2018-09-29
1
-0
/
+9
*
|
-Lightmap and lightmap capture support for GLES2
Juan Linietsky
2018-09-28
1
-0
/
+3
|
/
*
Merge pull request #21569 from JFonS/add_noise_textures
Rémi Verschelde
2018-09-14
1
-2
/
+3
|
\
|
*
Add SimplexNoise and NoiseTexture as new resources
JFonS
2018-09-14
1
-2
/
+3
*
|
Mark AnimatedTexture frame_* properties as internal
Rémi Verschelde
2018-09-13
1
-3
/
+3
|
/
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+3
*
Set the lower bound for the GradientTexture width property to 1
Martin Capitanio
2018-09-07
1
-1
/
+1
*
Revert "Fix some 3D texture issues"
Juan Linietsky
2018-08-27
1
-1
/
+1
*
Partial fixes for 3D texture issues
elasota
2018-08-26
1
-1
/
+1
*
Merge pull request #21156 from MednauN/atlas-texture-fix
Rémi Verschelde
2018-08-24
1
-22
/
+8
|
\
|
*
Fix AtlasTexture with NinePatchRect and TextureProgress
pesets
2018-08-18
1
-22
/
+8
*
|
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-1
/
+1
*
|
Added a function to cache texture opacity at a pixel, and modified editor to ...
Juan Linietsky
2018-08-23
1
-0
/
+112
*
|
Switched AnimatedTexture to a readers-writers lock, solves a race condition a...
Juan Linietsky
2018-08-23
1
-13
/
+20
[next]