Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2018-10-25 | Repaired mistyped of 'its' on several files. | M. Huri | |
2018-10-25 | Merge pull request #23083 from Windfisch/pathfollow_configwarn | Rémi Verschelde | |
Add a configuration warning to [Oriented]PathFollow | |||
2018-10-24 | Add a configuration warning to [Oriented]PathFollow | Florian Jung | |
Will update OrientedPathFollows' configuration_warnings if the parent Path changes | |||
2018-10-24 | added docs for lookeahead | paul gruenbacher | |
Fix indenting lookahead clarification fix ahead | |||
2018-10-24 | Merge pull request #23258 from Calinou/tweak-editor-tooltip-size-hidpi | Rémi Verschelde | |
Make editor tooltips wider and scale them on hiDPI displays | |||
2018-10-24 | Fix .pck lookup for extensionless binary names with a dot | Rémi Verschelde | |
This was not a problem on Windows as binary names are guaranteed to end with '.exe', but on Unix systems binary extensions are purely cosmetic and thus optional, which is a problem when using `get_basename()` to lookup a potential '.pck' file, as it can fail on e.g. "My Game 2.0" (#15188). To fix this, ProjectSettings::setup now checks for both basename + '.pck' and filename + '.pck'. Fixes #15188, supersedes and closes #22755. Also took the opportunity to improve documentation on this core method. | |||
2018-10-24 | Make editor tooltips wider and scale them on hiDPI displays | Hugo Locurcio | |
This also changes the TTR() call to avoid creating a duplicate ("Property:" is already used in other places). | |||
2018-10-24 | Merge pull request #22701 from swenner/fix-21867-jpeg-is-rgb | Rémi Verschelde | |
load JPG images as rbg instead of rgba, fixes #21867 | |||
2018-10-24 | Merge pull request #22920 from DualMatrix/error_already_connect | Rémi Verschelde | |
Fixed error when duplicating a scene which has connection | |||
2018-10-24 | Merge pull request #22899 from J08nY/fix/assignment-operation-array | Rémi Verschelde | |
Do not make a function that returns Variant::NIL a void function. Fix #22791 | |||
2018-10-24 | Merge pull request #23244 from ColinKinloch/osx_mouse_focus | Rémi Verschelde | |
Update mouse location on background scroll and window focus in macOS | |||
2018-10-24 | Merge pull request #23161 from groud/fix_fav_in_open_dialog | Rémi Verschelde | |
Fixes favorites not working in the open dialog | |||
2018-10-24 | Merge pull request #23094 from RandomShaper/fix-crash-signal-to-danling-obj | Rémi Verschelde | |
Fix crash on signal/resume to dangling target | |||
2018-10-24 | Merge pull request #22968 from jfmichaud31/CSGMesh_bug | Rémi Verschelde | |
fix bug #20255 on CSGMesh | |||
2018-10-24 | Merge pull request #23012 from RandomShaper/fix-touch-speed-tracking | Rémi Verschelde | |
Track screen drag speed | |||
2018-10-24 | Merge pull request #23256 from JFonS/fix_17989 | Rémi Verschelde | |
Fix editor only lights | |||
2018-10-24 | Fixes favorites not working in the open dialog | groud | |
2018-10-24 | more detailed example for usage of PackedScene | Ashafix | |
2018-10-24 | Fix editor only lights | JFonS | |
2018-10-24 | Merge pull request #23201 from Ashafix/VectorSlicing | Rémi Verschelde | |
[DOCS] Added section that coordinates can be accessed via indexes | |||
2018-10-24 | Added section that coordinates can be accessed via indexes | Ashafix | |
2018-10-24 | Merge pull request #23255 from CakHuri/doc-projectsettings | Rémi Verschelde | |
[Docs] Repaired some words on ProjectSettings |