Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-31 | Fix msbuild hint paths returning only the directory | 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 | 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 | 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 | |
2017-10-29 | Fix typo in project manager | Rémi Verschelde | |
[ci skip] | |||
2017-10-29 | Mono: Fix Windows build | Rémi Verschelde | |
2017-10-29 | libpng: Cosmetic update to upstream 1.6.34 | Rémi Verschelde | |
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 | |
Temporary workaround for #12277. | |||
2017-10-29 | i18n: Sync translation templates with current source | Rémi Verschelde | |
[ci skip] | |||
2017-10-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2017-10-29 | Merge pull request #12437 from mhilbrunner/astar-setpointweightscale | Rémi Verschelde | |
AStar: Add setters for point position and scale weight, cleanup | |||
2017-10-29 | classref: Apply doctool to fix formatting | Rémi Verschelde | |
Fixes regression from #12396 which caused #12466. [ci skip] | |||
2017-10-29 | Merge pull request #12475 from neikeq/ohuiii | Rémi Verschelde | |
Fix regression from #12473 and #12388 | |||
2017-10-29 | Merge pull request #12474 from neikeq/s | Rémi Verschelde | |
Mono: Add build project button and reload interval | |||
2017-10-29 | Fix regression from #12473 and #12388 | Ignacio Etcheverry | |
2017-10-29 | Merge pull request #12473 from neikeq/Alpha2?-Let'sDoThis | Ignacio Etcheverry | |
BindingsGenerator cleanup and improved error messages | |||
2017-10-29 | Mono: Add build project button and reload interval | Ignacio Etcheverry | |
2017-10-29 | Merge pull request #12388 from neikeq/r | Ignacio Etcheverry | |
Buildsystem improvements for the Mono module | |||
2017-10-29 | Buildsystem improvements for the Mono module | Ignacio Etcheverry | |
- Make sure to search the mono installation directory for the right architecture in the windows registry. - Do not build GodotSharpTools directly to #bin dir. Instead build to the default output path and copy it. This way we avoid MSBuild adding files we don't want to #bin. - Add hint path for MSBuild in OSX. - Copy shared library on Unix if not statically linking. - Use vswhere to search MSBuild and search for 14.0 tools version in the registry instead of 4.0. - SCons will only fallback xbuild when msbuild is not found if 'xbuild_fallback=yes' is passed to the command. - Use mono's assembly path as FrameworkPathOverride if using with system's MSBuild (not mono's fork). - Cleanup. | |||
2017-10-29 | Merge pull request #12445 from MattUV/docs-editing | Poommetee Ketson | |
[DOCS]Completed LineEdit.xml [ci skip] | |||
2017-10-29 | BindingsGenerator cleanup and improved error messages | Ignacio Etcheverry | |
If there is an error generating a property or a method, the error message will include the member and class names. |