Age | Commit message (Expand) | Author |
2018-08-21 | BPTC support | elasota |
2018-08-21 | Fix Squish SSE misconfiguration | elasota |
2018-08-21 | GDScript: Ignore unused arguments/local vars that start with _ | George Marques |
2018-08-21 | GDScript: Show warning messages only on debugger | George Marques |
2018-08-22 | Mono: Fix weird crash when loading corlib | Ignacio Etcheverry |
2018-08-22 | Merge pull request #18502 from space-wizards/18-04-29-assembly-load-hook | Ignacio Etcheverry |
2018-08-21 | Style: Fix issues that went past CI | Rémi Verschelde |
2018-08-21 | Merge pull request #21253 from aaronfranke/plane-constants | Rémi Verschelde |
2018-08-21 | Merge pull request #21267 from akien-mga/color-grayscale | Rémi Verschelde |
2018-08-21 | GDScript: Fix undefined behavior on GDScriptTokenizerBuffer | George Marques |
2018-08-21 | Added ray / shape / point / motion / rest cast exclusion of area and or body | Andrea Catania |
2018-08-21 | GDScript: Forbid invalid identifiers in match bindings | George Marques |
2018-08-21 | GDSCript: Fix cyclic class dependency detection | George Marques |
2018-08-21 | Deprecate incorrect Color::gray() | Rémi Verschelde |
2018-08-21 | Merge pull request #20101 from panzergame/shape_margin | Rémi Verschelde |
2018-08-21 | Rename Plane constants, add to Mono | Aaron Franke |
2018-08-21 | doc: Sync classref with current source | Rémi Verschelde |
2018-08-20 | Fixes to move and slide and ray separation, implement separation in Godot phy... | Juan Linietsky |
2018-08-20 | Merge pull request #20908 from AndreaCatania/kiSlope | Juan Linietsky |
2018-08-20 | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | Rémi Verschelde |
2018-08-20 | Merge pull request #21208 from jmca/master | Rémi Verschelde |
2018-08-20 | Prevent "cannot use a string pattern on a bytes-like object" | Justin Abene |
2018-08-19 | Bullet picking will now ignore objects without input_ray_pickable | John Teasdale |
2018-08-19 | Highlight multiline strings as strings instead of comments | Hugo Locurcio |
2018-08-19 | Added ray shape and move_and_slide with snapping on 3D. | Andrea Catania |
2018-08-19 | mono: add Abs() to Rect2 and rename private fields | Kelly Thomas |
2018-08-18 | Improved move_and_slide function to stay on slope and fall on steep slope | Andrea Catania |
2018-08-17 | Mono: Improve C# core files (glue/cs_files) buildsystem | Ignacio Etcheverry |
2018-08-16 | Merge pull request #20561 from willnationsdev/script-class-ns | Rémi Verschelde |
2018-08-16 | Fix Theora/Webm loaders declaring binary extension | Rémi Verschelde |
2018-08-16 | Expose bullet shape margin to UI. | Tristan Porteries |
2018-08-16 | Delay initialising lens distortion shader so GLES2 doesn't crash | Bastiaan Olij |
2018-08-15 | Improved 6DOF joint implementation, and removed useless function from cone joint | Andrea Catania |
2018-08-15 | Add NativeScript support for script classes. | willnationsdev |
2018-08-15 | Fix error spam from loading script class icons | Will Nations |
2018-08-15 | Merge pull request #20560 from willnationsdev/class_icons | Rémi Verschelde |
2018-08-15 | Merge pull request #20945 from neikeq/dict-erase-retbool | Rémi Verschelde |
2018-08-14 | Merge pull request #18096 from aaronfranke/master | Juan Linietsky |
2018-08-14 | Add custom icons to script classes. | Will Nations |
2018-08-14 | Merge pull request #20583 from neikeq/issue-15371 | Rémi Verschelde |
2018-08-15 | mono: add constants to transform and vector structs | Kelly Thomas |
2018-08-14 | Dictionary: remove erase_checked(key), make erase(key) return bool | Ignacio Etcheverry |
2018-08-14 | Merge pull request #20890 from KellyThomas/mono-is-instance-valid | Ignacio Etcheverry |
2018-08-14 | mono: add IsInstanceValid(), move WeakRef() | Kelly Thomas |
2018-08-14 | SCons: Fix mono_root initialization | Rémi Verschelde |
2018-08-13 | Merge pull request #20706 from mysticfall/issue-20705 | Ignacio Etcheverry |
2018-08-13 | Merge pull request #20913 from pulkomandy/master | Rémi Verschelde |
2018-08-13 | Fixed absent variable exception while trying to raise another exception. | Teashrock |
2018-08-13 | Remove usage console spam | Chaosus |
2018-08-13 | Merge pull request #20155 from Tunous/line-edit-clear | Rémi Verschelde |