| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-08-07 | Texture: Fix wrong method bind instance type | Ignacio Etcheverry | 1 | -1/+1 | |
| 2017-08-07 | Revert #378b1e6 for s3tc | bruvzg | 1 | -4/+4 | |
| 2017-08-07 | UWP: Add Gamepad vibration support | George Marques | 2 | -10/+63 | |
| 2017-08-07 | UWP: Fix Gamepad removal logic | George Marques | 1 | -9/+1 | |
| Fix #9209 | |||||
| 2017-08-06 | Fixed some string names and animation playback options, closes #9446 | Juan Linietsky | 3 | -8/+4 | |
| 2017-08-06 | RGTC and S3TC are now always enabled on desktop, given the spect dictates ↵ | Juan Linietsky | 1 | -2/+4 | |
| they should be. Fixes #9267, Fixes #9939 | |||||
| 2017-08-06 | Use vertex distance instead of z, fixes #9108 | Juan Linietsky | 1 | -1/+1 | |
| 2017-08-06 | Added a .gdignore check to ignore specific folders. Closes #8461 | Juan Linietsky | 1 | -0/+4 | |
| 2017-08-06 | Added missing binding to ImageTexture, closes #8371 | Juan Linietsky | 1 | -1/+1 | |
| 2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | 18 | -33/+33 | |
| Closes #7695 | |||||
| 2017-08-06 | keep default exported script values unless overriden, closes #8127 | Juan Linietsky | 5 | -1/+39 | |
| 2017-08-06 | Fix is_class check typo in ObjectDB::cleanup | Ruslan Mustakov | 1 | -1/+1 | |
| 2017-08-05 | few bugs fixed thanks to explicit bool constructor and clang. | Juan Linietsky | 3 | -2/+3 | |
| explicit bool constructor has thus now been removed, as it served it's mission! | |||||
| 2017-08-06 | ClassDB: Adds get_property_index method | Ignacio Etcheverry | 2 | -0/+23 | |
| 2017-08-06 | [GDNative] fixed double variant call | Karroffel | 1 | -1/+0 | |
| This bug got discovered thanks to clang! | |||||
| 2017-08-05 | Made bool constructor explicit in Variant to avoid bugs, fixes #7843 | Juan Linietsky | 5 | -10/+20 | |
| 2017-08-05 | Renames properties and methods to avoid ambiguities | Ignacio Etcheverry | 3 | -4/+4 | |
| - Method Node2D.scale(Vector2) renamed to Node2D.apply_scale(Vector2) - Property BaseButton.is_pressed renamed to BaseButton.pressed | |||||
| 2017-08-05 | emit signal properly when frame has changed in autoplay, fixes #7730 | Juan Linietsky | 1 | -0/+1 | |
| 2017-08-05 | Properly update frame range after modifying the vframe/hframes, closes #7624 | Juan Linietsky | 2 | -4/+4 | |
| 2017-08-05 | Warn about resizing a rigidbody (2D or 3D), covers the most common cases, ↵ | Juan Linietsky | 4 | -0/+70 | |
| closes #7615 | |||||
| 2017-08-05 | 'tab_changed' signal after using 'set_current_tab' | Jakub Grzesik | 1 | -1/+3 | |
| closes #10051 | |||||
| 2017-08-05 | renamed node path, closes #5691 | Juan Linietsky | 6 | -5/+5 | |
| 2017-08-05 | Initialize Particles2D draw order property | L. Krause | 1 | -0/+1 | |
| 2017-08-05 | Copy point into mouse event as is | BastiaanOlij | 1 | -5/+3 | |
| 2017-08-05 | Improve HTML5 canvas management | L. Krause | 2 | -48/+70 | |
| - set_window_maximized hides page content - Fix sporadic full-screen render-size bug in Chromium - Smoother resizing for maximized canvas | |||||
| 2017-08-05 | fixed loading old theme styleboxes | toger5 | 8 | -10/+10 | |
| 2017-08-04 | Fix warp_mouse_pos on macOS | bruvzg | 1 | -8/+3 | |
| 2017-08-04 | Fix label align of button in editor | volzhs | 1 | -1/+1 | |
| Fix #9927 | |||||
| 2017-08-04 | Dont call nativescript callbacks if lib is not initialized | Ruslan Mustakov | 3 | -10/+17 | |
| 2017-08-04 | SpatialEditor: fix "Top", overflow preview button | Poommetee Ketson | 1 | -5/+5 | |
| 2017-08-04 | editor: update helps and script panel on theme could change. | toger5 | 4 | -50/+74 | |
| 2017-08-04 | Builtin script template loading improvements | toger5 | 1 | -10/+36 | |
| 2017-08-04 | SpatialEditor: uniform min/max of fov,znear,zfar | Poommetee Ketson | 1 | -21/+16 | |
| Clamp FOV to [0.01, 179], Znear and Zfar to [0.01, 10000] | |||||
| 2017-08-04 | [GDNative] fixed a bug with ambiguous include paths | Karroffel | 1 | -1/+2 | |
| fixes #10071. The problem is that the json.h file includes the local variant.h instead of the "absolute" core/variant.h | |||||
| 2017-08-03 | Full GLTF 2.0 Specification support! cheers! | Juan Linietsky | 2 | -11/+584 | |
| 2017-08-03 | TileMap: Fix infinite loop when trying to bucket-delete empty tiles. | Andreas Haas | 1 | -0/+2 | |
| Right-clicking when the bucket tool is enabled means "erase all instances of this tile". So it doesn't make sense to try doing this for empty tiles :P Fixes #10065 | |||||
| 2017-08-03 | Fix scons failing when not building sources | Marcelo Fernandez | 1 | -2/+3 | |
| 2017-08-03 | border settings doesn't remove necessary borders anymore | toger5 | 1 | -4/+7 | |
| 2017-08-03 | Added ARVRAnchor support and a few small enhancements | BastiaanOlij | 5 | -8/+184 | |
| 2017-08-03 | Forward frame call to GDNative libraries | Ruslan Mustakov | 3 | -44/+32 | |
| 2017-08-02 | Added get_used_cells_by_id method 3.0 | Hassan A | 2 | -0/+16 | |
| 2017-08-02 | ItemList: Remove redundant Vector2 initializations. | Andreas Haas | 1 | -4/+4 | |
| 2017-08-02 | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky | 10 | -38/+2040 | |
| -Fixed bugs regarding tangent generation in SurfaceTool | |||||
| 2017-08-02 | Revert "Tweak command-line arguments to make them more UNIX-like" | Juan Linietsky | 4 | -104/+104 | |
| 2017-08-02 | ScriptEditor: ctrl+click can open scenes/resources. | Andreas Haas | 2 | -1/+28 | |
| Closes #9654 | |||||
| 2017-08-02 | Fix double finalisation of audio drivers | Marcelo Fernandez | 4 | -15/+18 | |
| 2017-08-02 | [GDNative/NativeScript] fix -rdynamic and removed _init call | Karroffel | 2 | -13/+6 | |
| The _init call was buggy anyway and in the end shouldn't be a thing that's called via ClassDB, it should be something that's language specific, so we leave this out for the bindings. In the commit 66a7763 the SCsub file for GDNative was changed to use a cloned environment, that bricked -rdynamic which needs to be passed down to the linker, which didn't happen with the new env. | |||||
| 2017-08-02 | Docs: fix method/type renames, fill some blanks | Poommetee Ketson | 1 | -15/+18 | |
| 2017-08-02 | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | 4 | -104/+104 | |
| Also improves the command-line help text readability. | |||||
| 2017-08-02 | remove meaningless print line from editor console | Indah Sylvia | 1 | -1/+0 | |
