Age | Commit message (Expand) | Author |
2016-02-27 | fix transform localization event in mouse motion | Juan Linietsky |
2016-02-21 | Fix missing dependency resolver in Windows | eska |
2016-02-21 | Add support for placeholders in tscn, which was missing. Closes #3652 | Juan Linietsky |
2016-02-20 | -Fixed bug with event player crashing, closes #3687 | Juan Linietsky |
2016-02-20 | -Change link to new documentation | Juan Linietsky |
2016-02-17 | Fix NavigationPolygon references in _bind_method | Rémi Verschelde |
2016-02-16 | refix particles3d issue, bringing down the amount limit to 1024 | Nuno Donato |
2016-02-15 | Bind method is_cell_transposed | Rémi Verschelde |
2016-02-11 | -Made some icon data types smaller so they take up less space | Juan Linietsky |
2016-02-09 | -Added missing functions to the doc, fixes #3583 | Juan Linietsky |
2016-02-09 | -Allow renaming root node of inherited scene | Juan Linietsky |
2016-02-08 | -Cleaned up GraphEdit, also fixes #3568 | Juan Linietsky |
2016-02-08 | Property handle rotated controls in 2D editor, fixes #3613 | Juan Linietsky |
2016-02-08 | Merge pull request #3627 from lordadamson/master | Rémi Verschelde |
2016-02-08 | renamed function get_video_texutre to get_video_texture | Adham Zahran |
2016-02-08 | Merge pull request #3409 from akien-mga/pr-script-tab-colour | Rémi Verschelde |
2016-02-06 | Added get_cellv() method to TileMap | Johan Manuel |
2016-02-06 | Stop ColorPicker's narcissism ( fixes #3592 ) | MarianoGNU |
2016-02-05 | ColorPicker: Prevent regenerating hsv values every time. Fixes #3492 | MarianoGNU |
2016-02-04 | support horizontal mouse wheel, use in text editor | hondres |
2016-02-03 | -Fix mouse coordinates not being affected by canvas transform | Juan Linietsky |
2016-02-03 | Merge pull request #3534 from Biliogadafr/pickable2d | Juan Linietsky |
2016-02-02 | -make stream player and time restore state properly if removed, fixes #1949 | Juan Linietsky |
2016-02-02 | -Add some offset to spinboxes in tree, so revert icon does not annoy much whe... | Juan Linietsky |
2016-02-02 | -make animationplayer thinner, also toolbuttons too. fixes #3526 | Juan Linietsky |
2016-02-01 | -remove the !inside_tree error, fixes grab focus error, closes #3521 | Juan Linietsky |
2016-02-01 | Make sure variant parser recognizes "nil" for compatibility with old engine.c... | Juan Linietsky |
2016-02-01 | store animation names in alphabetical order, fixes #3423 | Juan Linietsky |
2016-02-01 | Physics2D: Allow to use 'intersect_point' with objects which is not 'pickable' | Biliogadafr |
2016-01-31 | -Removed bizarre code introduced in a 2 years old PR, fixes #3483 | Juan Linietsky |
2016-01-31 | -Fix crash opening and closing the scene, closes #3491 | Juan Linietsky |
2016-01-29 | -Increment resources total in scene format text, fixes #3506 | Juan Linietsky |
2016-01-27 | Merge pull request #3470 from MarianoGnu/master | Rémi Verschelde |
2016-01-27 | Fix Tree Slider disappearing when clicking on it | Franklin Sobrinho |
2016-01-26 | Remove strand debug print, fix #3473 | George Marques |
2016-01-26 | Get color constructor from ColorPicker | MarianoGNU |
2016-01-26 | Merge pull request #3467 from MarianoGnu/master | Rémi Verschelde |
2016-01-26 | Focus and select line edit every time color is changed. Fixes #2586 | MarianoGNU |
2016-01-26 | Fix wrong position of LineEdit in Scene editor | Franklin Sobrinho |
2016-01-25 | -Fix input bug on window ordering due to foretting to sort root items | Juan Linietsky |
2016-01-25 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2016-01-25 | -Changed how popups work in Viewport to make them a lot less invasive to the ... | Juan Linietsky |
2016-01-25 | Merge pull request #3440 from TheHX/issue-2946 | Rémi Verschelde |
2016-01-24 | Merge pull request #3434 from TheHX/pr-tscn-dependency | Juan Linietsky |
2016-01-24 | Fix .tscn not raising dependency error | Franklin Sobrinho |
2016-01-24 | Fixed small inconsistencies with the text format | Franklin Sobrinho |
2016-01-24 | Merge pull request #3431 from TheHX/pr-tscn-groups | Juan Linietsky |
2016-01-24 | -Take in consideration canvas layers for GUI input | Juan Linietsky |
2016-01-24 | Fix .tscn format not loading groups | Franklin Sobrinho |
2016-01-23 | Merge pull request #2698 from Faless/add_area_fix | Juan Linietsky |