Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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-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 | 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 | 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. | |||
2018-10-25 | Fix msvc warnings in mono module | Ignacio Etcheverry | |
- `modules\mono\csharp_script.cpp(576): warning C4099: 'CSharpScriptDepSort': type name first seen using 'class' now seen using 'struct'` - `modules\mono\signal_awaiter_utils.cpp(144): warning C4003: not enough actual parameters for macro 'ERR_FAIL_V'` - `modules\mono\editor\net_solution.cpp(101): warning C4129: '%': unrecognized character escape sequence` - (several) `modules\mono\glue\cs_compressed.gen.h(222): warning C4129: 'E': unrecognized character escape sequence` | |||
2018-10-25 | Do not generate API project GUIDs randomly | Ignacio Etcheverry | |
2018-10-25 | Support globs in csproj includes | Ignacio Etcheverry | |
2018-10-25 | Merge pull request #23282 from neikeq/issue-23249 | Ignacio Etcheverry | |
C#: Fix crash when disposing Reference on domain finalize | |||
2018-10-25 | Merge pull request #23017 from Calinou/increase-source-font-line-spacing | Rémi Verschelde | |
Increase the source font's line spacing | |||
2018-10-25 | Merge pull request #23038 from DualMatrix/ugly_names | Rémi Verschelde | |
Made NodePath property display path instead of object name if object is not named. | |||
2018-10-25 | C#: Fix crash when disposing Reference on domain finalize | Ignacio Etcheverry | |
2018-10-25 | Fix inconsistences in some buttons in the Canvas/Spatial editor menubar | Michael Alexsander Silva Dias | |
2018-10-25 | doc: Sync with current source | Rémi Verschelde | |
2018-10-25 | Merge pull request #23071 from bfhobbes/use_quickopen_for_instance_child | Rémi Verschelde | |
Use EditorQuickOpen dialog instead of EditorFileDialog when instancing a child scene. | |||
2018-10-25 | Merge pull request #23091 from aaronfranke/mingw-warnings | Rémi Verschelde | |
Fix some compile warnings for Windows from Linux | |||
2018-10-25 | Merge pull request #23114 from groud/allow_smaller_dock_width | Rémi Verschelde | |
Allow the editor dock to have a lower width | |||
2018-10-25 | Merge pull request #23199 from Ashafix/packedScene | Max Hilbrunner | |
[DOCS] more detailed example for usage of PackedScene | |||
2018-10-25 | Merge pull request #23273 from Chaosus/fix_segfault | Rémi Verschelde | |
Fix segfault on editor close up | |||
2018-10-25 | Fix segfault on editor close up | Chaosus | |
2018-10-25 | Merge pull request #23272 from akien-mga/gles2-fix-spotlight-shadows | Rémi Verschelde | |
GLES2: Fix shadows shader error for SpotLights | |||
2018-10-25 | GLES2: Fix shadows shader error for SpotLights | Rémi Verschelde | |
Fixes #23268. | |||
2018-10-25 | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde | |
Limit several project settings | |||
2018-10-25 | Merge pull request #23171 from capnm/fix-orthogonal-mode-freelook | Rémi Verschelde | |
Disable 'freelook' in the orthogonal mode. | |||
2018-10-25 | Merge pull request #23211 from YeldhamDev/spatial_editor_preview_adjustment | Rémi Verschelde | |
Readjust "Preview" button in Spatial editor | |||
2018-10-25 | Merge pull request #23221 from pgruenbacher/lookahead_docs | Rémi Verschelde | |
added docs for lookeahead pathfollow2d.xml | |||
2018-10-25 | Merge pull request #23259 from akien-mga/pck-lookup | Rémi Verschelde | |
Fix .pck lookup for extensionless binary names with a dot | |||
2018-10-25 | Merge pull request #23215 from Chaosus/filedock_update | Rémi Verschelde | |
Updates filesystem dock when theme is changed | |||
2018-10-25 | Merge pull request #23240 from kubecz3k/complete-getters | Rémi Verschelde | |
Optional getters/setters editor autocomplete | |||
2018-10-25 | Merge pull request #23245 from Alien1993/inherited_root_deletion | Rémi Verschelde | |
Fixed user being unable to delete root Node if is an inherited Scene | |||
2018-10-25 | Merge pull request #23266 from CakHuri/mistyped-of-its | Rémi Verschelde | |
Repaired mistyped of 'its' on several files. | |||
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum | |