Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-01 | made delete next and prev consistent to other editors,issue 6546 | Paulb23 | |
2017-07-31 | Merge pull request #9990 from GodotExplorer/pr-fix-stretch-ratio | Rémi Verschelde | |
Fix errors with stretch ratio | |||
2017-07-31 | Merge pull request #8567 from BastiaanOlij/ar_vr_server | Rémi Verschelde | |
AR/VR base classes and position tracker support | |||
2017-07-31 | Fix property type expose of Control.stretch_ratio. | Geequlim | |
Fix set integer value from inspector to round instead of floor. | |||
2017-07-30 | Style: Apply clang-format on all files | Rémi Verschelde | |
Thus fixing some invalid changes that had still made it to the master branch. | |||
2017-07-30 | Revert "PropertyEditor: display "Off" if property is false" | Rémi Verschelde | |
This reverts commit 5adb94e72694fd4c4b80be85b3adf9a4a7d6c45b. It was actually not a bug, see discussion on #9898. | |||
2017-07-30 | Merge pull request #9985 from marcelofg55/master | Rémi Verschelde | |
Fix mutex initialisation in OS X Audio Driver | |||
2017-07-30 | Fix mutex initialisation in OS X Audio Driver | Marcelo Fernandez | |
2017-07-30 | Merge pull request #9964 from supagu/audio_fix | Rémi Verschelde | |
Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in in… | |||
2017-07-30 | Merge pull request #9960 from marcelofg55/master | Rémi Verschelde | |
Fix get_screen_* funcs returning old values after resolution changes on OS X | |||
2017-07-30 | Merge pull request #9953 from bruvzg/3.0-hidpi-window-moving | Rémi Verschelde | |
Change display scale when moving the window from monitor to monitor [macOS] | |||
2017-07-30 | Merge pull request #9980 from karroffel/nativescript-baseclass-signal-fix | Thomas Herzog | |
[NativeScript] fix signals from base class not being accessible | |||
2017-07-30 | [NativeScript] fix signals from base class not being accessible | Karroffel | |
https://github.com/GodotNativeTools/cpp_bindings/issues/26 | |||
2017-07-29 | Merge pull request #9968 from kubecz3k/edit-plugin-hint | George Marques | |
ScriptEditor -> 'script_close' signal hint correction | |||
2017-07-29 | Merge pull request #9966 from Noshyaar/pr-fixcurve | George Marques | |
PropertyEditor: Fix easing_curve blocking popup input | |||
2017-07-29 | Merge pull request #9963 from ISylvox/fix-SCsub-in-servers | George Marques | |
Update SCsub file in /servers/ folder | |||
2017-07-29 | Merge pull request #9951 from endragor/ref-ptrcall | Thomas Herzog | |
Fix passing Refs via ptrcall | |||
2017-07-29 | Merge pull request #9952 from endragor/pass-gdnative-library | Thomas Herzog | |
Pass GDNativeLibrary pointer to library init | |||
2017-07-29 | ScriptEditor -> 'script_close' signal hint correction | Jakub Grzesik | |
2017-07-29 | PropertyEditor: Fix easing_curve blocking popup input | Poommetee Ketson | |
2017-07-29 | Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in infinite ↵ | Fabian Mathews | |
loop causing audio to freeze | |||
2017-07-29 | Update SCsub file for /servers/ folder | ISylvox | |
2017-07-29 | Few small GI Probe fixes | Juan Linietsky | |
2017-07-28 | Fix get_screen_* funcs returning old values after resolution changes on OS X | Marcelo Fernandez | |
2017-07-28 | Change display scale when moving the window from monitor to monitor | bruvzg | |
2017-07-28 | Fix passing Refs via ptrcall | Ruslan Mustakov | |
There was no constructor for Ref from const pointer, so compiler decided to construct Variant from pointer and then construct Ref from Variant which turned it into NULL, because the Variant had null ref field. | |||
2017-07-28 | Pass GDNativeLibrary pointer to library init | Ruslan Mustakov | |
2017-07-28 | Merge pull request #9941 from brenttaylor/gd3-msvc-2015-fix | George Marques | |
BUGFIX: Check for "VCINSTALLDIR" environment variable | |||
2017-07-28 | Merge pull request #9943 from kubecz3k/fix-inh-inst-edit | Rémi Verschelde | |
correct RMB options for instanced inherited scene | |||
2017-07-28 | Merge pull request #9937 from AlexHolly/tabs-add-tab-defaults | Rémi Verschelde | |
fix missing DEFVAL | |||
2017-07-28 | Merge pull request #9932 from djrm/vs_fixes | Rémi Verschelde | |
Do not allow multiple data connections to the same data input slot, f… | |||
2017-07-28 | Merge pull request #9921 from RandomShaper/fix-android-debug | Rémi Verschelde | |
Fix Android debug/run | |||
2017-07-28 | Merge pull request #9916 from bruvzg/3.0-msaa-check | Rémi Verschelde | |
Add missing max. number of samples (MSAA) check | |||
2017-07-28 | Merge pull request #9906 from Noshyaar/pr-theme | Rémi Verschelde | |
ThemeEditor: fix broken dialog | |||
2017-07-28 | Merge pull request #9879 from RandomShaper/fix-mutating-settings-file | Rémi Verschelde | |
Fix mutating project.godot | |||
2017-07-28 | Merge pull request #9863 from kubecz3k/move-docs | Rémi Verschelde | |
Documentation update for KinematicBody.move() | |||
2017-07-28 | Merge pull request #9874 from bruvzg/3.0-osx-menu | Rémi Verschelde | |
Add macOS main menu (3.0) | |||
2017-07-28 | Merge pull request #9876 from bruvzg/3.0-resize-fix | Rémi Verschelde | |
Improved macOS window resizing behaviour (3.0) | |||
2017-07-28 | correct RMB options for instanced inherited scene | Jakub Grzesik | |
When scene is inherited and later instanced as a part of another scene, only options related to instancing will be visible - same behavior as in 2.x closes #9901 | |||
2017-07-27 | BUGFIX: Check for "VCINSTALLDIR" environment variable instead of ↵ | Brent Taylor | |
"VSINSTALLDIR". | |||
2017-07-28 | fix missing DEFVAL | AlexHolly | |
2017-07-28 | Adding base classes and structures for ARVR support | BastiaanOlij | |
Added ArVrScriptInterface Added ARVRCamera, ARVRController and ARVROrigin helper objects | |||
2017-07-27 | Do not allow multiple data connections to the same data input slot, fixes ↵ | Daniel J. Ramirez | |
#6357.Improved curve rendering when nodes are close. | |||
2017-07-27 | Documentation update for KinematicBody.move() | Jakub Grzesik | |
2017-07-27 | Fix Android debug/run | Pedro J. Estébanez | |
- Prefix all __adb__ commands with device specification to avoid errors when multiple devices connected. - Include Android release in device data collection. - Force system user:. - Ability to enable/disable. - Apply only if OS release >= 17 (when multiuser was introduced. - Fix argument passing. - Rename local variable `port` to `dbg_port` to better match its partner `fs_port`. - Fix typo in error message. | |||
2017-07-27 | Add missing max. number of samples (MSAA) check | bruvzg | |
2017-07-27 | Merge pull request #9914 from karroffel/nativescript-init-call | Thomas Herzog | |
[NativeScript] fixed optional _init call | |||
2017-07-27 | [NativeScript] fixed optional _init call | Karroffel | |
In 3c53b35 a call to an "_init" function was introduced, that however was only executed in the `_new` function, also it *required* that such a function exists. With this patch the "_init" function will be optionally called on every instance creation. | |||
2017-07-27 | Merge pull request #9911 from karroffel/nativescript-init-call | Thomas Herzog | |
[NativeScript] fix mutex double lock | |||
2017-07-27 | [NativeScript] fix mutex double lock | Karroffel | |
In 3c53b35 a bug got introduced where a mutex gets locked twice instead of locked and then unlocked. This path fixes that. |