index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-06-05
1
-5
/
+5
*
Fix vector reduction in shader language
JFonS
2018-05-13
2
-3
/
+44
*
A few fixes on the ARVR Server
Bastiaan Olij
2018-04-29
3
-4
/
+73
*
Fix compressor audio effect sidechain selection
Benedikt Bär
2018-04-28
1
-1
/
+1
*
Fix crash in `canvas_item_add_polyline` when passing more points than colors
robfram
2018-04-28
1
-4
/
+8
*
Changed debug max distance to avoid overflow
Ivan Vodopiviz
2018-04-28
1
-1
/
+2
*
Hinted shader uniforms can have a default value
JFonS
2018-04-28
1
-20
/
+21
*
Fixes canvas light shaders.
Pieter-Jan Briers
2018-04-28
1
-1
/
+1
*
Fix invalid mix function overload
Chaosus
2018-04-15
1
-1
/
+1
*
Make the shader token names consistent.
Saracen
2018-04-15
1
-0
/
+3
*
Fix possible crash when audio channels change
Marcelo Fernandez
2018-04-14
2
-11
/
+33
*
Added new audio device functions to set/get the audio device
Marcelo Fernandez
2018-04-14
2
-0
/
+37
*
Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and Rasterizer...
Wilson E. Alvarez
2018-03-29
2
-0
/
+2
*
Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...
MrCdK
2018-03-28
1
-2
/
+2
*
AudioServer emit bus_layout_changed signal when adding, moving or deleting a bus
MrCdK
2018-03-28
1
-0
/
+6
*
Fix floatBitsToUint function
Chaosus
2018-03-03
1
-4
/
+4
*
Deprecate a typo for a new method introduced in 3.0.1
Hein-Pieter van Braam
2018-02-27
2
-0
/
+9
*
Fixed physics server typo
Andrea Catania
2018-02-27
1
-1
/
+1
*
Clean up some bad words from code comments
Artem Varaksa
2018-02-22
3
-7
/
+6
*
Fix typos with codespell
luz.paz
2018-02-22
2
-3
/
+3
*
Added missing shader functions
Chaosus
2018-02-22
1
-0
/
+38
*
Fix 2d collision body update on shape remove
Konrad Nowakowski
2018-02-19
1
-0
/
+1
*
Remove a few debugging prints
Hugo Locurcio
2018-02-19
1
-2
/
+0
*
Readd VS.sync and VS.draw to keep compatibility
Rémi Verschelde
2018-02-19
1
-0
/
+6
*
Added all missing VisualServer bindings
Marc Gilleron
2018-02-19
2
-4
/
+301
*
Fix inconsistencies and typos in argument names
Paolo Perkovic
2018-02-04
4
-6
/
+6
*
AudioEffectReverb: max predelay_feedback to 0.98
Poommetee Ketson
2018-02-04
1
-2
/
+2
*
Expose audio streams get_length()
MrCdK
2018-01-30
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
|
/
*
Merge pull request #14971 from mrcdk/particles_emitting
Noshyaar
2017-12-27
4
-0
/
+5
|
\
|
*
Set particles emitting to false when particles finish emitting with one-shot ...
MrCdK
2017-12-23
4
-0
/
+5
*
|
Merge pull request #14996 from neikeq/enums-mono
Noshyaar
2017-12-27
1
-0
/
+4
|
\
\
[next]