Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | Merge pull request #9873 from Noshyaar/pr-prop | Rémi Verschelde | |
Fix various property not found errors | |||
2017-07-26 | Fix various property not found errors | Poommetee Ketson | |
2017-07-26 | Support multithreading for NativeScriptLanguage | Ruslan Mustakov | |
Godot may call property setters from non-main thread when an object is loaded in the edtior. This means NativeScriptLanguage could be accessed from different threads, but it was not designed for thread-safety. Besides, previous behaviour made it so that godot_nativescript_init and godot_gdnative_init could be invoked from non-main thread, while godot_gdnative_thread is always invoked on the main thread. This may not be expected by the binding library. This commit defers native library initialization to the main thread and adds godot_nativescript_thread_enter and godot_nativescript_thread_exit callbacks to make a binding library aware of foreign threads. | |||
2017-07-26 | Fix !save_each_scene saving scenes with no filename | Poommetee Ketson | |
When save_each_scene is false, only scenes that have been saved at least once are saved. But EditorNode tries to save scenes with no filename too (they're never saved), so it crashes. | |||
2017-07-26 | Remove duplicate keycode constant for Numpad Enter key. | bruvzg | |
2017-07-26 | Merge pull request #9868 from StraToN/docs403-extends-is | Rémi Verschelde | |
Corrects usage of 'is' instead of 'extends' for testing node inheritance [ci skip] | |||
2017-07-26 | Corrects usage of 'is' instead of 'extends' for testing node inheritance. | Julian Murgia | |
2017-07-26 | Added features for image formats | BastiaanOlij | |
2017-07-26 | Merge pull request #9862 from ISylvox/tagents-to-tangents | Rémi Verschelde | |
Renames tagents to tangents | |||
2017-07-26 | tagents --> tangents | ISylvox | |
2017-07-26 | Merge pull request #9823 from BastiaanOlij/ios_fix_framebuffer_order | Rémi Verschelde | |
Fixed setting our system_fbo framebuffer | |||
2017-07-26 | Merge pull request #9858 from GodotExplorer/pr-fix-texture-button-resize-mode | Rémi Verschelde | |
Fix the resize mode of TextureButton for resource saving | |||
2017-07-26 | Fix the resize mode of TextureButton cannot be saved into resource files. | Geequlim | |
2017-07-26 | Merge pull request #9857 from marcelofg55/master | Rémi Verschelde | |
Fix cvs files freezing the editor when a double quote is not closed | |||
2017-07-26 | Fixes to glow and auto exposure, closes #9797, closes #9106 | Juan Linietsky | |
2017-07-25 | Fix cvs files freezing the editor when a double quote is not closed | Marcelo Fernandez | |
2017-07-25 | Merge pull request #9855 from sheepandshepherd/nativesetter | Thomas Herzog | |
Fix typo in NativeScript property getter | |||
2017-07-25 | Fix typo in NativeScript property getter | sheepandshepherd | |
2017-07-25 | Temporarily disable the Asset Library | Rémi Verschelde | |
Currently it features only plugins for Godot 2.1.x, we need #7147 fixed to be able to propose only 3.0-compatible plugins in the Asset Library. | |||
2017-07-25 | Change the grid offset when the snap is set as relative | Gilles Roudiere | |
2017-07-25 | Merge pull request #9690 from 648trindade/classref-edit | Rémi Verschelde | |
Improved math functions descriptions and added many AStar descriptions | |||
2017-07-25 | Merge pull request #9731 from Xrayez/gdscript-completion | Rémi Verschelde | |
Update GDScript completion names for Pool*Arrays | |||
2017-07-25 | Add newline after config_version and fix custom_features hint | Rémi Verschelde | |
Fixes #9818. | |||
2017-07-25 | Make MinGW test less verbose on non-Bash shells | Rémi Verschelde | |
The &> construct seems to be Bash-specific. Supersedes #9755. | |||
2017-07-25 | Merge pull request #9845 from kubecz3k/more-plugin-docs | Rémi Verschelde | |
documentation for EditorPlugin and ScriptEditor | |||
2017-07-25 | Merge pull request #9847 from vnen/patch-zstd | Rémi Verschelde | |
zstd: Apply upstream patch to fix UWP ARM build | |||
2017-07-25 | Merge pull request #9846 from karroffel/im-the-keyword-repair-man | Rémi Verschelde | |
fix a regression (GDScript) from e00630b | |||
2017-07-25 | fix a regression (GDScript) from e00630b | Karroffel | |
This removes `not` from the variable safe list of keywords. Before that this was a valid expression: self.!(some_arg) The other fix is just a forgotten boolean negation. | |||
2017-07-25 | zstd: Apply upstream patch to fix UWP ARM build | George Marques | |
Following upstream commit f04deff4fc | |||
2017-07-25 | Merge pull request #9844 from karroffel/nativescript-double-init-fix | Thomas Herzog | |
[NativeScript] fix double initialization in editor |