summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-10-29Fix typo in project managerRémi Verschelde
[ci skip]
2017-10-29Mono: Fix Windows buildRémi Verschelde
2017-10-29libpng: Cosmetic update to upstream 1.6.34Rémi Verschelde
No code change in the part we are using, it only affected contrib code. [ci skip]
2017-10-29Disable logging until the logs location is sorted outRémi Verschelde
Temporary workaround for #12277.
2017-10-29i18n: Sync translation templates with current sourceRémi Verschelde
[ci skip]
2017-10-29i18n: Sync translations with WeblateRémi Verschelde
2017-10-29Merge pull request #12437 from mhilbrunner/astar-setpointweightscaleRémi Verschelde
AStar: Add setters for point position and scale weight, cleanup
2017-10-29classref: Apply doctool to fix formattingRémi Verschelde
Fixes regression from #12396 which caused #12466. [ci skip]