Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | Documentation note that Node::add_child() fails if child already has a parent | zzwx | |
2019-08-14 | Plugin support for visual shaders | Yuri Roubinski | |
2019-08-14 | Exposed set_as_minsize to gdscript | Fabian | |
2019-08-13 | doc: Sync classref with current source | Rémi Verschelde | |
2019-08-12 | Improve documentation of EditorPlugin.add_tool_submenu_item method | Max Hunt | |
2019-08-12 | Merge pull request #31274 from nekomatata/doc-hint-range | Rémi Verschelde | |
Updated doc for PROPERTY_HINT_RANGE (or_greater/or_lesser) | |||
2019-08-10 | Updated doc for PROPERTY_HINT_RANGE (or_greater/or_lesser instead of ↵ | PouleyKetchoupp | |
allow_greater/allow_lesser) | |||
2019-08-09 | Add Tree iteration instructions thorugh TreeItem | Twarit Waikar | |
2019-08-08 | Merge pull request #30714 from Calinou/invert-default-fog-height | Rémi Verschelde | |
Invert and adjust the default fog height values | |||
2019-08-08 | Merge pull request #31195 from bojidar-bg/31143-funcref-call_funcv | Rémi Verschelde | |
Add FuncRef.call_funcv | |||
2019-08-08 | Add FuncRef.call_funcv | Bojidar Marinov | |
Closes #31143 | |||
2019-08-08 | Merge pull request #31047 from Zylann/save_exr | Rémi Verschelde | |
Add Image.save_exr() | |||
2019-08-07 | Add Image.save_exr() | Marc Gilleron | |
2019-08-07 | Invert and adjust the default fog height values | Hugo Locurcio | |
This makes height fog appear at the bottom of the scene (instead of the top), which is generally the expected result. This also tweaks the fog height setting hint to be more flexible. This closes #30709. | |||
2019-08-07 | Merge pull request #31119 from KoBeWi/full_control | Rémi Verschelde | |
Complete the Control class documentation | |||
2019-08-07 | Complete the Control class documentation | Tomasz Chabora | |
2019-08-07 | Merge pull request #31127 from MuffinManKen/checkbox_implement_check_vadjust | Rémi Verschelde | |
Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the editor, but not used. | |||
2019-08-07 | Merge pull request #30468 from SaracenOne/expose_audio_capture | Rémi Verschelde | |
Exposes capture methods to AudioServer + documentation | |||
2019-08-06 | Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the ↵ | Ken Paulson | |
editor, but wasn't used. | |||
2019-08-06 | Tweaks related to Camera2D drag margins | Tomasz Chabora | |
2019-08-06 | Merge pull request #30998 from Calinou/cap-warnings-errors-per-second | Rémi Verschelde | |
Cap the number of warnings/errors per second rather than per frame | |||
2019-08-05 | doc: Sync classref with current source | Rémi Verschelde | |
2019-08-02 | Mention 32-bit integer limit in the PoolIntArray documentation | Hugo Locurcio | |
2019-07-31 | Cap the number of warnings/errors per second rather than per frame | Hugo Locurcio | |
This reproduces the behavior used for printing when using the remote debugger. The default limit is 100 errors and 100 warnings per second, which makes it possible to display much more GDScript warnings before overflowing. This also adds a "Too many warnings" message, so that warnings don't look like errors when overflowing anymore. This closes #21896. | |||
2019-07-31 | Implement copy/paste in visual shaders | Chaosus | |
2019-07-30 | Merge pull request #30890 from KoBeWi/how_to_action | Rémi Verschelde | |
Clarify is_action_pressed() for multiple assigned buttons | |||
2019-07-29 | doc: Sync classref with current source | Rémi Verschelde | |
2019-07-29 | Fix set_default_cursor_shape always sending motion event | Guilherme Felipe | |
2019-07-29 | Merge pull request #30898 from clayjohn/max-lights-reflections | Rémi Verschelde | |
Add project setting for max lights and reflections in GLES3 | |||
2019-07-28 | add project setting for max lights and reflections in gles3 | clayjohn | |
2019-07-28 | Clarify is_action_pressed() for multiple assigned buttons | Tomasz Chabora | |
2019-07-27 | Add frame_cords accessors to Sprite and Sprite3D | groud | |
2019-07-26 | [DOCS] Correct "fixed process" reference in KinematicBody doc | Chris Bradfield | |
2019-07-25 | Adds a meta on top of every generated class to hide 'Edit on Github' link | StraToN | |
Linked docs issue https://github.com/godotengine/godot-docs/pull/2656 | |||
2019-07-25 | Make KinematicBody docs consistent regarding `test_only` argument | Andrii Doroshenko (Xrayez) | |
This simply makes the `move_and_collide` method descriptions in both 2D and 3D to be in sync. Co-authored-by: 2DemiGods <2DemiGods@users.noreply.github.com> | |||
2019-07-25 | Merge pull request #30685 from jonri/vehicle-per-wheel-forces | Rémi Verschelde | |
Vehicle per-wheel forces | |||
2019-07-25 | Merge pull request #23820 from clayjohn/pointmesh | Rémi Verschelde | |
Added PointMesh primitive | |||
2019-07-24 | added pointMesh primitive | clayjohn | |
2019-07-23 | Added count method to String | Chaosus | |
2019-07-22 | Merge pull request #30732 from Calinou/default-disable-high-quality-vct | Rémi Verschelde | |
Disable high-quality voxel cone tracing by default | |||
2019-07-22 | Merge pull request #30728 from FlamyAT/fix-inputevent-doc | Rémi Verschelde | |
Documents the need for input_pickable in _input_event | |||
2019-07-22 | Documents the need for input_pickable in _input_event | FlamyAT | |
Update CollisionObject2D.xml Added member tags to missing docs | |||
2019-07-22 | doc: More formatting fixes | Rémi Verschelde | |
2019-07-22 | doc: Formatting fixes in EditorPlugin docs | Rémi Verschelde | |
2019-07-22 | doc: Sync classref with current source | Rémi Verschelde | |
2019-07-22 | Merge pull request #30659 from henriiquecampos/docs | Rémi Verschelde | |
Add description for EditorSceneImporter, EditorPlugin.enable/disable and EditorInterface.select_file | |||
2019-07-21 | Disable high-quality voxel cone tracing by default | Hugo Locurcio | |
This makes GIProbe significantly faster out of the box, at the cost of worse-looking GIProbe reflections. This closes #30727. | |||
2019-07-20 | Improve the Variant class documentation | Hugo Locurcio | |
Taken from https://docs.godotengine.org/en/latest/development/cpp/variant_class.html. | |||
2019-07-20 | Add description for EditorPlugin.enable/disable methods | Henrique Campos | |
2019-07-20 | Add docs for EditorInterface, EditorPlugin and EditorSceneImporter | Henrique Campos | |