| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set default destination filename of imported font to be input font filename | Julian Murgia - StraToN | 2015-12-04 | 1 | -0/+4 |
| | | | | | if destination filename was ".fnt" (ie. no filename set by user) | ||||
| * | Merge pull request #2987 from neikeq/fix_save_empty | Rémi Verschelde | 2015-12-04 | 1 | -1/+1 |
| |\ | | | | | Fix 'Save Scene' doing nothing on new scenes | ||||
| | * | Fix 'Save Scene' doing nothing on new scenes | neikeq | 2015-12-04 | 1 | -1/+1 |
| |/ | |||||
| * | missing pngs | Juan Linietsky | 2015-12-04 | 3 | -0/+0 |
| | | |||||
| * | -Missing files in new webp version | Juan Linietsky | 2015-12-04 | 68 | -0/+22829 |
| | | |||||
| * | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-04 | 2 | -6/+6 |
| |\ | |||||
| | * | Merge pull request #2981 from TheHX/pr-editor-crash | Rémi Verschelde | 2015-12-03 | 1 | -0/+4 |
| | |\ | | | | | | | Fix editor crash after closing scene with certain types of nodes | ||||
| | | * | Fix editor crash after closing scene with certain types of nodes | Franklin Sobrinho | 2015-12-03 | 1 | -0/+4 |
| | |/ | |||||
| | * | Merge pull request #2975 from neikeq/help_scroll_top | Rémi Verschelde | 2015-12-02 | 1 | -6/+2 |
| | |\ | | | | | | | Fix help view not scrolling to the top | ||||
| | | * | Fix help view not scrolling to the top | neikeq | 2015-12-02 | 1 | -6/+2 |
| | | | | |||||
| * | | | -Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the ↵ | Juan Linietsky | 2015-12-04 | 167 | -10945/+44584 |
| |/ / | | | | | | | | | | | process. Keeping old version just in case for now. -Added ability to convert xml and tscn scenes to binary on export, makes loading of larger scenes faster | ||||
| * | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-02 | 1 | -1/+1 |
| |\ \ | |||||
| | * \ | Merge pull request #2973 from neikeq/fix_help_copy | Rémi Verschelde | 2015-12-02 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | Fix RichTextLabel selection copying | ||||
| | | * | | Fix RichTextLabel copy never called | neikeq | 2015-12-02 | 1 | -1/+1 |
| | | |/ | |||||
| * | / | -several fixes to Android to work better on Tegra 3/4 devices, uses 16 bits ↵ | Juan Linietsky | 2015-12-02 | 11 | -8/+59 |
| |/ / | | | | | | | FBOs so all 2D shader effects should now work in every single Android device. | ||||
| * | | Merge pull request #2969 from neikeq/fix_bracket_complete | Rémi Verschelde | 2015-12-01 | 1 | -0/+1 |
| |\ \ | | | | | | | Fix auto bracket completion disabled on newly open scripts | ||||
| | * | | ScriptTextEditor: fix auto bracket completion not enabled | neikeq | 2015-12-01 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge pull request #2968 from neikeq/line_duplicate | Rémi Verschelde | 2015-12-01 | 1 | -2/+2 |
| |\ \ \ | |_|/ |/| | | Fix script editor not clonning down last line | ||||
| | * | | Fix script editor not clonning down last line | neikeq | 2015-12-01 | 1 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #2890 from neikeq/cl_select_children | Rémi Verschelde | 2015-12-01 | 1 | -9/+3 |
| |\ \ | | | | | | | Allow selecting CanvasLayer children in canvas editor | ||||
| | * | | Allow selecting CanvasLayer children in canvas editor | neikeq | 2015-11-23 | 1 | -9/+3 |
| | | | | |||||
| * | | | Merge pull request #2963 from akien-mga/pr-opus-arm-opt | Rémi Verschelde | 2015-12-01 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | Enable opus ARM optimisations only on ARM | ||||
| | * | | | Enable opus ARM optimisations only on ARM | Rémi Verschelde | 2015-12-01 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | i.e. do not enable it for x86. Fixes #2962. | ||||
| * | | | | Merge pull request #2938 from koalefant/master | Rémi Verschelde | 2015-11-30 | 2 | -8/+8 |
| |\ \ \ \ | | | | | | | | | | | Break into GDScript debugger when new() fails | ||||
| | * | | | | Break into GDScript debugger when new() fails | admix | 2015-11-29 | 2 | -8/+8 |
| | | | | | | |||||
| * | | | | | Merge pull request #2955 from koalefant/missing-colon | Rémi Verschelde | 2015-11-30 | 1 | -2/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | GDScript: fixed highlighting of the next line when colon is missing | ||||
| | * | | | | | GDScript: fixed highlighting of the next line when colon is missing | koalefant | 2015-11-29 | 1 | -2/+4 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2954 from koalefant/release-debug-release | Rémi Verschelde | 2015-11-29 | 1 | -0/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | scons: enabled debug symbols for x11 when using platform=release_debug and debug_release=yes together | ||||
| | * | | | | | Enabled debug symbols for x11 when using platform=release_debug and ↵ | koalefant | 2015-11-29 | 1 | -0/+2 |
| | |/ / / / | | | | | | | | | | | | | | | | debug_release=yes together | ||||
| * | | | | | Merge pull request #2953 from koalefant/png-leak | Rémi Verschelde | 2015-11-29 | 1 | -0/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixed leak when saving PNG-s | ||||
| | * | | | | | Fixed leak when saving PNG-s | koalefant | 2015-11-29 | 1 | -0/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2951 from koalefant/text-editor | Rémi Verschelde | 2015-11-29 | 3 | -1/+15 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Script Editor: automatic indentation after a colon | ||||
| | * | | | | Script Editor: automatic indentation after a colon | koalefant | 2015-11-29 | 3 | -1/+15 |
| |/ / / / | |||||
| * | | | | Merge pull request #2950 from bojidar-bg/reference-rect2-aabb | Rémi Verschelde | 2015-11-29 | 1 | -10/+29 |
| |\ \ \ \ | | | | | | | | | | | Edit documentation for AABB and Rect2. | ||||
| | * | | | | Edit documentation for AABB and Rect2. | Bojidar Marinov | 2015-11-29 | 1 | -5/+18 |
| | | | | | | | | | | | | | | | | | | | | | Docs for AABB were already present, but had a few mistakes. | ||||
| | * | | | | Run -doctool on existing documentation | Bojidar Marinov | 2015-11-29 | 1 | -5/+11 |
| |/ / / / | | | | | | | | | | | | | Also, s/vecor/vector/ | ||||
| * | | | | -orphan resource explorer dialog + tools menu | Juan Linietsky | 2015-11-29 | 4 | -1/+226 |
| | | | | | |||||
| * | | | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-11-28 | 261 | -1068/+1165 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge pull request #2940 from TheHX/pr-error-message | Rémi Verschelde | 2015-11-28 | 1 | -1/+0 |
| | |\ \ \ \ | | | | | | | | | | | | | Fix error messages when closing the editor | ||||
| | | * | | | | Fix message - ERROR: get_path: Condition ' !is_inside_tree() ' is true - ↵ | Franklin Sobrinho | 2015-11-28 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | when closing the editor | ||||
| | * | | | | | Merge pull request #2937 from koalefant/master | Rémi Verschelde | 2015-11-28 | 1 | -1/+4 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | fixed crash when creating new object with wrong number of arguments (rebased) | ||||
| | | * | | | | | fixed crash when creating new object with wrong number of arguments | admix | 2015-11-28 | 1 | -1/+4 |
| | |/ / / / / | |||||
| | * | | | | | Merge pull request #2936 from TheHX/pr-container | Rémi Verschelde | 2015-11-28 | 2 | -0/+9 |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | Add container automatic update when moving a child node | ||||
| | | * | | | | Add container automatic update when moving a child node | Franklin Sobrinho | 2015-11-28 | 2 | -0/+9 |
| | |/ / / / | |||||
| | * | | | | Merge pull request #2932 from TheHX/pr-editor-help-scroll | Rémi Verschelde | 2015-11-28 | 2 | -2/+3 |
| | |\ \ \ \ | | | | | | | | | | | | | Fix editor help scroll to result | ||||
| | | * | | | | Fix editor help scroll to result | Franklin Sobrinho | 2015-11-27 | 2 | -2/+3 |
| | | | | | | | |||||
| | * | | | | | Merge pull request #2927 from akien-mga/pr-references-okam | Rémi Verschelde | 2015-11-27 | 9 | -21/+63 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Replace hardcoded references to Okam Studio by Godot Engine | ||||
| | | * | | | | | Update copyright header in ios xcode templates | Rémi Verschelde | 2015-11-27 | 2 | -14/+56 |
| | | | | | | | | |||||
| | | * | | | | | Replace hardcoded references to Okam Studio by Godot Engine | Rémi Verschelde | 2015-11-27 | 7 | -7/+7 |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Since the engine development is now independent. Fixes #2836. | ||||
| | * | | | | | Merge pull request #2930 from vnen/cleaner-opus-build | Rémi Verschelde | 2015-11-27 | 236 | -1000/+995 |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | Clean up Opus build command arguments | ||||
