summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-09Merge pull request #27844 from akien-mga/fs-dock-deselectRémi Verschelde
FS dock: Allow deselecting items by clicking empty space
2019-04-09FS dock: Allow deselecting items by clicking empty spaceRémi Verschelde
Fixes #27546.
2019-04-09Merge pull request #27490 from bruvzg/macos_non_resizable_fullscreenRémi Verschelde
Allow non-resizeable windows to enter full-screen mode.
2019-04-09Merge pull request #27553 from ShyRed/sprite2polygonRémi Verschelde
Add Sprite to CollisionPolygon2D and LightOccluder2D converter
2019-04-09Merge pull request #27561 from KoBeWi/get_frame_docRémi Verschelde
Document SceneTree.get_frame() and persistent in add_to_group()
2019-04-09Merge pull request #27591 from toasteater/doc/rng-impl-notesRémi Verschelde
Improve RandomNumberGenerator docs.
2019-04-08Changes to to feature profile editorJuan Linietsky
Changed "Disable Editor" to "Contextual Editor Enabled" Do not show contextual editors for disabled classes.
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
Allows enabling/disabling parts of the editor and storing/loading profiles for that.
2019-04-08Merge pull request #27809 from neikeq/github-plsIgnacio Roldán Etcheverry
Workaround for syntax highlighting issue in GitHub
2019-04-08Workaround for syntax highlighting issue in GitHubIgnacio Etcheverry
2019-04-08Replace 3.0 screenshot by new one from TPS demoRémi Verschelde
Fixes #27324.
2019-04-08Merge pull request #26458 from neikeq/mono-build-cleanupRémi Verschelde
Mono: Add CPPPATH only to env_mono and cleanup build scripts
2019-04-08i18n: Sync translations with WeblateRémi Verschelde
2019-04-08Merge pull request #27716 from Calinou/script-editor-shift-find-previousRémi Verschelde
Find the previous match in script editor when pressing Shift + Enter
2019-04-08Merge pull request #27711 from neikeq/ifdef-clang-tidyRémi Verschelde
Replace a few #if/#elif with #ifdef and "#elif defined"
2019-04-08Merge pull request #27506 from Chaosus/astarRémi Verschelde
Added functions to AStar for disable/enable points to effectivly create obstacles
2019-04-08Merge pull request #27589 from Chaosus/fix_fileRémi Verschelde
Fix File switching between reading and writing, opened with READ_WRITE on Windows
2019-04-08Merge pull request #27452 from Chaosus/direction_toRémi Verschelde
Added method to retrieve a direction vector from one point to another
2019-04-08Merge pull request #27644 from lupoDharkael/busRémi Verschelde
Allow default audio bus layout modification
2019-04-08Merge pull request #26839 from toasteater/fix/keep-linearRémi Verschelde
Respect keep_3d_linear when transparent_bg is on.
2019-04-08Merge pull request #26760 from Xrayez/26744-fix-string-to-lowerRémi Verschelde
Reorder reverse caps characters table for string lower case conversion
2019-04-08Merge pull request #27802 from Chaosus/fix_smoothstep_docsYuri Roubinsky
Fix smooth_step to smoothstep in docs
2019-04-08Fix smooth_step to smoothstep docsChaosus
2019-04-08Merge pull request #27698 from YeldhamDev/doc_tilemap_setcell_overrideRémi Verschelde
Document TileMap's new 'set_cell' internal override capability
2019-04-08Merge pull request #27710 from Calinou/script-templates-typed-gdscriptRémi Verschelde
Add support for type hints in non-default script editor templates
2019-04-08Merge pull request #27770 from KoBeWi/moving_pan_v2Rémi Verschelde
Allow panning while moving a node
2019-04-08Merge pull request #27660 from cse2410-team2/Issue#26246Rémi Verschelde
Fix Cursor Color in the Label/RichTextLabel
2019-04-08Merge pull request #27565 from SpechtMagnus/tileset_autotile_ignore_flagsRémi Verschelde
Added ignore flag / wildcard bit to tileset autotile
2019-04-08Merge pull request #27231 from Chaosus/smoothstepRémi Verschelde
Added smoothstep built-in function
2019-04-08Merge pull request #27793 from guilhermefelipecgs/ux_animation_treeRémi Verschelde
[AnimationNodeBlendTreeEditor] Usability improvements
2019-04-08Merge pull request #27783 from nekomatata/style-box-errors-fixRémi Verschelde
Fixed StyleBoxFlat sending an empty list of vertices to render when nothing is visible
2019-04-08Added functions to AStar for disable/enable pointsChaosus
2019-04-07[AnimationNodeBlendTreeEditor] Usability improvementsGuilherme Felipe
- Add possibility to exclude multiple (selected) nodes. - Add context menu (Right click) to add nodes.
2019-04-08+ Added ignore flags to autotile bitmaskMagnus Specht
+ Added ignore functionality to tileset editor + Updated tileset editor autotile tooltip + Autotile ignore bits are processed and rendered correctl
2019-04-07Early exit when nothing to draw in style box flat (fixes #27764)PouleyKetchoupp
2019-04-07Merge pull request #27714 from fire/asset_importRémi Verschelde
FBX Import bug fixes with special character in mesh names
2019-04-07Update AUTHORS and DONORS listRémi Verschelde
New contributors added to AUTHORS: @pouleyKetchoupp, @qarmin Thanks to all contributors and donors for making Godot possible!
2019-04-07Merge pull request #27776 from neikeq/issue-27772Ignacio Roldán Etcheverry
core_bind: Use the appropriate enum instead of int
2019-04-07Mono: Add compiler flags to env_mono instead of envIgnacio Etcheverry
This way we avoid possible conflicts with other modules. Specially with include paths.
2019-04-07Mono: Reorganize build scriptsIgnacio Etcheverry
All build scripts, other than config.py and SCSub, are now located in the build_scripts subdirectory.
2019-04-07core_bind: Use the appropriate enum instead of intIgnacio Etcheverry
2019-04-07Allow panning while moving a nodeTomasz Chabora
2019-04-07Merge pull request #27766 from Chaosus/small_vs_hotfixYuri Roubinsky
Small hotfix to visual shader entries
2019-04-07Small hotfix to visual shader entries..Chaosus
2019-04-07Merge pull request #26164 from Chaosus/vshader_improvementsRémi Verschelde
Major update for visual shader system
2019-04-07Merge pull request #26551 from ZahFox/editor-shortcutsRémi Verschelde
New shortcuts for the editor menu items
2019-04-07Added smoothstep built-in functionChaosus
2019-04-07Merge pull request #25311 from qarmin/third_pointRémi Verschelde
Add third point to change size RectangleShape2D in two axis
2019-04-07Fix cursor color in Label/RTL in editorMariam Naiga
Fixes #26246.
2019-04-07Merge pull request #27645 from theisegeberg/fix-wav-import-trimRémi Verschelde
Fix end pops when trimming wav files