aboutsummaryrefslogtreecommitdiff
path: root/servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12027 from marcelofg55/collision_crashfixRémi Verschelde2017-10-131-9/+36
|\
| * Prevent a possible crash at collision_object_2d_sw.hMarcelo Fernandez2017-10-121-9/+36
* | Merge pull request #12038 from Hinsbart/argument_namesRémi Verschelde2017-10-111-3/+3
|\ \
| * | Fix argument names in method bindings.Andreas Haas2017-10-111-3/+3
| |/
* / Bind VisualServer.sync() method to GDScriptJulian Murgia2017-10-111-0/+1
|/
* Merge pull request #11954 from neikeq/dIgnacio Etcheverry2017-10-111-0/+8
|\
| * Adds 'exposed' field to ClassInfoIgnacio Etcheverry2017-10-091-0/+8
* | Merge pull request #11702 from AndreaCatania/bodyDSRémi Verschelde2017-10-099-0/+53
|\ \
| * | Added new API to get body direct stateAndreaCatania2017-09-299-3/+56
* | | Made a few tweaks to the interfaceBastiaanOlij2017-10-066-40/+140
* | | Fix GIProbe light visibilityHiroshi Ogawa2017-10-042-3/+8
| |/ |/|
* | Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas2017-10-027-7/+7
|\ \
| * | Renamed fixed_process to physics_processAndreaCatania2017-09-307-7/+7
* | | Ability to set a custom FOV makes it possible to use sky on orthogonal view. ...Juan Linietsky2017-09-295-16/+7
| |/ |/|
* | Fixed typo: 'texure' to 'texture'Indah Sylvia2017-09-291-1/+1
|/
* Fixes to light shaders, should work now..Juan Linietsky2017-09-272-2/+20
* Fixed Voice_Count issues in AudioEffectChorus:Indah Sylvia2017-09-251-2/+1
* AudioEffectLimiter: fix wrong soft_clip_ratio getterPoommetee Ketson2017-09-251-1/+1
* Removed print_line in Physics2DServerWrapMT::init()Indah Sylvia2017-09-251-3/+0
* Discarding now works in shadersDaniel Doran2017-09-241-0/+5
* Added light affect parameter to baked AOJuan Linietsky2017-09-231-0/+1
* -Fixed redraw always on 3D viewprot bugJuan Linietsky2017-09-231-1/+19
* Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-232-8/+8
* Add inversesqrt to shader language.Ferenc Arn2017-09-211-0/+4
* Added proximity and distance fade to SpatialMaterialJuan Linietsky2017-09-211-0/+2
* Rename pos to position in user facing methods and variablesletheed2017-09-2011-32/+32
* Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-172-0/+44
|\
| * Fix crash when no audio driver is availableMarcelo Fernandez2017-09-132-0/+44
* | correction to one way collision codeJuan Linietsky2017-09-172-4/+4
* | fixes to one way collision, closes #10971Juan Linietsky2017-09-172-4/+14
* | Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde2017-09-171-1/+1
|\ \
| * | Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-141-1/+1
* | | Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-154-0/+29
|\ \ \ | |/ / |/| |
| * | Fix enums bindingsMaxim Sheronov2017-09-134-0/+29
* | | Merge pull request #11125 from zavb074/masterRémi Verschelde2017-09-131-2/+0
|\ \ \ | |_|/ |/| |
| * | Removed code that flips normal if facing away from test directionLewis2017-09-091-2/+0
* | | Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-131-1/+1
* | | Fixed issues with surround sound on audio serverMarcelo Fernandez2017-09-122-27/+46
| |/ |/|
* | Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-126-35/+22
|\ \
| * | Fix unused variable warningsHein-Pieter van Braam2017-09-086-56/+38
| |/
* | Merge pull request #11057 from hpvb/fix-various-warningsRémi Verschelde2017-09-123-9/+11
|\ \
| * | Fix various assorted warningsHein-Pieter van Braam2017-09-083-30/+27
| |/
* | Merge pull request #11041 from hpvb/fix-clang-format-errorRémi Verschelde2017-09-122-22/+16
|\ \
| * | Fix serveral recent new clang-format errorsHein-Pieter van Braam2017-09-082-22/+16
* | | Merge pull request #11142 from BastiaanOlij/arvr_signal_idPoommetee Ketson2017-09-123-4/+30
|\ \ \
| * | | Added ID to tracker signals and property for storing handBastiaan Olij2017-09-103-4/+30
| | |/ | |/|
* / | Script access to formatted arrays and blend_arrays in meshes.SaracenOne2017-09-112-0/+24
|/ /
* / Ability to use a sky for reflection together with a background color.Juan Linietsky2017-09-071-0/+1
|/
* Several fixes to directional shadows, closes #10926Juan Linietsky2017-09-075-12/+75
* Added support for for, break and continue. Closes #10560, closes #10661Juan Linietsky2017-09-052-14/+144