summaryrefslogtreecommitdiff
path: root/servers
AgeCommit message (Expand)Author
2018-02-17Clean up some bad words from code commentsArtem Varaksa
2018-02-14Merge pull request #15892 from Zylann/add_missing_vs_bindingsRémi Verschelde
2018-02-14Merge pull request #16408 from Calinou/remove-debugging-printsRémi Verschelde
2018-02-05Added physics API in order to enable/disable collisions between rigidbody att...Andrea Catania
2018-02-05Remove a few debugging printsHugo Locurcio
2018-02-01Fix inconsistencies and typos in argument namesPaolo Perkovic
2018-02-01Merge pull request #15254 from mrcdk/pitch_scaleRémi Verschelde
2018-01-31AudioEffectReverb: max predelay_feedback to 0.98Poommetee Ketson
2018-01-30Merge pull request #15980 from mrcdk/audio_stream_get_lengthRémi Verschelde
2018-01-25Fix VisualServer.free conflicting with Object.freeMarc Gilleron
2018-01-22Expose audio streams get_length()MrCdK
2018-01-20Added all missing VisualServer bindingsMarc Gilleron
2018-01-18improves portability with some compilersAriel Manzur
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18Fix wrong viewport transparent-bgbinbitten
2018-01-12modify default param names in couple of signalsUnknown
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-06Properly dispose of instance capture data, fixes #14795Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Fix macOS and other builds after #15299Duy-Nguyen TA
2018-01-04Merge pull request #15251 from binbitten/fix-assign-vardeclRémi Verschelde
2018-01-03found via cppcheck:firefly2442
2018-01-04Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde
2018-01-03Fix broken Info.plist after copyright updateRazah
2018-01-03#15078 renamed "z" -> "z_index" property in Node2DJerome67000
2018-01-03Fix premature declaration of shader variables created with assignmentbinbitten
2018-01-01Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...MrCdK
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Merge pull request #15153 from poke1024/fix12112Noshyaar
2017-12-29Fixed wrong highlighted line when erroring and using single-line comments, fi...binbitten
2017-12-29Delete AudioServer buses after driver shutdownBernhard Liebl
2017-12-27Merge pull request #14971 from mrcdk/particles_emittingNoshyaar
2017-12-27Merge pull request #14996 from neikeq/enums-monoNoshyaar
2017-12-26Fix sidedness check in material. Also remove SIDE built-in.Juan Linietsky
2017-12-24Mono: Make the bindings generator output enumsIgnacio Etcheverry
2017-12-23Set particles emitting to false when particles finish emitting with one-shot ...MrCdK
2017-12-23Merge pull request #14897 from BastiaanOlij/arvr_tweaksRémi Verschelde
2017-12-22Reserved controller ids 1 and 2 for left and right hand controllers and added...Bastiaan Olij
2017-12-20Properly silence buffer while not in use, fixes #14866Juan Linietsky
2017-12-18Don't try to mix a sample that has already endedHein-Pieter van Braam
2017-12-17Cleanup some #if 0'd codeRémi Verschelde
2017-12-17Shader Language: Add in-for declared variables within for-block scope.Enzo Nocera
2017-12-16Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky
2017-12-16Bind TextEdit.deselect and update documentationRémi Verschelde
2017-12-15Made built-in identifiers properly constant in shaders. Fixes #14449, closes ...Juan Linietsky
2017-12-14-Add lightmapperJuan Linietsky
2017-12-10Implemented physics linear and angular lockAndreaCatania
2017-12-09Fix #14429 GIProbe does not work with SpotLightsPrzemyslaw Czarnota
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
2017-12-09Merge pull request #13341 from scayze/interp_v2Rémi Verschelde