summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix TTR string for class reference tooltipRémi Verschelde2019-04-091-1/+1
| | | | Fixes #27852.
* Merge pull request #27844 from akien-mga/fs-dock-deselectRémi Verschelde2019-04-092-2/+9
|\ | | | | FS dock: Allow deselecting items by clicking empty space
| * FS dock: Allow deselecting items by clicking empty spaceRémi Verschelde2019-04-092-2/+9
|/ | | | Fixes #27546.
* Merge pull request #27490 from bruvzg/macos_non_resizable_fullscreenRémi Verschelde2019-04-091-1/+5
|\ | | | | Allow non-resizeable windows to enter full-screen mode.
| * [macOS] Allow non-resizeable windows to enter fullscreen mode.bruvzg2019-03-281-1/+5
| |
* | Merge pull request #27553 from ShyRed/sprite2polygonRémi Verschelde2019-04-092-36/+270
|\ \ | | | | | | Add Sprite to CollisionPolygon2D and LightOccluder2D converter
| * | Add converters / generators to SpriteShyRed2019-04-062-36/+270
| | | | | | | | | | | | Adds the following menu options to the Sprite editor: "Convert to Mesh2D", "Convert to Polygon2D", "Create CollisionPolygon2D Sibling" and "Create LightOccluder2D Sibling"
* | | Merge pull request #27561 from KoBeWi/get_frame_docRémi Verschelde2019-04-092-0/+2
|\ \ \ | | | | | | | | Document SceneTree.get_frame() and persistent in add_to_group()
| * | | Document SceneTree.get_frame() and persistent in add_to_groupTomasz Chabora2019-03-312-0/+2
| | | |
* | | | Merge pull request #27591 from toasteater/doc/rng-impl-notesRémi Verschelde2019-04-091-4/+6
|\ \ \ \ | | | | | | | | | | Improve RandomNumberGenerator docs.
| * | | | Improve RandomNumberGenerator docs.toasteater2019-04-021-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Clarified behavior of a few methods. Added implementation notes so that developers not familiar with RNGs are alerted to common pitfalls.
* | | | | Changes to to feature profile editorJuan Linietsky2019-04-082-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Changed "Disable Editor" to "Contextual Editor Enabled" Do not show contextual editors for disabled classes.
* | | | | Add ability to edit editor feature profilesJuan Linietsky2019-04-0824-66/+1585
| | | | | | | | | | | | | | | | | | | | Allows enabling/disabling parts of the editor and storing/loading profiles for that.
* | | | | Merge pull request #27809 from neikeq/github-plsIgnacio Roldán Etcheverry2019-04-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Workaround for syntax highlighting issue in GitHub
| * | | | | Workaround for syntax highlighting issue in GitHubIgnacio Etcheverry2019-04-081-1/+1
| | | | | |
* | | | | | Replace 3.0 screenshot by new one from TPS demoRémi Verschelde2019-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #27324.
* | | | | | Merge pull request #26458 from neikeq/mono-build-cleanupRémi Verschelde2019-04-088-741/+763
|\ \ \ \ \ \ | | | | | | | | | | | | | | Mono: Add CPPPATH only to env_mono and cleanup build scripts
| * | | | | | Mono: Add compiler flags to env_mono instead of envIgnacio Etcheverry2019-04-072-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This way we avoid possible conflicts with other modules. Specially with include paths.
| * | | | | | Mono: Reorganize build scriptsIgnacio Etcheverry2019-04-078-741/+762
| |/ / / / / | | | | | | | | | | | | | | | | | | All build scripts, other than config.py and SCSub, are now located in the build_scripts subdirectory.
* | | | | | i18n: Sync translations with WeblateRémi Verschelde2019-04-0817-497/+10232
| | | | | |
* | | | | | Merge pull request #27716 from Calinou/script-editor-shift-find-previousRémi Verschelde2019-04-081-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Find the previous match in script editor when pressing Shift + Enter
| * | | | | | Find the previous match in script editor when pressing Shift + EnterHugo Locurcio2019-04-061-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows cycling through matches more efficiently.
* | | | | | | Merge pull request #27711 from neikeq/ifdef-clang-tidyRémi Verschelde2019-04-0811-17/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Replace a few #if/#elif with #ifdef and "#elif defined"
| * | | | | | | Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry2019-04-0511-17/+17
| | | | | | | |
* | | | | | | | Merge pull request #27506 from Chaosus/astarRémi Verschelde2019-04-083-0/+46
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added functions to AStar for disable/enable points to effectivly create obstacles
| * | | | | | | | Added functions to AStar for disable/enable pointsChaosus2019-04-083-0/+46
| | | | | | | | |
* | | | | | | | | Merge pull request #27589 from Chaosus/fix_fileRémi Verschelde2019-04-082-0/+34
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix File switching between reading and writing, opened with READ_WRITE on Windows
| * | | | | | | | | Fix File opened with READ_WRITE on WindowsChaosus2019-04-052-0/+34
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | To allows use read and write anytime and in any order
* | | | | | | | | Merge pull request #27452 from Chaosus/direction_toRémi Verschelde2019-04-087-0/+46
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added method to retrieve a direction vector from one point to another
| * | | | | | | | | Added direction_to method to vectorsChaosus2019-04-057-0/+46
| | | | | | | | | |
* | | | | | | | | | Merge pull request #27644 from lupoDharkael/busRémi Verschelde2019-04-084-8/+18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Allow default audio bus layout modification
| * | | | | | | | | | Allow default audio bus layout modificationlupoDharkael2019-04-054-8/+18
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #26839 from toasteater/fix/keep-linearRémi Verschelde2019-04-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Respect keep_3d_linear when transparent_bg is on.
| * | | | | | | | | | | Respect keep_3d_linear when transparent_bg is on.toasteater2019-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When transparent_bg is on, or the render target is too small, Godot would skip postprocessing and disregard keep_3d_linear. This fixes #26817.
* | | | | | | | | | | | Merge pull request #26760 from Xrayez/26744-fix-string-to-lowerRémi Verschelde2019-04-082-666/+680
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Reorder reverse caps characters table for string lower case conversion
| * | | | | | | | | | | | Reorder reverse caps characters table for string lower case conversionAndrii Doroshenko (Xrayez)2019-04-052-666/+680
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The binary search algorithm used to lookup character codes in the table relies that the data must be ordered. This fixes `to_lower()` string method to convert upper case to lower case properly, so that the algorithm doesn't terminate prematurely. Co-authored-by: AndreevAndrei (avandrei) <avandrei@MacBookAAV.local>
* | | | | | | | | | | | | Merge pull request #27802 from Chaosus/fix_smoothstep_docsYuri Roubinsky2019-04-081-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix smooth_step to smoothstep in docs
| * | | | | | | | | | | | | Fix smooth_step to smoothstep docsChaosus2019-04-081-3/+3
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #27698 from YeldhamDev/doc_tilemap_setcell_overrideRémi Verschelde2019-04-081-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document TileMap's new 'set_cell' internal override capability
| * | | | | | | | | | | | | | Document TileMap's new 'set_cell' internal override capabilityMichael Alexsander Silva Dias2019-04-051-0/+7
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #27710 from Calinou/script-templates-typed-gdscriptRémi Verschelde2019-04-083-28/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for type hints in non-default script editor templates
| * | | | | | | | | | | | | | Add support for type hints in non-default script editor templatesHugo Locurcio2019-04-053-28/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also refactors template processing to avoid repetition. This closes #27074.
* | | | | | | | | | | | | | | Merge pull request #27770 from KoBeWi/moving_pan_v2Rémi Verschelde2019-04-082-39/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | Allow panning while moving a node
| * | | | | | | | | | | | | | Allow panning while moving a nodeTomasz Chabora2019-04-072-39/+39
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #27660 from cse2410-team2/Issue#26246Rémi Verschelde2019-04-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Cursor Color in the Label/RichTextLabel
| * | | | | | | | | | | | | | Fix cursor color in Label/RTL in editorMariam Naiga2019-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #26246.
* | | | | | | | | | | | | | | Merge pull request #27565 from SpechtMagnus/tileset_autotile_ignore_flagsRémi Verschelde2019-04-085-49/+120
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ignore flag / wildcard bit to tileset autotile
| * | | | | | | | | | | | | | | + Added ignore flags to autotile bitmaskMagnus Specht2019-04-085-49/+120
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Added ignore functionality to tileset editor + Updated tileset editor autotile tooltip + Autotile ignore bits are processed and rendered correctl
* | | | | | | | | | | | | | | Merge pull request #27231 from Chaosus/smoothstepRémi Verschelde2019-04-0810-1/+91
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added smoothstep built-in function
| * | | | | | | | | | | | | | | Added smoothstep built-in functionChaosus2019-04-0710-1/+91
| | | | | | | | | | | | | | | |