Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-03 | Merge pull request #18588 from profan/fix/win-rename-sleep | Rémi Verschelde | |
Fix delay in rename_error windows save loop, should be 100msec, not 1sec | |||
2018-05-03 | Fix delay in rename_error windows save loop, should be 100msec, not 1sec | Robin Hübner | |
2018-05-03 | Merge pull request #18552 from Falke117/trailingSpace | Rémi Verschelde | |
Folder name with trailing space fix | |||
2018-05-03 | i18n: Sync translation templates with current source | Rémi Verschelde | |
(cherry picked from commit 056348a8c0ee065cb99e4f33da45525d69d6bcff) Note: Still syncing with the 3.0 code for now to allow updating translations in the 3.0 branch. We'll eventually switch Weblate to use the strings of the 3.1-dev branch once it is stable enough. | |||
2018-05-03 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit ddbe559c040d30cd145d3c572dbd3bc6c7664310) | |||
2018-05-03 | Merge pull request #18372 from Gamblify/largePckFix | Rémi Verschelde | |
Fix for large .pck files | |||
2018-05-03 | Fix for Issue#18457 - Folder name with trailing space on Windows | Felix Yang | |
2018-05-03 | Fix for large .pck files | Gustav Lund | |
An error in unix file IO was causing crashes when getting the size of a file larger than max integer size As ftell returns a long the fix is trivial | |||
2018-05-02 | Merge pull request #18566 from robfram/fix-lineedit-18184 | Rémi Verschelde | |
Fix placeholders position in `LineEdit` when editing inside the Editor | |||
2018-05-02 | Merge pull request #18451 from volzhs/node-name | Rémi Verschelde | |
Check invalid node name | |||
2018-05-02 | Fix placeholders position in `LineEdit` when editing inside the Editor | robfram | |
Editing the `Text` property through the editor causes a wrong placement of the placeholder, as it calls `LineEdit::clear_internal`, which was wrongly reseting the cached placeholder width. Fix #18184. | |||
2018-05-02 | Merge pull request #18562 from neikeq/issue-18526 | Ignacio Etcheverry | |
Fix MSVC check when building with mono | |||
2018-05-03 | Check invalid node name | volzhs | |
2018-05-02 | WIP Polygon2D weight editing | Juan Linietsky | |
2018-05-02 | Fix MSVC check when building with mono | Ignacio Etcheverry | |
2018-05-02 | Merge pull request #18561 from neikeq/fix-find-msbuild-2 | Ignacio Etcheverry | |
Fix editor detecting msbuild with a msvc 'tools only' install | |||
2018-05-02 | Fix editor detecting msbuild with a msvc 'tools only' install | Ignacio Etcheverry | |
2018-05-02 | Merge pull request #18400 from groud/fix_lock_and_groups | Rémi Verschelde | |
Fixes locks and groups on 2d editor | |||
2018-05-02 | Merge pull request #17059 from Jason0214/BugFix_favorite_updating | Rémi Verschelde | |
Editor: update favorite dirs when dir got deleted | |||
2018-05-02 | Merge pull request #18553 from ↵ | Rémi Verschelde | |
bzztbomb/fix/stack_underflow_when_debuggin_in_release Fix a crash when trying to run Godot debugger on a release build. | |||
2018-05-02 | Merge pull request #17196 from RandomShaper/improve-gui-touch | Rémi Verschelde | |
Implement universal translation of touch to mouse (3.1) | |||
2018-05-02 | Merge pull request #18338 from Zylann/fix_find_in_files | Rémi Verschelde | |
Fix Find in Files | |||
2018-05-02 | Fixes locks and groups on 2d editor | groud | |
2018-05-02 | Merge pull request #18520 from paulloz/gdscript-api-string-path | Rémi Verschelde | |
fix API string path | |||
2018-05-02 | Merge pull request #18452 from flashyincceo/enum-no-class | Rémi Verschelde | |
Fix enums without class name not opening docs page | |||
2018-05-02 | Merge pull request #18531 from KidRigger/issue5972 | Rémi Verschelde | |
Adds keywords to autocomplete predictions. | |||
2018-05-02 | Merge pull request #18259 from Superwaitsum/MoveIcons | Rémi Verschelde | |
Changed Sprite Frame buttons for icons | |||
2018-05-02 | remove favorited dirs if original dir deleted | Jason0214 | |
2018-05-01 | Fix a crash when trying to run Godot debugger on a release build. | Brian Richardson | |
The GDScriptLanguage::enter_function is wrapped in #ifdef DEBUG but the exit_function is not, resulting in a stack underflow error. | |||
2018-05-01 | Fix Find in Files: | Marc Gilleron | |
- FileAccess was accessed null (remains of GDScript port) - `_current_file` wasn't going up correctly in case a scanned directory had no subdirectories - Paths stored in `_files_to_scan` were not full paths | |||
2018-05-01 | Merge pull request #18508 from AlexHolly/hide-tab-changed-debug-print | Rémi Verschelde | |
hide tab changed debug print | |||
2018-05-01 | Merge pull request #18530 from garyo/missing-arg-err | Rémi Verschelde | |
Handle missing arg pointer in Variant::get_call_error_text | |||
2018-05-01 | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-var | Rémi Verschelde | |
Fix Coverity reports of uninitialized scalar variable | |||
2018-05-01 | Merge pull request #16502 from Paulb23/multi_group_editor | Rémi Verschelde | |
Added multi group editor dialog, issue 13997 | |||
2018-05-01 | Merge pull request #16771 from PJB3005/18-02-17-tileset-z-index | Rémi Verschelde | |
Adds z-index properties to TileSets. | |||
2018-05-01 | Merge pull request #16649 from ibrahn/visual-script-release-crash | Rémi Verschelde | |
fix for segfault when using CallBasic in visual script on release build | |||
2018-05-01 | Adds z-index properties to TileSets. | Pieter-Jan Briers | |
2018-05-01 | Merge pull request #16977 from SASUPERNOVA/master | Rémi Verschelde | |
Created a new function named get_element in GridContainer. This funct… | |||
2018-05-01 | Merge pull request #18544 from marcelofg55/pa_lock | Rémi Verschelde | |
Prevent PulseAudio driver to lock its mutex for too long | |||
2018-05-01 | Fix #17019 : overrides with unknown base setting | Manuel Moos | |
If at the time of the _GLOBAL_DEF call a setting itself was unknown, the function would always return the supplied default value instead of checking for overrides. This commit changes that, lookup now always happens which correctly takes overrides into account. | |||
2018-05-01 | Prevent PulseAudio driver to lock its mutex for too long | Marcelo Fernandez | |
2018-05-01 | Fix enums without class name not opening docs page | Peter Folkins | |
2018-05-01 | Revert "Added a more specific error message on export" | Rémi Verschelde | |
This reverts commit 00c689d625d0243577c225612aa86aa6a85274c4. Reason: "Missing template" is just one possible explanation for `err` being != OK here, it does not make sense to hardcode it in the generic error message (and break translations doing so). | |||
2018-05-01 | Merge pull request #18434 from YeldhamDev/animation_autoplay_fix | Rémi Verschelde | |
Fixed deleting an animation marked to autoplay in the editor affecting the creation of one with the same name | |||
2018-05-01 | Merge pull request #18428 from groud/fix_input | Rémi Verschelde | |
Fixing input strength and the impossibility to erase action events | |||
2018-05-01 | Fix Node2D::global_scale's PropertyInfo type | Rémi Verschelde | |
Was missed in #18391. | |||
2018-05-01 | Merge pull request #18355 from ShyRed/fix18344 | Rémi Verschelde | |
Keep alpha when changing h, s or v Color property in GDScript | |||
2018-05-01 | Merge pull request #18348 from rfht/master | Rémi Verschelde | |
fix clang6 assignment error | |||
2018-05-01 | Merge pull request #18380 from groud/fix_spacebar_panning | Rémi Verschelde | |
Fixes 2d editor panning not working | |||
2018-05-01 | Merge pull request #18382 from groud/fix_gridcontainer_children_visibility | Rémi Verschelde | |
Fix GridContainer's children visibility breaking the layout |