Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |||
2017-07-25 | documentation for EditorPlugin and ScriptEditor | Jakub Grzesik | |
2017-07-25 | [NativeScript] fix double initialization in editor | Karroffel | |
2017-07-25 | Good bye chunky fonts, closes #9441 | Juan Linietsky | |
2017-07-25 | Merge pull request #9837 from Noshyaar/pr-about | Rémi Verschelde | |
Label: update minimum size when regenerating wordcache | |||
2017-07-25 | Label: update min size when regenerate wordcache | Poommetee Ketson | |
2017-07-25 | Merge pull request #9825 from RandomShaper/rename-android-define | Rémi Verschelde | |
Remove ANDROID define | |||
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 | Remove ANDROID define | Pedro J. Estébanez | |
Fixes GDNative build error on Android. It's also discouraged by Google to rely on it. In case someone needs to check, use ``__ANDROID__`` instead, provided by the very same compiler. | |||
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. |