| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-07-26 | Fix the resize mode of TextureButton cannot be saved into resource files. | Geequlim | 1 | -1/+1 | |
| 2017-07-26 | Fixes to glow and auto exposure, closes #9797, closes #9106 | Juan Linietsky | 5 | -54/+99 | |
| 2017-07-25 | Fix cvs files freezing the editor when a double quote is not closed | Marcelo Fernandez | 1 | -0/+2 | |
| 2017-07-25 | Fix typo in NativeScript property getter | sheepandshepherd | 1 | -1/+1 | |
| 2017-07-25 | Temporarily disable the Asset Library | Rémi Verschelde | 1 | -2/+5 | |
| 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 | Add newline after config_version and fix custom_features hint | Rémi Verschelde | 1 | -1/+2 | |
| Fixes #9818. | |||||
| 2017-07-25 | Make MinGW test less verbose on non-Bash shells | Rémi Verschelde | 1 | -9/+2 | |
| The &> construct seems to be Bash-specific. Supersedes #9755. | |||||
| 2017-07-25 | fix a regression (GDScript) from e00630b | Karroffel | 2 | -2/+2 | |
| 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 | 2 | -8/+13 | |
| Following upstream commit f04deff4fc | |||||
| 2017-07-25 | documentation for EditorPlugin and ScriptEditor | Jakub Grzesik | 1 | -0/+85 | |
| 2017-07-25 | [NativeScript] fix double initialization in editor | Karroffel | 2 | -2/+10 | |
| 2017-07-25 | Good bye chunky fonts, closes #9441 | Juan Linietsky | 1 | -1/+1 | |
| 2017-07-25 | Label: update min size when regenerate wordcache | Poommetee Ketson | 2 | -7/+1 | |
| 2017-07-25 | Update GDScript completion names for Pool*Arrays | Andrii Doroshenko (Xrayez) | 3 | -5/+5 | |
| 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 | 1 | -1/+1 | |
| 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 | Fix Node::move_child() crash if moving to the end plus one | Pedro J. Estébanez | 1 | -0/+5 | |
| Fixes #9820. | |||||
| 2017-07-25 | Fix crash in Space2DSW::test_body_motion() | Pedro J. Estébanez | 1 | -1/+1 | |
| Fixes #9692. | |||||
| 2017-07-25 | Workaround to allow pasting unicode characters from X selection. | Jia Wang | 1 | -2/+14 | |
| Fixes #2491. Fixes #9787. | |||||
| 2017-07-25 | Fixed setting our system_fbo framebuffer | BastiaanOlij | 1 | -2/+5 | |
| 2017-07-25 | [NativeScript] bound `new` to ClassDB | Karroffel | 1 | -0/+2 | |
| 2017-07-24 | [GDNative] basic OS detection | Karroffel | 1 | -2/+11 | |
| 2017-07-24 | expose missing CollisionShape API for CollisionObject | Jakub Grzesik | 4 | -0/+55 | |
| 2017-07-24 | GDNative register_property | Ramesh Ravone | 1 | -0/+1 | |
| 2017-07-24 | [NativeScript] forgot to uncomment userdata return | Karroffel | 2 | -3/+3 | |
| 2017-07-24 | [NativeScript] fix double free but on exit | Karroffel | 1 | -35/+1 | |
| 2017-07-24 | Fix switching SRGB extension happen before binding of texture | Evgeny Zuev | 1 | -21/+21 | |
| 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 | EditorNode: fix missing distraction-free tooltip | Poommetee Ketson | 1 | -0/+1 | |
| 2017-07-24 | [GDNative] new GDNative API | Karroffel | 50 | -2005/+2542 | |
| 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 | 1 | -1/+1 | |
| 2017-07-23 | small grammar fix | Juan Linietsky | 1 | -3/+3 | |
| 2017-07-23 | -Ability to set default import presets for type | Juan Linietsky | 12 | -223/+348 | |
| -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 | 3 | -141/+263 | |
| Fixes #8085 Added some comments around the use of is_token_literal, as discussed. | |||||
| 2017-07-23 | Fix Right-Click (Ctrl-Click) on OS X | Marcelo Fernandez | 1 | -73/+31 | |
| 2017-07-23 | Requesting for dictionary keys also respects insertion order, closes #9161 | Juan Linietsky | 1 | -0/+21 | |
| 2017-07-23 | Suppress get_edited_scene_root error | Poommetee Ketson | 3 | -1/+10 | |
| 2017-07-23 | Add object type hint for docs | Poommetee Ketson | 26 | -74/+71 | |
| 2017-07-23 | Add .to_local/.to_global methods on Node2D and Spatial | Bojidar Marinov | 4 | -0/+32 | |
| Those are just helpers around get_global_transform().affine_inverse().xform() and get_global_transform().xform(). Closes #6087 | |||||
| 2017-07-23 | Tabs: expose tab_close_display_policy property | Poommetee Ketson | 2 | -1/+18 | |
| 2017-07-23 | EditorNode: request_attn when behind other windows | Poommetee Ketson | 1 | -2/+1 | |
| The current version requests attention only when minimized which might not work as expected when it's not minimized but doesn't have focus. | |||||
| 2017-07-23 | Added configurable modifier key to activate freelook | Marc Gilleron | 2 | -29/+37 | |
| 2017-07-22 | zstd: Update to upstream version 1.3.0 | George Marques | 20 | -1190/+2742 | |
| 2017-07-22 | Fix atomic operations in NO_THREADS builds | L. Krause | 1 | -2/+2 | |
| 2017-07-22 | function to add script and instance at once, as needed by neikeq | Juan Linietsky | 2 | -0/+13 | |
| 2017-07-22 | Script languges are uninitialized properly now. | Juan Linietsky | 3 | -3/+13 | |
| 2017-07-23 | Sprite: fix disconnect nonexistent signal | Poommetee Ketson | 1 | -13/+0 | |
| 2017-07-23 | Move About dialog to editor_about.cpp | Poommetee Ketson | 4 | -174/+285 | |
| 2017-07-22 | Several changes to better run in mobile. | Juan Linietsky | 24 | -171/+508 | |
| 2017-07-22 | libpng: Update to upstream version 1.6.31rc01 | Rémi Verschelde | 18 | -74/+275 | |
| Fixes various issues with 1.6.30, especially ARM build. Supersedes change in #9722. | |||||
| 2017-07-22 | Implement input focus behavior in HTML5 | L. Krause | 3 | -31/+94 | |
| - Key and mouse events are only consumed if canvas is focused - NOTIFICATION_WM_MOUSE_ENTER, _MOUSE_EXIT, _FOCUS_IN and _FOCUS_OUT are emitted | |||||
| 2017-07-22 | Docs: fix broken ref tags | Poommetee Ketson | 1 | -9/+15 | |
