Age | Commit message (Expand) | Author |
2016-07-10 | Merge pull request #5489 from jejung/richtextlabel-get_text | Juan Linietsky |
2016-07-10 | Allow semicolon after 'pass' keyword | George Marques |
2016-07-10 | Fixed highlight all occurrences highlighing highlighted section | Paulb23 |
2016-07-10 | Merge pull request #5623 from Ovnuniarchos/LineEditXlatedPHolder | Rémi Verschelde |
2016-07-10 | Fix custom types showing on wrong dialogs | Franklin Sobrinho |
2016-07-10 | Merge pull request #5618 from vnen/fix-openssl-conf | Rémi Verschelde |
2016-07-09 | Fix builtin OpenSSL configuration | George Marques |
2016-07-10 | LineEdit placeholder now accepts translated strings. | Ovnuniarchos |
2016-07-09 | Removed shortcut saving print | Paulb23 |
2016-07-09 | line/col label was changing size with each cursor move, forcing the GUI to re... | Juan Linietsky |
2016-07-09 | Merge pull request #5612 from TheHX/collision-polygon-plugin | Rémi Verschelde |
2016-07-09 | Fix CollisionPolygon gizmo showing error icons instead of the 3d handles | Franklin Sobrinho |
2016-07-09 | Changed tree so shift-selection skips folded children, closes #5515 | Juan Linietsky |
2016-07-09 | Merge pull request #5609 from eska014/help-search-titles | Rémi Verschelde |
2016-07-09 | Fix EditorSpatialGizmo virtual functions not being called | Franklin Sobrinho |
2016-07-09 | removed target_fps option, moved it to debug (it makes no sense for games). A... | Juan Linietsky |
2016-07-09 | Finally fixes the infamous bug #4444, hoping to never see you again. | Juan Linietsky |
2016-07-09 | properly generate tangents only upon request, closes #5580 | Juan Linietsky |
2016-07-09 | do not show help on multi node selection, array editing, etc, closes #5550 | Juan Linietsky |
2016-07-09 | Cleaned up preview generation thread, fixes #5499 | Juan Linietsky |
2016-07-09 | Fix help search dialog titles | eska |
2016-07-09 | Regenerate hardcoded Godot icon to match current one | Rémi Verschelde |
2016-07-09 | Merge pull request #5589 from akien-mga/pr-unused-var | Rémi Verschelde |
2016-07-09 | RichTextLabel: Fix adding raw text when bbcode is disabled | Rémi Verschelde |
2016-07-09 | Merge pull request #5480 from paper-pauper/blender-flake8 | Rémi Verschelde |
2016-07-09 | Flake8 compliance (except for unused variables) | Nobody Really |
2016-07-09 | Comma fix | Nobody Really |
2016-07-09 | Whitespace fix | Nobody Really |
2016-07-08 | Revert removing of function call in gd_parser | George Marques |
2016-07-09 | Merge pull request #5602 from akien-mga/pr-osx-fat-export | Rémi Verschelde |
2016-07-09 | OSX export: Default to fat format, make it an enum | Rémi Verschelde |
2016-07-08 | classref: Add docs for InputEvent* and InputMap | Rémi Verschelde |
2016-07-08 | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde |
2016-07-08 | classref: Fix descriptions indentation after #5588 | Rémi Verschelde |
2016-07-08 | Merge pull request #5601 from eska014/emscripten-mouse-pos | Rémi Verschelde |
2016-07-08 | Pass mouse position to Input singleton in web export | eska |
2016-07-08 | Merge pull request #5598 from TheHX/issue-5482 | Juan Linietsky |
2016-07-08 | Fix own world option of Viewport. | Franklin Sobrinho |
2016-07-08 | Merge pull request #5588 from J08nY/doctool-indentation | Rémi Verschelde |
2016-07-08 | save the editor state of the right scene instead of current | MarianoGNU |
2016-07-08 | Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410 | MarianoGNU |
2016-07-08 | Cleanup: drop ImportSettingsDialog, replaced by contextual actions | Rémi Verschelde |
2016-07-08 | Remove unused variables (fourth pass) + dead code | Rémi Verschelde |
2016-07-08 | Avoid crash if setting modifiers fails, closes #5158 | Juan Linietsky |
2016-07-08 | Modified webp source codes for godot | volzhs |
2016-07-08 | Update webp driver to 0.5.1 (upstream) | volzhs |
2016-07-08 | ScenesDock: Fix regression in tree generation | Rémi Verschelde |
2016-07-07 | remove warnings if a script is missing and can't be opened | Juan Linietsky |
2016-07-07 | do not allow removal of groups that come from instanced/inherited scene, clos... | Juan Linietsky |
2016-07-08 | Classref: update with new doctool indentation | J08nY |