summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2018-08-21doc: Sync classref with current sourceRémi Verschelde
2018-08-20Fixes to move and slide and ray separation, implement separation in Godot phy...Juan Linietsky
2018-08-20Merge pull request #20908 from AndreaCatania/kiSlopeJuan Linietsky
2018-08-20Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde
2018-08-20Merge pull request #21208 from jmca/masterRémi Verschelde
2018-08-20Prevent "cannot use a string pattern on a bytes-like object"Justin Abene
2018-08-19Bullet picking will now ignore objects without input_ray_pickableJohn Teasdale
2018-08-19Highlight multiline strings as strings instead of commentsHugo Locurcio
2018-08-19Added ray shape and move_and_slide with snapping on 3D.Andrea Catania
2018-08-19mono: add Abs() to Rect2 and rename private fieldsKelly Thomas
2018-08-18Improved move_and_slide function to stay on slope and fall on steep slopeAndrea Catania
2018-08-17Mono: Improve C# core files (glue/cs_files) buildsystemIgnacio Etcheverry
2018-08-16Merge pull request #20561 from willnationsdev/script-class-nsRémi Verschelde
2018-08-16Fix Theora/Webm loaders declaring binary extensionRémi Verschelde
2018-08-16Expose bullet shape margin to UI.Tristan Porteries
2018-08-16Delay initialising lens distortion shader so GLES2 doesn't crashBastiaan Olij
2018-08-15Improved 6DOF joint implementation, and removed useless function from cone jointAndrea Catania
2018-08-15Add NativeScript support for script classes.willnationsdev
2018-08-15Fix error spam from loading script class iconsWill Nations
2018-08-15Merge pull request #20560 from willnationsdev/class_iconsRémi Verschelde
2018-08-15Merge pull request #20945 from neikeq/dict-erase-retboolRémi Verschelde
2018-08-14Merge pull request #18096 from aaronfranke/masterJuan Linietsky
2018-08-14Add custom icons to script classes.Will Nations
2018-08-14Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde
2018-08-15mono: add constants to transform and vector structsKelly Thomas
2018-08-14Dictionary: remove erase_checked(key), make erase(key) return boolIgnacio Etcheverry
2018-08-14Merge pull request #20890 from KellyThomas/mono-is-instance-validIgnacio Etcheverry
2018-08-14mono: add IsInstanceValid(), move WeakRef()Kelly Thomas
2018-08-14SCons: Fix mono_root initializationRémi Verschelde
2018-08-13Merge pull request #20706 from mysticfall/issue-20705Ignacio Etcheverry
2018-08-13Merge pull request #20913 from pulkomandy/masterRémi Verschelde
2018-08-13Fixed absent variable exception while trying to raise another exception.Teashrock
2018-08-13Remove usage console spamChaosus
2018-08-13Merge pull request #20155 from Tunous/line-edit-clearRémi Verschelde
2018-08-11Rebase patches for fixing haiku build.Adrien Destugues
2018-08-11Merge pull request #20753 from Faless/ws_fixJuan Linietsky
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-08-11[Core] Completely kill math_2d.h, change includesAaron Franke
2018-08-10[Core] Change math_2d includes to vector2 includes where relevantAaron Franke
2018-08-10Added system for GDScript warningsGeorge Marques
2018-08-10Revert "added get_creation_time function for gdscript"Juan Linietsky
2018-08-10Merge pull request #18914 from notwarp/masterJuan Linietsky
2018-08-10Merge pull request #14704 from poke1024/colorconstantsJuan Linietsky
2018-08-09New gizmo structure and new gizmo disabling menuJFonS
2018-08-07Merge pull request #20381 from AndreaCatania/phymat_2Juan Linietsky
2018-08-07Removed physics material combination mode. Added rough and absorbent paramete...Andrea Catania
2018-08-06Added proper import support for 3D and Array texturesJuan Linietsky
2018-08-06Fix WebSocket crash due to non PDO init.Fabio Alessandrelli
2018-08-04Merge pull request #20693 from AndreaCatania/soft_fix2Juan Linietsky