summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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
2018-07-22Merge pull request #20136 from ↵Rémi Verschelde
ordigdug/Inspector-fix-remote-debug-view-changing-after-exit-game Fix -inspector- remote debug view not changing to current scene a…
2018-07-22Mono: Default to not shipping C# scripts contentRémi Verschelde
Fixes #20053.
2018-07-22Merge pull request #20339 from akien-mga/scons-disable-with-toolsMax Hilbrunner
SCons: Prevent using disable_3d or disable_advanced_gui with tools=yes
2018-07-22Merge pull request #20353 from dragmz/gles2_redundantRémi Verschelde
Remove redundant uniform set call
2018-07-22Merge pull request #20352 from PJB3005/18-07-22-defer-tile-quad-updateRémi Verschelde
Fix TileMap::set_cell performance regression
2018-07-22Merge pull request #20351 from dragmz/20326Rémi Verschelde
Initialize texture shrink to false by default
2018-07-22remove redundant uniform set calldragmz
2018-07-22Defer TileMap::update_dirty_quadrants once again.Pieter-Jan Briers
This fixes #20323. #11077 is now technically re-broken, but you can now call update_dirty_quadrants as workaround.
2018-07-22initialize texture shrink to false by defaultdragmz
2018-07-22Merge pull request #20348 from akien-mga/gl_InstanceIDRémi Verschelde
Shader lang: Properly assign INSTANCE_ID to gl_InstanceID
2018-07-22Shader lang: Properly assign INSTANCE_ID to gl_InstanceIDRémi Verschelde
Note that gl_InstanceID is not supported in OpenGL ES 2.0, so in the gles2 backend we assign it to 0. Also clean up some duplicates/commented out code. Fixes #20088.
2018-07-22Fix grid missing lines #20246ordigdug
2018-07-22Merge pull request #20337 from aaronfranke/mono-pascal-gdIgnacio Etcheverry
[Mono] Improvements to GD.cs: PascalCasing and real_t