summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Always treat exponent as floatBastiaan Olij2018-12-301-5/+2
* fixes crash when Body2DSW doesn't have spacehedin2018-12-271-0/+1
* doc: Sync classref with current sourceRémi Verschelde2018-12-271-1/+1
* Adding option to re-orient our skyBastiaan Olij2018-12-155-0/+5
* Merge pull request #24324 from volzhs/access-micRémi Verschelde2018-12-142-0/+8
|\
| * Request mic access only when is neededvolzhs2018-12-142-0/+8
* | Merge pull request #22910 from marcelofg55/nothreads_recRémi Verschelde2018-12-134-17/+78
|\ \ | |/ |/|
| * Fix AudioEffectRecord not working without thread supportMarcelo Fernandez2018-12-124-17/+78
* | Merge pull request #24218 from staddy/masterRémi Verschelde2018-12-124-0/+16
|\ \
| * | Disabled CollisionShape and CollisionShape2D are not processed nowStanislav2018-12-124-0/+16
* | | Merge pull request #24214 from marcelofg55/editor_audio_buses_fixRémi Verschelde2018-12-122-0/+10
|\ \ \
| * | | Fix EditorAudioBuses not updating when changing to a device with different ch...Marcelo Fernandez2018-12-112-0/+10
| |/ /
* | | Merge pull request #23469 from clayjohn/fragment_camera_matrixRémi Verschelde2018-12-121-0/+2
|\ \ \
| * | | added CAMERA_MATRIX to fragment shaderclayjohn2018-11-021-0/+2
* | | | Merge pull request #23483 from clayjohn/fragment_camera_viewRémi Verschelde2018-12-111-0/+1
|\ \ \ \
| * | | | make VIEW vector available in fragmentclayjohn2018-12-111-0/+1
* | | | | Merge pull request #24163 from clayjohn/light_uv_constRémi Verschelde2018-12-111-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | make LIGHT_UV constantclayjohn2018-12-041-1/+1
* | | | | doc: Sync classref with current sourceRémi Verschelde2018-12-041-1/+1
* | | | | Fix error when adding children to YSortBojidar Marinov2018-12-041-3/+3
|/ / / /
* | | | Merge pull request #23994 from AndreaCatania/precRémi Verschelde2018-11-282-0/+6
|\ \ \ \
| * | | | Added function to control 6DOF precisionAndrea Catania2018-11-272-0/+6
* | | | | Added luminance capping to avoid glitches on small dots. closes #17996Juan Linietsky2018-11-284-4/+4
* | | | | Allow *= operator between vec and mat types in shadersKanabenki2018-11-241-0/+9
|/ / / /
* | | | Removed noperspective (not in GLSL ES 3.0), do not write smooth if not specif...Juan Linietsky2018-11-212-7/+0
* | | | Remove comments and corrected code, which exists for correctness but will lik...Juan Linietsky2018-11-211-29/+3
* | | | Merge pull request #23878 from bojidar-bg/23775-ysort-crashRémi Verschelde2018-11-211-6/+16
|\ \ \ \
| * | | | Fix YSort crash when removing a childBojidar Marinov2018-11-211-6/+16
* | | | | Do not draw particles if they are not processing at all, fixes #19507Juan Linietsky2018-11-192-3/+10
* | | | | Ensure bone AABBs are properly transformed to affect mesh AABB, fixes #19281Juan Linietsky2018-11-192-2/+2
|/ / / /
* | | | Merge pull request #23742 from JFonS/fix_23698Rémi Verschelde2018-11-182-3/+7
|\ \ \ \
| * | | | Use hint_color when getting shader default paramsJFonS2018-11-162-3/+7
* | | | | Merge pull request #23668 from sdfgeoff/fix_angular_constraintsRémi Verschelde2018-11-172-0/+56
|\ \ \ \ \
| * | | | | Added angular restitutionGeoffrey Irons2018-11-132-0/+56
* | | | | | Corrected some points discussed in #17491Juan Linietsky2018-11-161-0/+13
* | | | | | -Make sure monitorable cant be flipped while flushing queries, fixes #17330Juan Linietsky2018-11-167-0/+52
| |/ / / / |/| | | |
* | | | | Ensure that even at slow speed, you will always get collision using kinematic...Juan Linietsky2018-11-141-53/+58
* | | | | Proper validation of out arguments in built-in shader functions, closes #16244Juan Linietsky2018-11-142-0/+49
* | | | | Merge pull request #23248 from dlasalle/fogJuan Linietsky2018-11-145-5/+7
|\ \ \ \ \
| * | | | | Add parameter for fog max depth and use alpha as density.Dominique LaSalle2018-11-135-5/+7
* | | | | | Cleaned up and fixed the base_changed function in rasterizers, also fixes #15617Juan Linietsky2018-11-143-31/+61
* | | | | | Ability to remove buses while they are being used on 2D and 3D stream players...Juan Linietsky2018-11-132-0/+9
* | | | | | Merge pull request #23254 from ibrahn/gles2-var-init-cleanupRémi Verschelde2018-11-121-0/+2
|\ \ \ \ \ \
| * | | | | | Cleaning up some uninitialised variables in GLES2 stuff.Ibrahn Sahir2018-11-021-0/+2
* | | | | | | Merge pull request #23407 from bojidar-bg/3281-ysort-recursiveRémi Verschelde2018-11-122-12/+62
|\ \ \ \ \ \ \
| * | | | | | | Y-Sort children together in nested YSortsBojidar Marinov2018-10-302-12/+62
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Use `ResourceLoader::exists` to check for default audio bus layoutmerumelu2018-11-121-1/+1
* | | | | | | Do not allow samplers where they dont belong (variables/return types), fixes ...Juan Linietsky2018-11-122-0/+35
* | | | | | | Make sure rotated shapes with one way direction collisions work, fixes #12791Juan Linietsky2018-11-102-13/+22
| |_|_|/ / / |/| | | | |
* | | | | | Effectively ensure that surface materials are the right size when setting the...Juan Linietsky2018-11-081-2/+3