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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #33259 from Chaosus/remove_gles2_switch_op
Rémi Verschelde
2019-11-02
1
-0
/
+6
|
\
|
*
Removed switch operator from GLES2 shader back-end
Yuri Roubinsky
2019-11-02
1
-0
/
+6
*
|
Merge pull request #33238 from qarmin/other_fixes
Rémi Verschelde
2019-11-01
1
-6
/
+5
|
\
\
|
|
/
|
/
|
|
*
Fix some crashes, overflows and using variables without values
Rafał Mikrut
2019-11-01
1
-6
/
+5
*
|
Prevents shader crash on GLES2 if unsupported built-in has been used
Yuri Roubinsky
2019-10-31
2
-693
/
+693
|
/
*
Added check if field name in the shader is equal to builtin
Yuri Roubinsky
2019-10-29
2
-0
/
+42
*
Fix shader crash if non-boolean expression inserted into "if"
Yuri Roubinsky
2019-10-28
1
-0
/
+5
*
Improve error messages related to `shader_type`
Hugo Locurcio
2019-10-26
2
-11
/
+20
*
Merge pull request #32845 from madmiraal/rigidbody-mode-change
Rémi Verschelde
2019-10-25
2
-0
/
+4
|
\
|
*
Activate Body(2D)SW when switching to rigid or character mode.
Marcel Admiraal
2019-10-15
2
-0
/
+4
*
|
Fix leak in Physics2DServerSW
Rafał Mikrut
2019-10-24
1
-0
/
+1
|
/
*
Merge pull request #32799 from clayjohn/free_pools
Rémi Verschelde
2019-10-13
1
-0
/
+2
|
\
|
*
Properly free sky and lightmap caches in multithreaded server
clayjohn
2019-10-13
1
-0
/
+2
*
|
Merge pull request #32767 from madmiraal/body2d-can_sleep-default
Rémi Verschelde
2019-10-12
2
-2
/
+2
|
\
\
|
*
|
Fix mismatch between RigidBody(2D) and Body(2D)SW can_sleep defaults.
Marcel Admiraal
2019-10-12
2
-2
/
+2
|
|
/
*
/
Fix to make sure the capture buffers are deallocated at shutdown. Silences wa...
Saracen
2019-10-11
2
-0
/
+3
|
/
*
Fix invalid autocompletion pasting of shader param name
Yuri Roubinsky
2019-10-08
1
-1
/
+1
*
Merge pull request #32571 from DavidSichma/rect_flip
Rémi Verschelde
2019-10-08
1
-0
/
+11
|
\
|
*
Correctly flip texture src region
David Sichma
2019-10-05
1
-0
/
+11
*
|
Prevent shader crash if name of variable overrides function name
Yuri Roubinsky
2019-10-06
1
-0
/
+10
*
|
Prevent shader crash if function call been used on constant
Yuri Roubinsky
2019-10-06
1
-1
/
+9
*
|
Fix few redefinition name errors for variable/param/function in shaders
Yuri Roubinsky
2019-10-06
1
-6
/
+12
*
|
Removed unnecessary shader error log messages
Yuri Roubinsky
2019-10-02
1
-3
/
+1
|
/
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-1
/
+1
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
|
doc: Sync classref with current source
Rémi Verschelde
2019-09-24
1
-1
/
+1
*
|
Merge pull request #32275 from godotengine/skin_support
Rémi Verschelde
2019-09-23
4
-4
/
+0
|
\
\
|
*
|
Added skin support and simplified APIs to override bone position.
Juan Linietsky
2019-09-18
4
-4
/
+0
*
|
|
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-1
/
+1
*
|
|
Merge pull request #32150 from luzpaz/typos
Rémi Verschelde
2019-09-20
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix misc. source comment typos
luz.paz
2019-09-19
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #31202 from azagaya/light-data
Rémi Verschelde
2019-09-19
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Create shadow_vec for altering shadow computation
azagaya
2019-09-06
1
-0
/
+1
*
|
|
Implement shader array support for varyings
Chaosus
2019-09-14
2
-5
/
+39
|
|
/
|
/
|
*
|
Merge pull request #31600 from Chaosus/shader_func_return_fix
Yuri Roubinsky
2019-08-28
2
-0
/
+62
|
\
\
|
*
|
Fix shader crash when users miss the return statement
Yuri Roubinski
2019-08-28
2
-0
/
+62
*
|
|
Typo fix: "differt" -> "different"
follower
2019-08-28
1
-1
/
+1
|
/
/
*
|
Merge pull request #31596 from Chaosus/shader_switch
Rémi Verschelde
2019-08-24
2
-1
/
+207
|
\
\
|
*
|
Implements switch to shaders
Yuri Roubinski
2019-08-23
2
-1
/
+207
*
|
|
Fix uninitialized inertia value in Body2DSW
Andrii Doroshenko (Xrayez)
2019-08-23
1
-0
/
+1
|
/
/
*
|
Fix custom inertia in physics2d, closes#30838
RaphaelHunter
2019-08-22
3
-13
/
+18
*
|
Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...
Rémi Verschelde
2019-08-14
4
-13
/
+1
|
\
\
|
*
|
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
4
-13
/
+1
*
|
|
Implemented do/while loops for shaders
Yuri Roubinski
2019-08-13
1
-14
/
+49
*
|
|
Force user to initialize local shader constants
Yuri Roubinski
2019-08-13
1
-0
/
+9
|
/
/
*
|
Fix recording bus regression.
Saracen
2019-08-12
1
-1
/
+1
*
|
Show that identifier found in function names
Cameron Reikes
2019-08-09
1
-0
/
+1
*
|
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories
Michael Alexsander Silva Dias
2019-08-09
6
-66
/
+18
*
|
Merge pull request #31099 from Chaosus/shader_local_const
Rémi Verschelde
2019-08-07
2
-9
/
+44
|
\
\
|
*
|
Implemented local shader constants
Yuri Roubinski
2019-08-05
2
-9
/
+44
|
|
/
[next]