summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-31Proofreading: 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-31Ability to shrink 3D viewport by halfJuan Linietsky
2017-10-31Merge pull request #12535 from neikeq/wtf···Ignacio Etcheverry
Fix msbuild hint paths returning only the directory
2017-10-31Fix msbuild hint paths returning only the directoryIgnacio Etcheverry
2017-10-31Merge pull request #12531 from uldall/masterRémi Verschelde
Fixed GitHub detection of license in LICENSE.txt file.
2017-10-31Fixed 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-31Merge 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-31Revert "Fixes the selection rect in item_list drawn not clipped"Rémi Verschelde
2017-10-31Add screenshot to the READMERémi Verschelde
3D scene courtesy of @fracteed.
2017-10-31Use 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-31Merge pull request #12499 from Zylann/freelook_toggle_modeRémi Verschelde
Add option to use freelook with a toggle shortcut
2017-10-30Merge pull request #12526 from tagcup/ubo_fixJuan Linietsky
Add viewport to the other SceneData struct.
2017-10-30Add viewport to the other SceneData struct.Ferenc Arn
This was missed in #12288.
2017-10-30Merge pull request #12525 from neikeq/wololoRémi Verschelde
Remove Visual Studio for now from the external editors list
2017-10-30Merge pull request #12523 from RandomShaper/fix-margins-drawn-too-lateJuan Linietsky
Fix viewport margins drawn after swapping buffers
2017-10-30Remove Visual Studio for now from the external editors listIgnacio Etcheverry
2017-10-30Merge pull request #12288 from tagcup/expose_viewport_sizeJuan Linietsky
Expose VIEWPORT_SIZE in shader language.
2017-10-30Merge pull request #12268 from AlexHolly/fix-lineedit-selectionRémi Verschelde
Fix LineEdit drag selection to the left
2017-10-30Add option to use freelook with a toggle shortcut (like Blender) instead of ↵Marc Gilleron
holding RMB (like Unity)
2017-10-30Merge pull request #12351 from groud/fix_item_list_selection_clippingRémi Verschelde
Fixes the selection rect in item_list drawn not clipped
2017-10-30Merge pull request #12363 from groud/implement_guidesRémi Verschelde
Implement 2D editor guides
2017-10-30Add Colemak keybindings to editor for osxN0hbdy
2017-10-30Added 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-30Merge pull request #12471 from mhilbrunner/autocompleteRémi Verschelde
Fix get_node() and $ autocompletion when using single quotes
2017-10-30Fix get_node() and $ autocompletion when using single quotesUnknown
2017-10-30Merge pull request #12517 from marcelofg55/x11_kbd_variantRémi Verschelde
Implemented OS get_latin_keyboard_variant on x11
2017-10-30Fix viewport margins drawn after swapping buffersPedro J. Estébanez
2017-10-30Merge pull request #12522 from neikeq/where.exe-is-a-liarRémi Verschelde
Fix 'which' returning file without extension on Windows
2017-10-30Fix 'which' returning file without extension on WindowsIgnacio Etcheverry
2017-10-30Clean up GI Probe baking, proper button and progress bar.Juan Linietsky
2017-10-30Merge pull request #12484 from pigdevstudio/docs-occluder-polygon-2dRémi Verschelde
[DOCS] Added documentation for OccluderPolygon2D [ci skip]
2017-10-30Merge pull request #12511 from sanikoyes/pr-fix-tabs-crashRémi Verschelde
Fix crash when click an empty tabs container
2017-10-30Implemented OS get_latin_keyboard_variant on x11Marcelo Fernandez
2017-10-30[DOCS] Added documentation for OccluderPolygon2DHenrique Campos
2017-10-30Fix crash when click an empty tabs containersanikoyes
2017-10-30Merge pull request #12508 from sanikoyes/pr-missing-StyleBoxLineRémi Verschelde
Add missing StyleBoxLine binding [ci skip]
2017-10-30Add missing StyleBoxLine bindingsanikoyes
2017-10-30Merge pull request #12467 from marcelofg55/emscripten_detectRémi Verschelde
Detect javascript platform using EMSCRIPTEN env as well [ci skip]
2017-10-30Merge pull request #12489 from groud/fix_moving_control_with_direction_keyRémi Verschelde
Fixes keybord directionnal keys not moving nodes in the 2D editor
2017-10-30Merge pull request #12495 from Paulb23/line_edit_multi_level_undoRémi Verschelde
Added multi level undo redo to line edit
2017-10-30Merge pull request #12492 from akien-mga/locale-noRémi Verschelde
Add support for non-ISO "no" locale on Windows
2017-10-29Added multi level undo redo to line editPaulb23
2017-10-30Add support for non-ISO locale identifiers via renames mapRé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-29Merge pull request #12491 from neikeq/waitasecond···Ignacio Etcheverry
Fix FrameworkPathOverride and assemblies path loop
2017-10-29Fix FrameworkPathOverride and assemblies path loopIgnacio Etcheverry
2017-10-29Merge pull request #12490 from nbcks/masterRémi Verschelde
added support for paths with spaces for VSBUILDS
2017-10-29added support for paths with spaces for VSBUILDSnicholasbuckner
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-29Fixes keybord directionnal keys not moving nodes in the 2D editorGilles Roudiere
2017-10-29Merge pull request #12485 from hoelzl/pr-python3-buildRémi Verschelde
Fix build with Python 3 on Windows
2017-10-29Fix build with Python 3 on WindowsMatthias Hoelzl