Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-04 | Merge pull request #18601 from YeldhamDev/string_changes | Rémi Verschelde | |
Small changes for some strings | |||
2018-05-03 | Small changes for some strings. | Michael Alexsander Silva Dias | |
2018-05-03 | Skeleton for 2D WIP | Juan Linietsky | |
2018-05-03 | Merge pull request #16358 from JFonS/particlesgizmo_box_fix | Rémi Verschelde | |
ParticlesGizmo solid box now follows actual visibility_aabb position. | |||
2018-05-03 | Merge pull request #16359 from Noshyaar/convert | Rémi Verschelde | |
Particles: fix corrupted scene when saved after convert | |||
2018-05-03 | Merge pull request #16418 from bojidar-bg/15961-gdscript-array-export | Rémi Verschelde | |
Allow exporting arrays of resources in GDScript | |||
2018-05-03 | Merge pull request #18594 from profan/fix/unused-wireframe-shortcut | Rémi Verschelde | |
Remove unused duplicate wireframe shortcut | |||
2018-05-03 | Merge pull request #18572 from bzztbomb/fix/project_local_ray_normal_virtual | Rémi Verschelde | |
Fix for ARVRCamera::project_local_ray_normal not getting called. | |||
2018-05-03 | Camera::project_local_ray_normal needs to be virtual so that ↵ | Brian Richardson | |
ARVRCamera::project_local_ray_normal gets called. | |||
2018-05-03 | Merge pull request #18589 from karroffel/oahashmap-robinhood | Juan Linietsky | |
updated OAHashMap to use robinhood hashing | |||
2018-05-03 | updated OAHashMap to use robinhood hashing | karroffel | |
2018-05-03 | Remove unused duplicate wireframe shortcut, fixes #18067 | Robin Hübner | |
It also happens to do nothing currently. | |||
2018-05-03 | Merge pull request #18514 from neikeq/api-hash-fixes | Rémi Verschelde | |
API hash fixes | |||
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 | |