summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Set repeat in all 3 dimensions in 3d texturesclayjohn2020-09-091-0/+3
* Implement 3D textures as import and resource format.reduz2020-09-096-22/+242
* Clarify comparison precedence when enabling or disabling back buffer.Marcel Admiraal2020-09-071-7/+6
* Merge pull request #41781 from AnilBK/fix-typoRémi Verschelde2020-09-073-3/+3
|\
| * Fixed Some typos.Anilforextra2020-09-053-3/+3
* | Implement manual particle emission and particle sub emitters.reduz2020-09-0610-169/+595
* | Fix crash regression in the shader function validationYuri Roubinsky2020-09-051-1/+1
* | Improve messages in shader function validationYuri Roubinsky2020-09-051-8/+44
|/
* Merge pull request #41761 from madmiraal/fix-assignment-operatorsRémi Verschelde2020-09-042-2/+2
|\
| * Ensure assignment operators return by reference to avoid unnecessary copies.Marcel Admiraal2020-09-042-2/+2
* | Merge pull request #40958 from clayjohn/VULKAN-shadow-noiseRémi Verschelde2020-09-041-2/+6
|\ \ | |/ |/|
| * Improve the quick hash function for all GPUsclayjohn2020-08-011-2/+6
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-032-15/+15
* | Merge pull request #41456 from nekomatata/x11-fix-popupsRémi Verschelde2020-09-032-0/+5
|\ \
| * | Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp2020-08-222-0/+5
* | | Fix particles shader to use built-insYuri Roubinsky2020-09-021-0/+5
* | | Re-Implement GPU particles on master.Juan Linietsky2020-09-0215-62/+1918
* | | Merge pull request #41668 from clayjohn/GLOW-HQRémi Verschelde2020-09-0110-13/+52
|\ \ \
| * | | Add high quality glow modeclayjohn2020-08-3110-13/+52
* | | | Fix typo in SDF jumpflood shaderJFonS2020-09-011-1/+1
|/ / /
* | | Merge pull request #41605 from clayjohn/VULKAN-glowRémi Verschelde2020-08-312-4/+4
|\ \ \
| * | | Fix recent glow regressionsclayjohn2020-08-292-4/+4
* | | | Fixed 2D physics regression that causes RigidBody2D nodes to spin uncontrolla...TwistedTwigleg2020-08-281-2/+2
|/ / /
* / / rasterizer_rd.cpp: Correct small typoYetizone2020-08-271-1/+1
|/ /
* | Merge pull request #41345 from clayjohn/VULKAN-sky-fogJuan Linietsky2020-08-207-164/+431
|\ \
| * | Add fog to sky shadersclayjohn2020-08-197-164/+431
* | | Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky2020-08-192-5/+0
|/ /
* | Restored fog (non volumetric).Juan Linietsky2020-08-1311-57/+151
* | Added volumetric fog effect.Juan Linietsky2020-08-1321-192/+1833
* | Wake up RigidBody 2D after applying torqueMarkus Sauermann2020-08-011-0/+1
|/
* Fixed next_pass materials not being drawnBrian Semrau2020-07-281-1/+1
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-1/+1
* Revert "Allow Area2D and 3D mouse events without a collision layer"Rémi Verschelde2020-07-272-7/+6
* Merge pull request #40487 from nekomatata/virtual-keyboard-enter-fixesRémi Verschelde2020-07-262-3/+4
|\
| * Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp2020-07-262-3/+4
* | Merge pull request #38727 from Riteo/tiling-wm-issues-testsRémi Verschelde2020-07-262-0/+5
|\ \ | |/ |/|
| * DisplayServer: separate window showing into another functionLorenzo Cerqua2020-07-232-0/+5
* | Fixes RenderingServer crashes reported by #39951Juan Linietsky2020-07-231-6/+6
* | Refactor light clusteringJuan Linietsky2020-07-227-793/+842
|/
* Merge pull request #40450 from asmaloney/spellingRémi Verschelde2020-07-215-11/+11
|\
| * Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-215-11/+11
* | Fix spelling of a var, a struct, and message outputAndy Maloney2020-07-173-42/+42
|/
* Merge pull request #40268 from DanielZTing/masterRémi Verschelde2020-07-152-3/+3
|\
| * Fix cancel/OK button order on macOSDaniel Ting2020-07-102-3/+3
* | Merge pull request #40389 from Chaosus/fix_shaderYuri Roubinsky2020-07-151-6/+6
|\ \
| * | Fix some incorrect conversions which lead to crash in shadersYuri Roubinsky2020-07-141-6/+6
* | | Properly pass safe margin on initialization.Juan Linietsky2020-07-141-1/+1
|/ /
* | Merge pull request #40272 from clayjohn/VULKAN-time-slicingRémi Verschelde2020-07-113-25/+65
|\ \
| * | Add incremental update mode to skyclayjohn2020-07-113-25/+65
* | | Merge pull request #40193 from KoBeWi/dem_pikksRémi Verschelde2020-07-112-6/+7
|\ \ \