| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-11-03 | make ConfigFile use OrderedHashMap | Karroffel | 3 | -10/+11 | |
| 2017-11-02 | SCons: make use_lto a global option and opt-in for iphone | Rémi Verschelde | 4 | -4/+7 | |
| Supersedes #12553, see discussion in #12552. | |||||
| 2017-11-02 | Fixed AnimationPlayer.get_autoplay() returning empty string | Rasmus Ketelsen | 1 | -1/+0 | |
| 2017-11-01 | -Modules can now add custom version info (added it for Mono) | Juan Linietsky | 8 | -11/+268 | |
| -Version string takes this version info -Ability to download templates from the interweb (listing does not work yet) | |||||
| 2017-11-02 | Fixed RichTextLabel::add_newline() #12564 | Zher Huei Lee | 1 | -1/+2 | |
| 2017-11-01 | Fix compilation on Visual Studio 2013 again. | scorched | 1 | -3/+3 | |
| 2017-11-01 | Select correct animation on creation of a new one | bncastle | 1 | -5/+3 | |
| - Select the correct animation when creating a new one. - Removed unneeded new_name variable. | |||||
| 2017-11-01 | Adding rumble support to ARVR controllers (if implemented on the ARVR interface) | Bastiaan Olij | 7 | -1/+73 | |
| 2017-11-01 | Fix to issue #12554, due to error in refactoring in PR #10261 | Cradmon | 1 | -3/+3 | |
| 2017-11-01 | Fix thread checking to queue instances for deletion | Ignacio Etcheverry | 2 | -3/+7 | |
| 2017-11-01 | Make sure gchandle bindings are released before cleanup | Ignacio Etcheverry | 2 | -0/+15 | |
| 2017-11-01 | Restores functionality of the use_compression flag in the Collada importer. | Saracen | 3 | -13/+17 | |
| 2017-10-31 | Proofreading: Change a usage of "specially" to "especially" | Robbie Cooper | 1 | -1/+1 | |
| See PR godotengine/godot-docs#561. This file generates documentation touched by that PR, so must be changed to stay in sync. I couldn't find any other usages in this repo that needed changing. I looked in all files matching *.cpp *.h *.md *.txt *.xml *.html *.rst. | |||||
| 2017-11-01 | Added String::dedent() to remove text indentation | Zher Huei Lee | 4 | -4/+54 | |
| This functions similarly to Python's textwrap.dedent() It's also been applied to doc_data.cpp to remove extra whitespace while parsing the XML. | |||||
| 2017-11-01 | Use mono_gc_wbarrier_set_arrayref for Array marshalling | Ignacio Etcheverry | 1 | -1/+1 | |
| 2017-10-31 | Some more harmonization of EditorSettings code | Rémi Verschelde | 2 | -41/+41 | |
| 2017-10-31 | Remove text on enter, issue 12494 | Paulb23 | 1 | -4/+3 | |
| 2017-10-31 | Ability to shrink 3D viewport by half | Juan Linietsky | 4 | -4/+66 | |
| 2017-10-31 | Clear text when a new action is added Project Settings Input Map | bncastle | 1 | -0/+1 | |
| When editing the Input Map under Project Settings: Clear the action name the 'Add' button is clicked and the action is successfully added. | |||||
| 2017-10-31 | Improved WASAPI driver logic when devices are connected or disconnected | Marcelo Fernandez | 3 | -16/+41 | |
| 2017-10-31 | Mono: support custom script templates. | Andreas Haas | 2 | -2/+71 | |
| Also fixes a bug that prevented methods like `duplicate()` from copying the source code. (Copied from GDScript implementation) | |||||
| 2017-10-31 | Reorder EditorSettings code for better legibility | Rémi Verschelde | 2 | -535/+530 | |
| No functional change, only moving stuff around. | |||||
| 2017-10-31 | Fix msbuild hint paths returning only the directory | Ignacio Etcheverry | 1 | -3/+3 | |
| 2017-10-31 | Fixed GitHub detection of license in LICENSE.txt file. | Christian Uldall Pedersen | 1 | -2/+0 | |
| Unfortunately licensee also looks at the COPYRIGHT.txt file and detects it as "other". GitHub therefore still doesn't add the correct license to the project. This is however a step in the right direction. Before: $ licensee LICENSE.txt License: Other Matched files: ["LICENSE.txt"] LICENSE.txt: Content hash: 8dd7a8f24846f434ce7fdb96f6440909b5469277 Attribution: Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. License: Other After: $ licensee LICENSE.txt License: MIT License Matched files: ["LICENSE.txt"] LICENSE.txt: Content hash: d64f3bb4282a97b37454b5bb96a8a264a3363dc3 Attribution: Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. Confidence: 100.00% Matcher: Licensee::Matchers::Exact License: MIT License | |||||
| 2017-10-31 | Revert "Fixes the selection rect in item_list drawn not clipped" | Rémi Verschelde | 1 | -0/+3 | |
| 2017-10-31 | Add screenshot to the README | Rémi Verschelde | 1 | -0/+2 | |
| 3D scene courtesy of @fracteed. | |||||
| 2017-10-31 | Use node name as default filename when attaching script. | Benjamin | 1 | -0/+8 | |
| When attaching a script to a node that isn't saved to a scene file, use its name as default filename. If the edited scene's root node *has* been saved to a file, use that directory. | |||||
| 2017-10-30 | Add viewport to the other SceneData struct. | Ferenc Arn | 1 | -0/+1 | |
| This was missed in #12288. | |||||
| 2017-10-30 | Remove Visual Studio for now from the external editors list | Ignacio Etcheverry | 2 | -7/+1 | |
| 2017-10-30 | Add option to use freelook with a toggle shortcut (like Blender) instead of ↵ | Marc Gilleron | 1 | -1/+17 | |
| holding RMB (like Unity) | |||||
| 2017-10-30 | Add Colemak keybindings to editor for osx | N0hbdy | 6 | -3/+29 | |
| 2017-10-30 | Added difference between function which return value or not | Захаров Андрей | 1 | -274/+289 | |
| Now ADDFUNC with suffix R add function with return value. It was changed because addfunc considers that the function doesn't return a value if it returns NIL. | |||||
| 2017-10-30 | Fix get_node() and $ autocompletion when using single quotes | Unknown | 4 | -2/+34 | |
| 2017-10-30 | Fix viewport margins drawn after swapping buffers | Pedro J. Estébanez | 1 | -2/+1 | |
| 2017-10-30 | Fix 'which' returning file without extension on Windows | Ignacio Etcheverry | 1 | -3/+3 | |
| 2017-10-30 | Clean up GI Probe baking, proper button and progress bar. | Juan Linietsky | 4 | -1/+59 | |
| 2017-10-30 | Implemented OS get_latin_keyboard_variant on x11 | Marcelo Fernandez | 2 | -0/+34 | |
| 2017-10-30 | [DOCS] Added documentation for OccluderPolygon2D | Henrique Campos | 1 | -0/+8 | |
| 2017-10-30 | Fix crash when click an empty tabs container | sanikoyes | 1 | -0/+7 | |
| 2017-10-30 | Add missing StyleBoxLine binding | sanikoyes | 1 | -0/+1 | |
| 2017-10-29 | Added multi level undo redo to line edit | Paulb23 | 2 | -31/+88 | |
| 2017-10-30 | Add support for non-ISO locale identifiers via renames map | Rémi Verschelde | 3 | -65/+75 | |
| Windows apparently uses "no" for Norwegian Bokmål, even though its ISO 639-1 language code is "nb"... Closes #12479. Also did some non-intrusive cleanup while at it. | |||||
| 2017-10-29 | Fix FrameworkPathOverride and assemblies path loop | Ignacio Etcheverry | 3 | -24/+35 | |
| 2017-10-29 | added support for paths with spaces for VSBUILDS | nicholasbuckner | 1 | -3/+7 | |
| There was a problem with MSBuild in that windows file paths end with a backslash, which was escaping the last of the double quotes which surround the $(ProjectDir) directive. This was fixed by removing the last backslash through changing it to $(ProjectDir.TrimEnd('\')). | |||||
| 2017-10-29 | Fixes keybord directionnal keys not moving nodes in the 2D editor | Gilles Roudiere | 1 | -26/+26 | |
| 2017-10-29 | Fix build with Python 3 on Windows | Matthias Hoelzl | 2 | -5/+11 | |
| 2017-10-29 | Fix typo in project manager | Rémi Verschelde | 37 | -37/+37 | |
| [ci skip] | |||||
| 2017-10-29 | Mono: Fix Windows build | Rémi Verschelde | 1 | -2/+2 | |
| 2017-10-29 | libpng: Cosmetic update to upstream 1.6.34 | Rémi Verschelde | 6 | -22/+22 | |
| No code change in the part we are using, it only affected contrib code. [ci skip] | |||||
| 2017-10-29 | Disable logging until the logs location is sorted out | Rémi Verschelde | 6 | -6/+18 | |
| Temporary workaround for #12277. | |||||
