summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-16Merge pull request #22117 from Paulb23/colour_theme_crash_issue_21715Rémi Verschelde
Fix crash on colour theme change, issue 21715
2018-09-16Merge pull request #22095 from KellyThomas/transform-interpolatewithRémi Verschelde
[Mono] Transform - add InterpolateWith()
2018-09-16Merge pull request #22111 from Chaosus/unificationRémi Verschelde
Few unification fixes for canvas_item and spatial editor toolbars
2018-09-16Merge pull request #22066 from Faless/bundle_certsRémi Verschelde
Bundle SSL certs with the templates
2018-09-15Merge pull request #22120 from Faless/fix_http_clientFabio Alessandrelli
Fix HTTPClient _get_http_data bug after #21976.
2018-09-15Fix HTTPClient _get_http_data bug after #21976.Fabio Alessandrelli
2018-09-15Fix crash on colour theme change, issue 21715Paulb23
2018-09-15Few unifications between canvas_item and spatial editorsChaosus
2018-09-15Merge pull request #22069 from scayze/fix_reload_scriptsRémi Verschelde
Fix scripts not reloading when edited externally
2018-09-15Allow system certs file to be used by Editor.Fabio Alessandrelli
Note, it will only used by the Editor, not when running the game. This allows package maintainer to compile Godot to use system installed certificates when accessing the AssetLib.
2018-09-15Merge pull request #21973 from guilhermefelipecgs/fix_default_cursor_shapeRémi Verschelde
Some fixes to mouse's cursor and shape
2018-09-15Bundle SSL certs with the templates.Fabio Alessandrelli
If this is undesired it can be avoided by specifying builtin_certs=no . Bundled SSL certs will be used unless you specify an override in: Project Settings -> SSL -> Certificates .
2018-09-15[Mono] implement Transform.InterpolateWith()Kelly Thomas
2018-09-15doc: Sync classref with current sourceRémi Verschelde
2018-09-15Merge pull request #22090 from godotengine/break-the-chains-of-scrollbarRémi Verschelde
Rename ScrollBar's drag_slave to drag_node
2018-09-15Merge pull request #22087 from Faless/master_of_puppetsRémi Verschelde
Deprecate slave keyword in favor of puppet.
2018-09-15Merge pull request #22092 from akien-mga/video-toggle-regressionRémi Verschelde
Fix video toggle UX issue
2018-09-15Add GDScript slave keyword deprecation warning.Fabio Alessandrelli
2018-09-15Fix video toggle UX issueRémi Verschelde
It was still functional but showing duplicate entries and thus "GLES2" for both GLES2 and GLES3 choices. Fixes #22089.
2018-09-15Rename ScrollBar's drag_slave to drag_nodeRémi Verschelde
2018-09-15Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli
NOTE: This changes the RPC_MODE_* enum values. Games should be re-exported. GDNative rebuilt.
2018-09-15Rename slave keyword to puppetFabio Alessandrelli
The slave keyword will still be available as deprecated in 3.1 but will be dropped from future releases.
2018-09-14Merge pull request #22081 from akien-mga/canvasitem-zoom-equalRémi Verschelde
Set default CanvasItemEditor zoom shortcut to KEY_EQUAL
2018-09-14Merge pull request #22080 from YeldhamDev/expose_get_top_modal_stackRémi Verschelde
Expose "get_modal_stack_top()" to GDScript
2018-09-14Merge pull request #22078 from akien-mga/boot_bg_colorRémi Verschelde
Make boot splash background color always configurable
2018-09-14Set default CanvasItemEditor zoom shortcut to KEY_EQUALRémi Verschelde
At least on en_US QWERTY (and various QWERTY-derived variants) and fr_FR AZERTY, "+" is an indirect key obtained by pressing "Shift" + "=", so using "=" in the binding makes it easier to access. It doesn't work this way on other layouts like de_DE QWERTZ though, but since 'script_editor/zoom_in' also uses KEY_EQUAL, setting the same for consistency. Fixes #22067.
2018-09-14Expose "get_modal_stack_top()" to GDScriptMichael Alexsander Silva Dias
2018-09-14Make boot splash background color always configurableRémi Verschelde
This also means that you can keep the default Godot splash and set your own custom background color. Fixes #22076.
2018-09-14Merge pull request #22074 from willnationsdev/plugin-descriptionRémi Verschelde
Add EditorPlugin descriptions to their tooltip
2018-09-14Add EditorPlugin descriptions to their tooltipWill Nations
2018-09-14ProjectSettings: Fix InputMap editor on HiDPIRémi Verschelde
Fixes #20898.
2018-09-14Merge pull request #21954 from isaacremnant/fix_inputsRémi Verschelde
Fix is_action_pressed for InputEventActions
2018-09-14Merge pull request #22026 from fire/scons_vsproj_17843Rémi Verschelde
Fix #17843 describing inability to generate vs projects without being…
2018-09-14Merge pull request #22051 from fire/vs_expression_20885Rémi Verschelde
Update visual scripting to use new expression class #20885
2018-09-14fix scripts not reloading when edited externallyManuel Strey
2018-09-14Merge pull request #21717 from willnationsdev/edicon-refactorRémi Verschelde
Refactor editor icon retrieval
2018-09-14Merge pull request #21569 from JFonS/add_noise_texturesRémi Verschelde
Add SimplexNoise and NoiseTexture as new resources
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-14Add SimplexNoise and NoiseTexture as new resourcesJFonS
SimplexNoise can be used to generate parameterized fractal noise based on Open Simplex. NoiseTexture uses SimplexNoise to generate noise textures for using in shaders/visual effects.
2018-09-14Merge pull request #21502 from Web-eWorks/atlasfixesRémi Verschelde
AtlasTexture fixes, part 2.
2018-09-14doc: Mention get_node in Node.get_child documentationRémi Verschelde
See #22052.
2018-09-14Merge pull request #22057 from elasota/fix-compressed-zero-byteRémi Verschelde
Fix get_8 returning 0 for last byte of compressed files
2018-09-14Merge pull request #22053 from akien-mga/animtexture-frame-internalRémi Verschelde
Mark AnimatedTexture frame_* properties as internal
2018-09-14Merge pull request #22035 from karroffel/gdnative-variant-opRémi Verschelde
[GDNative] add Variant::Operator
2018-09-13Fix FileAccessCompressed::get_8 returning 0 for the last byte of a fileelasota
2018-09-13Merge pull request #21806 from JFonS/inspector_uniform_defaultsJuan Linietsky
Set uniform default values in inspector
2018-09-13Set uniform default values in inspectorJFonS
2018-09-13Mark AnimatedTexture frame_* properties as internalRémi Verschelde
This way they no longer appear in the documentation, and the related setters and getters do.
2018-09-13Update visual scripting to use new expression class #20885K. S. Ernest (iFire) Lee
2018-09-13Fix set_custom_mouse_cursor changing to incorrect cursor shapeGuilherme Felipe
[Docs] Add class ref for Input::set_default_cursor_shape