Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-30 | Merge pull request #24506 from JFonS/expose_gizmos | Rémi Verschelde | |
Expose the new gizmo plugin system to scripting | |||
2018-12-30 | Add undo-redo to the TileSet editor, and other improvements | Michael Alexsander Silva Dias | |
2018-12-29 | doc: Fix references to setters and misc formatting | Rémi Verschelde | |
2018-12-27 | Merge pull request #24607 from PJB3005/18-12-26-makerst-cleanup | Rémi Verschelde | |
Clean up & improve makerst.py | |||
2018-12-27 | Clean up & improve makerst.py | Pieter-Jan Briers | |
Man this file even had some semicolons in it. I cleaned up the entire file, while it's still pretty ugly it's much better now. I also added type checks so it passes mypy --strict. make_type now throws a warning on unresolved type references, which there are a bunch of. I'm not responsible for fixing those though. Also some more hardening against crashes. For example XML tags without content won't cause crashes now. Functionality has not been modified as far as I can tell. Update Makefile for Python 3 Fix ordering issues related to enums & constants | |||
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various code formatting issues and argument names. | |||
2018-12-27 | Merge pull request #24616 from Anutrix/master | Rémi Verschelde | |
Added description to move_axis_lock members in Kinematic.xml | |||
2018-12-27 | Added description to move_axis_lock members in Kinematic.xml | unknown | |
2018-12-24 | Bind `is_valid_hex_number` string method to GDScript | Andrii Doroshenko (Xrayez) | |
2018-12-21 | Expose the new gizmo plugin system to scripting | JFonS | |
2018-12-20 | doc: Add missing commas after "If true/false" | Rémi Verschelde | |
2018-12-20 | Added OS.get_system_time_msecs() | volzhs | |
2018-12-18 | Merge pull request #24408 from creikey/master | Rémi Verschelde | |
Clarify what popup_centered actually does | |||
2018-12-18 | Merge pull request #24432 from YeldhamDev/animationtree_editor_fixes | Rémi Verschelde | |
General fixes for the AnimationTree editor | |||
2018-12-17 | General fixes for the AnimationTree editor | Michael Alexsander Silva Dias | |
2018-12-17 | Change *_slot to *_port on get_connection_list | Mateus Felipe C. C. Pinto | |
2018-12-16 | Merge pull request #24366 from BastiaanOlij/adjust_sky_orientation | Rémi Verschelde | |
Adding option to re-orient our sky | |||
2018-12-16 | Merge pull request #19501 from Zylann/custom_loaders | Rémi Verschelde | |
Added basic support for custom resource savers and loaders | |||
2018-12-15 | Adding option to re-orient our sky | Bastiaan Olij | |
2018-12-15 | Added basic support for custom resource savers and loaders | Marc Gilleron | |
2018-12-14 | Clarify what popup_centered actually does | Cameron Reikes | |
As was discussed in issue #24309, the method description doesn't always accurately describe resultant behavior and can be confusing. | |||
2018-12-15 | doc: Sync classref with current source | Rémi Verschelde | |
2018-12-14 | Updated documentation to visible property in CanvasItem, closes #20809 | Juan Linietsky | |
2018-12-14 | doc: Fix formatting in code blocks | Rémi Verschelde | |
2018-12-14 | Merge pull request #24341 from YeldhamDev/buttongroup_expose_get_buttons | Rémi Verschelde | |
Expose ButtonGroup's "get_buttons()" to GDScript | |||
2018-12-14 | Merge pull request #23799 from marcelofg55/custom_ps | Rémi Verschelde | |
Add application/config/project_settings_override option to override project settings | |||
2018-12-14 | Merge pull request #24324 from volzhs/access-mic | Rémi Verschelde | |
Request mic access only when is needed | |||
2018-12-14 | Expose ButtonGroup's "get_buttons()" to GDScript | Michael Alexsander Silva Dias | |
2018-12-14 | Request mic access only when is needed | volzhs | |
2018-12-13 | Add application/config/project_settings_override option to override project ↵ | Marcelo Fernandez | |
settings | |||
2018-12-13 | Docs: Add mention to Object constructors in scripting languages | Davide Cristini | |
Fixes godotengine/godot-docs#1968. | |||
2018-12-13 | doc: Sync classref with current source | Rémi Verschelde | |
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 | |