Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-29 | Few small GI Probe fixes | Juan Linietsky | |
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-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. | |||
2017-07-27 | Merge pull request #9907 from karroffel/nativescript-init-call | Thomas Herzog | |
NativeScript changes and OS symbol lookup optional error handling | |||
2017-07-27 | added an optional parameter to OS symbol lookup | Karroffel | |
When looking up a symbol from a library, previously an error was shown when the symbol did not exist. That caused confusion when the lookup was completely optional. This adds a new parameter to that method so that those errors can be handled manually if needed. | |||
2017-07-27 | [NativeScript] call _init on instance creation | Karroffel | |
This also adds basic locking for the set of owners to avoid threading problems | |||
2017-07-27 | ThemeEditor: fix broken dialog | Poommetee Ketson | |
2017-07-27 | Fix is_window_fullscreen() and set_window_fullscreen() behaviour after ↵ | bruvzg | |
window has entered/left full-screen mode via green zoom button. Fix get/set_current_screen & set_window_maximized. | |||
2017-07-27 | Add macOS main menu | bruvzg | |
2017-07-27 | Merge pull request #9887 from StraToN/power-fix-x11 | Rémi Verschelde | |
Fix power management on x11 platform and removes explicit NULL pointer dereference | |||
2017-07-27 | Merge pull request #9872 from bruvzg/3.0-num-enter-fix | Rémi Verschelde | |
Remove duplicate keycode constant for Numpad Enter key (3.0) | |||
2017-07-27 | Merge pull request #9870 from Noshyaar/pr-fixsave | Rémi Verschelde | |
Fix !save_each_scene saving scenes with no filename | |||
2017-07-27 | Merge pull request #9869 from BastiaanOlij/add_features_ios | Rémi Verschelde | |
Added export features for image formats | |||
2017-07-27 | Merge pull request #9852 from groud/canvas_editor_update | Rémi Verschelde | |
Some more CanvasItemEditor improvements | |||
2017-07-27 | Merge pull request #9904 from Noshyaar/pr-off | Rémi Verschelde | |
PropertyEditor: display "Off" if property is false | |||
2017-07-27 | PropertyEditor: display "Off" if property is false | Poommetee Ketson | |
2017-07-27 | Merge pull request #9900 from Zylann/fix_freelook_shortcuts | Rémi Verschelde | |
Initialize freelook shortcuts properly | |||
2017-07-27 | Initialize freelook shortcuts properly | Marc Gilleron | |
2017-07-27 | Merge pull request #9892 from RandomShaper/fix-err-format | Pedro J. Estébanez | |
Fix misplaced quote in error messsage | |||
2017-07-27 | Fix misplaced quote in error messsage | Pedro J. Estébanez | |
2017-07-26 | Fixes power management on x11 platform and removes explicit NULL pointer ↵ | Julian Murgia | |
dereference. | |||
2017-07-26 | Merge pull request #9882 from endragor/nativescript-refcount | Thomas Herzog | |
Forward refcount changes to NativeScriptInstance | |||
2017-07-26 | Merge pull request #9883 from bojidar-bg/8217-fixup-get_node-shortcut | Rémi Verschelde | |
Fix $a/b being parsed as division | |||
2017-07-26 | Fix $a/b being parsed as division | Bojidar Marinov | |
2017-07-26 | Forward refcount changes to NativeScriptInstance | Ruslan Mustakov | |
This also changes Reference::unreference() to always invoke refcount_decremented. Previously it was not invoked until the count reached zero due to short-circuit evalution of boolean expressions. | |||
2017-07-26 | Fix mutating project.godot | Pedro J. Estébanez | |
Namely: - comment block lost on first save; - config_version doubled as 3 and null on second save; - format change on first save. | |||
2017-07-26 | Merge pull request #9867 from endragor/nativescript-threading | Thomas Herzog | |
Support multithreading for NativeScriptLanguage | |||
2017-07-26 | Merge pull request #9720 from endragor/stack-bottom | Thomas Herzog | |
Add a way to retrieve stack bottom of the main thread | |||
2017-07-26 | Improved macOS window resizing behaviour. | bruvzg | |
2017-07-26 | Merge pull request #9873 from Noshyaar/pr-prop | Rémi Verschelde | |
Fix various property not found errors |