| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-07-15 | i18n: Merge translations with synced template | Rémi Verschelde | 19 | -2572/+4128 | |
| 2016-07-15 | i18n: Sync template with current source | Rémi Verschelde | 2 | -121/+176 | |
| Also fix a space after : in a translated string. | |||||
| 2016-07-15 | i18n: Pull translations from Weblate | Rémi Verschelde | 11 | -478/+12846 | |
| Adds Bengali and Urdu (Pakistan) WIP translations. | |||||
| 2016-07-15 | Perform connect when double click a node on connecting signal window | volzhs | 1 | -0/+1 | |
| 2016-07-14 | Written AnimatedSprite, AnimatedSprite3D (unfinished) | Julian Murgia | 1 | -1/+21 | |
| 2016-07-14 | Added code editor zoom shortcuts | Paulb23 | 2 | -21/+39 | |
| 2016-07-14 | Fix binding of File::get_sha256() | George Marques | 1 | -1/+1 | |
| Fix #5698 | |||||
| 2016-07-14 | Fix classes.xml structure | George Marques | 1 | -16/+11 | |
| Fix the addition in #4854 which added elements in the wrong place. | |||||
| 2016-07-14 | Fix Orphan StringName on EditorAutoloadSettings class | Franklin Sobrinho | 2 | -3/+1 | |
| 2016-07-14 | added KDevelop project files to gitignore | Jakub Grzesik | 1 | -0/+3 | |
| 2016-07-14 | WinRT: Add missing license file for ANGLE | Rémi Verschelde | 2 | -213/+32 | |
| 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 | 82 | -30043/+0 | |
| Fixes #5252 | |||||
| 2016-07-13 | Fixed a crash in scenario where SSL is not available. | vamsi | 1 | -4/+1 | |
| 2016-07-13 | Removes AnimationPlayer renaming on import. | Saracen | 1 | -1/+0 | |
| 2016-07-12 | Bump version to 2.1-beta \o/ | Rémi Verschelde | 1 | -1/+1 | |
| 2016-07-11 | Downloaded templates from project manager can now be installed. | Juan Linietsky | 4 | -32/+214 | |
| 2016-07-11 | Fix "Play custom scene" keyboard shortcut | Franklin Sobrinho | 1 | -1/+2 | |
| 2016-07-11 | Removed duplicate color | Paulb23 | 1 | -1/+0 | |
| 2016-07-11 | Update textedit docs with colors, show line number and highlight all occurences | Paulb23 | 1 | -0/+40 | |
| 2016-07-11 | Expose highlight all occurrences | Paulb23 | 2 | -0/+9 | |
| 2016-07-11 | Expose show line numbers | Paulb23 | 2 | -1/+11 | |
| 2016-07-11 | Expose colors to theme | Paulb23 | 1 | -0/+7 | |
| 2016-07-11 | Added completion font colors | Paulb23 | 5 | -1/+7 | |
| 2016-07-11 | Added completion scroll color | Paulb23 | 3 | -0/+4 | |
| 2016-07-11 | Fix crash in FileAccessJAndroid::file_exists (does not free local ref) | sanikoyes | 1 | -1/+3 | |
| 2016-07-10 | Conversion function for screen coords to local Canvas coords | Kyle Luce | 3 | -0/+28 | |
| - 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-10 | Fix tree drawing the pressed stylebox in all buttons in the column | Franklin Sobrinho | 1 | -1/+1 | |
| 2016-07-10 | Fix crash on asset lib install | George Marques | 3 | -3/+8 | |
| This is not the perfect solution, but fixes the crash and avoid a dependency on EditorNode. | |||||
| 2016-07-10 | As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENES | Juan Linietsky | 1 | -1/+1 | |
| 2016-07-10 | Remove Better Collada Exporter, now in its own repo | Rémi Verschelde | 4 | -2702/+0 | |
| See https://github.com/godotengine/collada-exporter for the new upstream location. | |||||
| 2016-07-10 | Add function to get the list of samples, closes #5561 | Juan Linietsky | 2 | -3/+20 | |
| 2016-07-10 | Allow semicolon after 'pass' keyword | George Marques | 1 | -0/+4 | |
| 2016-07-10 | Fixed highlight all occurrences highlighing highlighted section | Paulb23 | 1 | -0/+6 | |
| 2016-07-10 | Fix custom types showing on wrong dialogs | Franklin Sobrinho | 3 | -9/+11 | |
| * The custom types are visible when the dialog is shown | |||||
| 2016-07-09 | Fix builtin OpenSSL configuration | George Marques | 1 | -2/+7 | |
| Fixes a bug that happens on Windows 64-bits. | |||||
| 2016-07-10 | LineEdit placeholder now accepts translated strings. | Ovnuniarchos | 1 | -1/+2 | |
| 2016-07-09 | Removed shortcut saving print | Paulb23 | 1 | -1/+0 | |
| 2016-07-09 | line/col label was changing size with each cursor move, forcing the GUI to ↵ | Juan Linietsky | 3 | -2/+8 | |
| resize upwards and costing considerably CPU usage. It has been changed so it won't resize the UI when modified. This will make the code editor feel a lot smoother. | |||||
| 2016-07-09 | Fix CollisionPolygon gizmo showing error icons instead of the 3d handles | Franklin Sobrinho | 1 | -1/+1 | |
| 2016-07-09 | Changed tree so shift-selection skips folded children, closes #5515 | Juan Linietsky | 2 | -5/+5 | |
| 2016-07-09 | Fix EditorSpatialGizmo virtual functions not being called | Franklin Sobrinho | 2 | -4/+12 | |
| * Bind EditorSpatialGizmo::clear method | |||||
| 2016-07-09 | removed target_fps option, moved it to debug (it makes no sense for games). ↵ | Juan Linietsky | 1 | -2/+10 | |
| Added a frame_delay option for games that don't want to use the CPU fully. | |||||
| 2016-07-09 | Finally fixes the infamous bug #4444, hoping to never see you again. | Juan Linietsky | 1 | -0/+9 | |
| Closes #4444. | |||||
| 2016-07-09 | properly generate tangents only upon request, closes #5580 | Juan Linietsky | 1 | -1/+1 | |
| 2016-07-09 | do not show help on multi node selection, array editing, etc, closes #5550 | Juan Linietsky | 1 | -5/+10 | |
| 2016-07-09 | Cleaned up preview generation thread, fixes #5499 | Juan Linietsky | 1 | -62/+70 | |
| 2016-07-09 | Fix help search dialog titles | eska | 1 | -1/+2 | |
| 2016-07-09 | Regenerate hardcoded Godot icon to match current one | Rémi Verschelde | 1 | -4/+1386 | |
| Used `xxd -i icon64.png data.h` to get the raw array from a 64x64 export of the SVG icon. Also improved the formatting of the splash array to avoid having 65k char-long lines. | |||||
| 2016-07-09 | RichTextLabel: Fix adding raw text when bbcode is disabled | Rémi Verschelde | 1 | -5/+6 | |
| Fixes #5605. | |||||
| 2016-07-09 | Flake8 compliance (except for unused variables) | Nobody Really | 3 | -693/+1086 | |
