Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-25 | Update GDScript completion names for Pool*Arrays | Andrii Doroshenko (Xrayez) | |
Notice: GDScript tokenizer used the old PoolFloatArray name. Renamed PoolFloatArray to PoolRealArray. Moved "project_settings.h" down one line to comply with the clang-format rules. Fixes #9638 Closed pull request #9714 because I messed up with commits, sorry! | |||
2017-07-25 | Merge pull request #9702 from groud/canvas_editor_update | Rémi Verschelde | |
[WIP] Canvas editor code clean-up (and improvements) | |||
2017-07-25 | Merge pull request #8217 from bojidar-bg/gdscript-fix-keyword-call | Rémi Verschelde | |
Make GDScript allow some keywords as identifiers | |||
2017-07-25 | Merge pull request #9833 from RandomShaper/fix-node-crash | Rémi Verschelde | |
Fix Node::move_child() crash if moving to the end plus one | |||
2017-07-25 | Merge pull request #9830 from RandomShaper/fix-9692 | Rémi Verschelde | |
Fix crash in Space2DSW::test_body_motion() | |||
2017-07-25 | Merge pull request #9827 from sowfelicity/master-clipboard | Rémi Verschelde | |
Workaround to allow pasting unicode characters from X selection. | |||
2017-07-25 | Fix Node::move_child() crash if moving to the end plus one | Pedro J. Estébanez | |
Fixes #9820. | |||
2017-07-25 | Fix crash in Space2DSW::test_body_motion() | Pedro J. Estébanez | |
Fixes #9692. | |||
2017-07-25 | Workaround to allow pasting unicode characters from X selection. | Jia Wang | |
Fixes #2491. Fixes #9787. | |||
2017-07-25 | Merge pull request #9822 from karroffel/nativescript-doublefree | Thomas Herzog | |
[NativeScript] bound ` to ClassDB | |||
2017-07-25 | [NativeScript] bound `new` to ClassDB | Karroffel | |
2017-07-24 | Merge pull request #9712 from BastiaanOlij/fix_checking_framebuffer | Juan Linietsky | |
add missing framebuffer check | |||
2017-07-24 | Merge pull request #9746 from Noshyaar/label | Rémi Verschelde | |
Label: add auto_height | |||
2017-07-24 | Merge pull request #9821 from karroffel/nativescript-doublefree | Thomas Herzog | |
[GDNative] basic OS detection | |||
2017-07-24 | [GDNative] basic OS detection | Karroffel | |
2017-07-24 | Merge pull request #9791 from bojidar-bg/6087-add-global-local-conv | Rémi Verschelde | |
Add .to_local/.to_global methods on Node2D and Spatial | |||
2017-07-24 | Merge pull request #9808 from MednauN/master | Rémi Verschelde | |
Fix switching SRGB extension happen before binding of texture | |||
2017-07-24 | Merge pull request #9819 from kubecz3k/collisionobj-shape-api | Rémi Verschelde | |
expose missing CollisionShape API for CollisionObject | |||
2017-07-24 | expose missing CollisionShape API for CollisionObject | Jakub Grzesik | |
2017-07-24 | Merge pull request #9817 from RameshRavone/patch-2 | Thomas Herzog | |
GDNative register_property | |||
2017-07-24 | GDNative register_property | Ramesh Ravone | |
2017-07-24 | Merge pull request #9814 from karroffel/nativescript-doublefree | Thomas Herzog | |
[NativeScript] forgot to uncomment userdata return | |||
2017-07-24 | [NativeScript] forgot to uncomment userdata return | Karroffel | |
2017-07-24 | Merge pull request #9809 from karroffel/nativescript-doublefree | Thomas Herzog | |
[NativeScript] fix double free but on exit | |||
2017-07-24 | [NativeScript] fix double free but on exit | Karroffel | |
2017-07-24 | Fix switching SRGB extension happen before binding of texture | Evgeny Zuev | |
Previously, texture parameter `_TEXTURE_SRGB_DECODE_EXT` was changed before the call of `glBindTexture`, which caused modification of previously bound texture instead of desired one. Now it's changed after `glBindTexture`. | |||
2017-07-24 | Merge pull request #9807 from Noshyaar/pr-df | Rémi Verschelde | |
EditorNode: fix missing distraction-free tooltip | |||
2017-07-24 | EditorNode: fix missing distraction-free tooltip | Poommetee Ketson | |
2017-07-24 | Merge pull request #9764 from Noshyaar/pr-fix2 | Rémi Verschelde | |
Add object type hint for docs | |||
2017-07-24 | Merge pull request #9802 from vnen/fix-uwp-build | Rémi Verschelde | |
UWP: Fix build issue caused by atomic operations | |||
2017-07-24 | Merge pull request #9804 from karroffel/gdnative-rewrite | Thomas Herzog | |
[GDNative] new GDNative API | |||
2017-07-24 | [GDNative] new GDNative API | Karroffel | |
This adds GDNative as a separate class type. It can be used to interface with native libraries by using "native calls", which can be registered by modules (and in future other GDNative libraries?). It also reworks the currently called "GDNativeScript" into a "NativeScript" that just makes use of the new GDNative instead of it being the component that implements that functionality. | |||
2017-07-23 | UWP: Fix build issue caused by atomic operations | George Marques | |
2017-07-23 | small grammar fix | Juan Linietsky | |
2017-07-23 | -Ability to set default import presets for type | Juan Linietsky | |
-More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview | |||
2017-07-23 | Make GDScript allow some keywords as identifiers | Bojidar Marinov | |
Fixes #8085 Added some comments around the use of is_token_literal, as discussed. | |||
2017-07-23 | Merge pull request #9795 from marcelofg55/master | Rémi Verschelde | |
Fix Right-Click (Ctrl-Click) on OS X | |||
2017-07-23 | Merge pull request #9794 from Noshyaar/pr-impd | Rémi Verschelde | |
Suppress get_edited_scene_root error | |||
2017-07-23 | Fix Right-Click (Ctrl-Click) on OS X | Marcelo Fernandez | |
2017-07-23 | Requesting for dictionary keys also respects insertion order, closes #9161 | Juan Linietsky | |
2017-07-23 | Suppress get_edited_scene_root error | Poommetee Ketson | |
2017-07-23 | Merge pull request #9718 from endragor/ptrcall-fixes | Thomas Herzog | |
Use specific size for numeric types in ptrcall | |||
2017-07-23 | Add object type hint for docs | Poommetee Ketson | |
2017-07-23 | Add .to_local/.to_global methods on Node2D and Spatial | Bojidar Marinov | |
Those are just helpers around get_global_transform().affine_inverse().xform() and get_global_transform().xform(). Closes #6087 | |||
2017-07-23 | Merge pull request #9765 from Noshyaar/pr-clang | Rémi Verschelde | |
Clang-formatting *.cpp and *.h (some files excluded) | |||
2017-07-23 | Merge pull request #9790 from Noshyaar/pr-req | Rémi Verschelde | |
EditorNode: request_attn when behind other windows | |||
2017-07-23 | Merge pull request #9788 from Zylann/freelook_modifier | Rémi Verschelde | |
Added configurable modifier key to activate freelook | |||
2017-07-23 | Merge pull request #9776 from Noshyaar/pr-sprite | Rémi Verschelde | |
Sprite: fix disconnect nonexistent signal | |||
2017-07-23 | Merge pull request #9774 from Noshyaar/pr-about | Rémi Verschelde | |
Move About dialog to editor_about.cpp | |||
2017-07-23 | Merge pull request #9773 from Noshyaar/pr-tabs | Rémi Verschelde | |
Tabs: expose tab_close_display_policy property |