summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31600 from Chaosus/shader_func_return_fixYuri Roubinsky2019-08-282-0/+62
|\
| * Fix shader crash when users miss the return statementYuri Roubinski2019-08-282-0/+62
* | Typo fix: "differt" -> "different"follower2019-08-281-1/+1
|/
* Merge pull request #31596 from Chaosus/shader_switchRémi Verschelde2019-08-242-1/+207
|\
| * Implements switch to shadersYuri Roubinski2019-08-232-1/+207
* | Fix uninitialized inertia value in Body2DSWAndrii Doroshenko (Xrayez)2019-08-231-0/+1
|/
* Fix custom inertia in physics2d, closes#30838RaphaelHunter2019-08-223-13/+18
* Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...Rémi Verschelde2019-08-144-13/+1
|\
| * Remove redundant author doc commentsIAmActuallyCthulhu2019-08-124-13/+1
* | Implemented do/while loops for shadersYuri Roubinski2019-08-131-14/+49
* | Force user to initialize local shader constantsYuri Roubinski2019-08-131-0/+9
|/
* Fix recording bus regression.Saracen2019-08-121-1/+1
* Show that identifier found in function namesCameron Reikes2019-08-091-0/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directoriesMichael Alexsander Silva Dias2019-08-096-66/+18
* Merge pull request #31099 from Chaosus/shader_local_constRémi Verschelde2019-08-072-9/+44
|\
| * Implemented local shader constantsYuri Roubinski2019-08-052-9/+44
* | Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde2019-08-074-9/+6
|\ \
| * | Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-074-9/+6
| |/
* | Merge pull request #30468 from SaracenOne/expose_audio_captureRémi Verschelde2019-08-074-45/+86
|\ \ | |/ |/|
| * Expose audio callbacks as signals.Saracen2019-07-161-0/+6
| * Exposes capture methods to AudioServer, variable renames for consistency,Saracen2019-07-154-45/+80
* | Merge pull request #30999 from nekomatata/fix-regression-godot-physicsRémi Verschelde2019-07-311-2/+2
|\ \
| * | Reverted fix that makes sense for collision_solver_2d_sat but not for the 3d ...PouleyKetchoupp2019-07-311-2/+2
* | | Correct typo and format of commentsIAmActuallyCthulhu2019-07-301-3/+3
|/ /
* | Remove physics thread getting the gl contextsantouits2019-07-271-2/+0
* | Update some dead links in the codebaseMichael Alexsander Silva Dias2019-07-232-2/+2
* | Merge pull request #30716 from qarmin/fixed_static_analiser_codeRémi Verschelde2019-07-238-27/+20
|\ \
| * | Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-238-27/+20
* | | Merge pull request #30349 from qarmin/fix_arvr_crash_at_exitRémi Verschelde2019-07-201-4/+12
|\ \ \ | |/ / |/| |
| * | Fix ARVRServer crash at exitqarmin2019-07-051-4/+12
* | | Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde2019-07-202-18/+11
|\ \ \
| * | | Changed some code showed in LGTM and Coverageqarmin2019-07-202-18/+11
* | | | Merge pull request #30548 from Calinou/tweak-audio-cutoff-property-hintsRémi Verschelde2019-07-163-6/+6
|\ \ \ \
| * | | | Tweak audio cutoff property hints to allow reasonable values onlyHugo Locurcio2019-07-123-6/+6
| |/ / /
* | | | Allows to use non-constants in the local shader array initializerChaosus2019-07-161-4/+0
* | | | Added local array initializerChaosus2019-07-162-15/+184
| |_|/ |/| |
* | | Implemented local shader arraysChaosus2019-07-152-750/+946
* | | Added missed "textureProjLod" shader built-in overload for 3D texturesChaosus2019-07-151-0/+4
|/ /
* | Make the default return value on crash explicithbina0852019-07-111-2/+2
* | Removed invalid mix shader overloadsChaosus2019-07-111-4/+0
* | Merge pull request #30455 from qarmin/const_referenceRémi Verschelde2019-07-104-4/+4
|\ \
| * | Use reference to constant in functionsqarmin2019-07-104-4/+4
* | | Fix "not" shader function return typeChaosus2019-07-091-3/+3
|/ /
* | Merge pull request #30407 from qarmin/small_fixessRémi Verschelde2019-07-081-5/+5
|\ \
| * | Fixes minor issues found by static analyzerqarmin2019-07-071-5/+5
| |/
* | Added release function to PoolVector::Access.Ibrahn Sahir2019-07-063-4/+4
* | Fix code completion for shader editorgeequlim2019-07-062-20/+27
|/
* Merge pull request #30318 from bojidar-bg/28501-ysort-modulateRémi Verschelde2019-07-052-6/+12
|\
| * Ensure that nested YSort preserves intermediate modulate valuesBojidar Marinov2019-07-042-6/+12
* | Fix various memory leaks and errorsBojidar Marinov2019-07-021-0/+2
|/