summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-15Added documentation for color picker raw modeDaniel J. Ramirez
2016-07-15Color 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-15Merge pull request #5702 from Paulb23/zoom_shortcutsRémi Verschelde
Added code editor zoom shortcuts
2016-07-15Merge pull request #5705 from StraToN/doc-updateRémi Verschelde
Docs-update: AnimatedSprite, AnimatedSprite3D (unfinished)
2016-07-15i18n: Merge translations with synced templateRémi Verschelde
2016-07-15i18n: Sync template with current sourceRémi Verschelde
Also fix a space after : in a translated string.
2016-07-15i18n: Pull translations from WeblateRémi Verschelde
Adds Bengali and Urdu (Pakistan) WIP translations.
2016-07-15Merge pull request #5715 from volzhs/issue-5659Rémi Verschelde
Perform connect when double click a node on connecting signal window
2016-07-15Perform connect when double click a node on connecting signal windowvolzhs
2016-07-14Written AnimatedSprite, AnimatedSprite3D (unfinished)Julian Murgia
2016-07-14Added code editor zoom shortcutsPaulb23
2016-07-14Merge pull request #5697 from TheHX/issue-5664Rémi Verschelde
Fix Orphan StringName on EditorAutoloadSettings class
2016-07-14Fix binding of File::get_sha256()George Marques
Fix #5698
2016-07-14Fix classes.xml structureGeorge Marques
Fix the addition in #4854 which added elements in the wrong place.
2016-07-14Fix Orphan StringName on EditorAutoloadSettings classFranklin Sobrinho
2016-07-14Merge pull request #5689 from kubecz3k/masterRémi Verschelde
added KDevelop project files to gitignore file
2016-07-14added KDevelop project files to gitignoreJakub Grzesik
2016-07-14Merge pull request #5592 from volzhs/libwebp-0.5.1Rémi Verschelde
Update webp driver to 0.5.1
2016-07-14WinRT: Add missing license file for ANGLERémi Verschelde
Also drop the unused "All rights reserved" FunctionDiscoveryKeys_devpkey.h Fixes #4859.
2016-07-14Drop obsolete "webpold" backup of previous webp versionRémi Verschelde
Fixes #5252
2016-07-13Fixed a crash in scenario where SSL is not available.vamsi
2016-07-13Merge pull request #5677 from SaracenOne/animation_import_fixJuan Linietsky
Removes AnimationPlayer renaming on import.
2016-07-13Removes AnimationPlayer renaming on import.Saracen
2016-07-12Bump version to 2.1-beta \o/Rémi Verschelde
2016-07-12Merge pull request #5615 from Paulb23/shortcut_save_printRémi Verschelde
Removed shortcut saving print
2016-07-12Merge pull request #5638 from TheHX/tree-buttonsRémi Verschelde
Fix tree drawing the pressed stylebox in all buttons in the column
2016-07-12Merge pull request #5641 from sanikoyes/Pr-fix-android-crashRémi Verschelde
Fix crash in FileAccessJAndroid::file_exists (does not free local ref)
2016-07-12Merge pull request #5648 from Paulb23/completion_box_colorsRémi Verschelde
Added Completion box colors. Exposed show line numbers, highlight all occurrences, and updated theme.
2016-07-11Downloaded templates from project manager can now be installed.Juan Linietsky
2016-07-11Merge pull request #5650 from TheHX/issue-5643Rémi Verschelde
Fix "Play custom scene" keyboard shortcut
2016-07-11Fix "Play custom scene" keyboard shortcutFranklin Sobrinho
2016-07-11Removed duplicate colorPaulb23
2016-07-11Update textedit docs with colors, show line number and highlight all occurencesPaulb23
2016-07-11Expose highlight all occurrencesPaulb23
2016-07-11Expose show line numbersPaulb23
2016-07-11Expose colors to themePaulb23
2016-07-11Added completion font colorsPaulb23
2016-07-11Added completion scroll colorPaulb23
2016-07-11Merge pull request #4854 from Razzlegames/screenToLocalJuan Linietsky
Conversion function for screen coords to local Canvas coords
2016-07-11Fix crash in FileAccessJAndroid::file_exists (does not free local ref)sanikoyes
2016-07-10Conversion function for screen coords to local Canvas coordsKyle 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-11Merge pull request #5634 from vnen/assetlib-map-crashRémi Verschelde
Fix crash on asset lib install
2016-07-10Fix tree drawing the pressed stylebox in all buttons in the columnFranklin Sobrinho
2016-07-10Fix crash on asset lib installGeorge Marques
This is not the perfect solution, but fixes the crash and avoid a dependency on EditorNode.
2016-07-10Merge pull request #5627 from Paulb23/fixed_highlighting_highlighted_sectionRémi Verschelde
Fixed highlight all occurrences highlighing highlighted section
2016-07-10As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENESJuan Linietsky
2016-07-10Merge pull request #5385 from volzhs/autosave-androidJuan Linietsky
Fix autosave when run on remote device
2016-07-10Merge pull request #5421 from MarianoGnu/issuesJuan Linietsky
Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410
2016-07-10Remove Better Collada Exporter, now in its own repoRémi Verschelde
See https://github.com/godotengine/collada-exporter for the new upstream location.
2016-07-10Merge pull request #5559 from Hinsbart/connected_joystickspunto-
Input: add get_connected_joysticks() method.