| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-03 | Fix editor crash after closing scene with certain types of nodes | Franklin Sobrinho | |
| 2015-12-02 | Merge pull request #2975 from neikeq/help_scroll_top | Rémi Verschelde | |
| Fix help view not scrolling to the top | |||
| 2015-12-02 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
| 2015-12-02 | -several fixes to Android to work better on Tegra 3/4 devices, uses 16 bits ↵ | Juan Linietsky | |
| FBOs so all 2D shader effects should now work in every single Android device. | |||
| 2015-12-02 | Fix help view not scrolling to the top | neikeq | |
| 2015-12-02 | Merge pull request #2973 from neikeq/fix_help_copy | Rémi Verschelde | |
| Fix RichTextLabel selection copying | |||
| 2015-12-02 | Fix RichTextLabel copy never called | neikeq | |
| 2015-12-01 | Merge pull request #2969 from neikeq/fix_bracket_complete | Rémi Verschelde | |
| Fix auto bracket completion disabled on newly open scripts | |||
| 2015-12-01 | Merge pull request #2968 from neikeq/line_duplicate | Rémi Verschelde | |
| Fix script editor not clonning down last line | |||
| 2015-12-01 | Fix script editor not clonning down last line | neikeq | |
| 2015-12-01 | ScriptTextEditor: fix auto bracket completion not enabled | neikeq | |
| 2015-12-01 | Merge pull request #2890 from neikeq/cl_select_children | Rémi Verschelde | |
| Allow selecting CanvasLayer children in canvas editor | |||
| 2015-12-01 | Merge pull request #2963 from akien-mga/pr-opus-arm-opt | Rémi Verschelde | |
| Enable opus ARM optimisations only on ARM | |||
| 2015-12-01 | Enable opus ARM optimisations only on ARM | Rémi Verschelde | |
| i.e. do not enable it for x86. Fixes #2962. | |||
| 2015-11-30 | Merge pull request #2938 from koalefant/master | Rémi Verschelde | |
| Break into GDScript debugger when new() fails | |||
| 2015-11-30 | Merge pull request #2955 from koalefant/missing-colon | Rémi Verschelde | |
| GDScript: fixed highlighting of the next line when colon is missing | |||
| 2015-11-29 | GDScript: fixed highlighting of the next line when colon is missing | koalefant | |
| 2015-11-29 | Merge pull request #2954 from koalefant/release-debug-release | Rémi Verschelde | |
| scons: enabled debug symbols for x11 when using platform=release_debug and debug_release=yes together | |||
| 2015-11-29 | Merge pull request #2953 from koalefant/png-leak | Rémi Verschelde | |
| Fixed leak when saving PNG-s | |||
| 2015-11-29 | Enabled debug symbols for x11 when using platform=release_debug and ↵ | koalefant | |
| debug_release=yes together | |||
| 2015-11-29 | Fixed leak when saving PNG-s | koalefant | |
| 2015-11-29 | Merge pull request #2951 from koalefant/text-editor | Rémi Verschelde | |
| Script Editor: automatic indentation after a colon | |||
| 2015-11-29 | Script Editor: automatic indentation after a colon | koalefant | |
| 2015-11-29 | Break into GDScript debugger when new() fails | admix | |
| 2015-11-29 | Merge pull request #2950 from bojidar-bg/reference-rect2-aabb | Rémi Verschelde | |
| Edit documentation for AABB and Rect2. | |||
| 2015-11-29 | Edit documentation for AABB and Rect2. | Bojidar Marinov | |
| Docs for AABB were already present, but had a few mistakes. | |||
| 2015-11-29 | Run -doctool on existing documentation | Bojidar Marinov | |
| Also, s/vecor/vector/ | |||
| 2015-11-29 | -orphan resource explorer dialog + tools menu | Juan Linietsky | |
| 2015-11-28 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
| 2015-11-28 | -Fixed bug with scene inheritance, should work again | Juan Linietsky | |
| -Proper .tscn and .tres parsing, should work, please test well! | |||
| 2015-11-28 | Merge pull request #2940 from TheHX/pr-error-message | Rémi Verschelde | |
| Fix error messages when closing the editor | |||
| 2015-11-28 | Fix message - ERROR: get_path: Condition ' !is_inside_tree() ' is true - ↵ | Franklin Sobrinho | |
| when closing the editor | |||
| 2015-11-28 | Merge pull request #2937 from koalefant/master | Rémi Verschelde | |
| fixed crash when creating new object with wrong number of arguments (rebased) | |||
| 2015-11-28 | fixed crash when creating new object with wrong number of arguments | admix | |
| 2015-11-28 | Merge pull request #2936 from TheHX/pr-container | Rémi Verschelde | |
| Add container automatic update when moving a child node | |||
| 2015-11-28 | Add container automatic update when moving a child node | Franklin Sobrinho | |
| 2015-11-28 | Merge pull request #2932 from TheHX/pr-editor-help-scroll | Rémi Verschelde | |
| Fix editor help scroll to result | |||
| 2015-11-27 | Fix editor help scroll to result | Franklin Sobrinho | |
| 2015-11-27 | Merge pull request #2927 from akien-mga/pr-references-okam | Rémi Verschelde | |
| Replace hardcoded references to Okam Studio by Godot Engine | |||
| 2015-11-27 | Merge pull request #2930 from vnen/cleaner-opus-build | Rémi Verschelde | |
| Clean up Opus build command arguments | |||
| 2015-11-27 | Remove redundant Opus directive definition | George Marques | |
| Clean up the build command line another extra bit. | |||
| 2015-11-27 | Remove Opus extra includes | George Marques | |
| Remove the extra directories to include that were needed by the Opus library. Now the lib includes more specific paths to avoid those. | |||
| 2015-11-27 | Update copyright header in ios xcode templates | Rémi Verschelde | |
| 2015-11-27 | Replace hardcoded references to Okam Studio by Godot Engine | Rémi Verschelde | |
| Since the engine development is now independent. Fixes #2836. | |||
| 2015-11-27 | Merge pull request #2926 from ↵ | Rémi Verschelde | |
| Magurosenbei/shader_language_function_validation_fix Bug Fix #2541: Shader language function validation logic | |||
| 2015-11-27 | Bug Fix #2541: Shader language function validation logic | Andrea Chua | |
| ensures that it finds the correct function to validate. | |||
| 2015-11-26 | Merge pull request #2891 from TheHX/fix_matrix_property | Rémi Verschelde | |
| Fix property editor Matrix3 and Matrix32 editing | |||
| 2015-11-26 | Merge pull request #2921 from est31/error_if_no_export_to | Rémi Verschelde | |
| Print error if no export destination has been passed | |||
| 2015-11-26 | Print error if no export destination has been passed | est31 | |
| 2015-11-26 | Merge pull request #2918 from TheHX/pr-function-parameters | Rémi Verschelde | |
| Add script auto-completion for function parameters | |||