summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27644 from lupoDharkael/busRémi Verschelde2019-04-081-2/+4
|\
| * Allow default audio bus layout modificationlupoDharkael2019-04-051-2/+4
* | Merge pull request #27527 from BastiaanOlij/render_ext_targetRémi Verschelde2019-04-075-24/+35
|\ \
| * | Add option to have viewport render into supplied textureBastiaan Olij2019-04-065-24/+35
| |/
* | Merge pull request #25630 from BastiaanOlij/arvr_positional_meshRémi Verschelde2019-04-072-4/+18
|\ \
| * | Added a mesh interface to the arvr positional trackersBastiaan Olij2019-02-062-4/+18
* | | Merge pull request #26486 from marxin/fix-Wdeprecated-copyRémi Verschelde2019-04-062-0/+12
|\ \ \
| * | | Fix new GCC 9 warnings: -Wdeprecated-copy.marxin2019-03-022-0/+12
* | | | Merge pull request #25624 from nekomatata/texture-rect-flipRémi Verschelde2019-04-061-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add ability to flip TextureRect horizontally or verticallyPouleyKetchoupp2019-04-031-1/+1
| | |/ | |/|
* | | Ability to make CanvasLayers have pseudo 3D depth.Juan Linietsky2019-04-056-4/+59
* | | Remove hardcoded joint biasShyRed2019-03-271-3/+1
* | | Fix bone aabb calculation, which caused a skeletal mesh culling issueWindy Darian2019-03-141-1/+1
* | | Merge pull request #26660 from marxin/fix-25639-audio-negative-shiftRémi Verschelde2019-03-051-2/+4
|\ \ \
| * | | Fix #25639 by not shifting a negative value.marxin2019-03-051-2/+4
* | | | Fix #25641 by not shifting a negative value.marxin2019-03-051-1/+2
|/ / /
* | | Merge pull request #26532 from aqnuep/texture_array_fixesRémi Verschelde2019-03-041-1/+5
|\ \ \
| * | | Fixed TextureArray and Texture3D issuesDaniel Rakos2019-03-031-1/+5
* | | | Properly redraw if something animated is visibleJuan Linietsky2019-03-031-1/+0
|/ / /
* | | Skeletons can now choose between using local or world coords for processing, ...Juan Linietsky2019-03-034-0/+4
* | | Fix style issues from recent commitsRémi Verschelde2019-03-031-1/+1
* | | Merge pull request #26505 from marcelofg55/input_buffer_crashfixRémi Verschelde2019-03-022-7/+13
|\ \ \
| * | | Fix possible crash on AudioDriver::input_buffer_writeMarcelo Fernandez2019-03-022-7/+13
* | | | Clean up and fix some situations where triangulation may fail, closes #26366Juan Linietsky2019-03-021-7/+8
|/ / /
* | / Make query checks less agressive, fixes #24694Juan Linietsky2019-03-022-23/+16
| |/ |/|
* | Clean up blend shape support in GLES2 and GLES3.Juan Linietsky2019-03-011-0/+3
* | Fix possible crash when AudioDriver::capture_start failsMarcelo Fernandez2019-03-011-6/+12
* | Merge pull request #26287 from JFonS/fix_25992Rémi Verschelde2019-02-271-1/+1
|\ \
| * | Use item_shadow_mask for LightOccluder2D cullingJFonS2019-02-251-1/+1
* | | Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde2019-02-272-6/+6
|\ \ \
| * | | Fix -Wsign-compare warnings.marxin2019-02-272-6/+6
* | | | Ensure implicit conversions for scalar constants work in shaders, closes #26239Juan Linietsky2019-02-261-2/+44
* | | | -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-5/+5
|/ / /
* | | -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-0/+13
* | | -Treat scalar conversions when calling functions as error, closes #24261Juan Linietsky2019-02-231-6/+2
|/ /
* | Fix invalid change from CLAMP to MAX in #26099Rémi Verschelde2019-02-231-5/+5
* | Merge pull request #26132 from marxin/fix-Wignored-qualifiersRémi Verschelde2019-02-221-1/+1
|\ \
| * | Fix warnings seen with -Wignored-qualifiers.marxin2019-02-211-1/+1
* | | Merge pull request #26099 from marxin/fix-Wtype-limits-warningsRémi Verschelde2019-02-222-8/+5
|\ \ \
| * | | Fix all -Wtype-limits warnings.marxin2019-02-212-8/+5
| |/ /
* / / Fixed bugs in test body motion and removed unnecesary test in move_and_slide....Juan Linietsky2019-02-211-0/+11
|/ /
* | Merge pull request #26103 from nekomatata/area2d-rectangle-collision-fixRémi Verschelde2019-02-211-2/+5
|\ \
| * | Area2d rectangle collision check doesn't ignore the first pixel row and colum...PouleyKetchoupp2019-02-211-2/+5
* | | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-2012-81/+79
|/ /
* | Fix update of canvas AABB with update_when_visibleJFonS2019-02-171-1/+1
* | Skip disabled shape when getting rest info. Fixes #25941Juan Linietsky2019-02-161-0/+4
* | Support multiple ray shapes in kinematicbody, fixes #25050Juan Linietsky2019-02-162-14/+30
* | Add a minimum treshold for acquiring rest contacts to avoid numerical precisi...Juan Linietsky2019-02-168-0/+25
* | Allow kinematic bodies without shapes to still move, fixes #24775Juan Linietsky2019-02-164-0/+20
* | Make ray shapes not work with OWC. They don't make practical sense together. ...Juan Linietsky2019-02-161-3/+12