summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-11Add logo attribution for Android, HTML5 and Linux platform iconsHugo Locurcio
- Tweak the Android platform logo to remove the Android wordmark, as it can't be used without explicit permission.
2021-09-11Merge pull request #52538 from mhilbrunner/cleanup-viewportJuan Linietsky
Clean up Viewport, remove dead code.
2021-09-10Merge pull request #52536 from mhilbrunner/display-be-cleanJuan Linietsky
Clean DisplayServerWindows and add missing guards
2021-09-10Merge pull request #52406 from ellenhp/libvorbisJuan Linietsky
Replace stb_vorbis with libvorbis
2021-09-10Merge pull request #52531 from V-Sekai/remove-gltf-packed-sceneK. S. Ernest (iFire) Lee
Remove packed scene gltf.
2021-09-10Remove packed scene gltfK. S. Ernest (iFire) Lee
We determined through discussion that composing the packed scene from a node tree was a better design because it removed duplication of code.
2021-09-10Clean up Viewport, remove dead code.Max Hilbrunner
2021-09-10Merge pull request #52431 from dozingpip/patch-1Max Hilbrunner
Remove dead code from Viewport::_gui_input_event
2021-09-10Merge pull request #52433 from groud/document_tilesMax Hilbrunner
Tiles renames and documentation
2021-09-10Merge pull request #52063 from KoBeWi/double_comma_of_doomGeorge Marques
Fix crash with consecutive commas in Dictionary
2021-09-10Clean DisplayServerWindows and add missing guardsMax Hilbrunner
2021-09-10Merge pull request #49897 from Blackiris/fix-dollar-point-crash-on-editorGeorge Marques
Fix crash when writing $. in the editor
2021-09-10Merge pull request #51456 from SaracenOne/super_init_fixGeorge Marques
Call _init on base class if one does not exist.
2021-09-10Fix crash with consecutive commas in Dictionarykobewi
2021-09-10Merge pull request #51593 from KoBeWi/ifGeorge Marques
Prevent crash when awaiting in a getter/setter
2021-09-10Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreezeGeorge Marques
Fix gdscript pattern matching expressions
2021-09-10Merge pull request #52229 from lawnjelly/basis_quat_warningMax Hilbrunner
Improve Basis::get_quaternion error message
2021-09-10Merge pull request #52503 from KoBeWi/DROPNODESTOFOLDERRRRMax Hilbrunner
Save branch as scene by dropping to filesystem
2021-09-09Replace stb_vorbis with libogg+libvorbisEllen Poe
2021-09-09Merge pull request #51158 from YeldhamDev/potgen_enhancementsJuan Linietsky
Make some enhancements to the POT generation
2021-09-09Merge pull request #44844 from KoBeWi/hey_listen!_but_2dJuan Linietsky
Add Listener2D
2021-09-09Merge pull request #52476 from Lauson1ex/masterJuan Linietsky
Replace current ACES tonemapper with a high quality one
2021-09-09Merge pull request #50383 from ↵Juan Linietsky
Calinou/standardmaterial3d-improve-simple-parallax Improve the appearance of simple parallax in StandardMaterial3D
2021-09-09Merge pull request #52252 from Calinou/sdfgi-use-light-indirect-energyJuan Linietsky
Use the Light3D Indirect Energy property in SDFGI
2021-09-09Merge pull request #52284 from Calinou/tscn-groups-write-single-lineJuan Linietsky
Write node groups on a single line when saving a `.tscn` file
2021-09-09Merge pull request #52492 from raulsntos/fix-csharp-array-propertiesIgnacio Roldán Etcheverry
Fix properties arrays in C# bindings generator
2021-09-09Merge pull request #52203 from BastiaanOlij/expose_vulkan_info_to_extensionsJuan Linietsky
Expose Vulkan internal values for access from extensions
2021-09-09Expose Vulkan internal values for access from extensionsBastiaan Olij
2021-09-09Merge pull request #46656 from zaksnet/improve-thread-docsMax Hilbrunner
Improve documentation for Thread
2021-09-09Merge pull request #49605 from likeich/jnisingleton_docsMax Hilbrunner
Wrote JNISingleton docs
2021-09-09Merge pull request #50336 from SirQuartz/patch-20Max Hilbrunner
Add description to `Viewport`
2021-09-09Merge pull request #52306 from CinchBlue/masterMax Hilbrunner
Add "Physics intro" docs link for State classes
2021-09-09Save branch as scene by dropping to filesystemkobewi
2021-09-08Merge pull request #52494 from mhilbrunner/rset-into-the-sunsetFabio Alessandrelli
Docs: Remove references to (removed) RSETs
2021-09-08Tiles renames/bugfixing and documentationGilles Roudière
2021-09-08Merge pull request #52408 from GiantBlargg/fix-string-castFabio Alessandrelli
Fix invalid string cast
2021-09-08Merge pull request #52462 from TokageItLab/fixed-regression-of-skinningJuan Linietsky
Fixed regression of skinning with skeleton
2021-09-08Merge pull request #52310 from Calinou/doc-node-groups-unorderedMax Hilbrunner
Document that node groups don't have a guaranteed order
2021-09-08Merge pull request #52246 from Paulb23/verbatim-stringMax Hilbrunner
Syntax highlight c# verbatim string literal
2021-09-08Docs: Remove references to (removed) RSETsMax Hilbrunner
2021-09-08Merge pull request #52480 from mhilbrunner/network-renameFabio Alessandrelli
Multiplayer networking renames/simplification
2021-09-08Merge pull request #52106 from Paulb23/text-edit-optimisationGilles Roudière
Optimise TextEdit get line height and width
2021-09-08Merge pull request #52489 from madmiraal/fix-android-librariesFredia Huya-Kouadio
Use current androidx Fragment library instead of legacy libraries
2021-09-08Merge pull request #52470 from mhilbrunner/use-encryption-and-dont-get-secretsGilles Roudière
Add new docs warning from HTTPRequest to HTTPClient
2021-09-08Fix properties arrays in C# bindings generatorRaul Santos
2021-09-08Merge pull request #52173 from AstroStucky/improve-camera2d-docGilles Roudière
Clarified how Camera2D's current property works with Viewports.
2021-09-08Multiplayer networking renames/simplificationMax Hilbrunner
Removes _networking_ prefix from some methods and members, now that multiplayer has been largely moved out of Node and SceneTree and is seperated into its own set of classes.
2021-09-08Use current androidx Fragment library instead of legacy librariesMarcel Admiraal
2021-09-08Merge pull request #52307 from Calinou/scene-tree-tooltip-display-node-nameGilles Roudière
Display the node name in scene tree dock tooltips
2021-09-08Merge pull request #52459 from groud/fix_terrain_editor_resetGilles Roudière
Fix TileSet terrain painting reset to no terrain