summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-24Opens the menu with the same parent on mouse focusGuilherme Felipe
2018-07-24Merge pull request #20252 from RandomShaper/fix-canvas-searchRémi Verschelde
Fix CanvasItem's search for a CanvasLayer
2018-07-24Merge pull request #20245 from bruvzg/fix_win_pp_transpRémi Verschelde
Fix OpenGL buffer depth for per pixel transparency support (Windows)
2018-07-24Merge pull request #18806 from Calinou/bilinear-textureprogressRémi Verschelde
Add support for bilinear bars in TextureProgress
2018-07-24Merge pull request #19225 from Paulb23/open_all_files_in_script_editorMax Hilbrunner
Open all files in script editor
2018-07-24Merge pull request #19781 from razcore-art/fix-tweenRémi Verschelde
Fix and make Tween node less confusing
2018-07-24Merge pull request #20282 from Calinou/add-appstream-metadataMax Hilbrunner
Add an AppStream metadata file
2018-07-24Merge pull request #19729 from razcore-art/rename-discard-instancingRémi Verschelde
Rename 'Discard Instancing' to 'Make Local'
2018-07-24Merge pull request #20414 from marcelofg55/bucket_fill_fixRémi Verschelde
Fixed Bucket Fill tool
2018-07-24Merge pull request #20407 from akien-mga/po-newline-eofMax Hilbrunner
Fix loading PO files with missing newline after last msgstr
2018-07-24Fixed Bucket Fill toolMarcelo Fernandez
2018-07-24Merge pull request #20413 from mhilbrunner/tilemap-crash-fixMax Hilbrunner
Tilemap editor: Fix crash introduced in #17582
2018-07-24Tilemap editor: Fix crash introduced in #17582Max Hilbrunner
2018-07-24Merge pull request #20278 from Noshyaar/0Rémi Verschelde
Fix example code for EditorImportPlugin
2018-07-24Fix example code for EditorImportPluginNoshyaar
2018-07-24Rename AppStream metadata and desktop files to follow the specificationHugo Locurcio
This also adds a few more fields to the AppStream file to improve desktop integration.
2018-07-24Merge pull request #20328 from ordigdug/fix-grid-missing-linesRémi Verschelde
Fix grid missing lines. Fixes: #20246
2018-07-24Merge pull request #20359 from swarnimarun/new-resource-optionRémi Verschelde
Ability to add Resource from FileSystem Dock
2018-07-24Fix loading PO files with missing newline after last msgstrRémi Verschelde
Fixes #20375.
2018-07-24Merge pull request #20406 from karroffel/clang-warning-fixesThomas Herzog
reduce clang warning spam
2018-07-24reduce clang warning spamkarroffel
2018-07-24Merge pull request #20380 from akien-mga/scons-libsuffixesRémi Verschelde
SCons: Keep default platform lib extensions in LIBSUFFIXES
2018-07-24Merge pull request #20391 from YeldhamDev/expose_tileset_modulateRémi Verschelde
Expose 'modulate' set/get in TileSet resource
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-24Merge pull request #19693 from nhair/import-project-via-zipRémi Verschelde
Add ability to import projects via ZIP archive.
2018-07-23Merge pull request #15880 from neikeq/better-collectionsIgnacio Etcheverry
Mono: Add Dictionary and Array classes
2018-07-23Expose 'modulate' set/get in TileSet resourceMichael Alexsander Silva Dias
2018-07-23Merge pull request #19313 from RandomShaper/improve-imageJuan Linietsky
Image trilinear scaling + Optimization
2018-07-23Optimize image scaling routinesPedro J. Estébanez
2018-07-23Add trilinear filtering to image scalingPedro J. Estébanez
2018-07-23Merge pull request #12678 from AndreaCatania/softJuan Linietsky
Soft body
2018-07-23Implemented Soft bodyAndreaCatania
- Soft Body Physics node - Soft Body Rendering - Soft body Editor - Soft body importer
2018-07-23Fix issues with CPUParticles and related conversion from Particles. Closes ↵Juan Linietsky
#20126
2018-07-23Merge pull request #20379 from ibrahn/fix-alsa-uninit-branchRémi Verschelde
correctly close handle in alsa audio driver.
2018-07-23SCons: Keep default platform lib extensions in LIBSUFFIXESRémi Verschelde
We used to fully override the default lib extensions from LIBSUFFIXES, leading to issues such as #20045 where thirdparty libraries could not easily be linked unless they adopted Godot's platform/config suffix. Fixes #20045.
2018-07-23correctly close handle in alsa audio driver.Ibrahn Sahir
2018-07-23Merge pull request #20342 from marcelofg55/upper_lowerRémi Verschelde
Fix upper/lower case convertion for characters > 0x80
2018-07-23Added some API to visual server so from control VRAM buffer is more easyAndreaCatania
2018-07-23Added function append_array to vectorAndreaCatania
2018-07-23Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky
Physics material
2018-07-23Merge pull request #19888 from AndreaCatania/pryJuan Linietsky
Implemented proceses priority
2018-07-23Implemented proceses priorityAndrea Catania
2018-07-23Merge pull request #20374 from dragmz/20327Rémi Verschelde
Fix disappearing lines in visual script editor
2018-07-23fix disappearing lines in visual script editorMarcin Zawiejski
2018-07-23Merge pull request #20358 from akien-mga/mono-absolutely-proprietaryIgnacio Etcheverry
Mono: Default to not shipping C# scripts content
2018-07-22Fix upper/lower case convertion for characters >= 0x80Marcelo Fernandez
2018-07-22transmission was broken, fix was made. Also fixed treshold.Juan Linietsky
2018-07-22SCons: Add "execinfo" option to force linking libexecinfoRémi Verschelde
Fixes #20035.
2018-07-22Fix opaque pre pass not casting shadowsJuan Linietsky
2018-07-22Ability to add Resource from FileSystem Docksteincodes