Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-12 | Merge pull request #24135 from Chaosus/rng | Rémi Verschelde | |
Added ranged integer generation function to RNG class | |||
2018-12-12 | Merge pull request #24267 from YeldhamDev/buttongroup_remove_panel_theme | Rémi Verschelde | |
Remove "panel" theme property from ButtonGroup | |||
2018-12-12 | Merge pull request #24214 from marcelofg55/editor_audio_buses_fix | Rémi Verschelde | |
Fix EditorAudioBuses not updating when changing to a device with different channels | |||
2018-12-12 | Update WorldEnvironment.xml | corrigentia | |
2018-12-11 | Fix EditorAudioBuses not updating when changing to a device with different ↵ | Marcelo Fernandez | |
channels | |||
2018-12-11 | Merge pull request #23361 from mrcdk/wav_loop_backward | Rémi Verschelde | |
Add backward looping support to AudioStreamSample (wav files) | |||
2018-12-11 | Merge pull request #23923 from bruvzg/ime_gdscript | Rémi Verschelde | |
Changes IME to make it possible to use it from gdscript/gdnative | |||
2018-12-11 | Enabled rst files to escape for parentheses after brackets | João Álvaro Ferreira | |
2018-12-10 | Remove "panel" theme property from ButtonGroup | Michael Alexsander Silva Dias | |
2018-12-09 | Merge pull request #20609 from YeldhamDev/menu_hover_explicit | Rémi Verschelde | |
Make opening menus with the same parent on mouse focus explicit | |||
2018-12-07 | Merge pull request #22680 from lupoDharkael/color-picker-presets | Rémi Verschelde | |
ColorPicker: extend access to presets from gds | |||
2018-12-07 | Docs for push_error and push_warning functions | Technocracy | |
Added short documentation for push_error() and push_warning() godot script functions | |||
2018-12-06 | Added integer number generation function to RNG class | Chaosus | |
2018-12-06 | Documented set_point_cloud() for ConvexPolygonShape2D | Jared | |
2018-12-05 | Fixed CanvasItem.draw_multimesh() binding. | MrCdK | |
2018-12-04 | doc: Sync classref with current source | Rémi Verschelde | |
2018-11-26 | Fixup to typo and indentation in 81c86e8 | Rémi Verschelde | |
2018-11-25 | Improved bindings and added documentation for AnimationNode, closes #20720 | Juan Linietsky | |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME ↵ | bruvzg | |
methods to gdscript/gdnative. | |||
2018-11-23 | doc: Sync classref with current source | Rémi Verschelde | |
2018-11-22 | General fixes for the new unified help search | Michael Alexsander Silva Dias | |
2018-11-22 | Merge pull request #23731 from lupoDharkael/remove-button-tooltip | Rémi Verschelde | |
BaseButton: make input related information in the tooltip optional | |||
2018-11-20 | Make opening menus with the same parent on mouse focus explicit | Michael Alexsander Silva Dias | |
2018-11-20 | Merge pull request #23645 from Calinou/add-dynamicfont-antialias-option | Rémi Verschelde | |
Add a property to control DynamicFont anti-aliasing | |||
2018-11-20 | Remove trailing whitespace | Ré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-20 | doc: Indentation fixups | Rémi Verschelde | |
2018-11-20 | doc: Sync classref with current source | Rémi Verschelde | |
2018-11-20 | Merge pull request #23812 from YeldhamDev/clear_history_version_optional | Rémi Verschelde | |
Add argument to UndoRedo's "clear_history()" to not increase the version | |||
2018-11-20 | Fill info for translation related docs | Michael Alexsander Silva Dias | |
2018-11-19 | BaseButton: add shortcut_in_tooltip | lupoDharkael | |
This flag disables the input related information in the tooltip. It is exposed as a member variable in gdscript. | |||
2018-11-19 | Merge pull request #20627 from malcolmhoward/core-dictionary-get-key | Rémi Verschelde | |
#20488 core dictionary get key | |||
2018-11-19 | Added Python-like .get() method to Dictionary in GDScript #20488 | m | |
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-18 | Add argument to UndoRedo's "clear_history()" to not increase the version | Michael Alexsander Silva Dias | |
2018-11-18 | Document use of spaces in ConfigFile | Juan Linietsky | |
2018-11-17 | Fixed the default value for Input.action_press() from commit 8c45282 | Davide Baldo | |
2018-11-16 | Merge pull request #23685 from Kanabenki/add-store-csv-line | Rémi Verschelde | |
Add store_csv_line method for File | |||
2018-11-16 | Corrected some points discussed in #17491 | Juan Linietsky | |
2018-11-16 | Add store_csv_line method for File | Kanabenki | |
2018-11-15 | Fix return value of get_total_character_count | Thomas ten Cate | |
Also document that it only counts visible characters. Fixes #23720 | |||
2018-11-13 | doc: Sync classref with current source | Rémi Verschelde | |
2018-11-13 | Implement random number generator | Chaosus | |
Co-authored-by: Zirak <zirakertan@gmail.com> | |||
2018-11-12 | Merge pull request #23090 from DavidSichma/inconsistent-kinematic | Rémi Verschelde | |
Consistency in KinematicBody | |||
2018-11-10 | Add a property to control DynamicFont anti-aliasing | Hugo Locurcio | |
- Editor font anti-aliasing can now be disabled in the Editor Settings. - DynamicFonts used in projects can now have their anti-aliasing disabled in their DynamicFontData child. Changes will be visible upon reloading the scene in the editor. | |||
2018-11-10 | Merge pull request #23633 from Naryosha/docs-sync | Rémi Verschelde | |
doc: Sync classref with current source | |||
2018-11-10 | doc: Sync classref with current source | Poommetee Ketson | |
2018-11-10 | Allow to specify a custom strength when calling Input.action_press(), this ↵ | Davide Baldo | |
allows virtual axis, mainly for mobile. | |||
2018-11-07 | Expose OS::move_window_to_foreground | Marcelo Fernandez | |
2018-11-05 | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | |
Fixes #23509. | |||
2018-11-05 | Merge pull request #23422 from santouits/docs-expression | Rémi Verschelde | |
Docs: Expression class docs | |||
2018-11-04 | Merge pull request #23512 from MrVallentin/typos | Gilles Roudière | |
Fixed typos |