| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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. | |||||
| 2017-10-29 | i18n: Sync translation templates with current source | Rémi Verschelde | 36 | -551/+2499 | |
| [ci skip] | |||||
| 2017-10-29 | i18n: Sync translations with Weblate | Rémi Verschelde | 35 | -1939/+8771 | |
| 2017-10-29 | classref: Apply doctool to fix formatting | Rémi Verschelde | 3 | -5/+10 | |
| Fixes regression from #12396 which caused #12466. [ci skip] | |||||
| 2017-10-29 | Fix regression from #12473 and #12388 | Ignacio Etcheverry | 3 | -66/+54 | |
| 2017-10-29 | Mono: Add build project button and reload interval | Ignacio Etcheverry | 8 | -17/+96 | |
| 2017-10-29 | Buildsystem improvements for the Mono module | Ignacio Etcheverry | 6 | -112/+338 | |
| - 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 | BindingsGenerator cleanup and improved error messages | Ignacio Etcheverry | 2 | -535/+572 | |
| If there is an error generating a property or a method, the error message will include the member and class names. | |||||
| 2017-10-28 | [DOCS]Completed LineEdit.xml | MattUV | 1 | -23/+35 | |
| 2017-10-28 | Detect javascript platform using EMSCRIPTEN env as well | Marcelo Fernandez | 1 | -2/+5 | |
| 2017-10-28 | Refactor bufer to buffer | Poommetee Ketson | 8 | -17/+17 | |
| 2017-10-28 | ProjectSettings: show error msg in a label instead | Poommetee Ketson | 2 | -4/+15 | |
| 2017-10-27 | Fixed interface scaling issues with editor action button and value editor ↵ | Jake Larson | 1 | -13/+13 | |
| popovers | |||||
| 2017-10-28 | Add copy button to sprite_frames_editor_plugin | sersoong | 2 | -0/+21 | |
| 2017-10-27 | Mono: Use "UnnamedProject" if application/config/name is empty | Unknown | 4 | -7/+24 | |
| 2017-10-27 | detect.py: Fix KeyError if using MinGW and LTO | mhilbrunner | 1 | -4/+1 | |
| 2017-10-27 | Fixing vsproj generation for paths with spaces | Daniel Alexandru Radu | 1 | -3/+3 | |
| Fixing vsproj generation by adding quotes arounnd $(ProjectDir). Otherwise the build will fail if the name has spaces in it [ci skip] | |||||
| 2017-10-27 | Travis: Simplify matrix, disable iphone and add X11 tools=no/clang | Rémi Verschelde | 2 | -37/+25 | |
| Travis always has massive backlog of macOS builds, so we can't rely on them too much. The iphone build was mostly useful to spot tools=no or target=release_debug issues, so replacing it by an appropriate X11 build. | |||||
| 2017-10-27 | AStar: Add setters for point position and scale weight, cleanup | Unknown | 3 | -17/+69 | |
| 2017-10-27 | Add an option to use zstd's recently introduced long range matching (off by ↵ | Ferenc Arn | 5 | -6/+26 | |
| default). | |||||
| 2017-10-27 | Fix shader compiler typo gl_FrotFace | Scayze | 1 | -1/+1 | |
| 2017-10-27 | Fix editor action button layout | Jake Larson | 1 | -4/+4 | |
| 2017-10-27 | [DOCS] Corrected some typing mistakes on Node2D.xml | MattUV | 1 | -4/+4 | |
| 2017-10-26 | Sound support for Javascript (untested). | Juan Linietsky | 2 | -3/+92 | |
| 2017-10-26 | Update zstd to 1.3.2. | Ferenc Arn | 34 | -3435/+5436 | |
| 2017-10-26 | Remove HTTPClient::send_body_text and ::send_body_data | Leon Krause | 3 | -32/+0 | |
| These were never implemented, the request* methods provide parameters to send body data as part of the client's requests. | |||||
