summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-27The way multiple quaternions being slerped was not good, changed approach to ↵Juan Linietsky
one that seems to work better.
2018-06-27Merge pull request #19794 from Calinou/document-vector2-vector3-roundRémi Verschelde
Document Vector2.round() and Vector3.round()
2018-06-27Style: Apply clang-format to animation_tree.cppRémi Verschelde
Fixes issues introduced in c633b77 and de1ff22.
2018-06-27change node graph property and improved some bindingsJuan 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-27Document Vector2.round() and Vector3.round()Hugo Locurcio
2018-06-26Merge pull request #19164 from marcelofg55/tilemap_undo2Rémi Verschelde
Improve TileMap undo operations, second try
2018-06-26Merge pull request #19776 from marcelofg55/tilemap_quadrant_optRémi Verschelde
Optimize _recreate_quadrants
2018-06-26Merge pull request #19767 from Chaosus/vsync_fixRémi Verschelde
Fix vsync initialization
2018-06-26Merge pull request #19766 from GodotExplorer/android-gles2Rémi Verschelde
Implement OpenGL ES rasterizer selection logic for Android.
2018-06-26Merge pull request #19774 from karroffel/blendspace-1d-sync-fixRémi Verschelde
ensure BlendSpace1D syncs animations
2018-06-26Implement OpenGL ES rasterizer selection logic for Android.geequlim
2018-06-26Optimize _recreate_quadrantsMarcelo Fernandez
2018-06-26ensure BlendSpace1D syncs animationsThomas Herzog
2018-06-25renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky
2018-06-25Merge pull request #19720 from karroffel/blendspace-1dJuan Linietsky
add BlendSpace1D animation node
2018-06-25removed printJuan Linietsky
2018-06-25added BlendSpace1D editor pluginThomas 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-25added AnimationBlendSpace1DThomas Herzog
2018-06-25rename BlendSpace to BlendSpace2DThomas Herzog
2018-06-25State machine animation nodeJuan Linietsky
2018-06-25Remove extra addition to tree of editor autoloadsGeorge Marques
Fix #19675
2018-06-25Fix vsync initializationChaosus
2018-06-25Merge pull request #19744 from marcelofg55/profiler_clearRémi Verschelde
Add a Clear button to the profiler
2018-06-25Merge pull request #19728 from Chaosus/theme_stringsRémi Verschelde
Changed themes presets to String format
2018-06-25Merge pull request #19698 from Chaosus/theme_submenuRémi Verschelde
Move Theme options to submenu
2018-06-25Merge pull request #19718 from thduynguyen/bug_fixesRémi Verschelde
bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLED
2018-06-25Merge pull request #19193 from tagcup/quat_normJuan Linietsky
Fixed Basis -> Quat conversions, added a few safety checks.
2018-06-25Merge pull request #19743 from Calinou/remove-appimage-structureRémi Verschelde
Remove the old AppImage structure
2018-06-25Merge pull request #19730 from BastiaanOlij/fix_y_shiftRémi Verschelde
Fix typo in y shift
2018-06-25Merge pull request #19745 from BastiaanOlij/fix_frustum_msgRémi Verschelde
ARVR - Fight off some error spam in the editor
2018-06-24Fight off some error spam in the editorBastiaan Olij
2018-06-23Add a Clear button to the profilerMarcelo Fernandez
2018-06-24Remove the old AppImage structureHugo 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-23Changed themes presets to String formatChaosus
2018-06-23Fix typo in y shiftBastiaan Olij
2018-06-22Merge pull request #19016 from neikeq/wIgnacio Etcheverry
Mono: Module build improvements
2018-06-22Mono: Module build improvementsIgnacio 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-22bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLEDDuy-Nguyen Ta
2018-06-22i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit d04cc2855a23fbfaeb3981736929a7d7aa46ca41)
2018-06-22Merge pull request #19695 from rraallvv/nocache_gen_masterRémi Verschelde
Add NoCache wrapper to Command (master)
2018-06-21Added auto triangle generation in blend space, using Delaunay.Juan Linietsky
2018-06-21Remove error messagesJuan Linietsky
2018-06-21Fix crashes, ability to add blendpsace into blendtree, ability to delete ↵Juan Linietsky
with delete key
2018-06-21Animation Blend SpacesJuan Linietsky
2018-06-21Move Theme options to submenuChaosus
2018-06-21add NoCache wrapper to CommandRhody Lugo
2018-06-21Merge pull request #19690 from rodolforg/fix-gltf-import-parametersRémi Verschelde
fix default glTF metallic & roughness factor values
2018-06-21fix default glTF metallic & roughness factor valuesRodolfo Ribeiro Gomes
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
2018-06-20Merge pull request #19662 from marcelofg55/profiler_updateRémi Verschelde
Fix profiler not updating on realtime