Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-29 | Merge pull request #23345 from zorbathut/brogwilhelm/logfunctions/cs | Rémi Verschelde | |
Add new log functions for C#. | |||
2018-10-29 | Merge pull request #23388 from eska014/html5-stubexec | Rémi Verschelde | |
Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() | |||
2018-10-29 | Merge pull request #23386 from eska014/buffersubdata | Rémi Verschelde | |
Use BufferSubData instead of MapBufferRange in non-ES platforms | |||
2018-10-29 | Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() | Leon Krause | |
Avoids linker warnings and errors about undefined references. | |||
2018-10-29 | Automatically unfold sections of properties that someone else edited (no ↵ | Juan Linietsky | |
local info exists). | |||
2018-10-29 | Merge pull request #23279 from marcelofg55/osx_server | Rémi Verschelde | |
Server platform works on OS X too | |||
2018-10-29 | Use BufferSubData instead of MapBufferRange in HTML5 platform | Leon Krause | |
WebGL does not support MapBufferRange or UnmapBuffer. Also used in non-ES platforms where an extra-copy is avoided. | |||
2018-10-29 | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky | |
2018-10-29 | Merge pull request #23326 from YeldhamDev/search_results_fix | Rémi Verschelde | |
Fix issues with the "Search Results" panel | |||
2018-10-29 | Server platform works on OS X too | Marcelo Fernandez | |
2018-10-29 | Ability to revert any property, not just from inherited scenes or scripts. | Juan Linietsky | |
2018-10-29 | Merge pull request #23379 from Chaosus/filedock_fix | Rémi Verschelde | |
Fix small visual bug in filesystem dock | |||
2018-10-29 | Fix small visual bug in filesystem dock | Chaosus | |
2018-10-29 | Merge pull request #23288 from willnationsdev/restore-clear-script | Rémi Verschelde | |
Restore ClearScript btn w/ ExtendScript RMB link | |||
2018-10-29 | Merge pull request #23317 from lupoDharkael/py-none | Rémi Verschelde | |
Dont use equality operators with None singleton in python files | |||
2018-10-29 | Merge pull request #23322 from marcelofg55/export_path | Rémi Verschelde | |
Save last export path when exporting | |||
2018-10-29 | Merge pull request #23358 from marcelofg55/duplicate_preset | Rémi Verschelde | |
Add a duplicate button to duplicate presets | |||
2018-10-29 | Merge pull request #23362 from karen-sch/gradle_repo_order | Rémi Verschelde | |
Android / Gradle: Change order of Gradle repos | |||
2018-10-29 | Merge pull request #23360 from bojidar-bg/23178-fix-particles-animation | Rémi Verschelde | |
Fix particle frames being cut off | |||
2018-10-29 | Merge pull request #23355 from buresu/fix-gdnative-loading-on-mac | Rémi Verschelde | |
GDNative: Fixes a library path problem after exporting app for OSX | |||
2018-10-29 | Merge pull request #23353 from Chaosus/update_vscript_theme | Rémi Verschelde | |
Updates visualscript editor when theme is changed | |||
2018-10-29 | Merge pull request #23189 from zhagsenkk/master | Rémi Verschelde | |
No need for "raised_from_completion", and fix #22504 and #16064 | |||
2018-10-29 | Merge pull request #23339 from RandomShaper/fix-gles2-canvas-inconsistency | Rémi Verschelde | |
Fix GLES2 automatic texture lookup in canvas | |||
2018-10-29 | Merge pull request #23276 from lupoDharkael/gdn-api | Rémi Verschelde | |
Update GDNative API | |||
2018-10-28 | Move jcenter behind mavenCentral and google gradle repos to fix build problems | Karen Schwane | |
2018-10-28 | Fix particle frames being cut off after 0de8309b2c38306a2c05f8f239fa423bc1b7899b | Bojidar Marinov | |
Fixes #23178 | |||
2018-10-28 | Add a duplicate button to duplicate presets | Marcelo Fernandez | |
2018-10-28 | GDNative: Fixes a problem that active_library_path is wrong after exporting ↵ | Naoto Kondo | |
app for mac | |||
2018-10-28 | Updates visualscript editor when theme is changed | Chaosus | |
2018-10-27 | Fix issues with the "Search Results" panel | Michael Alexsander Silva Dias | |
2018-10-28 | Fix GLES2 automatic texture lookup in canvas | Pedro 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-28 | Merge pull request #23336 from neikeq/dd | Ignacio Etcheverry | |
Fix C# parsing the full name of base types | |||
2018-10-28 | Fix C# parsing the full name of base types | Ignacio Etcheverry | |
Previously it would fail if the type name included its namespace. | |||
2018-10-27 | Save last export path when exporting | Marcelo Fernandez | |
2018-10-27 | Dont use equality operators with None singleton in python files | lupoDharkael | |
2018-10-26 | Remove no longer necessary "raise_from_completion" in TextEdit | zhagsenkk | |
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-26 | Merge pull request #23304 from scmccarthy/master | Rémi Verschelde | |
Fix "fill" justification in RichTextLabel | |||
2018-10-26 | Merge pull request #23301 from groud/fix_editor_layout | Rémi Verschelde | |
Fixes the editor layout | |||
2018-10-26 | Update GDNantive API | lupoDharkael | |
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-26 | Fixes the editor layout | groud | |
2018-10-25 | Add new log functions for C#. | Ben Rog-Wilhelm | |
2018-10-25 | Fix "fill" justification in RichTextLabel to only affect lines that have ↵ | Sean McCarthy | |
automatically wrapped. | |||
2018-10-25 | Merge pull request #23290 from YeldhamDev/fix_default_layout | Rémi Verschelde | |
Fix default layout dock sizes | |||
2018-10-25 | Fix default layout dock sizes | Michael Alexsander Silva Dias | |
2018-10-25 | Merge pull request #23262 from swenner/more-cppcheck-fixes | Rémi Verschelde | |
More cppcheck fixes, fixes #22702 | |||
2018-10-25 | fixed uninitialized variables and false positives found by CppCheck | Simon Wenner | |
2018-10-25 | Restore ClearScript btn w/ ExtendScript RMB link | Will Nations | |
2018-10-25 | Merge pull request #23212 from YeldhamDev/menubar_consistency | Rémi Verschelde | |
Fix inconsistences in some buttons in the Canvas/Spatial editor menubar | |||
2018-10-25 | Merge pull request #23162 from neikeq/cc | Ignacio Etcheverry | |
Proper support for namespaces and other enhancement/fixes | |||
2018-10-25 | Parse C# script namespace and class | Ignacio Etcheverry | |
- Added a very simple parser that can extract the namespace and class name of a C# script. |