aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ / / /
* | | | Merge pull request #19654 from maksloboda/color-bugRémi Verschelde2018-06-201-13/+13
|\ \ \ \ | | | | | | | | | | Invalid color picker values fixed
| * | | | Fixed float Color conversions to int typesMax2018-06-191-13/+13
|/ / / /
* | | | Merge pull request #19591 from BastiaanOlij/gdnative_androidRémi Verschelde2018-06-194-0/+152
|\ \ \ \ | | | | | | | | | | Android platform dependent entry points for GDNative
| * | | | Add access for GDNative modules to some platform dependent internals on AndroidBastiaan Olij2018-06-194-0/+152
|/ / / /
* | | | -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-1825-49/+4043
| | | | | | | | | | | | | | | | -Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
* | | | Merge pull request #19632 from vnen/fix-editor-autoload-registerGeorge Marques2018-06-181-2/+22
|\ \ \ \ | | | | | | | | | | Fix order to register autoloads in-editor
| * | | | Fix order to register autoloads in-editorGeorge Marques2018-06-181-2/+22
| | | | |
* | | | | Merge pull request #19631 from guilhermefelipecgs/fix_animation_player_crashRémi Verschelde2018-06-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Prevent animation player crash
| * | | | | Prevent animation player crashGuilherme Felipe2018-06-181-1/+1
| | | | | |
* | | | | | Merge pull request #19612 from Zylann/get_ticks_usecRémi Verschelde2018-06-183-0/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Expose OS.get_ticks_usec()
| * | | | | Expose OS.get_ticks_usec()Marc Gilleron2018-06-183-0/+14
| |/ / / /
* | | | | Merge pull request #19626 from romlok/viewporttexturedocMax Hilbrunner2018-06-181-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Add longer description to ViewportTexture doc
| * | | | | Add longer description to ViewportTexture docMel Collins2018-06-181-0/+2
|/ / / / /
* | | | | Added description for abs function in Rect2unknown2018-06-181-0/+1
| | | | |
* | | | | Merge pull request #19573 from guilhermefelipecgs/fix_animation_previewRémi Verschelde2018-06-181-6/+34
|\ \ \ \ \ | | | | | | | | | | | | [AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)
| * | | | | [AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)Guilherme Felipe2018-06-141-6/+34
| | | | | |
* | | | | | Merge pull request #19589 from NathanWarden/build_solutions_force_editorRémi Verschelde2018-06-181-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | The build-solutions flag now forces editor mode.