Age | Commit message (Expand) | Author |
2015-08-30 | Add missing icons, also make MSVC2010 happy | Mariano Javier Suligoy |
2015-08-30 | -fix compile issue (pow) | Juan Linietsky |
2015-08-30 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy |
2015-08-29 | -multi-selection (shift-click) working in scene tree | Juan Linietsky |
2015-08-29 | -fixes to capture mode | Juan Linietsky |
2015-08-24 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy |
2015-08-24 | Added new NinePatch control (could be done before with Panel and Stylebox but... | Juan Linietsky |
2015-08-23 | **WARNING BEFORE PULLING** | Juan Linietsky |
2015-08-18 | Added close button to tab. Added 4 display policies for this close button (sh... | Julian Murgia - StraToN |
2015-08-13 | textedit selection improvements | neikeq |
2015-08-12 | close all parent PopupMenus fix | Alexander Holland |
2015-08-03 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy |
2015-07-26 | Delete selected nodes with the Delete key | Mariano Javier Suligoy |
2015-07-26 | QOL, script buttons in scene tabs | Juan Linietsky |
2015-07-25 | Duplicate GraphNode(s) [Control+D] | Mariano Javier Suligoy |
2015-07-24 | Box selection for GraphNodes | Mariano Javier Suligoy |
2015-07-24 | -added icons for root node types on tabs | Juan Linietsky |
2015-07-20 | Fix tab indent | Mariano Javier Suligoy |
2015-07-19 | Select and move multiple nodes at once | Mariano Javier Suligoy |
2015-07-16 | Use popup menu to add new nodes to the shader graph editor in the last clicke... | Mariano Javier Suligoy |
2015-06-29 | Several performance improvements, mainly in loading and instancing scenes and... | Juan Linietsky |
2015-06-27 | more code completion improvements | Juan Linietsky |
2015-06-26 | improved get_node(), connect(), etc code completion. | Juan Linietsky |
2015-06-23 | Merge pull request #1907 from tommy3/show-hidden-files | Juan Linietsky |
2015-06-23 | Merge pull request #2068 from Krzycho666/color_ramp | Juan Linietsky |
2015-06-22 | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky |
2015-06-14 | missing changes | Juan Linietsky |
2015-06-13 | some editor window changes | Juan Linietsky |
2015-06-11 | founded and fixed a bug that freezed godot when deleting while grabbing color... | krzycho |
2015-06-11 | ColorRamp new features: | krzycho |
2015-06-08 | draw button focus before text and icon | Juan Linietsky |
2015-06-08 | grid container supports separate h and v spacing | Juan Linietsky |
2015-06-07 | Merge pull request #2007 from Krzycho666/master | Juan Linietsky |
2015-06-07 | Merge pull request #1973 from Biliogadafr/ColorRamp | Juan Linietsky |
2015-06-06 | -fixed many memory initialization issues | Juan Linietsky |
2015-06-06 | Merge remote-tracking branch 'origin/master' | Juan Linietsky |
2015-06-06 | new file dialog! | Juan Linietsky |
2015-06-01 | -fixes to navigation, so edge-merging is more flexible on conflict | Juan Linietsky |
2015-05-29 | Fixed ui_accept problem. It's possible now to make a custom ui_accept action ... | krzycho |
2015-05-24 | Replace color phases with color ramp for Particles2D. | Biliogadafr |
2015-05-19 | more fixes | Juan Linietsky |
2015-05-19 | fixed latin separation in label, broke it? for cjk | Juan Linietsky |
2015-05-19 | more fixes | Juan Linietsky |
2015-05-18 | fix a crash situation when starting a thread and other small fixes | Juan Linietsky |
2015-05-14 | set initial flag 'show_hidden_files' for file dialogs in project manager init... | tommy3 |
2015-05-13 | Fix for scroll_to_line and search functions, fix #1897 | Guilherme Felipe |
2015-05-09 | -fix clip+center alignment on Button, fixes #1865 | Juan Linietsky |
2015-05-09 | -Added prints() function, fixes #1132, #1859 | Juan Linietsky |
2015-05-07 | Merge pull request #1826 from eehrich/master | Juan Linietsky |
2015-05-06 | -removed dynamic_cast on CheckBox, fixes #1830 | Juan Linietsky |