Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-30 | Merge pull request #21585 from TGRCdev/rigidbody_docs | Rémi Verschelde | |
Documented some RigidBody and PhysicsDirectBodyState methods | |||
2018-08-29 | Added documentation for some RigidBody methods, and copied the descriptions ↵ | Tiger C | |
to matching PhysicsDirectBodyState methods. | |||
2018-08-29 | doc: Sync classref with current source | Rémi Verschelde | |
2018-08-29 | Moved documentation for methods made accessible from super class for Mesh | Bastiaan Olij | |
2018-08-28 | Merge pull request #21454 from char0xff/doc | Max Hilbrunner | |
Update UndoRedo.xml | |||
2018-08-28 | Merge pull request #21444 from romlok/input-propagation | Max Hilbrunner | |
Clarify direction of input event propagation | |||
2018-08-28 | Merge pull request #21514 from cbscribe/kcc_docs_fixes2 | Rémi Verschelde | |
[DOCS] Classref corrections and clarifications | |||
2018-08-27 | [DOCS] Corrections and clarifications | Chris Bradfield | |
2018-08-26 | Update UndoRedo.xml | VirtualBox | |
2018-08-26 | Fall back to GLES2 if GLES3 is not working | Hein-Pieter van Braam | |
This adds a static is_viable() method to all rasterizers which has to be called before initializing the rasterizer. This allows us to check what rasterizer to use in OS::initialize together with the GL context initialization. This commit also adds a new project setting "rendering/quality/driver/driver_fallback" which allows the creator of a project to specify whether or not fallback to GLES2 is allowed. This setting is ignored for the editor so the editor will always open even if the project itself cannot run. This will hopefully reduce confusion for users downloading projects from the internet. We also no longer crash when GLES3 is not functioning on a platform. This fixes #15324 | |||
2018-08-26 | Clarify direction of input event propagation | Mel Collins | |
2018-08-24 | Particles: Allow speed_scale at 0 in property hint, equivalent to pause | Rémi Verschelde | |
Supersedes and closes #21193. | |||
2018-08-21 | doc: Sync classref with current source | Rémi Verschelde | |
2018-08-19 | Merge pull request #21176 from cbscribe/kcc_doc_updates | Rémi Verschelde | |
[DOCS] Many class ref updates | |||
2018-08-18 | [DOCS] Many class ref updates | Chris Bradfield | |
2018-08-18 | Merge pull request #21130 from cbscribe/kcc_class_updates | Rémi Verschelde | |
[DOCS] Updates to assorted class descriptions. | |||
2018-08-17 | [DOCS] Updates to assorted class descriptions. | Chris Bradfield | |
2018-08-17 | Bind ItemList's item_custom_fg_color methods | Rémi Verschelde | |
Fixes #21086. | |||
2018-08-16 | add project method to Vector2/3 | Thomas Herzog | |
2018-08-15 | Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialog | Rémi Verschelde | |
Fixes #20817. | |||
2018-08-14 | Merge pull request #20906 from Chaosus/rrect_fix | Rémi Verschelde | |
Fix ReferenceRect border | |||
2018-08-14 | Merge pull request #20665 from SaracenOne/animation_tree_control | Rémi Verschelde | |
Add method to manually advance AnimationTree and manual process mode. | |||
2018-08-14 | Merge pull request #20773 from Noshyaar/tree | Rémi Verschelde | |
[DOCS] complete Tree drag and drop related methods | |||
2018-08-14 | Merge pull request #20932 from clayjohn/doc_backbuffercopy | Rémi Verschelde | |
[Doc] Removed reference to texscreen in BackBufferCopy docs | |||
2018-08-13 | removed reference to texscreen | clayjohn | |
2018-08-13 | Merge pull request #20918 from Fluffel/document_tween_branch | Rémi Verschelde | |
[DOCS] get_indexed, tween | |||
2018-08-13 | Merge pull request #20554 from YeldhamDev/cursor_doc_linux | Rémi Verschelde | |
Small doc formating changes and Linux cursor theme note | |||
2018-08-11 | [DOCS] get_indexed, tween | Fluffel | |
2018-08-11 | Fix ReferenceRect border | Chaosus | |
2018-08-10 | Merge pull request #14704 from poke1024/colorconstants | Juan Linietsky | |
Allow some non-integer built-in constants in gdscript | |||
2018-08-07 | [DOCS] SceneTree stretching constants | Poommetee Ketson | |
2018-08-07 | [DOCS] complete Tree.get_drop_section_at_position and Tree.drop_mode_flags | Poommetee Ketson | |
2018-08-05 | Merge pull request #20645 from Ertain/master | Max Hilbrunner | |
Added and modified AudioStream descriptions | |||
2018-08-05 | Small doc formating changes and Linux cursor theme note | Michael Alexsander Silva Dias | |
2018-08-03 | Improve TileMap.get_used_cells docs. | PJB3005 | |
2018-08-02 | Add method to manually advance AnimationTree and manual process mode. | Saracen | |
2018-07-31 | Added description and measurement | Jason Anderson | |
2018-07-31 | Allow some non-integer built-in constants in gdscript | Bernhard Liebl | |
2018-07-30 | Added description | Jason Anderson | |
2018-07-28 | Added a method to find the index for a surface with a given name | Bastiaan Olij | |
2018-07-26 | Merge pull request #15643 from organicpencil/bullet_contact_impulse | Rémi Verschelde | |
Expose PhysicsDirectBodyState.get_contact_impulse | |||
2018-07-26 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various missing arguments in bindings. | |||
2018-07-25 | Expose 64-bit Color methods to GDScript and fix/update Color XML doc | Aaron Franke | |
2018-07-24 | Merge pull request #20278 from Noshyaar/0 | Rémi Verschelde | |
Fix example code for EditorImportPlugin | |||
2018-07-24 | Fix example code for EditorImportPlugin | Noshyaar | |
2018-07-23 | Merge pull request #19313 from RandomShaper/improve-image | Juan Linietsky | |
Image trilinear scaling + Optimization | |||
2018-07-23 | Add trilinear filtering to image scaling | Pedro J. Estébanez | |
2018-07-22 | Defer TileMap::update_dirty_quadrants once again. | Pieter-Jan Briers | |
This fixes #20323. #11077 is now technically re-broken, but you can now call update_dirty_quadrants as workaround. | |||
2018-07-20 | Merge pull request #20157 from GodotExplorer/image-load-webp | Juan Linietsky | |
Add webp buffer loader for Image | |||
2018-07-17 | Merge pull request #19087 from danvalho/master | Max Hilbrunner | |
SpriteFrames: expose method to get array containing animation names |