summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-03Merge pull request #16418 from bojidar-bg/15961-gdscript-array-exportRémi Verschelde
Allow exporting arrays of resources in GDScript
2018-05-03Merge pull request #18594 from profan/fix/unused-wireframe-shortcutRémi Verschelde
Remove unused duplicate wireframe shortcut
2018-05-03Merge pull request #18572 from bzztbomb/fix/project_local_ray_normal_virtualRémi Verschelde
Fix for ARVRCamera::project_local_ray_normal not getting called.
2018-05-03Camera::project_local_ray_normal needs to be virtual so that ↵Brian Richardson
ARVRCamera::project_local_ray_normal gets called.
2018-05-03Merge pull request #18589 from karroffel/oahashmap-robinhoodJuan Linietsky
updated OAHashMap to use robinhood hashing
2018-05-03updated OAHashMap to use robinhood hashingkarroffel
2018-05-03Remove unused duplicate wireframe shortcut, fixes #18067Robin Hübner
It also happens to do nothing currently.
2018-05-03Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde
API hash fixes
2018-05-03Merge pull request #18588 from profan/fix/win-rename-sleepRémi Verschelde
Fix delay in rename_error windows save loop, should be 100msec, not 1sec
2018-05-03Fix delay in rename_error windows save loop, should be 100msec, not 1secRobin Hübner
2018-05-03Merge pull request #18552 from Falke117/trailingSpaceRémi Verschelde
Folder name with trailing space fix
2018-05-03i18n: Sync translation templates with current sourceRé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-03i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit ddbe559c040d30cd145d3c572dbd3bc6c7664310)
2018-05-03Merge pull request #18372 from Gamblify/largePckFixRémi Verschelde
Fix for large .pck files
2018-05-03Fix for Issue#18457 - Folder name with trailing space on WindowsFelix Yang
2018-05-03Fix for large .pck filesGustav 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-02Merge pull request #18566 from robfram/fix-lineedit-18184Rémi Verschelde
Fix placeholders position in `LineEdit` when editing inside the Editor
2018-05-02Merge pull request #18451 from volzhs/node-nameRémi Verschelde
Check invalid node name
2018-05-02Fix placeholders position in `LineEdit` when editing inside the Editorrobfram
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-02Merge pull request #18562 from neikeq/issue-18526Ignacio Etcheverry
Fix MSVC check when building with mono
2018-05-03Check invalid node namevolzhs
2018-05-02WIP Polygon2D weight editingJuan Linietsky
2018-05-02Fix MSVC check when building with monoIgnacio Etcheverry
2018-05-02Merge pull request #18561 from neikeq/fix-find-msbuild-2Ignacio Etcheverry
Fix editor detecting msbuild with a msvc 'tools only' install
2018-05-02Fix editor detecting msbuild with a msvc 'tools only' installIgnacio Etcheverry
2018-05-02Merge pull request #18400 from groud/fix_lock_and_groupsRémi Verschelde
Fixes locks and groups on 2d editor
2018-05-02Merge pull request #17059 from Jason0214/BugFix_favorite_updatingRémi Verschelde
Editor: update favorite dirs when dir got deleted
2018-05-02Merge 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-02Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde
Implement universal translation of touch to mouse (3.1)
2018-05-02Merge pull request #18338 from Zylann/fix_find_in_filesRémi Verschelde
Fix Find in Files
2018-05-02Fixes locks and groups on 2d editorgroud
2018-05-02Merge pull request #18520 from paulloz/gdscript-api-string-pathRémi Verschelde
fix API string path
2018-05-02Merge pull request #18452 from flashyincceo/enum-no-classRémi Verschelde
Fix enums without class name not opening docs page
2018-05-02Merge pull request #18531 from KidRigger/issue5972Rémi Verschelde
Adds keywords to autocomplete predictions.
2018-05-02Merge pull request #18259 from Superwaitsum/MoveIconsRémi Verschelde
Changed Sprite Frame buttons for icons
2018-05-02remove favorited dirs if original dir deletedJason0214
2018-05-01Fix 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-01Fix 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-01Merge pull request #18508 from AlexHolly/hide-tab-changed-debug-printRémi Verschelde
hide tab changed debug print
2018-05-01Merge pull request #18530 from garyo/missing-arg-errRémi Verschelde
Handle missing arg pointer in Variant::get_call_error_text
2018-05-01Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde
Fix Coverity reports of uninitialized scalar variable
2018-05-01Merge pull request #16502 from Paulb23/multi_group_editorRémi Verschelde
Added multi group editor dialog, issue 13997
2018-05-01Merge pull request #16771 from PJB3005/18-02-17-tileset-z-indexRémi Verschelde
Adds z-index properties to TileSets.
2018-05-01Merge pull request #16649 from ibrahn/visual-script-release-crashRémi Verschelde
fix for segfault when using CallBasic in visual script on release build
2018-05-01Adds z-index properties to TileSets.Pieter-Jan Briers
2018-05-01Merge pull request #16977 from SASUPERNOVA/masterRémi Verschelde
Created a new function named get_element in GridContainer. This funct…
2018-05-01Merge pull request #18544 from marcelofg55/pa_lockRémi Verschelde
Prevent PulseAudio driver to lock its mutex for too long
2018-05-01Fix #17019 : overrides with unknown base settingManuel 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-01Prevent PulseAudio driver to lock its mutex for too longMarcelo Fernandez
2018-05-01Fix enums without class name not opening docs pagePeter Folkins