Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-01 | Fix underline_meta not working in RichTextLabel | Will Nations | |
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 | 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 | |
2018-06-25 | Remove extra addition to tree of editor autoloads | George Marques | |
Fix #19675 | |||
2018-06-25 | Fix vsync initialization | Chaosus | |
2018-06-25 | Merge pull request #19744 from marcelofg55/profiler_clear | Rémi Verschelde | |
Add a Clear button to the profiler | |||
2018-06-25 | Merge pull request #19728 from Chaosus/theme_strings | Rémi Verschelde | |
Changed themes presets to String format | |||
2018-06-25 | Merge pull request #19698 from Chaosus/theme_submenu | Rémi Verschelde | |
Move Theme options to submenu | |||
2018-06-25 | Merge pull request #19718 from thduynguyen/bug_fixes | Rémi Verschelde | |
bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLED | |||
2018-06-25 | Merge pull request #19193 from tagcup/quat_norm | Juan Linietsky | |
Fixed Basis -> Quat conversions, added a few safety checks. | |||
2018-06-25 | Merge pull request #19743 from Calinou/remove-appimage-structure | Rémi Verschelde | |
Remove the old AppImage structure | |||
2018-06-25 | Merge pull request #19730 from BastiaanOlij/fix_y_shift | Rémi Verschelde | |
Fix typo in y shift | |||
2018-06-25 | Merge pull request #19745 from BastiaanOlij/fix_frustum_msg | Rémi Verschelde | |
ARVR - Fight off some error spam in the editor | |||
2018-06-24 | Fight off some error spam in the editor | Bastiaan Olij | |
2018-06-23 | Add a Clear button to the profiler | Marcelo Fernandez | |
2018-06-24 | Remove the old AppImage structure | Hugo Locurcio | |
These files did not serve a real purpose since `icon.png` can be used as the AppImage icon, and a .desktop file can be found at `misc/dist/linux/godot.desktop` with the same contents. | |||
2018-06-23 | Sanitize protocol struct, def LWS T/RX buffer size | Fabio Alessandrelli | |
2018-06-23 | Changed themes presets to String format | Chaosus | |
2018-06-23 | Fix typo in y shift | Bastiaan Olij | |
2018-06-22 | Merge pull request #19016 from neikeq/w | Ignacio Etcheverry | |
Mono: Module build improvements | |||
2018-06-22 | Mono: Module build improvements | Ignacio Etcheverry | |
- Add (Csc/Vbc/Fsc)ToolExe environment variables when running Mono's MSBuild. - Fix directory for the 'mono_assemblies_output_dir' argument being created with the '#' top level directory token as part of its name. - Allow to build with 'mono_static=yes' on Unix without specifying a mono prefix. The build script will try to find the mono prefix using the output from pkg-config. | |||
2018-06-22 | bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLED | Duy-Nguyen Ta | |
2018-06-22 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit d04cc2855a23fbfaeb3981736929a7d7aa46ca41) | |||
2018-06-22 | Merge pull request #19695 from rraallvv/nocache_gen_master | Rémi Verschelde | |
Add NoCache wrapper to Command (master) |