aboutsummaryrefslogtreecommitdiff
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-06-051-5/+5
* Fix vector reduction in shader languageJFonS2018-05-132-3/+44
* A few fixes on the ARVR ServerBastiaan Olij2018-04-293-4/+73
* Fix compressor audio effect sidechain selectionBenedikt Bär2018-04-281-1/+1
* Fix crash in `canvas_item_add_polyline` when passing more points than colorsrobfram2018-04-281-4/+8
* Changed debug max distance to avoid overflowIvan Vodopiviz2018-04-281-1/+2
* Hinted shader uniforms can have a default valueJFonS2018-04-281-20/+21
* Fixes canvas light shaders.Pieter-Jan Briers2018-04-281-1/+1
* Fix invalid mix function overloadChaosus2018-04-151-1/+1
* Make the shader token names consistent.Saracen2018-04-151-0/+3
* Fix possible crash when audio channels changeMarcelo Fernandez2018-04-142-11/+33
* Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-04-142-0/+37
* Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and Rasterizer...Wilson E. Alvarez2018-03-292-0/+2
* Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...MrCdK2018-03-281-2/+2
* AudioServer emit bus_layout_changed signal when adding, moving or deleting a busMrCdK2018-03-281-0/+6
* Fix floatBitsToUint functionChaosus2018-03-031-4/+4
* Deprecate a typo for a new method introduced in 3.0.1Hein-Pieter van Braam2018-02-272-0/+9
* Fixed physics server typoAndrea Catania2018-02-271-1/+1
* Clean up some bad words from code commentsArtem Varaksa2018-02-223-7/+6
* Fix typos with codespellluz.paz2018-02-222-3/+3
* Added missing shader functionsChaosus2018-02-221-0/+38
* Fix 2d collision body update on shape removeKonrad Nowakowski2018-02-191-0/+1
* Remove a few debugging printsHugo Locurcio2018-02-191-2/+0
* Readd VS.sync and VS.draw to keep compatibilityRémi Verschelde2018-02-191-0/+6
* Added all missing VisualServer bindingsMarc Gilleron2018-02-192-4/+301
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-044-6/+6
* AudioEffectReverb: max predelay_feedback to 0.98Poommetee Ketson2018-02-041-2/+2
* Expose audio streams get_length()MrCdK2018-01-302-12/+22
* Fix VisualServer.free conflicting with Object.freeMarc Gilleron2018-01-251-1/+1
* improves portability with some compilersAriel Manzur2018-01-181-7/+7
* Fix typos in code and docs with codespellRémi Verschelde2018-01-186-10/+10
* Fix wrong viewport transparent-bgbinbitten2018-01-181-1/+1
* modify default param names in couple of signalsUnknown2018-01-121-4/+4
* Bind many more properties to scriptsBojidar Marinov2018-01-124-9/+58
* Properly dispose of instance capture data, fixes #14795Juan Linietsky2018-01-061-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-05138-1/+139
* Fix macOS and other builds after #15299Duy-Nguyen TA2018-01-041-1/+1
* Merge pull request #15251 from binbitten/fix-assign-vardeclRémi Verschelde2018-01-041-3/+3
|\
| * Fix premature declaration of shader variables created with assignmentbinbitten2018-01-031-3/+3
* | found via cppcheck:firefly24422018-01-031-1/+0
* | Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-046-11/+11
|\ \
| * | #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-036-11/+11
* | | Fix broken Info.plist after copyright updateRazah2018-01-032-0/+2
| |/ |/|
* | Update copyright statements to 2018Rémi Verschelde2018-01-01156-310/+310
* | Merge pull request #15153 from poke1024/fix12112Noshyaar2018-01-011-4/+4
|\ \
| * | Delete AudioServer buses after driver shutdownBernhard Liebl2017-12-291-4/+4
| |/
* / Fixed wrong highlighted line when erroring and using single-line comments, fi...binbitten2017-12-291-0/+1
|/
* Merge pull request #14971 from mrcdk/particles_emittingNoshyaar2017-12-274-0/+5
|\
| * Set particles emitting to false when particles finish emitting with one-shot ...MrCdK2017-12-234-0/+5
* | Merge pull request #14996 from neikeq/enums-monoNoshyaar2017-12-271-0/+4
|\ \