summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-23Changed "pair" to "triplet" in Vector3 definitionGTcreyon
2022-04-23Replace index iterators with for each loops.Marcel Admiraal
2022-04-23Remove Array link in description of PackedArraysHaoyu Qiu
2022-04-22Merge pull request #60201 from laws65/datetime-string-message-fixAaron Franke
2022-04-22Fixed ambiguous reference to "Shader" and "Material" classes in drivers/gles3...Shnazzy
2022-04-23Remove RESET tracks after removing trackskobewi
2022-04-22improve OS.get_name classref, misc/scripts fixes, remove trailing quoteNathan Franke
2022-04-22Fix RESET animation not being createdkobewi
2022-04-22Add inital TextEdit UnitTestsPaulb23
2022-04-22Continue to improve vector4 type in visual shadersYuri Roubinsky
2022-04-22Remove superfluous check for minimum Android SDK.Marcel Admiraal
2022-04-22Multiple small TextEdit Bug FixesPaulb23
2022-04-22Remove superfluous Android InputManager interface and implementationMarcel Admiraal
2022-04-22Fix crash in `GodotNavigationServer::map_get_path`Pawel Lampe
2022-04-22Use Input::push_input for tests plus extra mouse testingPaulb23
2022-04-22Remove superfluous null checkMarcel Admiraal
2022-04-22Close FileAccess before accessing it with DirAccessHaoyu Qiu
2022-04-22Implement Label3D node.bruvzg
2022-04-22Add mutable OAHashMap::lookup_ptr function to fix mutability.AndreaCatania
2022-04-22improved error msg for gdscript load_source_codeShimmyShaman
2022-04-21Add missing color pass flags to the valid listJoan Fons
2022-04-20Show typed Array type in Array editorFireForge
2022-04-20Add an inspector preview for BitMapFireForge
2022-04-21Add gradient resource preview generatorHendrik Brucker
2022-04-20Fix UndoRedo in Gradient editorFireForge
2022-04-20Vibrate using iOS haptics engine on supported devicesTimo Schwarzer
2022-04-20Fix typo in `GDScript::range` docYuri Roubinsky
2022-04-20Avoid setting sub-window or started project window positions, if it's impossi...bruvzg
2022-04-20Improve embedded PCK loading and exporting.bruvzg
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-04-20Merge pull request #60175 from Geometror/visual-shader-vector4Yuri Rubinsky
2022-04-20Validate input in OpenXR array setterHaoyu Qiu
2022-04-20Validate input in NoiseTexture::set_seamless_blend_skirt()Haoyu Qiu
2022-04-20Merge pull request #60377 from clayjohn/GLES3-initializeBastiaan Olij
2022-04-19Clamp Gradient and Curve Textures in ParticlesMaterialclayjohn
2022-04-19Use ThreadWorkPool instead of thread_process_array in NavMapAdam Scott
2022-04-19Merge pull request #60214 from JFonS/fix_depth_prepassClay John
2022-04-19Initialize OpenGL before rasterizers in GLES3clayjohn
2022-04-19Fix GradientTexture2D update after setting the gradientHendrik Brucker
2022-04-19Restructure and refine the noise moduleHendrik Brucker
2022-04-19Merge pull request #50175 from kleonc/image-blit-blend-fix-rectsHugo Locurcio
2022-04-19Merge pull request #60329 from Calinou/aspectratiocontainer-add-property-hintHugo Locurcio
2022-04-19Merge pull request #60363 from Rindbee/fix-incorrect-property-label-with-feat...Hugo Locurcio
2022-04-19Fixes GDScript define nested dictionary and array as constants #50285PastMoments
2022-04-19Fix AnimationLibrary name validationHaoyu Qiu
2022-04-19Reset refresh countdown if pending update tree requestHaoyu Qiu
2022-04-18Merge pull request #59984 from BastiaanOlij/more_storage_20220407Clay John
2022-04-18Merge pull request #60315 from fire-forge/noise-enum-namesClay John
2022-04-19Fixes incorrect display of property labels with feature tagsRindbee
2022-04-18fixed init value in root motion rotationSilc 'Tokage' Renew