summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2018-12-17Change *_slot to *_port on get_connection_listMateus Felipe C. C. Pinto
2018-12-16Merge pull request #24366 from BastiaanOlij/adjust_sky_orientationRémi Verschelde
Adding option to re-orient our sky
2018-12-16Merge pull request #19501 from Zylann/custom_loadersRémi Verschelde
Added basic support for custom resource savers and loaders
2018-12-15Adding option to re-orient our skyBastiaan Olij
2018-12-15Added basic support for custom resource savers and loadersMarc Gilleron
2018-12-15doc: Sync classref with current sourceRémi Verschelde
2018-12-14Updated documentation to visible property in CanvasItem, closes #20809Juan Linietsky
2018-12-14doc: Fix formatting in code blocksRémi Verschelde
2018-12-14Merge pull request #24341 from YeldhamDev/buttongroup_expose_get_buttonsRémi Verschelde
Expose ButtonGroup's "get_buttons()" to GDScript
2018-12-14Merge pull request #23799 from marcelofg55/custom_psRémi Verschelde
Add application/config/project_settings_override option to override project settings
2018-12-14Merge pull request #24324 from volzhs/access-micRémi Verschelde
Request mic access only when is needed
2018-12-14Expose ButtonGroup's "get_buttons()" to GDScriptMichael Alexsander Silva Dias
2018-12-14Request mic access only when is neededvolzhs
2018-12-13Add application/config/project_settings_override option to override project ↵Marcelo Fernandez
settings
2018-12-13Docs: Add mention to Object constructors in scripting languagesDavide Cristini
Fixes godotengine/godot-docs#1968.
2018-12-13doc: Sync classref with current sourceRémi Verschelde
2018-12-12Merge pull request #24135 from Chaosus/rngRémi Verschelde
Added ranged integer generation function to RNG class
2018-12-12Merge pull request #24267 from YeldhamDev/buttongroup_remove_panel_themeRémi Verschelde
Remove "panel" theme property from ButtonGroup
2018-12-12Merge pull request #24214 from marcelofg55/editor_audio_buses_fixRémi Verschelde
Fix EditorAudioBuses not updating when changing to a device with different channels
2018-12-12Update WorldEnvironment.xmlcorrigentia
2018-12-11Fix EditorAudioBuses not updating when changing to a device with different ↵Marcelo Fernandez
channels
2018-12-11Merge pull request #23361 from mrcdk/wav_loop_backwardRémi Verschelde
Add backward looping support to AudioStreamSample (wav files)
2018-12-11Merge pull request #23923 from bruvzg/ime_gdscriptRémi Verschelde
Changes IME to make it possible to use it from gdscript/gdnative
2018-12-10Remove "panel" theme property from ButtonGroupMichael Alexsander Silva Dias
2018-12-09Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde
Make opening menus with the same parent on mouse focus explicit
2018-12-07Merge pull request #22680 from lupoDharkael/color-picker-presetsRémi Verschelde
ColorPicker: extend access to presets from gds
2018-12-07Docs for push_error and push_warning functionsTechnocracy
Added short documentation for push_error() and push_warning() godot script functions
2018-12-06Added integer number generation function to RNG classChaosus
2018-12-06Documented set_point_cloud() for ConvexPolygonShape2DJared
2018-12-05Fixed CanvasItem.draw_multimesh() binding.MrCdK
2018-12-04doc: Sync classref with current sourceRémi Verschelde
2018-11-26Fixup to typo and indentation in 81c86e8Rémi Verschelde
2018-11-25Improved bindings and added documentation for AnimationNode, closes #20720Juan Linietsky
2018-11-23Changes IME input to use notification instead of callback, exposes IME ↵bruvzg
methods to gdscript/gdnative.
2018-11-23doc: Sync classref with current sourceRémi Verschelde
2018-11-22General fixes for the new unified help searchMichael Alexsander Silva Dias
2018-11-22Merge pull request #23731 from lupoDharkael/remove-button-tooltipRémi Verschelde
BaseButton: make input related information in the tooltip optional
2018-11-20Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias
2018-11-20Merge pull request #23645 from Calinou/add-dynamicfont-antialias-optionRémi Verschelde
Add a property to control DynamicFont anti-aliasing
2018-11-20Remove trailing whitespaceRémi Verschelde
With `sed -i $(rg -l '[[:blank:]]*$' -g'!thirdparty') -e 's/[[:blank:]]*$//g'` (+ manual revert of some thirdparty code under `platform/android`).
2018-11-20doc: Indentation fixupsRémi Verschelde
2018-11-20doc: Sync classref with current sourceRémi Verschelde
2018-11-20Merge pull request #23812 from YeldhamDev/clear_history_version_optionalRémi Verschelde
Add argument to UndoRedo's "clear_history()" to not increase the version
2018-11-20Fill info for translation related docsMichael Alexsander Silva Dias
2018-11-19BaseButton: add shortcut_in_tooltiplupoDharkael
This flag disables the input related information in the tooltip. It is exposed as a member variable in gdscript.
2018-11-19Merge pull request #20627 from malcolmhoward/core-dictionary-get-keyRémi Verschelde
#20488 core dictionary get key
2018-11-19Added Python-like .get() method to Dictionary in GDScript #20488m
Added .get() method to Dictionary class in GDScript to return the value if the key exists, or return Null if the key does not exist.
2018-11-18Add argument to UndoRedo's "clear_history()" to not increase the versionMichael Alexsander Silva Dias
2018-11-18Document use of spaces in ConfigFileJuan Linietsky
2018-11-17Fixed the default value for Input.action_press() from commit 8c45282Davide Baldo