aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Fixes collisions shape selectionGilles Roudiere2018-02-241-1/+1
* Refactor version macros and fix related bugsRémi Verschelde2018-02-242-2/+1
* Fix quotation in stringRado'sPC\aRaGaR2018-02-221-1/+0
* Clean up some bad words from code commentsArtem Varaksa2018-02-225-8/+4
* Fix timer second not zero padded when < 10Poommetee Ketson2018-02-221-1/+1
* Fix typos with codespellluz.paz2018-02-2212-18/+18
* Force controls to save rect_clip_content since they do not all default to false.isaacremnant2018-02-221-1/+1
* Fixes wrong vertical font layout in RichTextLabelBernhard Liebl2018-02-212-4/+24
* TextEdit folding over unindented commentsIan2018-02-212-7/+38
* Actually fix the db/dc renaming messHein-Pieter van Braam2018-02-212-2/+2
* revert the renaming _tree_db_selected functionHein-Pieter van Braam2018-02-212-4/+4
* Fixed "Open" button being enabled when nothing is selected in a FileDialog wh...Michael Alexsander Silva Dias2018-02-211-10/+6
* Fixed disappearing text on filedialog buttonsMax2018-02-211-4/+4
* Keep to show current script when closing all docsvolzhs2018-02-212-9/+14
* Fixes OptionButton selection index being reset to zero at instanciationAlexander Alekseev2018-02-191-1/+2
* Added "allow_reselect" property to ItemList and enabled it for the method/hel...Michael Alexsander Silva Dias2018-02-192-2/+23
* Update an outdated method name in error messageronroniv2018-02-191-1/+1
* SpinBoxes calculate correctly their width before first redraw.Ovnuniarchos2018-02-192-5/+13
* Fixed #15082: line edit emits two "text_changed" signals when pasting while t...Federico Frenguelli2018-02-192-2/+17
* Gradient: fix wrong property typePoommetee Ketson2018-02-191-2/+2
* Fix wrong property type for fixed icon size in ItemListbinbitten2018-02-191-1/+1
* Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisizeGilles Roudiere2018-02-191-56/+67
* Fixes a bas resizing with SplitContainerGilles Roudiere2018-02-192-97/+39
* Expose 'lightmap_unwrap' method to the scripting engine.Saracen2018-02-191-0/+2
* Change primitive meshes acccuracy valueJerome670002018-02-191-8/+8
* Fix texture import spellingPhil Jones2018-02-041-1/+1
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-042-11/+11
* Fix TextEdit current line highlight horizontal offsetbinbitten2018-02-041-7/+7
* Expose a few GraphEdit methods to script languagesGeorge Marques2018-02-041-0/+9
* Allow focus on disabled buttonsHein-Pieter van Braam2018-02-041-4/+0
* attemp to fix #15870Mariano Suligoy2018-02-041-2/+2
* Fix issue 15895, audio streams don't signalling finished after the first onerobfram2018-02-041-1/+1
* Ability to import .escn files, which is just a .tscn but with forced import.Juan Linietsky2018-01-312-0/+6
* Expose audio streams get_length()MrCdK2018-01-302-19/+19
* Fix inverted RIGHT/LEFT TOP/BOTTOM Camera2D drag margin in runtime (editor wo...robfram2018-01-271-4/+4
* Remove duplicate "autoplay" propertyBojidar Marinov2018-01-251-7/+0
* update signals' MethodInfo in TweenPaul Joannon2018-01-231-3/+3
* defend Path2D against a null curveTodd Ross2018-01-221-1/+1
* Merge pull request #15938 from poke1024/fix15904Rémi Verschelde2018-01-222-0/+22
|\
| * Fix crash on deleted rigidbodies without contact monitor (issue 15904)Bernhard Liebl2018-01-212-0/+22
* | Fix typo in CollisionObject warningRémi Verschelde2018-01-211-1/+1
* | I have no idea why this commit fixes #15392Juan Linietsky2018-01-212-15/+12
|/
* Fix minor typo: it's -> itsYuri Chornoivan2018-01-201-1/+1
* Remove obsolete Viewport _update_rect() codeRémi Verschelde2018-01-182-133/+1
* Fix typos in code and docs with codespellRémi Verschelde2018-01-1820-82/+82
* Before I forget, add warnings on areas without children (should not break any...Juan Linietsky2018-01-184-0/+32
* TextEdit fix get_mouse after many foldsIan2018-01-181-5/+6
* doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-2/+2
* BMFont loading direct support from .fnt files.Juan Linietsky2018-01-163-0/+55
* Changes the keep_margin parameter to true by default, so that people are not ...Gilles Roudiere2018-01-151-2/+2