Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-18 | Merge pull request #2730 from TheHX/fix_exp_property | Juan Linietsky | |
Fix Range exp_edit property | |||
2015-11-18 | Merge pull request #2734 from neikeq/popupmenu_imp | Juan Linietsky | |
Small PopupMenu behaviour changes | |||
2015-11-18 | Merge pull request #2735 from TheHX/fix_tree_checkbox | Juan Linietsky | |
Fix Tree checkbox check/uncheck behavior | |||
2015-11-18 | Merge pull request #2747 from MarianoGnu/line_edit | Juan Linietsky | |
Add <Select All>(Ctrl+A) shortcut to LineEdit. Fixes #1094 | |||
2015-11-18 | Merge pull request #2764 from guilhermefelipecgs/fix_camera2d_set_zoom | Juan Linietsky | |
Fix for smoothing camera2D when you change zoom. | |||
2015-11-18 | Merge pull request #2769 from TheHX/text_edit_improvements | Juan Linietsky | |
Implement Ctrl + backspace/delete to delete words | |||
2015-11-18 | Merge pull request #2779 from bojidar-bg/patch-5 | Juan Linietsky | |
Change popup_menu.cpp to deselect on .clear | |||
2015-11-18 | *Polygon2D now updates on any modification in its point array. ShapeLine2D ↵ | Ovnuniarchos | |
has now an editor. | |||
2015-11-18 | -Fixed default theme a little | Juan Linietsky | |
-Added option to group help pages, fixes #2805 | |||
2015-11-18 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: drivers/theora/video_stream_theora.cpp | |||
2015-11-18 | -fixed tabs | Juan Linietsky | |
2015-11-17 | -Merged Script and Help tabs | Juan Linietsky | |
-Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab | |||
2015-11-14 | windows crash and bind placeholder method | Ariel Manzur | |
2015-11-13 | -better integration of ndee's theme | Juan Linietsky | |
2015-11-13 | Small PopupMenu changes | neikeq | |
2015-11-13 | Change popup_menu.cpp as proposed in #2011 | Bojidar Marinov | |
Closes #2011 | |||
2015-11-12 | Implement Ctrl + backspace/delete to delete words | Franklin Sobrinho | |
2015-11-11 | -fixes to animatedsprite used with atlas | Juan Linietsky | |
2015-11-06 | Add <Select All>(Ctrl+A) shortcut to LineEdit. | MarianoGNU | |
2015-11-05 | Add Tree checkbox check/uncheck behavior when pressing enter | Franklin Sobrinho | |
2015-11-04 | Fix Range exp_edit property | Franklin Sobrinho | |
2015-11-04 | more fixes | Juan Linietsky | |
2015-11-01 | -some fixes to audio | Juan Linietsky | |
2015-10-25 | -Fixed a bug in scrollcontainer not respecting expand flag | Juan Linietsky | |
If you relied on this, make sure the children of your scrollcontainer is set to expand with the expand flag in either vertical or horizontal axis | |||
2015-10-21 | -Ability to debug video memory usage | Juan Linietsky | |
-Small fix to xml saver (swapping > and <) | |||
2015-10-20 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-20 | -work in progress implementation of NDEE's theme It's NOT DONE YET | Juan Linietsky | |
2015-10-19 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-19 | -some fixes to where screen is read from rasterizer | Juan Linietsky | |
-fixed bug in ogg vorbis looping -properly flushing audiostream rb when stopping | |||
2015-10-18 | Add fill_degrees to limitate radial filling | MarianoGNU | |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU | |
2015-10-17 | Add fill modes. Clockwise, Counter-CW and center-offset | MarianoGNU | |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-17 | -fixes disability to remove instanced nodes when reopening scene. Fixes #2610 | Juan Linietsky | |
2015-10-17 | Merge pull request #2274 from MarianoGnu/master | Juan Linietsky | |
Improve Visual Shader Editor responsiveness | |||
2015-10-17 | Fix crash when using a Scalar Uniform node to GraphShader | MarianoGNU | |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-17 | Merge pull request #1899 from guilhermefelipecgs/fix_#1897 | Juan Linietsky | |
Fix for scroll_to_line and search functions, fix #1897 | |||
2015-10-17 | Merge pull request #2330 from FEDE0D/parallax_fix | Juan Linietsky | |
ParallaxBackground: added option to ignore camera zoom | |||
2015-10-17 | Merge pull request #2362 from AlexHolly/update-scene-tab-fix | Juan Linietsky | |
[UI-FIX] - Update scene tabs on save | |||
2015-10-17 | Merge pull request #2380 from StraToN/tabs-buttons | Juan Linietsky | |
Tab close button + display policies + application on Scenes Tabs | |||
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-17 | misc cleanup | Juan Linietsky | |
2015-10-17 | Merge pull request #2455 from firefly2442/hide-menu-fix | Juan Linietsky | |
[UI fix] Hide opened menu when click on menu button | |||
2015-10-17 | Merge pull request #2481 from firefly2442/cppcheck-arrayindexthencheck | Juan Linietsky | |
ran cppcheck, fixed cases where array index is used before limits check | |||
2015-10-17 | Merge pull request #2556 from volzhs/fix_miss_bind_findnode | Juan Linietsky | |
fix miss bind for Node::find_node | |||
2015-10-17 | Merge pull request #2589 from eska014/add-raycast2d-type_mask | Juan Linietsky | |
Add type mask customization to RayCast2D | |||
2015-10-17 | Merge pull request #2594 from Biliogadafr/PinSoftness | Juan Linietsky | |
Expose softness parameter of pin joint to the editor. | |||
2015-10-16 | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU | |
# Solved Conflicts: # tools/editor/property_editor.cpp | |||
2015-10-16 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz | |
Conflicts: scene/resources/packed_scene.h |