Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-21 | Merge pull request #5836 from volzhs/issue-5830 | Rémi Verschelde | |
Remove "SMOOTH BEGIN?" message | |||
2016-07-21 | Merge pull request #5835 from volzhs/issue-5831 | Rémi Verschelde | |
Fix compile error if use android_stl=yes | |||
2016-07-21 | Remove "SMOOTH BEGIN?" message | volzhs | |
2016-07-21 | Fix compile error if use android_stl=yes | volzhs | |
2016-07-21 | Merge pull request #5829 from 29jm/master | Rémi Verschelde | |
Fix the rotation not updating in the inspector with Controls | |||
2016-07-21 | Merge pull request #5819 from hurikhan/android_getScreenDPI | Rémi Verschelde | |
Implement get_screen_dpi() on Android | |||
2016-07-21 | Merge pull request #5200 from neikeq/sc-CanvasItemEditor | Rémi Verschelde | |
Implement ShortCuts in CanvasItemEditor | |||
2016-07-20 | Fixed reloading of tool scripts within editor, they should work much better ↵ | Juan Linietsky | |
now, closes #3194 | |||
2016-07-21 | Implement missing ShortCuts in CanvasItemEditor | Ignacio Etcheverry | |
2016-07-21 | Fix the rotation not updating in the inspector with Controls | Johan Manuel | |
2016-07-20 | Implement get_screen_dpi() on Android | Mario Schlack | |
2016-07-19 | put text formats for resources and scenes as priority | Juan Linietsky | |
2016-07-19 | Fixed properly not save signals that already exist in their base scenes, ↵ | Juan Linietsky | |
closes #5656 | |||
2016-07-19 | WIP bugfix for existing connections | Juan Linietsky | |
2016-07-19 | classref: WIP improved docs for Node | Rémi Verschelde | |
Also clarified the purpose of Input.get_mouse_speed (see #1355) | |||
2016-07-19 | classref: Sync classes with source | Rémi Verschelde | |
2016-07-19 | Fix main scene not being saved when set via Play button | Rémi Verschelde | |
Fixes #1134 for real. Also tweaked the engine.cfg template and the preference order when browsing for the main scene. | |||
2016-07-19 | Revert "Homogeinize resource formats loaders/savers" | Rémi Verschelde | |
The text format definition needs to stay in `scene/` as it relies on other scene components, and `core/` must stay self-contained. This reverts commits a5e27503fd52589703d637d1245a023233a14a27 and 1492fd846073a4fa643365a8a5d4e021868c0e48. | |||
2016-07-19 | Merge pull request #5794 from TheHX/editor-settings-dialog | Rémi Verschelde | |
Keep selected section in Editor Settings when reopening the dialog | |||
2016-07-19 | Merge pull request #5793 from TheHX/issue-5722 | Rémi Verschelde | |
Fix Editor Settings dialog range editing by dragging and using the slider | |||
2016-07-19 | Merge pull request #5792 from neikeq/pr-issue-3868 | Rémi Verschelde | |
Label: Added `get_visible_line_count` method | |||
2016-07-19 | Merge pull request #5790 from neikeq/pr-issue-1149 | Rémi Verschelde | |
MenuButton: Fix event propagation with dialogs | |||
2016-07-19 | Merge pull request #5787 from akien-mga/pr-fix-warnings | Rémi Verschelde | |
Fix multichar character constant warning | |||
2016-07-19 | Merge pull request #5783 from TheHX/issue-5782 | Rémi Verschelde | |
Fix crash when dropping scene as a sibling of the root node | |||
2016-07-19 | Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-option | Rémi Verschelde | |
Script Editor: adding close all docs menu option | |||
2016-07-18 | Merge pull request #5731 from neikeq/pr-issue-5642 | Juan Linietsky | |
LineEdit: Fix rtl scrolling with mouse drag selection | |||
2016-07-18 | Always soft reload editor plugins. Closes #5273 | Juan Linietsky | |
2016-07-18 | Keep selected section in Editor Settings when reopening the dialog | Franklin Sobrinho | |
2016-07-18 | Fix Editor Settings dialog range editing by dragging and using the slider | Franklin Sobrinho | |
2016-07-18 | Label: Added `get_visible_line_count` method | Ignacio Etcheverry | |
2016-07-18 | Property convert images to RGBA before applying hq2x, fixes #5168 | Juan Linietsky | |
2016-07-18 | MenuButton: Fix event propagation with dialogs | Ignacio Etcheverry | |
2016-07-18 | remove GLU dependency, closes #3787 | Juan Linietsky | |
2016-07-18 | Properly transform sub-viewport input, closes #3580 | Juan Linietsky | |
2016-07-18 | properly fixed notificaitons for theme changed, closes #5774 | Juan Linietsky | |
2016-07-18 | Fix multichar character constant warning | Rémi Verschelde | |
Multi-character character constants are implementation defined, and therefore they are risky to use for use when trying to be compatible with so many different platforms. Fixes #2540. | |||
2016-07-18 | Revert "Change default extension to .tscn when import 3d scene" | Rémi Verschelde | |
Also adds a comment as to why this extension should not be changed. This commit reverts edf7082326526d76bfda095daa99e56317e30803. | |||
2016-07-18 | Fix crash when dropping scene as a sibling of the root node | Franklin Sobrinho | |
2016-07-18 | Script Editor: adding close all docs menu option | Siyuan Gao | |
2016-07-18 | Merge pull request #5780 from TheHX/script-editor-layout | Rémi Verschelde | |
Fix ScriptEditor don't saving the layout when opening a help page | |||
2016-07-18 | Merge pull request #5781 from vnen/create-node-base-icon | Rémi Verschelde | |
Add icon for root node in Create Dialog | |||
2016-07-18 | Add icon for root node in Create Dialog | George Marques | |
Close #5766 | |||
2016-07-18 | Fix ScriptEditor don't saving the layout when opening a help page | Franklin Sobrinho | |
- Use ScriptEditor::_update_script_names just once when re-creating the layout | |||
2016-07-18 | Merge pull request #5778 from volzhs/import-3d-scene-tscn | Rémi Verschelde | |
Change default extension to .tscn when import 3d scene | |||
2016-07-18 | Merge pull request #5777 from Paulb23/caret_stretching | Rémi Verschelde | |
Fixed caret width on tabs | |||
2016-07-18 | Merge pull request #5527 from djrm/color_picker_fixes | Rémi Verschelde | |
Color picker fixes | |||
2016-07-18 | Merge pull request #5383 from Ovnuniarchos/OptimizeOneWay | Rémi Verschelde | |
Optimized one-way collision loops. | |||
2016-07-18 | Change default extension to .tscn when import 3d scene | volzhs | |
2016-07-18 | Fixed caret width on tabs | Paulb23 | |
2016-07-18 | Add a function to notify font users that the font changed. Closes #5774 | Juan Linietsky | |