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
*
Fixed physics server typo
Andrea Catania
2018-02-27
1
-1
/
+1
*
[DOCS] Sync classref with current source
Poommetee Ketson
2018-02-25
1
-2
/
+2
*
2D Skeletons WORK IN PROGRESS
Juan Linietsky
2018-02-21
6
-18
/
+30
*
Fix typos with codespell
luz.paz
2018-02-21
2
-3
/
+3
*
Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.
Juan Linietsky
2018-02-21
6
-10
/
+18
*
Merge pull request #16757 from AndreaCatania/kinpush
Rémi Verschelde
2018-02-20
12
-18
/
+40
|
\
|
*
Improved kinematic body 2D and 3D, Now can move rigid body
Andrea Catania
2018-02-20
12
-18
/
+40
*
|
Revert "Handle single-argument constructors in uniform default values"
Juan Linietsky
2018-02-20
1
-54
/
+0
*
|
Merge pull request #15985 from Nallebeorn/uniforms-single-argument-constructors
Rémi Verschelde
2018-02-20
1
-0
/
+54
|
\
\
|
*
|
Handle single-argument constructors in shaders.
Benjamin
2018-01-22
1
-0
/
+54
*
|
|
Merge pull request #16530 from AndreaCatania/rays
Rémi Verschelde
2018-02-19
6
-6
/
+33
|
\
\
\
|
*
|
|
Improved ray shape (2D and 3D) by addiing the possibility to act as regular s...
Andrea Catania
2018-02-19
6
-6
/
+33
*
|
|
|
Merge pull request #16751 from AndreaCatania/moreAPIs
Rémi Verschelde
2018-02-19
3
-0
/
+15
|
\
\
\
\
|
*
|
|
|
Added Physics state APIs
Andrea Catania
2018-02-16
3
-0
/
+15
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #16794 from Chaosus/new_shader_funcs
Rémi Verschelde
2018-02-19
1
-0
/
+38
|
\
\
\
\
|
*
|
|
|
Added missing shader functions
Chaosus
2018-02-18
1
-0
/
+38
*
|
|
|
|
Merge pull request #16803 from lethiandev/fix-remove-shape2d
Rémi Verschelde
2018-02-19
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix 2d collision body update on shape remove
Konrad Nowakowski
2018-02-18
1
-0
/
+1
|
|
/
/
/
/
*
/
/
/
/
Readd VS.sync and VS.draw to keep compatibility
Rémi Verschelde
2018-02-19
1
-0
/
+6
|
/
/
/
/
*
/
/
/
Clean up some bad words from code comments
Artem Varaksa
2018-02-17
3
-7
/
+6
|
/
/
/
*
|
|
Merge pull request #15892 from Zylann/add_missing_vs_bindings
Rémi Verschelde
2018-02-14
2
-4
/
+301
|
\
\
\
|
*
|
|
Added all missing VisualServer bindings
Marc Gilleron
2018-01-20
2
-4
/
+301
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #16408 from Calinou/remove-debugging-prints
Rémi Verschelde
2018-02-14
1
-2
/
+0
|
\
\
\
|
*
|
|
Remove a few debugging prints
Hugo Locurcio
2018-02-05
1
-2
/
+0
|
|
|
/
|
|
/
|
*
/
|
Added physics API in order to enable/disable collisions between rigidbody att...
Andrea Catania
2018-02-05
9
-0
/
+79
|
/
/
*
|
Fix inconsistencies and typos in argument names
Paolo Perkovic
2018-02-01
4
-6
/
+6
*
|
Merge pull request #15254 from mrcdk/pitch_scale
Rémi Verschelde
2018-02-01
1
-2
/
+2
|
\
\
|
*
|
Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...
MrCdK
2018-01-01
1
-2
/
+2
*
|
|
AudioEffectReverb: max predelay_feedback to 0.98
Poommetee Ketson
2018-01-31
1
-2
/
+2
*
|
|
Merge pull request #15980 from mrcdk/audio_stream_get_length
Rémi Verschelde
2018-01-30
2
-12
/
+22
|
\
\
\
|
*
|
|
Expose audio streams get_length()
MrCdK
2018-01-22
2
-12
/
+22
|
|
|
/
|
|
/
|
*
/
|
Fix VisualServer.free conflicting with Object.free
Marc Gilleron
2018-01-25
1
-1
/
+1
|
/
/
*
|
improves portability with some compilers
Ariel Manzur
2018-01-18
1
-7
/
+7
*
|
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
6
-10
/
+10
*
|
Fix wrong viewport transparent-bg
binbitten
2018-01-18
1
-1
/
+1
*
|
modify default param names in couple of signals
Unknown
2018-01-12
1
-4
/
+4
*
|
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
4
-9
/
+58
*
|
Properly dispose of instance capture data, fixes #14795
Juan Linietsky
2018-01-06
1
-1
/
+1
*
|
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
138
-1
/
+139
*
|
Fix macOS and other builds after #15299
Duy-Nguyen TA
2018-01-04
1
-1
/
+1
*
|
Merge pull request #15251 from binbitten/fix-assign-vardecl
Rémi Verschelde
2018-01-04
1
-3
/
+3
|
\
\
|
*
|
Fix premature declaration of shader variables created with assignment
binbitten
2018-01-03
1
-3
/
+3
|
|
/
*
|
found via cppcheck:
firefly2442
2018-01-03
1
-1
/
+0
*
|
Merge pull request #15191 from Jerome67000/z_renaming
Rémi Verschelde
2018-01-04
6
-11
/
+11
|
\
\
|
*
|
#15078 renamed "z" -> "z_index" property in Node2D
Jerome67000
2018-01-03
6
-11
/
+11
*
|
|
Fix broken Info.plist after copyright update
Razah
2018-01-03
2
-0
/
+2
|
|
/
|
/
|
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
156
-310
/
+310
*
|
Merge pull request #15153 from poke1024/fix12112
Noshyaar
2018-01-01
1
-4
/
+4
|
\
\
|
*
|
Delete AudioServer buses after driver shutdown
Bernhard Liebl
2017-12-29
1
-4
/
+4
|
|
/
*
/
Fixed wrong highlighted line when erroring and using single-line comments, fi...
binbitten
2017-12-29
1
-0
/
+1
|
/
[next]