summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-31Merge pull request #23393 from marcelofg55/osx_crashRémi Verschelde
Fix OS X crash when running as .app
2018-10-30Improve import dock usability when selecting multiple files, only change ↵Juan Linietsky
what was modified on re-import.
2018-10-30Merge pull request #23399 from ibrahn/reenable-x11-server-buildRémi Verschelde
Allow the server platform to build on linux again.
2018-10-30Allow the server platform to build on linux again.Ibrahn Sahir
Fixed a logic error in platform/server/detect.py that prevented building the server platform on linux.
2018-10-29Fix OS X crash when running as .appMarcelo Fernandez
2018-10-29Style: Apply clang-format to wrongly formatted filesRémi Verschelde
2018-10-29Merge pull request #23382 from vnen/android-pad-fixRémi Verschelde
Prevent a device to be added/deleted more than once on Android
2018-10-29Merge pull request #23387 from eska014/memgrowth-preloadRémi Verschelde
Enable --no-heap-copy flag for HTML5 builds
2018-10-29Merge pull request #23345 from zorbathut/brogwilhelm/logfunctions/csRémi Verschelde
Add new log functions for C#.
2018-10-29Merge pull request #23388 from eska014/html5-stubexecRémi Verschelde
Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()
2018-10-29Merge pull request #23386 from eska014/buffersubdataRémi Verschelde
Use BufferSubData instead of MapBufferRange in non-ES platforms
2018-10-29Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()Leon Krause
Avoids linker warnings and errors about undefined references.
2018-10-29Automatically unfold sections of properties that someone else edited (no ↵Juan Linietsky
local info exists).
2018-10-29Merge pull request #23279 from marcelofg55/osx_serverRémi Verschelde
Server platform works on OS X too
2018-10-29Enable --no-heap-copy flag for HTML5 buildsLeon Krause
2018-10-29Use BufferSubData instead of MapBufferRange in HTML5 platformLeon Krause
WebGL does not support MapBufferRange or UnmapBuffer. Also used in non-ES platforms where an extra-copy is avoided.
2018-10-29Moved folding outside the resource files, now saved outside the project.Juan Linietsky
2018-10-29Merge pull request #23326 from YeldhamDev/search_results_fixRémi Verschelde
Fix issues with the "Search Results" panel
2018-10-29Prevent a device to be added/deleted more than once on AndroidXavier Sellier
cherry-picked from fb5a601217eed9da6c9b4260c3dfc775abee2733
2018-10-29Server platform works on OS X tooMarcelo Fernandez
2018-10-29Ability to revert any property, not just from inherited scenes or scripts.Juan Linietsky
2018-10-29Merge pull request #23379 from Chaosus/filedock_fixRémi Verschelde
Fix small visual bug in filesystem dock
2018-10-29Fix small visual bug in filesystem dockChaosus
2018-10-29Merge pull request #23288 from willnationsdev/restore-clear-scriptRémi Verschelde
Restore ClearScript btn w/ ExtendScript RMB link
2018-10-29Merge pull request #23317 from lupoDharkael/py-noneRémi Verschelde
Dont use equality operators with None singleton in python files
2018-10-29Merge pull request #23322 from marcelofg55/export_pathRémi Verschelde
Save last export path when exporting
2018-10-29Merge pull request #23358 from marcelofg55/duplicate_presetRémi Verschelde
Add a duplicate button to duplicate presets
2018-10-29Merge pull request #23362 from karen-sch/gradle_repo_orderRémi Verschelde
Android / Gradle: Change order of Gradle repos
2018-10-29Merge pull request #23360 from bojidar-bg/23178-fix-particles-animationRémi Verschelde
Fix particle frames being cut off
2018-10-29Merge pull request #23355 from buresu/fix-gdnative-loading-on-macRémi Verschelde
GDNative: Fixes a library path problem after exporting app for OSX
2018-10-29Merge pull request #23353 from Chaosus/update_vscript_themeRémi Verschelde
Updates visualscript editor when theme is changed
2018-10-29Merge pull request #23189 from zhagsenkk/masterRémi Verschelde
No need for "raised_from_completion", and fix #22504 and #16064
2018-10-29Merge pull request #23339 from RandomShaper/fix-gles2-canvas-inconsistencyRémi Verschelde
Fix GLES2 automatic texture lookup in canvas
2018-10-29Merge pull request #23276 from lupoDharkael/gdn-apiRémi Verschelde
Update GDNative API
2018-10-28Move jcenter behind mavenCentral and google gradle repos to fix build problemsKaren Schwane
2018-10-28Fix particle frames being cut off after 0de8309b2c38306a2c05f8f239fa423bc1b7899bBojidar Marinov
Fixes #23178
2018-10-28Add a duplicate button to duplicate presetsMarcelo Fernandez
2018-10-28GDNative: Fixes a problem that active_library_path is wrong after exporting ↵Naoto Kondo
app for mac
2018-10-28Updates visualscript editor when theme is changedChaosus
2018-10-27Fix issues with the "Search Results" panelMichael Alexsander Silva Dias
2018-10-28Fix GLES2 automatic texture lookup in canvasPedro J. Estébanez
After this change the color will only be fetched if the shader code doesn't use it explicitly, to match the GLES3 behaviour. Fixes #23179.
2018-10-28Merge pull request #23336 from neikeq/ddIgnacio Etcheverry
Fix C# parsing the full name of base types
2018-10-28Fix C# parsing the full name of base typesIgnacio Etcheverry
Previously it would fail if the type name included its namespace.
2018-10-27Save last export path when exportingMarcelo Fernandez
2018-10-27Dont use equality operators with None singleton in python fileslupoDharkael
2018-10-26Remove no longer necessary "raise_from_completion" in TextEditzhagsenkk
This is no longer needed to fix #1257 because the code-autocomplete hint stops at the script editor’s edge now. And #6690 will not arise because it is just caused by "raise_from_completion". Fixes #22504 and fixes #16064.
2018-10-26Merge pull request #23304 from scmccarthy/masterRémi Verschelde
Fix "fill" justification in RichTextLabel
2018-10-26Merge pull request #23301 from groud/fix_editor_layoutRémi Verschelde
Fixes the editor layout
2018-10-26Update GDNantive APIlupoDharkael
Add missing Rect2 methods to GDNative API Add missing Quat methods to GDNative API Add missing NodePath methods to GDNative API Add missing String methods to GDNative API Add missing Array methods to GDNative API Add missing Basis methods to GDNative API Add missing Color methods to GDNative API Update gdnative_api.json
2018-10-26Fixes the editor layoutgroud