Age | Commit message (Expand) | Author |
2017-12-30 | change float to bool as correct type | firefly2442 |
2017-12-30 | Bind SceneTree::set_quit_on_go_back() to gdscript | volzhs |
2017-12-30 | Fix errors with custom default theme and custom fonts. | geequlim |
2017-12-29 | avoid error on setting skeleton from transform changed | Juan Linietsky |
2017-12-29 | Missing transform notification for Skeleton. | Juan Linietsky |
2017-12-29 | Use a different approach to update skeletons when transform changes | Juan Linietsky |
2017-12-29 | Update the skeleton on transform | Juan Linietsky |
2017-12-29 | Fix Tween follow not working | volzhs |
2017-12-28 | Fix AnimationPlayer redundantly signaling finish | Pedro J. Estébanez |
2017-12-28 | Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in thi... | Juan Linietsky |
2017-12-28 | Fix unindent (shift-tab) on column 0 and more | Bernhard Liebl |
2017-12-28 | Double-click word selection for RichTextLabel (i.e. docs) | Bernhard Liebl |
2017-12-28 | Remove some lagginess from TextEdit's smooth scrolling | Bernhard Liebl |
2017-12-29 | Fix TreeItem cell text alignment | yanorax |
2017-12-27 | Restore the behavior of Spatial rotations recently changed in c1153f5. | tagcup |
2017-12-27 | More exact picking for canvas editor | Bernhard Liebl |
2017-12-27 | Support KEY_UP and KEY_DOWN in LineEdit | Bernhard Liebl |
2017-12-27 | Merge pull request #14971 from mrcdk/particles_emitting | Noshyaar |
2017-12-27 | Merge pull request #14991 from djrm/pr_fixes | Noshyaar |
2017-12-27 | Merge pull request #14996 from neikeq/enums-mono | Noshyaar |
2017-12-27 | Merge pull request #15008 from AlmightyScientist/issue-15000 | Noshyaar |
2017-12-27 | Merge pull request #15046 from YeldhamDev/optionbutton_changes | Noshyaar |
2017-12-27 | Merge pull request #15049 from YeldhamDev/get_popup_const | Noshyaar |
2017-12-26 | fix indent selection crash | Ian |
2017-12-26 | A promise is a promise, so added ability to load and save shaders as text fil... | Juan Linietsky |
2017-12-26 | Ability to set flags via code in StreamTexture, as some users find it useful.... | Juan Linietsky |
2017-12-26 | Change the rotate function of Spatial to be local, makes more sense. Closes #... | Juan Linietsky |
2017-12-26 | Merge pull request #14977 from volzhs/fix-crash-group | Juan Linietsky |
2017-12-26 | Fix sidedness check in material. Also remove SIDE built-in. | Juan Linietsky |
2017-12-26 | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky |
2017-12-26 | Fix shift-key down on last line in TextEdit | Bernhard Liebl |
2017-12-25 | Merge pull request #15040 from Noshyaar/pr2 | Andreas Haas |
2017-12-25 | Made MenuButton and ColorPickerButton's "get_popup" methods return constant. | Michael Alexsander Silva Dias |
2017-12-25 | Added "get_popup" method for OptionButton and minor changes. | Michael Alexsander Silva Dias |
2017-12-25 | Add missing parameter names | Poommetee Ketson |
2017-12-25 | AnimTreePlayer: fix duplicated properties | Poommetee Ketson |
2017-12-25 | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problem | Noshyaar |
2017-12-25 | Merge pull request #14853 from MattUV/context-menu | Noshyaar |
2017-12-25 | Merge pull request #14875 from YeldhamDev/splitcontainer_cursor | Noshyaar |
2017-12-25 | Merge pull request #14899 from volzhs/render-quality-option | Noshyaar |
2017-12-25 | Merge pull request #14801 from RayKoopa/insert_tree_item | Noshyaar |
2017-12-25 | Merge pull request #14753 from NathanWarden/mouse_button_fix | Noshyaar |
2017-12-25 | Fix error if scene has Camera at saving scene | volzhs |
2017-12-24 | Animation Tree: Prevent cycle_test from being altered by past-test. | AlmightyScientist |
2017-12-25 | Fix crash from move_child at saving scene | volzhs |
2017-12-24 | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky |
2017-12-24 | Mono: Make the bindings generator output enums | Ignacio Etcheverry |
2017-12-23 | Show Options Dialog for NodePath and File in clicked button position. | Daniel J. Ramirez |
2017-12-23 | Fixed keyboard word selection when at the start/end of line, issue 14675 | Paulb23 |
2017-12-23 | Set particles emitting to false when particles finish emitting with one-shot ... | MrCdK |