Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-28 | -Fixed bug with scene inheritance, should work again | Juan Linietsky | |
-Proper .tscn and .tres parsing, should work, please test well! | |||
2015-11-25 | 0theora compilation fixes | Juan Linietsky | |
2015-11-24 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: main/main.cpp | |||
2015-11-24 | -work in progress resourceparser and .tscn parser. Still non-functional | Juan Linietsky | |
-fixed theora so it can compile theoralib but not theora -fixed generation of windows icon in .rc, which didn't previously work in 32 bits | |||
2015-11-23 | Merge pull request #2870 from neikeq/submenu_pos_fix | Rémi Verschelde | |
Popup submenu position enhancement | |||
2015-11-23 | Merge pull request #2752 from SaracenOne/shadow_color | Rémi Verschelde | |
New shader feature: change the colour of shadows on a per-material basis | |||
2015-11-22 | Popup submenu position enhancement | neikeq | |
2015-11-20 | Add more properties to AcceptDialog | Franklin Sobrinho | |
2015-11-19 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: platform/windows/export/export.h | |||
2015-11-19 | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky | |
2015-11-19 | Fix SplitContainer bool properties | Franklin Sobrinho | |
2015-11-19 | Merge pull request #2364 from neikeq/textedit_select | Juan Linietsky | |
Some TextEdit selection improvements | |||
2015-11-18 | Merge branch 'master' of https://github.com/okamstudio/godot into shadow_color | Saracen | |
Conflicts: drivers/gles2/shader_compiler_gles2.cpp | |||
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky | |
Cosmetic fixes to SCons buildsystem | |||
2015-11-18 | Merge pull request #2709 from eska014/fix-default-menubutton-styleboxes | Juan Linietsky | |
Fix default StyleBoxes of MenuButton | |||
2015-11-18 | Merge pull request #2715 from SaracenOne/shader_fix_and_enhancement | Juan Linietsky | |
Write to 4-dimensional position access and shader graph code generation fix. | |||
2015-11-18 | Merge pull request #2720 from SaracenOne/bone_attachment_fix | Juan Linietsky | |
BoneAttachment fix. | |||
2015-11-18 | Merge pull request #2721 from SaracenOne/animation_tree_player_manual_control | Juan Linietsky | |
Experimental retooling of AnimationTreePlayer to allow manual advancement | |||
2015-11-18 | Merge pull request #2635 from StraToN/tabs-buttons | Juan Linietsky | |
Fixed bug : both tab buttons appearing hovered | |||
2015-11-18 | Merge pull request #2636 from TheHX/fixed_material | Juan Linietsky | |
Bind missing FixedMaterial constants, fixes #2628 | |||
2015-11-18 | Merge pull request #2638 from MarianoGnu/master | Juan Linietsky | |
add missing default value | |||
2015-11-18 | Merge pull request #2639 from MarianoGnu/origin | Juan Linietsky | |
Fix ButtonGroup broken layout | |||
2015-11-18 | Merge pull request #2672 from Brickcaster/patch-1 | Juan Linietsky | |
Fix for world_to_map() with negative coords. Fixes issue #2665 | |||
2015-11-18 | Merge pull request #2695 from eska014/add-default-angular-damp | Juan Linietsky | |
Set World2D default angular damp per global `physics_2d/default_angular_damp` | |||
2015-11-18 | Merge pull request #2725 from SaracenOne/line_edit_alignment | Juan Linietsky | |
nice! | |||
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-08 | New shader feature: change the colour of shadows on a per-material basis. | Saracen | |
Conflicts: drivers/gles2/shader_compiler_gles2.cpp | |||
2015-11-07 | TextEdit: Properly scroll vertically when selecting text with mouse drag | neikeq | |
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-02 | Aligned line edit fix. | Saracen | |