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
/
servers
/
rendering_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #79527 from QbieShay/qbe/particles-rework
Rémi Verschelde
2023-10-10
1
-0
/
+3
|
\
|
*
Particle internal refactor and additions for more artistic control
QbieShay
2023-10-10
1
-0
/
+3
*
|
Fix incorrect check in `_dict_to_surf`
A Thousand Ships
2023-10-09
1
-4
/
+4
|
/
*
Vertex and attribute compression to reduce the size of the vertex format.
clayjohn
2023-10-05
1
-115
/
+542
*
Disable `lightmapper_rd` module in non-editor builds (and in Android editor)
Hugo Locurcio
2023-09-29
1
-0
/
+1
*
Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.
Dario
2023-09-25
1
-1
/
+3
*
Add option to enable HDR rendering in 2D
clayjohn
2023-08-07
1
-0
/
+1
*
Merge pull request #79696 from reduz/call-on-render-thread
Yuri Sizov
2023-07-31
1
-0
/
+2
|
\
|
*
Add ability to call code on rendering thread
Juan Linietsky
2023-07-26
1
-0
/
+2
*
|
Add custom texture create function
Bastiaan Olij
2023-07-26
1
-0
/
+3
|
/
*
Fix wrong type casting for octahedral tangents
nklbdev
2023-07-01
1
-9
/
+9
*
Binding LIGHT_PARAM_INTENSITY in RenderingServer
Alex Drozd
2023-06-22
1
-0
/
+1
*
Set both texture format overrides to false by default
Aaron Franke
2023-06-12
1
-1
/
+4
*
Enable S3TC_BPTC but not ETC2_ASTC by default
Aaron Franke
2023-06-09
1
-2
/
+2
*
Merge pull request #74711 from BastiaanOlij/add_texture_native_handle
Rémi Verschelde
2023-05-09
1
-0
/
+1
|
\
|
*
For GDExternal use, provides access to internal graphics handles for textures
Bastiaan Olij
2023-05-09
1
-0
/
+1
*
|
Merge pull request #73588 from smosages/resolve-display-shader-settings-in-se...
Rémi Verschelde
2023-05-09
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
Move ShaderWarning definitions into rendering_server
smosages
2023-02-25
1
-0
/
+10
*
|
Merge pull request #76418 from reduz/method-bind-validated-call
Rémi Verschelde
2023-05-08
1
-1
/
+11
|
\
\
|
*
|
Add ValidatedCall to MethodBind
Juan Linietsky
2023-04-30
1
-1
/
+11
*
|
|
Merge pull request #75517 from BastiaanOlij/expose_render_target
Max Hilbrunner
2023-05-05
1
-0
/
+1
|
\
\
\
|
*
|
|
Expose viewports render targer RID
Bastiaan Olij
2023-03-31
1
-0
/
+1
*
|
|
|
Merge pull request #74883 from dalexeev/fix-thin-multiline-colors
Max Hilbrunner
2023-05-05
1
-0
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix `draw_multiline_colors()` for `width < 0`
Danil Alexeev
2023-03-14
1
-0
/
+1
|
|
/
/
*
|
|
Fix `setrngth` typo in `particles_collision_set_attractor_strength()`
Hugo Locurcio
2023-04-13
1
-1
/
+1
*
|
|
Fix `get_test_texture()` returning an almost fully white texture
Hugo Locurcio
2023-04-04
1
-3
/
+3
|
/
/
*
/
Merge duplicate rd_texture functions
Bastiaan Olij
2023-03-10
1
-1
/
+1
|
/
*
Exclude platform dependent `rendering/textures/vram_compression/import_*` def...
bruvzg
2023-02-16
1
-2
/
+2
*
Android: Default Min SDK to 24 for Vulkan mobile
Rémi Verschelde
2023-02-15
1
-2
/
+2
*
Move some worker_thread_pool.h includes out of header files
myaaaaaaaaa
2023-02-13
1
-0
/
+1
*
Expose RenderingServer.canvas_light_blend_mode
clayjohn
2023-02-02
1
-0
/
+1
*
Merge pull request #72075 from Maran23/extents-to-size
Rémi Verschelde
2023-02-01
1
-3
/
+3
|
\
|
*
Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...
Marius Hanl
2023-01-31
1
-3
/
+3
*
|
Merge pull request #72343 from clayjohn/editor-canvas-bg
Rémi Verschelde
2023-01-31
1
-1
/
+6
|
\
\
|
*
|
Remove viewport_set_disable_environment in favor of viewport_set_environment_...
clayjohn
2023-01-30
1
-1
/
+6
*
|
|
Refactor high quality texture import
Juan Linietsky
2023-01-30
1
-4
/
+2
|
/
/
*
/
Remove cap on number of items drawn in frame in 2D gl_compatibility render
clayjohn
2023-01-28
1
-1
/
+1
|
/
*
Use range iterators in LocalVector loops
kobewi
2023-01-21
1
-3
/
+1
*
Add mutex when adding geometry instances to the dirty list in the Forward Clu...
clayjohn
2023-01-20
1
-3
/
+3
*
Merge pull request #71679 from kleonc/draw_polyline_line_strip
Rémi Verschelde
2023-01-20
1
-1
/
+1
|
\
|
*
CanvasItem::draw_polyline Support thin polylines drawn using line strip
kleonc
2023-01-19
1
-1
/
+1
*
|
Fix LOD sort order; checks in add_surface; and document all parameters of `Ar...
RedworkDE
2023-01-19
1
-0
/
+2
|
/
*
Fix scaling issue in `draw_line` and similar methods
Danil Alexeev
2023-01-16
1
-2
/
+2
*
Add framework for avoidance of color flash in new windows
Pedro J. Estébanez
2023-01-12
1
-0
/
+1
*
Use BitField<> hint for ArrayFormat
Juan Linietsky
2023-01-08
1
-38
/
+38
*
Merge pull request #68429 from KoBeWi/PropertySettings
Rémi Verschelde
2023-01-06
1
-119
/
+55
|
\
|
*
Add PropertyInfo overload for GLOBAL_DEF
kobewi
2022-12-11
1
-119
/
+55
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Merge pull request #69998 from BastiaanOlij/sorting-pivot-4
Rémi Verschelde
2022-12-23
1
-0
/
+1
|
\
\
|
*
|
Added options for sorting transparent objects (port of PR 63040)
Bastiaan Olij
2022-12-23
1
-0
/
+1
[prev]
[next]