Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-12 | C#: Fix cs_files glue mismatch bug | Ignacio Etcheverry | |
2018-09-12 | Fix/workaround for issue #21667 | Ignacio Etcheverry | |
When a Reference managed instance is garbage collected and its finalizer is called, it could happen that the native instance is referenced once again before the finalizer can unreference and memdelete it. The workaround is to create a new managed instance when this happens (at least for now). | |||
2018-09-12 | Add some mono root hint dirs for OSX | Ignacio Etcheverry | |
Fixes #13355 | |||
2018-09-12 | Allow special characters in C# glue files | Ignacio Etcheverry | |
Fixes #21139 - Surround the generated file modules/mono/glue/cs_compressed.gen.h with ifdef TOOLS_ENABLED | |||
2018-09-12 | Cleanup of c# api files and bindings generator | Ignacio Etcheverry | |
- We no longer generate RID and NodePath C# classes. Both will be maintained manually. - We no longer generate C# declarations and runtime registration of internal calls for the following classes: RID, NodePath, String, GD, SignalAwaiter and Godot.Object (partial base). - We no longer auto-generate the base members of Godot.Object. They will be maintained manually as a partial class. This makes it easier to maintain these C# classes and their internal calls, as well as the bindings generator which no longer generates C# classes that don't derive from Godot Object, and it no longer generates the Godot.Object base members (which where unreadable in the bindings generator code). - Added missing 'RID(Object from)' constructor to the RID C# class. - Replaced MONO_GLUE_DISABLED constant macro with MONO_GLUE_ENABLED. - Add sources in module/mono/glue even if glue is disabled, but surround glue files with ifdef MONO_GLUE_ENABLED. | |||
2018-09-11 | Fix mistake in previous commit | Rémi Verschelde | |
2018-09-11 | UPnP: Fix includes of thirdparty headers | Rémi Verschelde | |
2018-09-11 | Merge pull request #21974 from akien-mga/drop-property-editor | Rémi Verschelde | |
Replace last occurrences of PropertyEditor and drop its code | |||
2018-09-11 | Drop obsolete PropertyEditor and SectionedPropertyEditor code | Rémi Verschelde | |
Replaced by EditorInspector. | |||
2018-09-11 | Replace last occurrences of PropertyEditor by EditorInspector | Rémi Verschelde | |
Updates the following plugins: - ConnectionsDialog - ScriptEditorDebugger - ItemListEditorPlugin Also drop now unnecessary compatibility methods. | |||
2018-09-11 | Merge pull request #21971 from scayze/window_title_update | Rémi Verschelde | |
Update window title when switching scenes | |||
2018-09-11 | update window title when switching scenes | Manuel Strey | |
2018-09-11 | Merge pull request #21967 from godotengine/revert-21831-fix_13849 | Rémi Verschelde | |
Revert "Fix selection of spatial nodes after selecting a non-spatial one." | |||
2018-09-11 | Revert "Fix selection of spatial nodes after selecting a non-spatial one." | Rémi Verschelde | |
2018-09-11 | doc: Sync classref with current source | Rémi Verschelde | |
2018-09-11 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @aaronfranke, @capnm, @elasota Thanks to all contributors and donors for making Godot possible! [ci skip] | |||
2018-09-10 | Merge pull request #21822 from aaronfranke/mono-pascal | Ignacio Etcheverry | |
[Mono] Various style changes and naming standardization | |||
2018-09-10 | Merge pull request #21911 from groud/fix_locked_nodes | Rémi Verschelde | |
Fixes 2D nodes lock not working | |||
2018-09-10 | Merge pull request #21908 from JFonS/fix_18014 | Rémi Verschelde | |
Clear cache after reimporting an ArrayMesh | |||
2018-09-10 | Merge pull request #21907 from JFonS/concave_collision_gizmo | Rémi Verschelde | |
Fix SoftBody gizmo slowness, add ConcaveShape wireframe | |||
2018-09-10 | Merge pull request #21941 from akien-mga/gdscript-memdelete-missing-script | Rémi Verschelde | |
Fix crash when extending non-existing GDScript file | |||
2018-09-10 | Merge pull request #21871 from DualMatrix/recent_select | Rémi Verschelde | |
Fixed favorites and recent nodes selecting wrong node | |||
2018-09-10 | [Mono] Various style changes and naming standardization | Aaron Franke | |
2018-09-10 | [Mono] Tabs -> Spaces | Aaron Franke | |
2018-09-10 | Fixed favorites and recent nodes selecting wrong node | DualMatrix | |
Fixed favorites and recent nodes selecting wrong node and fixed a typo. Fixes #6535 | |||
2018-09-10 | Fix crash when extending non-existing GDScript file | Rémi Verschelde | |
Fixes #21682 with a partial revert of #21411. The ~Ref() destructor (from 'scriptres') already takes care of freeing the 'script' resource. | |||
2018-09-10 | Merge pull request #21949 from marcelofg55/wasapi_init_fix | Rémi Verschelde | |
Fix possible crash when switching audio device on WASAPI driver | |||
2018-09-10 | Fix possible crash when switching audio device on WASAPI driver | Marcelo Fernandez | |
2018-09-10 | Merge pull request #21937 from romlok/remotetransform | Rémi Verschelde | |
Clarify which direction RemoteTransform[2D] work | |||
2018-09-10 | Merge pull request #21886 from RyanStein/bugfix-15509 | Rémi Verschelde | |
Check for double-colon on open recent script. | |||
2018-09-10 | Merge pull request #21882 from DualMatrix/animation_track | Rémi Verschelde | |
Fixed animation_player errors displaying wrong property. | |||
2018-09-10 | Merge pull request #21879 from willnationsdev/script-name-empty | Rémi Verschelde | |
Fix ScriptCreateDialog passing script w/ no filename | |||
2018-09-10 | Merge pull request #21872 from Paulb23/fix_backwards_search | Rémi Verschelde | |
Fix backwards search in TextEdit selecting non-whole words, issue 15677 | |||
2018-09-10 | Merge pull request #21491 from AlexHolly/fix-textedit-uncomment-spamm | Rémi Verschelde | |
Uncommenting a selection was not updating the selection. | |||
2018-09-10 | Merge pull request #21865 from Calinou/tweak-android-export-errors | Rémi Verschelde | |
Tweak Android-related error messages in the Export dialog | |||
2018-09-10 | Merge pull request #21859 from avencherus/fix-scancode-colon | Rémi Verschelde | |
Changed Windows key translate pair from KEY_COLON to KEY_COMMA. | |||
2018-09-10 | Merge pull request #21850 from DualMatrix/error_spam | Rémi Verschelde | |
Fixed error spam when inspecting remote tree | |||
2018-09-10 | Merge pull request #21939 from akien-mga/physics-check-shape-query-params | Rémi Verschelde | |
PhysicsServer: Add validity checks for shape query parameters | |||
2018-09-10 | Merge pull request #21846 from Calinou/tweak-light-instance-error | Rémi Verschelde | |
Tweak the Light instantiation error message and fix a typo | |||
2018-09-10 | Merge pull request #21842 from merumelu/curve-point-count | Rémi Verschelde | |
Bind Curve::get_point_count | |||
2018-09-10 | PhysicsServer: Add validity checks for shape query parameters | Rémi Verschelde | |
Fixes #17439. | |||
2018-09-10 | Merge pull request #21857 from BastiaanOlij/fix_never_true_prealpha | Rémi Verschelde | |
Fixed a theoretical condition where prealpha prevents lighting | |||
2018-09-10 | Merge pull request #21835 from DualMatrix/save_branch | Rémi Verschelde | |
Prevent overwriting open scenes when saving | |||
2018-09-10 | Clarify which direction RemoteTransform[2D] work | Mel Collins | |
2018-09-10 | Merge pull request #21831 from JFonS/fix_13849 | Rémi Verschelde | |
Fix selection of spatial nodes after selecting a non-spatial one. | |||
2018-09-10 | Merge pull request #21784 from guilhermefelipecgs/fix_resized_mouse_confined | Rémi Verschelde | |
Fix mouse confined leaving window with OS_Windows::set_window_position | |||
2018-09-10 | Make sure project manager gets editor hint set | Rémi Verschelde | |
Previous fix in e8e06b2 worked in most cases but not if you run e.g. 'godot -', where the '-' argument would mean that 'project_manager' is false and yet that's what will be opened eventually. | |||
2018-09-10 | Merge pull request #21841 from char0xff/fix-array | Rémi Verschelde | |
Fix mistake in Array.xml | |||
2018-09-10 | Fix mistake in Array.xml | VirtualBox | |
2018-09-10 | Merge pull request #21925 from ZodmanPerth/master | Max Hilbrunner | |
Clarification about Input.get_accelerometer() usage |