Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-21 | 2D Skeletons WORK IN PROGRESS | Juan Linietsky | |
2018-02-21 | Fix typos with codespell | luz.paz | |
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` | |||
2018-02-21 | Fixed disappearing text on filedialog buttons | Max | |
2018-02-21 | Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion. | Juan Linietsky | |
2018-02-21 | Merge pull request #16710 from YeldhamDev/filedialog_nothing_disabled | Rémi Verschelde | |
Fixed "Open" button being enabled when nothing is selected in a FileDialog while in "Open folder" mode | |||
2018-02-21 | Merge pull request #16756 from willnationsdev/shifted-rect-sprite | Rémi Verschelde | |
Simplify detection of Sprite clicks | |||
2018-02-21 | Merge pull request #16772 from damarindra/tileset_editor_improvement | Rémi Verschelde | |
Tileset Editor Improvement | |||
2018-02-21 | Added forgotten infinite_inertia to bindings | Andrea Catania | |
Related to this comment: https://github.com/godotengine/godot/pull/16757#discussion_r169470394 | |||
2018-02-20 | Tileset Editor Improvement | Damar Indra | |
2018-02-20 | Fixed "Open" button being enabled when nothing is selected in a FileDialog ↵ | Michael Alexsander Silva Dias | |
while in "Open folder" mode. | |||
2018-02-20 | Merge pull request #16757 from AndreaCatania/kinpush | Rémi Verschelde | |
Improved kinematic body, Now can move rigid body | |||
2018-02-20 | Improved kinematic body 2D and 3D, Now can move rigid body | Andrea Catania | |
2018-02-20 | Merge pull request #16718 from Chaosus/triplanarfix | Rémi Verschelde | |
Add refraction possibility when triplanar uv mode enabled | |||
2018-02-20 | Merge pull request #16455 from volzhs/close-docs | Rémi Verschelde | |
Keep to show current script when closing all docs | |||
2018-02-20 | Keep to show current script when closing all docs | volzhs | |
also fix error when removing multiple tabs from TabContainer at same frame. like closing multiple docs at once. Fix #16403 | |||
2018-02-19 | Expose Sprite._edit_get_rect for click rect access | Will Nations | |
2018-02-19 | Merge pull request #16530 from AndreaCatania/rays | Rémi Verschelde | |
Improved ray shape (2D and 3D) by addiing the possibility to act as r… | |||
2018-02-19 | Merge pull request #16652 from aragar/FixQuotationInString | Rémi Verschelde | |
Fix quotation in string | |||
2018-02-19 | Merge pull request #15306 from poke1024/item-list-draw-speed | Rémi Verschelde | |
Boost drawing speed of ItemLists with many items | |||
2018-02-19 | Merge pull request #15780 from volzhs/emoji | Rémi Verschelde | |
Support colored font | |||
2018-02-19 | Improve CollisionObject/CollisionObject2D warning message | Chris Bradfield | |
2018-02-19 | Merge pull request #16060 from sdfgeoff/apply_torque | Rémi Verschelde | |
Exposed apply_torque_impulse to gdscript | |||
2018-02-19 | Improved ray shape (2D and 3D) by addiing the possibility to act as regular ↵ | Andrea Catania | |
shape | |||
2018-02-19 | Fixes OptionButton selection index being reset to zero at instanciation | Alexander Alekseev | |
Bug: engine tries to set selected item before items were added during save scene/run project, because of wrong properties order. Fixes #10213. | |||
2018-02-19 | Merge pull request #16566 from groud/gui_input_rework | Rémi Verschelde | |
2D Editor GUI input rework | |||
2018-02-19 | Merge pull request #16822 from Noshyaar/timefmt | Rémi Verschelde | |
Fix timer second not zero padded when < 10 | |||
2018-02-19 | Fix timer second not zero padded when < 10 | Poommetee Ketson | |
Also RTR "Time Left:" | |||
2018-02-18 | Force controls to save rect_clip_content since they do not all default to false. | isaacremnant | |
2018-02-17 | Clean up some bad words from code comments | Artem Varaksa | |
2018-02-16 | 2D editor GUI input rework. Changes are: | Gilles Roudiere | |
- The input handling is done into several distinct functions, and the code is more consistent. - The actions' history is more precise ("Edited CanvasItem" is now "Rotated CanvasItem","Moved CanvasItem",etc...) - Fixed a little bug about input key events not forwarded correctly to plugins - IK is followed by default when you move a bone node, the alt-key allow you to move it normally | |||
2018-02-15 | Exposed apply_torque_impulse to gdscript and added documentation for added ↵ | sdfgeoff | |
apply_torque_impulse method | |||
2018-02-15 | Added refraction possibility for triplanar uv mode | Chaosus | |
2018-02-14 | Merge pull request #15523 from Nutriz/change_primmesh_accuracy_value | Rémi Verschelde | |
Change primitive meshes acccuracy value | |||
2018-02-14 | Merge pull request #15592 from paulloz/textedit-initial-size | Rémi Verschelde | |
set a better initial size to TextEdit nodes | |||
2018-02-14 | Merge pull request #15618 from ianb96/fold_comment | Rémi Verschelde | |
TextEdit folding over unindented comments | |||
2018-02-14 | Merge pull request #15711 from poke1024/fix-rtl-descent | Rémi Verschelde | |
Fixes wrong vertical font layout in RichTextLabel | |||
2018-02-14 | Merge pull request #15799 from SaracenOne/lightmap_unwrap_script_expose | Rémi Verschelde | |
Expose 'lightmap_unwrap' method to the scripting engine. | |||
2018-02-14 | Merge pull request #15855 from mrcdk/texture_button_mask_fixes | Rémi Verschelde | |
The TextureButton's bitmask takes into account the stretch mode selected | |||
2018-02-14 | Merge pull request #15903 from groud/fix_minsize | Rémi Verschelde | |
Fixes GridContainer and SplitContainer wrong layouting | |||
2018-02-14 | Added "allow_reselect" property to ItemList and enabled it for the ↵ | Michael Alexsander Silva Dias | |
method/help lists. | |||
2018-02-13 | Merge pull request #16422 from synasius/fixed-line-edit-text-changed-signal | Rémi Verschelde | |
Fixed #15082: line edit emits two "text_changed" signals when pasting while text is selected | |||
2018-02-13 | Merge pull request #16432 from Ovnuniarchos/master | Rémi Verschelde | |
SpinBoxes calculate correctly their width before first redraw. | |||
2018-02-13 | Merge pull request #16424 from AndreaCatania/phyj | Rémi Verschelde | |
Added physics API in order to enable/disable collisions between rigidbody attached to a joint with bullet physics bullet | |||
2018-02-12 | Fix quotation in string | Rado'sPC\aRaGaR | |
fix for #16404 | |||
2018-02-07 | Update an outdated method name in error message | ronroniv | |
set_enable_monitoring -> set_monitoring | |||
2018-02-05 | SpinBoxes calculate correctly their width before first redraw. | Ovnuniarchos | |
2018-02-05 | Added physics API in order to enable/disable collisions between rigidbody ↵ | Andrea Catania | |
attached to a joint with bullet physics bullet Fixes #16424 | |||
2018-02-05 | Fixed #15082: line edit emits two "text_changed" signals when pasting while ↵ | Federico Frenguelli | |
text is selected | |||
2018-02-03 | Fix texture import spelling | Phil Jones | |
2018-02-03 | Gradient: fix wrong property type | Poommetee Ketson | |