summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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
2018-06-20Merge pull request #19663 from marcelofg55/add_child_below_nodeMax Hilbrunner
Add missing NULL checks for add_child_below_node
2018-06-19Add missing NULL checks for add_child_below_nodeMarcelo Fernandez
2018-06-19Fix profiler not updating on realtimeMarcelo Fernandez
2018-06-20Merge pull request #19654 from maksloboda/color-bugRémi Verschelde
Invalid color picker values fixed
2018-06-19Fixed float Color conversions to int typesMax
2018-06-19Merge pull request #19591 from BastiaanOlij/gdnative_androidRémi Verschelde
Android platform dependent entry points for GDNative
2018-06-19Add access for GDNative modules to some platform dependent internals on AndroidBastiaan Olij
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
2018-06-18Merge pull request #19632 from vnen/fix-editor-autoload-registerGeorge Marques
Fix order to register autoloads in-editor
2018-06-18Merge pull request #19631 from guilhermefelipecgs/fix_animation_player_crashRémi Verschelde
Prevent animation player crash
2018-06-18Merge pull request #19612 from Zylann/get_ticks_usecRémi Verschelde
Expose OS.get_ticks_usec()
2018-06-18Expose OS.get_ticks_usec()Marc Gilleron
2018-06-18Prevent animation player crashGuilherme Felipe
2018-06-18Fix order to register autoloads in-editorGeorge Marques
2018-06-18Merge pull request #19626 from romlok/viewporttexturedocMax Hilbrunner
Add longer description to ViewportTexture doc
2018-06-18Add longer description to ViewportTexture docMel Collins
2018-06-18Added description for abs function in Rect2unknown
2018-06-18Merge pull request #19573 from guilhermefelipecgs/fix_animation_previewRémi Verschelde
[AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)
2018-06-18Merge pull request #19589 from NathanWarden/build_solutions_force_editorRémi Verschelde
The build-solutions flag now forces editor mode.
2018-06-18Merge pull request #19622 from mhilbrunner/docs-builtinsMax Hilbrunner
[DOCS] Builtin keywords because search is terribad
2018-06-18[DOCS] Builtin keywords because search is terribadMax Hilbrunner
2018-06-18Merge pull request #19615 from romlok/viewporttexturedocMax Hilbrunner
Add a little to ViewportTexture docs
2018-06-18Merge pull request #19621 from mhilbrunner/docs-treeitemMax Hilbrunner
[DOCS] TreeItem: Small fix for remove_child()
2018-06-18[DOCS] TreeItem: Small fix for remove_child()Max Hilbrunner
2018-06-18Merge pull request #19620 from mhilbrunner/docs-inputeventmousebuttonMax Hilbrunner
[DOCS] InputEventMouseButton: Factor
2018-06-18[DOCS] InputEventMouseButton: FactorMax Hilbrunner
2018-06-17Add a little to ViewportTexture docsMel Collins