aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* -Add root motion support in AnimationTree.HEADmirrorJuan Linietsky2018-06-269-22/+667
| | | | -Add RootMotionView, to debug root motion in 3D (disabled in runtime)
* Merge pull request #19164 from marcelofg55/tilemap_undo2Rémi Verschelde2018-06-264-30/+77
|\ | | | | Improve TileMap undo operations, second try
| * Improve TileMap undo operations, second tryMarcelo Fernandez2018-05-294-30/+77
| |
* | Merge pull request #19776 from marcelofg55/tilemap_quadrant_optRémi Verschelde2018-06-262-4/+8
|\ \ | | | | | | Optimize _recreate_quadrants
| * | Optimize _recreate_quadrantsMarcelo Fernandez2018-06-262-4/+8
| | |
* | | Merge pull request #19767 from Chaosus/vsync_fixRémi Verschelde2018-06-261-0/+2
|\ \ \ | | | | | | | | Fix vsync initialization
| * | | Fix vsync initializationChaosus2018-06-251-0/+2
| | | |
* | | | Merge pull request #19766 from GodotExplorer/android-gles2Rémi Verschelde2018-06-264-14/+38
|\ \ \ \ | | | | | | | | | | Implement OpenGL ES rasterizer selection logic for Android.
| * | | | Implement OpenGL ES rasterizer selection logic for Android.geequlim2018-06-264-14/+38
| | | | |
* | | | | Merge pull request #19774 from karroffel/blendspace-1d-sync-fixRémi Verschelde2018-06-261-8/+20
|\ \ \ \ \ | |_|_|/ / |/| | | | ensure BlendSpace1D syncs animations
| * | | | ensure BlendSpace1D syncs animationsThomas Herzog2018-06-261-8/+20
|/ / / /
* | | | renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-2516-119/+124
| | | |
* | | | Merge pull request #19720 from karroffel/blendspace-1dJuan Linietsky2018-06-2511-154/+1357
|\ \ \ \ | | | | | | | | | | add BlendSpace1D animation node
| * | | | added BlendSpace1D editor pluginThomas Herzog2018-06-2510-54/+914
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | added AnimationBlendSpace1DThomas Herzog2018-06-255-3/+346
| | | | |
| * | | | rename BlendSpace to BlendSpace2DThomas Herzog2018-06-257-151/+151
| | | | |
* | | | | removed printJuan Linietsky2018-06-251-4/+0
|/ / / /
* | | | State machine animation nodeJuan Linietsky2018-06-2530-13/+3660
| | | |
* | | | Remove extra addition to tree of editor autoloadsGeorge Marques2018-06-251-8/+0
| | | | | | | | | | | | | | | | Fix #19675
* | | | Merge pull request #19744 from marcelofg55/profiler_clearRémi Verschelde2018-06-252-4/+17
|\ \ \ \ | |_|/ / |/| | | Add a Clear button to the profiler
| * | | Add a Clear button to the profilerMarcelo Fernandez2018-06-232-4/+17
| |/ /
* | | Merge pull request #19728 from Chaosus/theme_stringsRémi Verschelde2018-06-253-51/+49
|\ \ \ | | | | | | | | Changed themes presets to String format
| * | | Changed themes presets to String formatChaosus2018-06-233-51/+49
| |/ /
* | | Merge pull request #19698 from Chaosus/theme_submenuRémi Verschelde2018-06-252-37/+57
|\ \ \ | | | | | | | | Move Theme options to submenu
| * | | Move Theme options to submenuChaosus2018-06-212-37/+57
| | | |
* | | | Merge pull request #19718 from thduynguyen/bug_fixesRémi Verschelde2018-06-251-1/+11
|\ \ \ \ | | | | | | | | | | bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLED
| * | | | bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLEDDuy-Nguyen Ta2018-06-221-1/+11
| | | | |
* | | | | Merge pull request #19193 from tagcup/quat_normJuan Linietsky2018-06-257-21/+40
|\ \ \ \ \ | | | | | | | | | | | | Fixed Basis -> Quat conversions, added a few safety checks.
| * | | | | Fixed Basis -> Quat conversions, added a few safety checks.tagcup2018-05-277-21/+40
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #19027.
* | | | | | Merge pull request #19743 from Calinou/remove-appimage-structureRémi Verschelde2018-06-253-12/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove the old AppImage structure
| * | | | | | Remove the old AppImage structureHugo Locurcio2018-06-243-12/+0
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge pull request #19730 from BastiaanOlij/fix_y_shiftRémi Verschelde2018-06-251-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix typo in y shift
| * | | | | | Fix typo in y shiftBastiaan Olij2018-06-231-5/+5
| |/ / / / /
* | | | | | Merge pull request #19745 from BastiaanOlij/fix_frustum_msgRémi Verschelde2018-06-251-4/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | | ARVR - Fight off some error spam in the editor
| * | | | | Fight off some error spam in the editorBastiaan Olij2018-06-241-4/+16
|/ / / / /
* | | | | Merge pull request #19016 from neikeq/wIgnacio Etcheverry2018-06-222-20/+56
|\ \ \ \ \ | | | | | | | | | | | | Mono: Module build improvements
| * | | | | Mono: Module build improvementsIgnacio Etcheverry2018-06-222-20/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | | | i18n: Sync translations with WeblateRémi Verschelde2018-06-2237-1669/+1755
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit d04cc2855a23fbfaeb3981736929a7d7aa46ca41)
* | | | | | Merge pull request #19695 from rraallvv/nocache_gen_masterRémi Verschelde2018-06-226-14/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add NoCache wrapper to Command (master)
| * | | | | | add NoCache wrapper to CommandRhody Lugo2018-06-216-14/+20
| | |_|_|/ / | |/| | | |
* | | | | | Added auto triangle generation in blend space, using Delaunay.Juan Linietsky2018-06-217-12/+341
| | | | | |
* | | | | | Remove error messagesJuan Linietsky2018-06-212-2/+2
| | | | | |
* | | | | | Fix crashes, ability to add blendpsace into blendtree, ability to delete ↵Juan Linietsky2018-06-216-48/+112
| | | | | | | | | | | | | | | | | | | | | | | | with delete key
* | | | | | Animation Blend SpacesJuan Linietsky2018-06-2112-45/+1807
| | | | | |
* | | | | | Merge pull request #19690 from rodolforg/fix-gltf-import-parametersRémi Verschelde2018-06-211-2/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fix default glTF metallic & roughness factor values
| * | | | | fix default glTF metallic & roughness factor valuesRodolfo Ribeiro Gomes2018-06-211-2/+5
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The glTF 2.0 spec says that these pbrMetallicRoughness material properties should be set as 1.0 by default. In fact, KhronosGroup's official Blender Exporter does not even write down those parameters if they are set as 1.0. However, Godot import them as 0.0. https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#pbrmetallicroughness Fixes: #19613 https://github.com/godotengine/godot/issues/19613
* | | | | Merge pull request #19662 from marcelofg55/profiler_updateRémi Verschelde2018-06-201-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix profiler not updating on realtime
| * | | | | Fix profiler not updating on realtimeMarcelo Fernandez2018-06-191-2/+2
| | | | | |
* | | | | | Merge pull request #19663 from marcelofg55/add_child_below_nodeMax Hilbrunner2018-06-201-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add missing NULL checks for add_child_below_node
| * | | | | Add missing NULL checks for add_child_below_nodeMarcelo Fernandez2018-06-191-0/+4
|/ / / / /