Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-02 | Merge pull request #19905 from AndreaCatania/no3d_2 | Rémi Verschelde | |
Removed two skeleton parameter from compilation width no 3d | |||
2018-07-02 | further fixes to tag detection on importer | Juan Linietsky | |
2018-07-02 | Removed two skeleton parameter from compilation width no 3d | Andrea Catania | |
2018-07-01 | Merge pull request #19875 from willnationsdev/meta-underlined | George Marques | |
Fix underline_meta not working in RichTextLabel | |||
2018-07-02 | Add a condition to detect duplicates objects, so cases like object-col.323, ↵ | Juan Linietsky | |
common in blender, is still detected as collision. | |||
2018-07-01 | -Fix in animationplayback, sound would be cut on loop | Juan Linietsky | |
-Fix on scene importer, keeping changes to animation tracks was not working | |||
2018-07-01 | Doc: Fix typos spotted by @yurchor | Rémi Verschelde | |
2018-07-01 | Merge pull request #19871 from guilhermefelipecgs/fix_performance_ui | Rémi Verschelde | |
Fix performance for godot's interface | |||
2018-07-01 | Merge pull request #19851 from ibrahn/fix-icon-readme-link | Rémi Verschelde | |
Corrected art depo link in editor icons readme. | |||
2018-07-01 | Corrected art depo link in editor icons readme. | Ibrahn Sahir | |
2018-07-01 | Fix performance for godot's interface | Guilherme Felipe | |
2018-07-01 | Merge pull request #19886 from AndreaCatania/no3d | Rémi Verschelde | |
Fixes #19845 no 3d Compilation issue | |||
2018-07-01 | Fixes #19845 no 3d Compilation issue | Andrea Catania | |
2018-07-01 | Merge pull request #19884 from AndreaCatania/compfix | Rémi Verschelde | |
Fixes #19648 Kinematic body move_and_slide compatibility issue | |||
2018-07-01 | Fixes #19648 Kinematic body move_and_slide compatibility issue | Andrea Catania | |
2018-07-01 | Fix underline_meta not working in RichTextLabel | Will Nations | |
2018-07-01 | Merge pull request #19768 from KellyThomas/env-string | Ignacio Etcheverry | |
mono: convert unicode mono root path to ascii string | |||
2018-06-30 | -Fixes to OBJ importer, option to disable optimization | Juan Linietsky | |
-Fixes to script language, PlaceHolder can now get and check methods | |||
2018-06-29 | Merge pull request #19678 from vnen/remove-latency-print | George Marques | |
Remove audio latency print | |||
2018-06-30 | convert unicode mono root path to ascii string | Kelly Thomas | |
2018-06-29 | Merge pull request #19757 from Faless/gdnet_pr | Thomas Herzog | |
Network bindings for GDNative | |||
2018-06-29 | Small fixes | Juan Linietsky | |
2018-06-29 | Merge pull request #19836 from akien-mga/save-subresources | Rémi Verschelde | |
Revert "Fix saving unmodified scenes and resources" | |||
2018-06-29 | Revert "Fix saving unmodified scenes and resources" | Rémi Verschelde | |
This reverts commits 28ab60422d648d43d219186ea0ecffce1645188f and 7821b70a00768cb99c0b48450eabe5a687ae276c. Fixes #19576, and likely the fact that subresources are no longer saved when saving scenes with no change. | |||
2018-06-28 | Merge pull request #19829 from Calinou/optimize-images | Max Hilbrunner | |
Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | |||
2018-06-28 | Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | Hugo Locurcio | |
2018-06-28 | Merge pull request #19827 from Faless/lws_fix_lite | Rémi Verschelde | |
Fix fragment size bug in WebSocket (lws) | |||
2018-06-27 | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky | |
2018-06-27 | The way multiple quaternions being slerped was not good, changed approach to ↵ | Juan Linietsky | |
one that seems to work better. | |||
2018-06-27 | Add [Packet/Stream/Multiplayer]PeerGDNative | Fabio Alessandrelli | |
They provide an interface to implement PacketPeer, StreamPeer, and NetworkedMultiplayerPeer via GDNative. | |||
2018-06-27 | Merge pull request #19794 from Calinou/document-vector2-vector3-round | Rémi Verschelde | |
Document Vector2.round() and Vector3.round() | |||
2018-06-27 | Style: Apply clang-format to animation_tree.cpp | Rémi Verschelde | |
Fixes issues introduced in c633b77 and de1ff22. | |||
2018-06-27 | change node graph property and improved some bindings | Juan Linietsky | |
2018-06-26 | -Add root motion support in AnimationTree. | Juan Linietsky | |
-Add RootMotionView, to debug root motion in 3D (disabled in runtime) | |||
2018-06-27 | Document Vector2.round() and Vector3.round() | Hugo Locurcio | |
2018-06-26 | Merge pull request #19164 from marcelofg55/tilemap_undo2 | Rémi Verschelde | |
Improve TileMap undo operations, second try | |||
2018-06-26 | Merge pull request #19776 from marcelofg55/tilemap_quadrant_opt | Rémi Verschelde | |
Optimize _recreate_quadrants | |||
2018-06-26 | Merge pull request #19767 from Chaosus/vsync_fix | Rémi Verschelde | |
Fix vsync initialization | |||
2018-06-26 | Merge pull request #19766 from GodotExplorer/android-gles2 | Rémi Verschelde | |
Implement OpenGL ES rasterizer selection logic for Android. | |||
2018-06-26 | Merge pull request #19774 from karroffel/blendspace-1d-sync-fix | Rémi Verschelde | |
ensure BlendSpace1D syncs animations | |||
2018-06-26 | Implement OpenGL ES rasterizer selection logic for Android. | geequlim | |
2018-06-26 | Optimize _recreate_quadrants | Marcelo Fernandez | |
2018-06-26 | ensure BlendSpace1D syncs animations | Thomas Herzog | |
2018-06-25 | renamed AnimationGraphPlayer to AnimationTree | Juan Linietsky | |
2018-06-25 | Merge pull request #19720 from karroffel/blendspace-1d | Juan Linietsky | |
add BlendSpace1D animation node | |||
2018-06-25 | removed print | Juan Linietsky | |
2018-06-25 | added BlendSpace1D editor plugin | Thomas Herzog | |
This commit also fixes a crash in the BlendSpace2D as well as correct the drawing of the x-zero indicator in the BlendSpace2D editor plugin. | |||
2018-06-25 | added AnimationBlendSpace1D | Thomas Herzog | |
2018-06-25 | rename BlendSpace to BlendSpace2D | Thomas Herzog | |
2018-06-25 | State machine animation node | Juan Linietsky | |