Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-11 | Merge pull request #12829 from ianb96/project_settings_fix | Andreas Haas | |
Project Settings Crash fix | |||
2017-11-11 | Merge pull request #12789 from ianb96/context_menu_fix | Poommetee Ketson | |
Context menu disable | |||
2017-11-11 | add context menu enable getters, setters, and properties in LineEdit and ↵ | Ian | |
TextEdit | |||
2017-11-11 | Merge pull request #12825 from mrcdk/particles_fix_tangent_random | Poommetee Ketson | |
Fix particles' tangential acceleration randomness | |||
2017-11-11 | Merge pull request #12806 from letheed/unify-degrees | Poommetee Ketson | |
Unify degree methods and properties | |||
2017-11-11 | Merge pull request #12821 from viprip/fix_remove_icon | Poommetee Ketson | |
Replace Del icon by Remove icon | |||
2017-11-11 | Merge pull request #12827 from djrm/pr_fixes | Poommetee Ketson | |
Some fixes and improvements. | |||
2017-11-10 | fix #12769 project settings crash | Ian | |
2017-11-10 | Some fixes and improvements. | Daniel J. Ramirez | |
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton. | |||
2017-11-10 | Fix particles' tangential acceleration randomness | MrCdK | |
2017-11-10 | Replace Del icon by Remove icon | William McKIE | |
It would seem there are editors that still used the old del icon inherited from 2.X instead of the fresh remove icon from 3.X resulting to be replaced to an "Error" textual icon. | |||
2017-11-10 | Disabled filter clip by default and made it optional, fixes #12368, likely ↵ | Juan Linietsky | |
others too | |||
2017-11-10 | Merge pull request #12807 from karroffel/gdnative-api-struct-refactor | Thomas Herzog | |
[GDNative] renamed nativearvr to arvr in api.json | |||
2017-11-10 | [GDNative] renamed nativearvr to arvr in api.json | Karroffel | |
2017-11-10 | Merge pull request #12803 from karroffel/gdnative-api-struct-refactor | Thomas Herzog | |
[GDNative] better API struct versioning | |||
2017-11-10 | Unify degree members and properties | letheed | |
2017-11-10 | [GDNative] rename nativearvr extension to arvr | Karroffel | |
2017-11-10 | Remove node from list before calling queries, fixes #10886 | Juan Linietsky | |
2017-11-10 | [GDNative] better API struct versioning | Karroffel | |
2017-11-10 | Merge pull request #12802 from ptodorov0123/master | Rémi Verschelde | |
Fix for disappearing import panel contents (#11451) | |||
2017-11-10 | Fix for disappearing import panel contents (#11451) | Peter Todorov | |
2017-11-10 | Merge pull request #12800 from hoelzl/pr-no-pp-directive-in-macro-arguments | Rémi Verschelde | |
Remove preprocessor directives from macro arguments | |||
2017-11-10 | Remove preprocessor directives from macro arguments | Matthias Hoelzl | |
Preprocessor directives within macro arguments lead to undefined behavior, and VC++ actually rejects them as compiler errors. | |||
2017-11-10 | Merge pull request #12797 from ↵ | Gilles Roudiere | |
viprip/12668_fix_texture_region_dock_zoom_icon_is_misaligned Fix misaligned zoom icon in Texture Region Editor plugin | |||
2017-11-10 | Merge pull request #12796 from djrm/pr_some_virtual_classes | Rémi Verschelde | |
Expose some editor singletons as virtual | |||
2017-11-10 | Merge pull request #12402 from MillionOstrich/filesystem-drag-move | Rémi Verschelde | |
Filesystem drag & drop moving fixes | |||
2017-11-10 | Merge pull request #12390 from MillionOstrich/filesystem-folder-drag | Rémi Verschelde | |
Improved file/folder drag preview for filesystem dock | |||
2017-11-10 | Merge pull request #12786 from n-pigeon/spatial_transform_gizmo | Rémi Verschelde | |
Cleanups in Spatial Transform Gizmo | |||
2017-11-10 | Merge pull request #12799 from letheed/deprecated | Rémi Verschelde | |
Remove deprecated methods | |||
2017-11-10 | Remove deprecated rotation methods | letheed | |
2017-11-10 | Cleanups in Spatial Transform Gizmo | Przemysław Gołąb (n-pigeon) | |
Fixed translation i local space - changed a bit how it was implemented. Fixed bug with rotations when object is scaled. Added safety check preventing scaling to 0 in local space. All Gizmoz display numerical output message on the bottom of the viewport. Unified code a bit, so it will be easier to maintain. | |||
2017-11-10 | Merge pull request #12794 from djrm/pr_visual_improvements | Rémi Verschelde | |
Fixed project manager and dialog fonts. | |||
2017-11-10 | Merge pull request #12470 from djrm/pr_fix_editor_settings | Rémi Verschelde | |
Fixed editor settings disappearing. | |||
2017-11-10 | Fix misaligned zoom icon in Texture Region Editor plugin | William McKIE | |
The zoom icon was aligned on top compared to the others zoom buttons from the HBox container. Closes #12668. | |||
2017-11-09 | Expose some editor singletons as virtual | Daniel J. Ramirez | |
2017-11-09 | Fixed editor settings disappearing. | Daniel J. Ramirez | |
Some items that are no longer defined may disappear, but thats expected i guess. | |||
2017-11-09 | Fix theme with custom font. | Daniel J. Ramirez | |
2017-11-09 | Reworked how servers preallocate RIDs, should fix #10970 | Juan Linietsky | |
2017-11-09 | Removed show type icons option | Daniel J. Ramirez | |
2017-11-09 | Fixed project manager and dialog fonts. | Daniel J. Ramirez | |
2017-11-09 | Merge pull request #12779 from karroffel/gdnative-api-struct-refactor | Rémi Verschelde | |
[GDNative] refactored API struct into core and extensions | |||
2017-11-09 | Remove get_default_video_mode definition on OSX/iOS | Rémi Verschelde | |
It had been missed in d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e and broke compilation for those platforms. Took the opportunity to run clang-format on the code base to fix some corner cases that went through our static tests/were overlooked recently. | |||
2017-11-09 | adjust min stop to horizontal velocity | Juan Linietsky | |
2017-11-09 | Add slope min stop velocity on 3D physics body, closes #10981 | Juan Linietsky | |
2017-11-09 | Merge pull request #12713 from AndreaCatania/master | Juan Linietsky | |
Rewritten kinematic system | |||
2017-11-09 | Merge pull request #12784 from hpvb/fix-12401 | Rémi Verschelde | |
Make sure we don't leak when an opcode is followed by itself | |||
2017-11-09 | Merge pull request #12787 from vnen/uwp-vs2017 | Rémi Verschelde | |
UWP: Update to build with Windows SDK 10.16229.0 | |||
2017-11-09 | UWP: Update to build with Windows SDK 10.16229.0 | George Marques | |
- Update the OpenSSL shim to work with the new SDK - Change the ARM platform detection to work with VS2017 | |||
2017-11-09 | Fix crash when converting empty scene to TileSet | Caleb Richardson | |
Closes #12708. Cherry-picked from #12732. | |||
2017-11-09 | [GDNative] refactored API struct into core and extensions | Karroffel | |