Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-15 | Added documentation for color picker raw mode | Daniel J. Ramirez | |
2016-07-15 | Color picker fixes: | Daniel J. Ramirez | |
- fixed alpha channel slider range in raw mode to go from 0 to 1 fixes #4396 - fixed HS bars going outside the control area - fixed color text field changing to hex mode even if script mode was selected | |||
2016-07-15 | Merge pull request #5702 from Paulb23/zoom_shortcuts | Rémi Verschelde | |
Added code editor zoom shortcuts | |||
2016-07-15 | Merge pull request #5705 from StraToN/doc-update | Rémi Verschelde | |
Docs-update: AnimatedSprite, AnimatedSprite3D (unfinished) | |||
2016-07-15 | i18n: Merge translations with synced template | Rémi Verschelde | |
2016-07-15 | i18n: Sync template with current source | Rémi Verschelde | |
Also fix a space after : in a translated string. | |||
2016-07-15 | i18n: Pull translations from Weblate | Rémi Verschelde | |
Adds Bengali and Urdu (Pakistan) WIP translations. | |||
2016-07-15 | Merge pull request #5715 from volzhs/issue-5659 | Rémi Verschelde | |
Perform connect when double click a node on connecting signal window | |||
2016-07-15 | Perform connect when double click a node on connecting signal window | volzhs | |
2016-07-14 | Written AnimatedSprite, AnimatedSprite3D (unfinished) | Julian Murgia | |
2016-07-14 | Added code editor zoom shortcuts | Paulb23 | |
2016-07-14 | Merge pull request #5697 from TheHX/issue-5664 | Rémi Verschelde | |
Fix Orphan StringName on EditorAutoloadSettings class | |||
2016-07-14 | Fix binding of File::get_sha256() | George Marques | |
Fix #5698 | |||
2016-07-14 | Fix classes.xml structure | George Marques | |
Fix the addition in #4854 which added elements in the wrong place. | |||
2016-07-14 | Fix Orphan StringName on EditorAutoloadSettings class | Franklin Sobrinho | |
2016-07-14 | Merge pull request #5689 from kubecz3k/master | Rémi Verschelde | |
added KDevelop project files to gitignore file | |||
2016-07-14 | added KDevelop project files to gitignore | Jakub Grzesik | |
2016-07-14 | Merge pull request #5592 from volzhs/libwebp-0.5.1 | Rémi Verschelde | |
Update webp driver to 0.5.1 | |||
2016-07-14 | WinRT: Add missing license file for ANGLE | Rémi Verschelde | |
Also drop the unused "All rights reserved" FunctionDiscoveryKeys_devpkey.h Fixes #4859. | |||
2016-07-14 | Drop obsolete "webpold" backup of previous webp version | Rémi Verschelde | |
Fixes #5252 | |||
2016-07-13 | Fixed a crash in scenario where SSL is not available. | vamsi | |
2016-07-13 | Merge pull request #5677 from SaracenOne/animation_import_fix | Juan Linietsky | |
Removes AnimationPlayer renaming on import. | |||
2016-07-13 | Removes AnimationPlayer renaming on import. | Saracen | |
2016-07-12 | Bump version to 2.1-beta \o/ | Rémi Verschelde | |
2016-07-12 | Merge pull request #5615 from Paulb23/shortcut_save_print | Rémi Verschelde | |
Removed shortcut saving print | |||
2016-07-12 | Merge pull request #5638 from TheHX/tree-buttons | Rémi Verschelde | |
Fix tree drawing the pressed stylebox in all buttons in the column | |||
2016-07-12 | Merge pull request #5641 from sanikoyes/Pr-fix-android-crash | Rémi Verschelde | |
Fix crash in FileAccessJAndroid::file_exists (does not free local ref) | |||
2016-07-12 | Merge pull request #5648 from Paulb23/completion_box_colors | Rémi Verschelde | |
Added Completion box colors. Exposed show line numbers, highlight all occurrences, and updated theme. | |||
2016-07-11 | Downloaded templates from project manager can now be installed. | Juan Linietsky | |
2016-07-11 | Merge pull request #5650 from TheHX/issue-5643 | Rémi Verschelde | |
Fix "Play custom scene" keyboard shortcut | |||
2016-07-11 | Fix "Play custom scene" keyboard shortcut | Franklin Sobrinho | |
2016-07-11 | Removed duplicate color | Paulb23 | |
2016-07-11 | Update textedit docs with colors, show line number and highlight all occurences | Paulb23 | |
2016-07-11 | Expose highlight all occurrences | Paulb23 | |
2016-07-11 | Expose show line numbers | Paulb23 | |
2016-07-11 | Expose colors to theme | Paulb23 | |
2016-07-11 | Added completion font colors | Paulb23 | |
2016-07-11 | Added completion scroll color | Paulb23 | |
2016-07-11 | Merge pull request #4854 from Razzlegames/screenToLocal | Juan Linietsky | |
Conversion function for screen coords to local Canvas coords | |||
2016-07-11 | Fix crash in FileAccessJAndroid::file_exists (does not free local ref) | sanikoyes | |
2016-07-10 | Conversion function for screen coords to local Canvas coords | Kyle Luce | |
- Useful if you need to Convert screen coords to the coordinate space of a CanvasItem, but don't have an associated InputEvent to use in #make_event_local. For example, if you have a particular point on the screen you'd like to project into World Space, for various reasons, you would use this function on the root of the scene. This is analogous to ray casting from screen space in 3D. | |||
2016-07-11 | Merge pull request #5634 from vnen/assetlib-map-crash | Rémi Verschelde | |
Fix crash on asset lib install | |||
2016-07-10 | Fix tree drawing the pressed stylebox in all buttons in the column | Franklin Sobrinho | |
2016-07-10 | Fix crash on asset lib install | George Marques | |
This is not the perfect solution, but fixes the crash and avoid a dependency on EditorNode. | |||
2016-07-10 | Merge pull request #5627 from Paulb23/fixed_highlighting_highlighted_section | Rémi Verschelde | |
Fixed highlight all occurrences highlighing highlighted section | |||
2016-07-10 | As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENES | Juan Linietsky | |
2016-07-10 | Merge pull request #5385 from volzhs/autosave-android | Juan Linietsky | |
Fix autosave when run on remote device | |||
2016-07-10 | Merge pull request #5421 from MarianoGnu/issues | Juan Linietsky | |
Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410 | |||
2016-07-10 | Remove Better Collada Exporter, now in its own repo | Rémi Verschelde | |
See https://github.com/godotengine/collada-exporter for the new upstream location. | |||
2016-07-10 | Merge pull request #5559 from Hinsbart/connected_joysticks | punto- | |
Input: add get_connected_joysticks() method. |