Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-31 | Proofreading: Change a usage of "specially" to "especially" | Robbie Cooper | |
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-10-31 | Ability to shrink 3D viewport by half | Juan Linietsky | |
2017-10-31 | Merge pull request #12535 from neikeq/wtf··· | Ignacio Etcheverry | |
Fix msbuild hint paths returning only the directory | |||
2017-10-31 | Fix msbuild hint paths returning only the directory | Ignacio Etcheverry | |
2017-10-31 | Merge pull request #12531 from uldall/master | Rémi Verschelde | |
Fixed GitHub detection of license in LICENSE.txt file. | |||
2017-10-31 | Fixed GitHub detection of license in LICENSE.txt file. | Christian Uldall Pedersen | |
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 | Merge pull request #12530 from ↵ | Rémi Verschelde | |
godotengine/revert-12351-fix_item_list_selection_clipping Revert "Fixes the selection rect in item_list drawn not clipped" | |||
2017-10-31 | Revert "Fixes the selection rect in item_list drawn not clipped" | Rémi Verschelde | |
2017-10-31 | Add screenshot to the README | Rémi Verschelde | |
3D scene courtesy of @fracteed. | |||
2017-10-31 | Use node name as default filename when attaching script. | Benjamin | |
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-31 | Merge pull request #12499 from Zylann/freelook_toggle_mode | Rémi Verschelde | |
Add option to use freelook with a toggle shortcut | |||
2017-10-30 | Merge pull request #12526 from tagcup/ubo_fix | Juan Linietsky | |
Add viewport to the other SceneData struct. | |||
2017-10-30 | Add viewport to the other SceneData struct. | Ferenc Arn | |
This was missed in #12288. | |||
2017-10-30 | Merge pull request #12525 from neikeq/wololo | Rémi Verschelde | |
Remove Visual Studio for now from the external editors list | |||
2017-10-30 | Merge pull request #12523 from RandomShaper/fix-margins-drawn-too-late | Juan Linietsky | |
Fix viewport margins drawn after swapping buffers | |||
2017-10-30 | Remove Visual Studio for now from the external editors list | Ignacio Etcheverry | |
2017-10-30 | Merge pull request #12288 from tagcup/expose_viewport_size | Juan Linietsky | |
Expose VIEWPORT_SIZE in shader language. | |||
2017-10-30 | Merge pull request #12268 from AlexHolly/fix-lineedit-selection | Rémi Verschelde | |
Fix LineEdit drag selection to the left | |||
2017-10-30 | Add option to use freelook with a toggle shortcut (like Blender) instead of ↵ | Marc Gilleron | |
holding RMB (like Unity) | |||
2017-10-30 | Merge pull request #12351 from groud/fix_item_list_selection_clipping | Rémi Verschelde | |
Fixes the selection rect in item_list drawn not clipped | |||
2017-10-30 | Merge pull request #12363 from groud/implement_guides | Rémi Verschelde | |
Implement 2D editor guides | |||
2017-10-30 | Add Colemak keybindings to editor for osx | N0hbdy | |
2017-10-30 | Added difference between function which return value or not | Захаров Андрей | |
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 | Merge pull request #12471 from mhilbrunner/autocomplete | Rémi Verschelde | |
Fix get_node() and $ autocompletion when using single quotes | |||
2017-10-30 | Fix get_node() and $ autocompletion when using single quotes | Unknown | |
2017-10-30 | Merge pull request #12517 from marcelofg55/x11_kbd_variant | Rémi Verschelde | |
Implemented OS get_latin_keyboard_variant on x11 | |||
2017-10-30 | Fix viewport margins drawn after swapping buffers | Pedro J. Estébanez | |
2017-10-30 | Merge pull request #12522 from neikeq/where.exe-is-a-liar | Rémi Verschelde | |
Fix 'which' returning file without extension on Windows | |||
2017-10-30 | Fix 'which' returning file without extension on Windows | Ignacio Etcheverry | |
2017-10-30 | Clean up GI Probe baking, proper button and progress bar. | Juan Linietsky | |
2017-10-30 | Merge pull request #12484 from pigdevstudio/docs-occluder-polygon-2d | Rémi Verschelde | |
[DOCS] Added documentation for OccluderPolygon2D [ci skip] | |||
2017-10-30 | Merge pull request #12511 from sanikoyes/pr-fix-tabs-crash | Rémi Verschelde | |
Fix crash when click an empty tabs container | |||
2017-10-30 | Implemented OS get_latin_keyboard_variant on x11 | Marcelo Fernandez | |
2017-10-30 | [DOCS] Added documentation for OccluderPolygon2D | Henrique Campos | |
2017-10-30 | Fix crash when click an empty tabs container | sanikoyes | |
2017-10-30 | Merge pull request #12508 from sanikoyes/pr-missing-StyleBoxLine | Rémi Verschelde | |
Add missing StyleBoxLine binding [ci skip] | |||
2017-10-30 | Add missing StyleBoxLine binding | sanikoyes | |
2017-10-30 | Merge pull request #12467 from marcelofg55/emscripten_detect | Rémi Verschelde | |
Detect javascript platform using EMSCRIPTEN env as well [ci skip] | |||
2017-10-30 | Merge pull request #12489 from groud/fix_moving_control_with_direction_key | Rémi Verschelde | |
Fixes keybord directionnal keys not moving nodes in the 2D editor | |||
2017-10-30 | Merge pull request #12495 from Paulb23/line_edit_multi_level_undo | Rémi Verschelde | |
Added multi level undo redo to line edit | |||
2017-10-30 | Merge pull request #12492 from akien-mga/locale-no | Rémi Verschelde | |
Add support for non-ISO "no" locale on Windows | |||
2017-10-29 | Added multi level undo redo to line edit | Paulb23 | |
2017-10-30 | Add support for non-ISO locale identifiers via renames map | Rémi Verschelde | |
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 | Merge pull request #12491 from neikeq/waitasecond··· | Ignacio Etcheverry | |
Fix FrameworkPathOverride and assemblies path loop | |||
2017-10-29 | Fix FrameworkPathOverride and assemblies path loop | Ignacio Etcheverry | |
2017-10-29 | Merge pull request #12490 from nbcks/master | Rémi Verschelde | |
added support for paths with spaces for VSBUILDS | |||
2017-10-29 | added support for paths with spaces for VSBUILDS | nicholasbuckner | |
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 | |
2017-10-29 | Merge pull request #12485 from hoelzl/pr-python3-build | Rémi Verschelde | |
Fix build with Python 3 on Windows | |||
2017-10-29 | Fix build with Python 3 on Windows | Matthias Hoelzl | |